XML (Extensible Markup Language) is a set of rules for encoding documents in both human-readable and machine-readable form. It is defined in the XML 1.0 Specification produced by the W3C, and several other related specifications, all gratis open standards.

learn more… | top users | synonyms

1
vote
0answers
46 views

Retrieving ArcGIS:s Spatial Data into a Database

Background: If you have created a vector map with lots of spatial data in geometry flat in with measurement kilometer. The following object that is used in the map will be point, line and polygon ...
1
vote
0answers
105 views

How to integrate XML markers with MarkerCluster?

I'm having a problem integrating XML markers with MarkerClusterer. I need to integrate these two and show only the markers within bounds. I'm able to load the results in the XML to the map, but can ...
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
73 views

XML workspace document import missing data

Ok, building on my last post on this topic, export/import from/to SDE. I export my SDE using export "XML Workspace Document..." and I'm using the Z File format because of the large size of the ...
1
vote
0answers
726 views

Adding Access-Control-Allow-Origin: * to Jetty in Geoserver [closed]

So i am trying to add Access-Control-Allow-Origin: * In the Jetty config file, on which the Geoserver is running to receive the contents from popup (which I am not receiving since there is no ...
1
vote
0answers
181 views

Placemark that pulls information off an excel sheet row and display's the data in the description part of the Placemark

I am trying to find out if a certain function is available to link an excel sheet with a kmz. What i need to happen is have a Placemark that pulls information off an excel sheet row and display's the ...
1
vote
0answers
86 views

refactoring an XSLT processor with minor changes

having an extremely large xml-file - which is derived from the field of geo informatics. i got it from a German subsite or the OpenStreetMap-Project: the Geograpical-Engineering-site that deilvers a ...
1
vote
0answers
673 views

Importing XML file in ArcGIS failed

I have created a model in Enterprise Architect (in ArcGIS technology). Inside I have several point, polygon, line feature classes and a couple of domains which correspond to them. From the level of ...
1
vote
0answers
152 views

How exactly is an SLD_body object (when extracted from its XML href) structured when using a cElementTree to parse it?

I'm trying to export data from a PostGIS database into a geoserver and I've gotten it to where I can get the PostGIS database to point to the geoserver (I'm doing this as a python script for a GIS ...
0
votes
2answers
92 views

Using Python to parse an XML containing GML tags

I am trying to write a python script which pulls GML tags out of an XML file and formats them into WKT for inserting into a PostGIS database. I have been successful in doing so for an XML containing a ...
0
votes
1answer
241 views

Trying to make xml data readable for Arcgis

I am trying to convert xml data into tabular form for the process of geocoding. We have the xml file with info that we are going to run through an address locator. Do I need a script for this? Can ...
0
votes
1answer
24 views

A PROBLEM WITH XML Standard Layer Descriptor for GeoServer

I wrote an xml in Standard Layer Descriptor for GeoServer, with the objective to map a satellite image with discrete values. I wrote: < ColorMap type="intervals"> < ColorMapEntry ...
0
votes
1answer
24 views

Writing iso19139 compliant xml metadata from a spreadsheet

I am looking at a way to migrate the metadata from a spreadsheet into iso19139 compliant xml metadata documents for a collection of shapefiles. I can parse the data out of the spreadsheet into strings ...
0
votes
0answers
19 views

My MXD is creating an XML file with the same name when I save it [duplicate]

Note I have not installed Xtools and I have ArcGIS 10.1. Any idea of what is going on? Here is an example of the content of the XML: <FrameworkConfig TagName="FrameworkConfig" ...
0
votes
0answers
39 views

Style Manager import problem

I am trying to use some styles provide by Ordnance Survey. I have a project made up of of OS VectorMapLocal layers. The Style sheets provide are in xml format. When I try to import an xml file in ...
0
votes
0answers
40 views

Styling from an XML file with multiple properties with the same name

I'm trying to give styles to a new layer about Earthquakes. This is my code and below you have my xml file from where I'm readding: Code: var rule1 = new OpenLayers.Rule({ title: "Magnitude < ...
0
votes
0answers
54 views

Generating a Web based map interface from ArcGIS export file

I have an XML export file from an ArcGIS geodatabase with the following fields: OBJECT ID (-) Shape (-) Grid_Area_ha_1 (ha) Shape_Length_1 (m) Shape_Area_1 (m2) Residue_Yield_t_a_Restrict_NEW (t/a) ...
0
votes
0answers
81 views

using mapnik xml file to render tiles in python

Is it possible to use an xml file in python? without using the bindings for python for mapnik. basically i'm using django/geodjango, postgis and well i decided i'd try and design the map on tilemill ...
0
votes
0answers
384 views

how to create the perfect driving directions points using php and mysql [closed]

// var directionDisplay; var directionsService = new google.maps.DirectionsService(); var map; var side_bar_html = ""; var gmarkers = []; function load() { ...
0
votes
0answers
146 views

Flex 2.5 Viewer Identify Widget with Secured Service

I am trying to configure the Identify Widget with my Flex 2.5 application. I have a single ArcGIS Server service which is secured with a user. The map displays and runs correctly with the token I ...
0
votes
0answers
103 views

change xslt to match all OSM tags

Hello and good day, I am brand new to GIS and to this forum so please bear with me for asking a newbie question. I have an xslt that works on a split osm file[germany.osm.bz2] What I want to do ...
0
votes
1answer
222 views

MapInfo “Error during Read: XML Library Load Error Required XML version unavailable”

I am using MapExtreme 7.0, I am running into the following error on an asp.net website (.net 3.5) running on a server with windows 2003 32bit. "Error during Read: XML Library Load Error Required XML ...

1 2