-
Notifications
You must be signed in to change notification settings - Fork 299
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
(big) multipolygon does not seem to be displayed correctly #688
Labels
Comments
Thanks @ilokhat for your issue ! Yes, we don't support holes yet in geojson unfortunately. I hope we'll add this support soon :-) |
ok |
Just tested and while holes are not yet handled in iTowns, the primary issue here is multipolygon drawing. |
peppsac
added a commit
that referenced
this issue
Mar 13, 2018
This commits refactors Feature related code. It introduces a documented Feature object. GeoJSON2Feature returns either a Feature or an array of Feature (when parsing a FeatureCollection object). Geometry merges now only happens for multi-* geometries to simplify user handling of individual features. Geometry holes are now supported. And last but not least this commit fixes the geometry merge bug from issue 688. Fixes #688 BREAKING CHANGE: feature collection are not merged anymore BREAKING CHANGE: GeoJSON2Feature now returns a Promise
peppsac
added a commit
that referenced
this issue
Mar 13, 2018
This commits refactors Feature related code. It introduces a documented Feature object. GeoJSON2Feature returns either a Feature or an array of Feature (when parsing a FeatureCollection object). Geometry merges now only happens for multi-* geometries to simplify user handling of individual features. Geometry holes are now supported. And last but not least this commit fixes the geometry merge bug from issue 688. Fixes #688 BREAKING CHANGE: feature collection are not merged anymore BREAKING CHANGE: GeoJSON2Feature now returns a Promise
peppsac
added a commit
that referenced
this issue
Mar 13, 2018
This commits refactors Feature related code. It introduces a documented Feature object. GeoJSON2Feature returns either a Feature or an array of Feature (when parsing a FeatureCollection object). Geometry merges now only happens for multi-* geometries to simplify user handling of individual features. Geometry holes are now supported. And last but not least this commit fixes the geometry merge bug from issue 688. Fixes #688 BREAKING CHANGE: feature collection are not merged anymore BREAKING CHANGE: GeoJSON2Feature now returns a Promise
peppsac
added a commit
that referenced
this issue
Mar 13, 2018
This commits refactors Feature related code. It introduces a documented Feature object. GeoJSON2Feature returns either a Feature or an array of Feature (when parsing a FeatureCollection object). Geometry merges now only happens for multi-* geometries to simplify user handling of individual features. Geometry holes are now supported. And last but not least this commit fixes the geometry merge bug from issue 688. Fixes #688 BREAKING CHANGE: feature collection are not merged anymore BREAKING CHANGE: GeoJSON2Feature now returns a Promise
nice. i will try ASAP |
peppsac
added a commit
that referenced
this issue
Mar 26, 2018
This commits refactors Feature related code. It introduces a documented Feature object. GeoJSON2Feature returns either a Feature or an array of Feature (when parsing a FeatureCollection object). Geometry merges now only happens for multi-* geometries to simplify user handling of individual features. Geometry holes are now supported. And last but not least this commit fixes the geometry merge bug from issue 688. Fixes #688 BREAKING CHANGE: feature collection are not merged anymore BREAKING CHANGE: GeoJSON2Feature now returns a Promise
peppsac
added a commit
that referenced
this issue
Mar 26, 2018
This commits refactors Feature related code. It introduces a documented Feature object. GeoJSON2Feature returns either a Feature or an array of Feature (when parsing a FeatureCollection object). Geometry merges now only happens for multi-* geometries to simplify user handling of individual features. Geometry holes are now supported. And last but not least this commit fixes the geometry merge bug from issue 688. Fixes #688 BREAKING CHANGE: feature collection are not merged anymore BREAKING CHANGE: GeoJSON2Feature now returns a Promise
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A big multipolygon is not rendered correctly.
It is originally served from a wfs from geoserver, but I'm providing a geojson file of the multipolygon.
multipolygon.zip
It is correctly displayed in Qgis as shown in the screen captures below
itowns
Qgis
Environment
The text was updated successfully, but these errors were encountered: