diff --git a/.gitignore b/.gitignore index 5f240c4f..19e604d9 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,7 @@ typings/ # configs, if generated transpiled-configs/ + +#demo html pages, if generated +demo/* +index.html diff --git a/demo/client-filter.html b/demo/client-filter.html deleted file mode 100644 index 149f320e..00000000 --- a/demo/client-filter.html +++ /dev/null @@ -1,155 +0,0 @@ - - -
- -Allow users to modify pre-defined layers by specifying filter conditions.
-https://yourtiles.cloudfront.net/tile/{z}/{x}/{y}.png?layers=PARK,PRIV
- Define customizable map layers that can be queried by your users.
-https://yourtiles.cloudfront.net/tile/{z}/{x}/{y}.png?layers=["PARK","PRIV"]
- - Serve your geospatial data as raster tiles, specified and styled via CartoCSS. -
-https://yourtiles.cloudfront.net/tile/{z}/{x}/{y}.png
- Serve UTF grids and interact with your data.
-https://yourtiles.cloudfront.net/tile/{z}/{x}/{y}.png?utfFields=owner,operator
- Serve your geospatial data as Mapbox Vector Tiles for client-side styling and manipulation.
-https://yourtiles.cloudfront.net/vector/{z}/{x}/{y}.png
- - Tilegarden is a serverless tileserver built for AWS Lambda. All the power of a conventional tileserver without needing to worry about provisioning, scaling, or uptime costs. - - Click below for demos of Tilegarden's functionality. -
-