Forum
Class of GeoJSON layers
Hi Guy,
This is a bit of a challenge. I have integrated Leaflet JS as framework and I intend to display complex polygons and custom popups using GeoJSON layers. For now and for testing puposes, I call my GeoJSON layers directly in the page and it works well, but I'm afraid the mass of data will be too large (240 polygons to insert and I already have 24000 lines of generated coding for only 2 polygons!). In your opinion, what would be the best method for referencing GeoJSON layers containing such a large amount of data? - 1 remote file for each entry - Multiple remote files per group of entries - All entries on a page and filter by PHP
How are you looking to manage the content?