Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
722 views

Reading gml in c#

I have a problem with reading some gml files in c#. My files do not have schema or namespaces and looks like file from this question: ...
3
votes
1answer
1k views

Help parsing GML data using C# Linq to XML

I know this is most likly very basic and been asked a thousand times but for some reason I just can't get it to work. I have a gml file that looks like the following: <?xml version='1.0' ...
3
votes
2answers
735 views

Best java open source toolkit to visualize a GML fragment

I'm looking for a way to visualize a piece of GML I'm receiving. What is the best freely available java library to use for this task?
2
votes
3answers
124 views

How to split huge GML file in Java?

I have already an operational application but which convert gml to shape. The requirement of the gml file size to be supported was increased to 2GB. Upon execution, OutOfMemory exception occurs. Any ...
2
votes
1answer
388 views

Transfer layout from networkx to cytoscape

I want to use networkx to generate a layout for a graph. Is it possible to transfer this layout to cytoscape and draw it there? I tried to simply write a graph as import networkx as nx G = nx.Graph() ...
1
vote
2answers
37 views

When I have two orientation quaternions, how do I find the rotation quaternion needed to go from one to the other?

I'm using quaternions in my game, and I'm wondering how, when I have two orientation quaternions, I can get the rotation quaternion needed to go from the first one, q1, to the second one, q2. I'm self ...
1
vote
1answer
106 views

style: color and strokewidth in Openlayers?

I tried some ways but cant seem to find the proper one, How can I ad a style to this layer: var line_1 = new OpenLayers.Layer.Vector("Line nr 1", { projection: ...
1
vote
1answer
158 views

How to access features of a loaded GML file in OpenLayers?

I seem not to be able to access features of a loaded GML file. I will use the basic example of OpenLayers to demonstrate what I want to do : http://jsfiddle.net/AUbZn/14/ var map; map = new ...
1
vote
0answers
25 views

convert edges coordinates into GML or other vector format

I have coordinates of points which should be part of polylines. Is it possilbe to automatically convert it into GML or other vector data format with polyline?
1
vote
1answer
178 views

Transforming GML with XSLT

i was trying to figure out what is wrong with this piece of code, but, after 4 hours, I give up! I tried a lot of different solutions here on stackoverflow and from arround the web, bot none of them ...
1
vote
1answer
339 views

Parsing GML with PHP

I'm attempting to parse the XML output of a GeoIP API with PHP: <HostipLookupResultSet version="1.0.1" xsi:noNamespaceSchemaLocation="http://www.hostip.info/api/hostip-1.0.1.xsd"> ...
1
vote
1answer
148 views

Problem creating an XElement object with GML namespace

I am trying to build a XML document using the GML namespace and XML to LINQ. My goal is an XElement with contents like this: <gml:name>...</gml:name> But I get the following: ...
1
vote
1answer
51 views

Common Markup Language for Address/Location

I'm looking for a standard markup language to transmit addresses (locations). I really need nothing more complicated than a list of addresses with some metadata, each requiring a name, address, ...
1
vote
0answers
187 views

GML usage criteria, or what is the proper way for useing GML (Geography XML)

We want to use GML in our application; It is a GIS based application which simulates the real word objects (i.e. Pipes, Roads, etc) in a virtual reality environment. Currently we draw and store the ...
1
vote
4answers
921 views

Is it possible to export spatial data from Sql Server 2008 in gml2 format?

Sql Server 2008 supports spatial data with new geometry and geography UDT's. They both support AsGml() method to serialize data in gml format. However they serialize data into GML3 format. Is there ...
0
votes
0answers
24 views

Is it possible to import some GML into Sql Server 2008?

I have a GML file which i wish to import into Sql Server 2008. Is this possible? I know how to read in some GML data if I hard-code the actual data .. but i'm not sure about getting it from a file. ...
0
votes
1answer
56 views

Create Silverlight Bing Maps Shapes from GML

So I have spatial data stored in an SQL Server 2008 database (zip codes). My frontend is Silverlight 4 and I can get the shapes from the WCF service to the frontend as GML. Is there any easy way to ...
0
votes
0answers
73 views

Why does one part of GML -> KML conversion not work on Google Maps?

I'm a newbie to mapping/kml/gml... I have a client who wants to visualise cancer incidence and mortality rates by local/unitary authority across Great Britain. I've used Ordnance Survey data to get ...
0
votes
1answer
159 views

OpenLayers Select Feature with control points

I have a OpenLayers.Layer.GML layer build with GeoJSON data given by MapFish. When I select his features control points are displayed and they let me edit the shape of the features. Well I don't want ...
0
votes
2answers
138 views

GML and JPEG2000 library

have you ever worked with JPEG2000 and/or GML?. I'm reading documentation about GMLJP2 but I don't find any libraries that implement this. I mean, as far as I know it should be possible to have a GML ...
0
votes
2answers
584 views

OpenLayers loading a GML file from an other site

I'm having difficulties loading a GML file into OpenLayers. I've stripped down the problem to the following : - copy/past the example at : ...
0
votes
0answers
108 views

GML manually created problem

I have created such GML file: > <?xml version="1.0" encoding="utf-8" > ?> <ogr:FeatureCollection > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > ...
0
votes
0answers
36 views

is it possible to use html tags in gml file?

is there any way to use html anchor tag in a gml file..I want to create a hyperlink to location/point in a gml file. how can i do so??? thanks in advance..
0
votes
0answers
20 views

use of hyperlink in gml file

i want to create a hyperlink corresponding to a feature point using gml. How to use xlink for it??? Is it right way to do so??? thanks in advance.
0
votes
2answers
231 views

how to create a gml file from java code

I want to create an application which require to create a .gml file using java. And i want to add elements in that newly created .gml file from a text file How can i do so??
0
votes
1answer
181 views

CityGML Deserialization Issue

Greetings everyone, I'm currently working on a CityGML (de)serializer - I need C# classes for certain corresponding objects - and I'm having some trouble with the root class I need for the ...
0
votes
0answers
258 views

openlayers showing feature of GML

i am working with openlayers,geodjango and extjs in my work a had a layer and feature of this layer from another database table which connect with id foreignkey.. i take data with ...
0
votes
1answer
140 views

Bad Characters when parsing GML in Java

I'm using the org.w3c.dom package to parse the gml schemas (http://schemas.opengis.net/gml/3.1.0/base/). When I parse the gmlBase.xsd schema and then save it back out, the quote characters around ...
0
votes
0answers
91 views

GML LineStrings to GML file

I extracted GML LineStrings from a PostgreSQL/PostGIS database into a file. My problem is a simle one: I only have a set of LineStrings, but it's no valid GML file. Now I dont know how to "complete" ...
0
votes
1answer
213 views

How can I change this raycasting algorithm to not go diagonally?

// Arg0 - Map, Arg1 - X, Arg2 - Y, Arg3 - Distance, Arg4 - MaxDistance var xx,yy,dist, x1, y1, dir, maxdist, obj, res, map; map = argument0 x1 = argument1 y1 = argument2 dir = argument3 ...