You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
At this moment we only support an OfflineTilePyramidRegionDefinition defined by a bounding box. We should let developers use arbitrary shapes to match, for example, the shape of a state, province, etc.
The pieces that we would need to support this are:
A set of C++ types representing geographic features. Probably strongly GeoJSON influenced so we could reuse these types for featuresAt results and geoJSONLayer.setData(). Could potentially be extracted from geojsonvt-cpp. (cc @springmeyer)
At this moment we only support an
OfflineTilePyramidRegionDefinition
defined by a bounding box. We should let developers use arbitrary shapes to match, for example, the shape of a state, province, etc./cc: @jfirebaugh @1ec5
The text was updated successfully, but these errors were encountered: