Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/interstella0/geojson-map-demo
A React-leaflet application for a demo that shows heavy geojson data by purely client side.
https://github.com/interstella0/geojson-map-demo
demo geojson-parser geojson-vt leaflet reactjs
Last synced: 2 days ago
JSON representation
A React-leaflet application for a demo that shows heavy geojson data by purely client side.
- Host: GitHub
- URL: https://github.com/interstella0/geojson-map-demo
- Owner: InterStella0
- License: mit
- Created: 2023-11-12T06:30:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T02:47:16.000Z (12 months ago)
- Last Synced: 2023-11-26T03:27:31.003Z (12 months ago)
- Topics: demo, geojson-parser, geojson-vt, leaflet, reactjs
- Language: JavaScript
- Homepage: https://interstella0.github.io/geojson-map-demo/
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GeoJSON Renderer Demo without MapServer
I just wanna show the proper implementation that renders geojson completely client side by vectorize.The rendering is done on a web worker while leaflet GridLayer is used to create the canvas for rendering.
This allows you to completely control the speed of the rendering to balance the load onto the CPU for heavier
geoJSON layers that may contain thousands of features per tile.The code functionalities is shown [here](https://interstella0.github.io/geojson-map-demo/).