diff --git a/examples/config.json b/examples/config.json index 318b70e726..6b7648a23a 100644 --- a/examples/config.json +++ b/examples/config.json @@ -31,6 +31,7 @@ "Vector tiles": { "vector_tile_raster_3d": "Raster on 3D map", "vector_tile_raster_2d": "Raster on 2D map", + "vector_tile_mapbox_raster": "Mapbox Vector Tiles to raster", "vector_tile_3d_mesh": "Vector tile to 3d objects", "vector_tile_3d_mesh_mapbox": "Mapbox Vector tile to 3d objects", "vector_tile_dragndrop": "Drag and drop a style" diff --git a/examples/vector_tile_raster_2d_mapbox.html b/examples/vector_tile_mapbox_raster.html similarity index 88% rename from examples/vector_tile_raster_2d_mapbox.html rename to examples/vector_tile_mapbox_raster.html index d76e179d65..01b704bd0f 100644 --- a/examples/vector_tile_raster_2d_mapbox.html +++ b/examples/vector_tile_mapbox_raster.html @@ -1,6 +1,6 @@
-