utfgrid-spec icon indicating copy to clipboard operation
utfgrid-spec copied to clipboard

Specification for UTFGrid, a format for rasterized interaction data

Results 4 utfgrid-spec issues
Sort by recently updated
recently updated
newest added

I am using leaflet to create a set of swipable layers. Mapbox has an example of this: https://www.mapbox.com/mapbox.js/example/v1.0.0/swipe-layers/ My issue is that when a layer is getting clipped UTFGrid does...

I'm trying to [write some tests](https://github.com/tschaub/openlayers/blob/19a11561e82bb99eff2d005cbe3b8287b68872f6/tests/Tile/UTFGrid.html#L200) for a browser implementation that use the [demo.json](https://github.com/mapbox/mbtiles-spec/blob/master/1.1/demo.json) described in the spec. I'm seeing trouble once I hit row 215, col 222 - the...

The codepoints U+2028 and U+2029 are [not valid in JavaScript string literals](http://timelessrepo.com/json-isnt-a-javascript-subset), and any utfgrid JSON that contains them literally will not be usable with JSONP. We should note this...