KML Layer Restriction Issues

I uploaded the 6 km layers using the URL to my website so that it can be turned off / on. However, I recently noticed that this will allow me to show only 4 km at a certain time. When I select more than 4, the 5th and 6th are not displayed. It doesn’t matter which one I choose, it restricts me to only showing 4. Can someone direct me to what might be causing this, or do I need to encode it in some other way? Kml themselves work and are under 800kb. It just seems strange that I can only show 4 km at a certain time.

This site is www.gbnrtc.org/bikemap

+5
source share
2 answers

KML, KML, Google Google , :

  • ( KML, GeoRSS KMZ): 3
  • KML : 10
  • : 10
  • : 1000

, ~ 800K, , 3,2 . KML-, , , .

+1

. KML/KMZ ( Google ). , .

:

GeoXML, KML ! https://github.com/geocodezip/geoxml3

1. geoxml3.js

<script src="geoxml3.js"></script> // include after google map api script

Stpe 2: JS:

var myParser = new geoXML3.parser({map: map});
myParser.parse('/path/to/data.kml');

KMl.

0

All Articles