LocalData / localdata-tiles

A tileserver for LocalData
5 stars 2 forks source link

Make JSONP optional for UTFgrids #158

Closed prashtx closed 8 years ago

prashtx commented 8 years ago

Support a jsonp=false querystring parameter when requesting the TileJSON for both normal layers and legacy survey layers. The grid field in the TileJSON will then omit the callback template, so the client can use CORS JSON requests rather than JSONP requests.