codehub-rony / map-styler

A simple and esay UI for creating map box styles for feature layers
7 stars 0 forks source link

Implement functionality for manually adding a tileJSON URL including checks for required attributes #8

Closed codehub-rony closed 4 months ago

codehub-rony commented 1 year ago

It is possible that the required TileJSON for creating a OGC vectortile layer #4 could not be found. In that case the user:

After parsing the TileJSON, a basic check should check if the geometry_type is defined. If not, the geometry_type should be manually added.