KML is an XML file format used to display and annotate geographic data, made popular by Google Earth.
2
votes
1answer
310 views
Problems using 2 maps with multiple layers and loadend event
I have 2 or more maps with one ore n layers on each map.
Now I want zoom to extent for each map, but the getDataExtent returns only for the last layer in the last map a bounds.
Can you help me?
Here ...
0
votes
0answers
66 views
Creating KML with geolocated images and comments in baloons
I am trying to create a kml with a series of geolocated images each with a comment using android.
In essence, it is very similar to what gpicsync does but this software does not include text other ...
2
votes
1answer
529 views
Problem with layer order in OpenLayers and Google styled maps
I'm using OpenLayers with Google styled maps. My biggest problem is KML polygon layer which needs to be under roads layer but it isn't (see prtscr). What am I doing wrong?
This is my coding:
...
3
votes
1answer
242 views
What open-source web mapping solution I need to use for this situation?
I will try to explain what I need to do. I have about thirty KML polygons. I need to put them on some satellite map. On the top of these layers (KMLs, satellite) there must go layer with roads. I ...
3
votes
1answer
255 views
How to show a point on mouse over a hidden polygon?
Any suggestions on how to show a point on mouse over a hidden polygon?
A single kml file contains two polygons and two points as in the image, I've hidden these polygon and point by setting stylemap ...
3
votes
5answers
1k views
How do I make KML overlays appear in OpenLayers at all zoom levels?
I need to overlay KML polygons on basic map in OpenLayers. I need that KML is visible on every zoom level. I did some coding, but my KML is not showing up. What am I doing wrong? Thanks.
<!DOCTYPE ...
0
votes
1answer
333 views
How to create KML file with OpenLayers?
I try to create kml file from features.
My code
var feature=myVecLayer.getFeatureByFid('filedata.1');
var format;
function GetKMLFromFeatures(feature) {
...
1
vote
1answer
212 views
geoxml3 parseKMLString function not working?
I am unable to use Parser.parseKMLString().
Its giving me a error saying Parser.parseKMLString() is not a function.
What i am trying to do is, read the KML file on the server and return the entire ...
3
votes
1answer
276 views
How Do i Secure My KML files for a rails application?
I would want to keep my KML files to be secure or password protected. I am keeping them on a public server, and i dont want them to be accessible to anyone.
I am using geoxml3, so any lock applied to ...
3
votes
1answer
211 views
How to put a roads layer (OpenStreetMap) on top of KML polygons?
I need to develop a map where KMLs are overlayed with road layers. So, KMLs are polygons, and I would need to use a map tiles like OpenStreetMaps. But the problem is how to put roads on top of KML ...
2
votes
0answers
291 views
egeoxml vs geoxml
What is the difference between egeoxml and geoxml?
What i know is both are client-side parsers and both allow me to edit the kml files on the run.
I guess egeoxml is an initiative by google itself ...
2
votes
1answer
273 views
KML with Google Maps : Google violates same origin policy?
Doesn’t Google Violate the same origin policy when it tries to access the KML files from a globally accessible server?
The condition for Google maps to display the KML is that it should be globally ...
0
votes
0answers
321 views
How do you format an OGR VRT file to best convert a CSV to KML?
I am attempting to get a nice KML for simple review of POI/geocoding from a CSV. I a using ogr2ogr and a vrt. You can see the vet file below, with two attempts to get this right.
Basically, the issue ...
3
votes
1answer
163 views
ArcMap 10.1 Python split inconsistent string
I converted a kml file to a feature class. All of the fields from the kml were combined into two fields in the feature class. One of them contains information delimited by "/" and the other contains ...
5
votes
0answers
51 views
How are the edges of a polygon defined? [duplicate]
Possible Duplicate:
Are long lines in shapefiles to be considered geodesics or straight lines in the 2D latlong space?
In various representations, such as shapefiles and kml, polygons are ...
1
vote
0answers
281 views
How to highlight area in KML googlemaps on mouse-over event?
How to highlight area in KML googlemaps on mouse-over event?
I am trying the same thing as this example
How to highlight the area in google map on mouse hover
I saw the example given with polylines ...
1
vote
1answer
759 views
OpenLayers Vector KML draw black when change the style
I am trying to change the style of an OpenLayers.Vector using radio buttons and redraw it, but the result is a black vector.
I tried own build OpenLayers11 and 12, beside api openlayers hosted.
...
1
vote
1answer
204 views
Exporting vector to kml with ogr2ogr without extended data
If I convert a shapefile as kml in QGIS, GRASS or ogr2ogr directly, defining the name and/or description field with the -dsco tag, all columns in the attribute table of the input layer are exported to ...
2
votes
1answer
492 views
'undefined' is not a constructor (evaluating 'new > OpenLayers.Layer.GML'
My OpenLayers map was working fine before, showing a KML overlay. Suddenly it broke. Now I see this error in my browser error console.
TypeError: 'undefined' is not a constructor (evaluating 'new
...
5
votes
1answer
119 views
regionating vector data for use in Google Earth
Does anybody know of free/open source tools to regionate vector (kml) data, like the regionate tool in Google Earth Pro (see http://support.google.com/earth/bin/answer.py?hl=en&answer=175007)?
I ...
3
votes
2answers
1k views
How to merge many individual KML layers into one?
I'd like to open a USGS KML file of bedrock geology for an entire county, but there are over 2,000 individual polygon layers. Does anyone know if there is a way to merge all of these layers together ...
7
votes
3answers
281 views
where do I download POIs from Wikipedia? placeopedia used to have them but is now gone
I am trying to improve OpenStreetMap in Siem Reap, Cambodia.
A way I am doing this is to add temple locations. I hear that there is a dataset of temple locations available from Wikipedia (presumably ...
3
votes
1answer
106 views
Spidertracks to GIS
I have some data that will be comming to me from helicopter flights and was recorded with Spidertracks software. Does anyone know how to convert flight tracks from 'Spidertracks' gps flight tracks ...
2
votes
3answers
646 views
openlayers attribute substitution failing on kml file
I'm trying to read in mile markers for a marathon from a .kml file and use the MILE attribute to set the label. My layer code looks like this:
// add layer
mile_markers_layer = new ...
2
votes
1answer
1k views
Problems adding KML layer in OpenLayers
I'm stuggling to add a KML layer to a simple test OpenLayers map - no errors are shown, but the KML layer does not display on the map.
I've tried multiple samples including the Sundials on a ...
4
votes
1answer
678 views
Is there a way to export QGIS layers to KML?
has had anyone had any luck with the new experimental plugin qgis2kml?
I keep getting the error msg layer : format not yet supported
I had a look but the author has not provided any documentation, ...
0
votes
1answer
172 views
How to cluster kml features in OpenLayers
Is it possible to cluster KML features in OpenLayers, and are there any samples?
I can find separate samples for clusters and KML but nothing which handles both together.
Thanks
2
votes
3answers
2k views
How to display 33k placemarks with custom symbols/labels?
I want to overlay address numbers on our embedded Google Map (V3 api). Even though the KML is under 2 MB, it exceeds the 1,000 feature limit; there are over 33,000 placemarks.
Fusion tables solve ...
1
vote
0answers
111 views
How to generate xml for use with geoxml3
I have a kml and shp I would like to convert to an xml to use with geoxml3. How would I go about doing such a thing? the xml I gen should look something like this:
<?xml version="1.0" ...
1
vote
0answers
147 views
QGIS kml file converted from shp do not work properly
QGIS 1.8 installed with OSgeo4W
Windows 7
shp - right click - save as - kml - WGS84
the resulting kml instead of a polygon in Italy is a bunch of segments spread over the south pole
I suppose the ...
3
votes
4answers
571 views
can't read attribute from map file (.kml) using openlayers
I want to create thematic maps using openlayer with kml map. but when i run the code, color and label thematic maps of the polygon can't show up. instead writing out undefined. what's the cause? are ...
4
votes
1answer
69 views
Different ways to publish media-enhanced route/trail information to mobile users
I'm looking for some different approaches that a non-profit I'm helping could use to publish information about some tourism routes. Each route is 1-2 tracks, with some historical background ...
1
vote
1answer
443 views
Filtering a loaded kml file in OpenLayers
I'm trying to create an interactive search engine (for finding event tickets) of which one of its features is a visual map that shows related venues using OpenLayers. I have a plethora of venues ...
3
votes
1answer
293 views
Presenting geospatial data in Powerpoint
I am looking for a more elegant way to display geospatial data in Powerpoint. KMLs seem to be becoming the norm for quickly showing interactive geospatial data to colleagues and the general public. ...
3
votes
2answers
941 views
Openlayers create, edit and save/export to kml
I'm trying to create, edit and save a point vector as kml file in an Openlayers app. I have managed the create and edit by adding and empty vector layer and then adding the control
...
2
votes
3answers
898 views
How feasable to extract data from KML/KMZ files
We have a large bunch of KML files, they are basically global cable maps. In our company they are wide-spread and everybody uses them with Google Earth.
Now there is an interest to extract ...
1
vote
0answers
192 views
Loading a KML Layer Underneath a Fusion Table Layer
I am working on a map that will incorporate both Fusion Tables and KML layers, parsed through geoXML3. As my Fusion Table Layer is a point file I would like it to always be on top of the KML's which ...
2
votes
1answer
526 views
How to parse and display KML on Bing maps under SSL
This may seem like a simple question at first, but let me explain. We have several mapping solutions, however one is strictly Bing maps (v6) based. "Use open layers" will not be a possible solution ...
1
vote
1answer
802 views
Order of KML Layers in Google Maps API V3
I'm working on a website that when finished will allow the user to turn on and off a number of different KML layers using checkboxes, the layers are parsed through geoXML3 and I want to know how to ...
4
votes
3answers
894 views
Labels aren't showing up when I convert from .mxd to .kml
I've been trying to convert a map from .mxd to .kml for google earth. The map has municipalities labeled as well as train stations. When I save it and open it in Google Earth, only the train station ...
2
votes
0answers
412 views
How to draw an overlay using KML on our own app in Android?
Repost from here
Hi there,
I want to draw an overlay using .kml files, just look like this. But on my own app in MapActivity.
31.kml, display district in Jakarta, Indonesia
or
the example that I get ...
1
vote
0answers
126 views
Why can't Android phones render this KML poly?
Our outage map works well in browsers and most mobile devices. The map can be found here:
Test Outage Map
However, on Android phones the perimeter polygon is rendered as black. Have tried changing ...
8
votes
2answers
3k views
ogr2ogr converting to shapefile - how to select feature types?
Shapefiles can only have one geometry type, but many other formats (kml, geojson) can have multiple types.
When converting to shapefiles, is it possible to to tell ogr2ogr to create multiple ...
4
votes
1answer
139 views
ArcGIS 10 Time series to kml
Hey all I am having trouble with the KML export. My time series will not work properly in google earth, it has time start in 0001 when it should start in the year 2001.
My incidents time is coded ...
1
vote
1answer
1k views
adding kml to google maps
I am trying to overlay the KML file over google maps and want to know where I can host the kml file which I will then be able to add to the google maps. I tried using google drive and dropbox but they ...
1
vote
1answer
182 views
How can the scale be projected correctly in Quantum GIS when it is imported from google earth (KML) files?
While importing KML files from google Earth to Quantum GIS, the scale is not being projected properly and the area of a particular selected feature is not being calculated in the attribute table by ...
2
votes
1answer
141 views
only 1 tile visible in GE after gdal_translate -of KMLSUPEROVERLAY
I have a 3-band ASTER scene in any of several formats (PCIDISK, GeoTIFF, Imagine), already reprojected to the geographic coordinate system. I can view and manipulate the scene successfully in PCI ...
1
vote
0answers
100 views
KML files no longer showing data for point location - shows placement pin
We do gps-based point soil sampling and have software designed for that. Our software allows us to export a KML file that has all the attributes of the soil samples on it. They pop up and show all ...
1
vote
2answers
736 views
OGR DXF to KML conversion
I'm trying to convert a DXF 2010 file to KML using ogr2ogr:
ogr2ogr -f "KML" outfile.kml infile.dxf
In the file, $INSUNITS is 6, that's meters, if I'm correct?
The problem is that DXF is not ...
2
votes
0answers
48 views
Batch Convert MapInfo .TAB Files to .KML [duplicate]
Possible Duplicate:
ogr2ogr convert all shapefiles in a directory
As the title suggests, i have a few hundred .TAB files to convert to .KML. This is likely to be a fairly irregular thing ...


