Leaflet / Leaflet.VectorGrid

Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet 1.0.0
593 stars 192 forks source link

Point demos not working #215

Open StefanBrand opened 4 years ago

StefanBrand commented 4 years ago

The point demos give a SyntaxError: missing variable name:

http://leaflet.github.io/Leaflet.VectorGrid/demo-points.html http://leaflet.github.io/Leaflet.VectorGrid/demo-points-icons.html

Cdingram commented 4 years ago

Syntax error is because line with var openmaptilesKey contains a , rather than a ;. However there is still another issue as this API key is out of date/invalid. Response from the API call: "Origin not allowed - Get your free key at https://cloud.maptiler.com/."