-
Notifications
You must be signed in to change notification settings - Fork 14
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
Generalization ... #7
Comments
Having a key that declares the "zoom level", if there has been processing involved, for example, by an API implementing OGC API Features, would make sense. Another Content header sounds reasonable, too, but that would be defined by the Features API SWG. |
The "zoom level" seems very situational, and difficult to translate between different use cases. It would be really nice to have some guidelines on how to register/expose this scale/zoomlevel/resolution in a data set. |
@hylkevds I am not in favor of a parameter named "zoom" either because that is meaningless without some additional metadata defining the zoom level. I would prefer something like resolution (or resX, resY) that is simple to compute on the fly using the number of pixels and the extent. |
I used "zoom level" as a placeholder for whatever mechanism (scale denominator, resolution, some level of detail, etc). They all have their problems so there is no silver bullet and we would have to pick one. Personally, I have a preference to a zoom level based on the WebMercatorQuad/Google Maps tiling scheme, because this is in broad use in web mapping and I think more intuitive for most than the scale denominators or resolutions from the paper maps (and easy to convert if you make some assumptions on the display). In any case, my main comment on this aspect is to avoid the approach of the Tile Matrix Set standard that now requires that all values are provided : scale denominator, cell size plus the tile matrix level. I think we should pick just one ("we" = in Features and in JSON-FG, if we decide to add such an indicator). |
Meeting 2022-01-24:
|
Meeting 2022-03-07: Wait with this topic until the Features API SWG has a draft of the Geometry Simplification part. |
From the JUN 2021 TC, there was discussion about generalization. The point was raised that this, in the features SWG, is a function of the API (i.e. the generalization/simplification task). Also discussion about how the generalization level is communicated ... in the payload (i.e. the JSON-FG) or a header.
The text was updated successfully, but these errors were encountered: