Questions tagged [xml]
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
396 questions
1
vote
1
answer
20
views
Missing buildings from Overpass Turbo query
I’m using the Overpass API in XML format to extract buildings within a bounding box.
My query includes node, way, and relation types with:
<has-kv k="building" v=""/>
to ...
1
vote
1
answer
193
views
Opening landXML.org XML file in QGIS
I have an XML file in the format from landxml.org with simple point observations and want to open it in QGIS. But none of the existing landxml plugins seemed to work, failed with:
Problem importing ...
0
votes
1
answer
51
views
XML max file size or TRK number
I have an XML of more than 10 MB with 105 different tracks.
Itinéraires
Leaflet plots 84 tracks but not the 21 last ones.
Is there a file size or number of tracks limitation ?
1
vote
0
answers
51
views
Selecting items XML with model designer
I am working with QGIS version 3.34.4-Prizren.
My aim is to:
insert several .xml,
select some items from each one of them,
transform these items to shapefiles,
clip them and reproject them.
Since I ...
1
vote
1
answer
128
views
Why would raster *.aux.xml file times be modified when not in use?
This is a bizarre question that I am not even sure is a GIS question, except that it involves raster-related files.
I have noticed that *.aux.xml files are having their data modified attribute changed ...
0
votes
1
answer
537
views
cvc-complex-type.2.3: Element 'Target' cannot have character [children], because the type's content type is element-only
Syntax validation has processed all the way to the target itself. There was a problem that if I fix it I get the product, the configuration validator says:
cvc-complex-type.2.3: Element 'Target' ...
1
vote
2
answers
127
views
ShapeChange - cvc-elt.1.a: Cannot find the declaration of element 'ShapeChangeConfiguration'
I am doing a transformation from UML model to DDL SQL (databaseSystem is PostgreSQL). I configured the configuration xml file. I believe that it is not necessary to state what is in it, but I will ...
1
vote
1
answer
119
views
Is CRS specified in XML file with GPX data?
I am using a Python script that reads the SRID (Spatial Reference Identifier) in various file formats. If the SRID is found, the file is packed, stored and can then be imported (QGIS etc.). ...
1
vote
1
answer
62
views
Getting the SLD_BODY parameter to work with ArcGIS Mapserver WMS 1.3.0
I am trying to dynamically change the external WMS style's file using the SLD_BODY parameter to visualize an external WMS service with a different color.
My basic XML SLD script is below.
<?xml ...
2
votes
1
answer
343
views
Importing DATEX II file to QGIS
For people familiar with DATEX II (the European XML standard for road traffic and travel information), is there any (easy) way to directly import a layer from a DATEX-structured API to QGIS?
Take for ...
1
vote
1
answer
81
views
How to specify a fallback font for a GeoServer style
I am trying to add place names to a map with GeoServer. This works as expected, except that I am unable to add a fallback font family. When I try to add one, the displayed names use a serif font, ...
2
votes
0
answers
1k
views
Importing XML in QGIS [closed]
I tried to import a .xml file into QGIS (3.32.2-Lima) with the LandXML plugin and got this error:
Problem importing xml 'name'.
So I guess the .xml file is not compatible with this plugin.
The ...
0
votes
0
answers
71
views
GeoServer 2.25.2 not showing XML files in browser but download the XML file
We have upgraded from GeoServer 2.18.x to GeoServer 2.25.2 and we have a problem to open a .xml file in the browser.
Before upgrading the GeoServer it was possible to show/open the XML file in the ...
1
vote
1
answer
348
views
FME Errors when opening XML
I have FME v2024 with a Floating License. I have Windows 10 Enterprise installed. I am almost out of space on my disk where my "Temp" folder is located.
The persistent problem I have with ...
0
votes
1
answer
870
views
Creating a GeoTIFF with PNG & XML [closed]
I want to make a GeoTIFF file to use in a navigation app. What I currently have is a PNG with the map and a XML that goes along with it. Does anyone know how to somehow combine them and export it as a ...