Leaflet / Leaflet.VectorGrid

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

implement maxNativeZoom to go past zoom levels of data #9

Closed tuukka closed 7 years ago

tuukka commented 8 years ago

I don't know if it could really be this easy to implement this feature, but it seems to be working in my tests at least.

atodd-geoplan commented 7 years ago

Would it be possible to merge this in?

Alternatively happy to build the fork, but currently can't (on Windows).

Are there any project build instructions?

Edit , running:

npm install pathwatcher
npm install gobble

Solved my problem

where as

npm install

did not

C:_dev\Leaflet.VectorGrid>npm run prepublish

leaflet.vectorgrid@1.2.0 prepublish C:_dev\Leaflet.VectorGrid gobble build -f dist/

gobble: error starting gobble

Cannot find module '../build/Release/pathwatcher.node' Error: Cannot find module '../build/Release/pathwatcher.node' at Function.Module._resolveFilename (module.js:469:15) at Function.Module._load (module.js:417:25) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at Object. (C:_dev\Leaflet.VectorGrid\node_modules\pathwatcher\l ib\main.js:6:13) at Object. (C:_dev\Leaflet.VectorGrid\node_modules\pathwatcher\l ib\main.js:218:4) at Module._compile (module.js:570:32) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32)

jkuebart commented 7 years ago

This should be closed by https://github.com/Leaflet/Leaflet/pull/5319

IvanSanchez commented 7 years ago

Superseded by Leaflet/Leaflet#5319