kml
Place text based divs in relative locations within a circle
Direct question - How would I place certain objects or small text within a certain area.For example, how would I replace the following image with html/javascript.[详细]
2023-02-02 01:03 分类:问答Detect click on KML region in Google Maps
I\'m displaying a KML overlay on a map: var k1 = new GGeoXml(url); map.addOverlay( k1 ); I want to detect when that region has been clicked. This does not work:[详细]
2023-01-31 07:11 分类:问答Problem to pass a kml file to Google Earth using geoxml3 class and ProjectedOverlay class
i am trying to build a google earth view showing cities, but i stuck with the kml parser geoxml3. I have a javascript building a google map at first showing the locations i want. this works fine. I ca[详细]
2023-01-31 05:31 分类:问答Attempting to load GPX and KML format files from Mail and Safari using CFBundleDocumentTypes on IPhone
I\'ve setup other binary document types (such as zip archives) and they load from Safari and Mail just fine. But the XML based formats only run the \"Quick View\" and show the raw XML code. Is there s[详细]
2023-01-29 07:47 分类:问答Google Maps Points do not appear until low zoom levels
I\'m working on a (Perl) program that uses the Google Maps API and a KML file to pull data from a database that creates points on the map. I have that much done, but the points only appear after I zoo[详细]
2023-01-29 03:09 分类:问答can google maps show KML custom icons at any zoom level?
I have a KML file that defines custom icons. The custom icons will all show up if I zoom in but when I zoom out some get converted into the default Blue marker. It seems to happen where icons group to[详细]
2023-01-27 07:28 分类:问答Kml Parsing in Android
I\'m working in a project that parses and write a kml file and stores in sd card, but I have a problem, for google maps trace the path I need that the coordinates are all together, and my Activity jus[详细]
2023-01-27 05:44 分类:问答PHP Dynamically creating KML for multiple placemarks on map
Currently struggling with PHP and creating KML from it. I\'m using the last.fm API (geoGetevents) to grab events from \'location\' (forexample, user searches for Manchester) and then (using KML - as I[详细]
2023-01-27 02:10 分类:问答Which data source is preferable for Google Maps, KML or JSON?
I totally see the benefits of JSON, pull over a lightweight ar开发者_开发知识库ray of data to stuff into my Google Maps (and template through to show a list of the points as well). I\'ve heard a lot o[详细]
2023-01-26 20:55 分类:问答KmlLayer custom icons
I have a webs开发者_开发百科ite where a user of my community can import his KML file (exported from Earth of Google Maps) and display a map (ex his favorite restaurants in Chicago). this part was ok a[详细]
2023-01-26 03:40 分类:问答