azavea / tilegarden

Serverless raster and vector map tile generation using Mapnik and AWS Lambda
https://azavea.github.io/tilegarden/
Other
97 stars 7 forks source link

Move map config param from querysetring to path #142

Closed KlaasH closed 5 years ago

KlaasH commented 5 years ago

Overview

Moves the map config parameter out of the querystring and into the path. Also:

Demo

Looks the same, but note the new piece in the URL and the lack of a config= param in the query. image

Testing Instructions