-
Notifications
You must be signed in to change notification settings - Fork 69
Support exporting vectorLayer to qgis #390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
7822659
Try exporting vectorLayer to qgis
arjxn-py 3223bec
add index
arjxn-py bc02e2f
Needed for testing
arjxn-py 4a3ea1b
add layer_id[4] to layertree
arjxn-py 53942b1
Update python/jupytergis_qgis/jupytergis_qgis/tests/test_qgis.py
arjxn-py 9156be4
vector layer exports
arjxn-py c82b2c3
update test
arjxn-py 9065b71
remove eq.json from test
arjxn-py d31f9a7
add example for geojson from url
arjxn-py 039cee9
try fixing tests
arjxn-py 0f77936
stroke color for polygon
arjxn-py 84b1baa
Merge branch 'main' into vectorlayer-qgis
arjxn-py c42ef0a
Make graduated symbology work
arjxn-py f82583f
Make categorised symbology work
arjxn-py ddd9019
GUI working
arjxn-py 71b77a5
examples for testing
arjxn-py 9e1435d
use types from jgis, use pixel as units
arjxn-py b39f5cf
circles work nicely
arjxn-py 16a25e8
All ranges in graduated symbology
arjxn-py 166de01
make categorised work for fill
arjxn-py ace1f14
Working for lines too
arjxn-py e30c650
Merge branch 'main' into vectorlayer-qgis
arjxn-py 0165491
some cleanup
arjxn-py 01dbe41
Apply suggestions from code review
arjxn-py bb7673e
Condense export logic into methods
arjxn-py 43d1696
fix to fill
arjxn-py 15e43c0
fix to line
arjxn-py 4d01d67
Apply suggestions from code review
arjxn-py 8e6174c
Avoid setting opacity, stroke_color again
arjxn-py 6d77c9b
In fill too
arjxn-py cfe5f5d
Merge branch 'main' into vectorlayer-qgis
arjxn-py 88baa76
circle stroke color
arjxn-py 06a87b1
correct path
arjxn-py e0b22c2
try fixing tests
arjxn-py a0c4e7c
Give some consideration to circle-radius
arjxn-py 5349ece
try lean test for now
arjxn-py 39cbbca
Simplify test more for now
arjxn-py 40e179d
Update python/jupytergis_qgis/jupytergis_qgis/qgis_loader.py
arjxn-py a612da3
non intentional typecasting
arjxn-py File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| { | ||
| "layerTree": [ | ||
| "ef427395-3dad-411d-ae4b-d56190cb2e68" | ||
| ], | ||
| "layers": { | ||
| "ef427395-3dad-411d-ae4b-d56190cb2e68": { | ||
| "name": "Custom GeoJSON Layer", | ||
| "parameters": { | ||
| "color": { | ||
| "fill-color": "#4ea4d0", | ||
| "stroke-color": "#ff0000", | ||
| "stroke-line-cap": "round", | ||
| "stroke-line-join": "round", | ||
| "stroke-width": 1.25 | ||
| }, | ||
| "opacity": 1.0, | ||
| "source": "5c228c74-5167-4437-a38b-f9302be9b80f", | ||
| "symbologyState": { | ||
| "renderType": "Single Symbol" | ||
| }, | ||
| "type": "line" | ||
| }, | ||
| "type": "VectorLayer", | ||
| "visible": true | ||
| } | ||
| }, | ||
| "metadata": {}, | ||
| "options": { | ||
| "bearing": 0.0, | ||
| "extent": [ | ||
| -5350224.080333857, | ||
| -8168086.573252421, | ||
| 13275562.199623892, | ||
| 12116960.46690232 | ||
| ], | ||
| "latitude": 17.459989741135686, | ||
| "longitude": 35.59726182186651, | ||
| "pitch": 0.0, | ||
| "projection": "EPSG:3857", | ||
| "zoom": 2.7438377054069027 | ||
| }, | ||
| "sources": { | ||
| "5c228c74-5167-4437-a38b-f9302be9b80f": { | ||
| "name": "Custom GeoJSON Layer Source", | ||
| "parameters": { | ||
| "path": "https://raw.githubusercontent.com/nvkelso/natural-earth-vector/master/geojson/ne_110m_admin_0_countries.geojson" | ||
| }, | ||
| "type": "GeoJSONSource" | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.