The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
11 views

Import GML file into Oracle-Table (SDO_GEOMETRY)

I'm looking for a solution to import a GML file which is containing coordinates in "Gauß Krüger" system. I found an Oracle locator function to import GML to SDO_GEOMETRY. But I guess this is for ...
-1
votes
0answers
16 views

Is GML an efficient language? [closed]

This is just a personal interest question since no one actually uses GML outside of Game Maker. I remember when I was first using Game Maker and it's drag-n-drop code. It took forever to make the ...
0
votes
0answers
14 views

Multiple features for single GML data file in a layer

I am trying to improve the symbology of some data in a GML file, wanting to add multiple styles of lines for the same data in the file. For example, I want to be able to create a layer with a ...
1
vote
1answer
27 views

GML strings in Turtle

I am trying to use the OGC GeoSPARQL vocabulary in a Turtle file. Here is a fragment: :spatialextent a geosparql:Geometry; geosparql:asGML "<gml:Polygon ...
0
votes
0answers
41 views

Using fortran90: read gml file with different format of the coordinates

I am new to to fortran90. I am working with input and output file. Currently I am trying to read a gml file, specifically the extracting the line of for the lat long coordinates of ...
0
votes
1answer
34 views

Access object members from Instance ID

I'm getting the Instance ID of an object from collision_line() Now that I have this instance, I want to get it's image_angle, but I get an 'unknown variable' message when I try that. What should I ...
0
votes
1answer
38 views

OpenLayers.Layer.GML Throwing JS Error

I am trying to load a KML file into my Openlayers map. I added the following line of Code to my JS file and it throws an error. My map won't even load after I add this line: var layer = new ...
1
vote
0answers
64 views

Convert mat to GML file

I want to visualise in Gephi an adjacency matrix that is saved in .mat file. How can I convert an adjacency matrix that is saved in a .mat file to a GML file? I do not have access to Matlab.
0
votes
1answer
29 views

UnicodeDecodeError for WRITING File

I know that this is a very common error, but it's the first time I've encountered it when trying to write a file. I'm using networkx to work with graphs for network analysis, and when I try to write ...
1
vote
1answer
134 views

Convert GML file to adjacency matrix in matlab

I have a GMLfile of a directed graph (Political blogs). I want to use this graph in Matlab as an adjacency matrix, How can I convert it?any suggestion? Thanks.
0
votes
1answer
67 views

latitude/longitude info in a GML Bounding box

If, for example, we have bounding box as given below in gml: <gml:Envelope> <gml:lowerCorner>42.943 -71.032</gml:lowerCorner> <gml:upperCorner>43.039 ...
0
votes
1answer
50 views

How to publish a GML file as a Web Feature Service (WFS)?

I am interested in publishing a GML file as a WFS. I don't want to use a database like PostgreSQL. What would be the rough steps I need to do for that? I like to use open source software (geoserver).
1
vote
0answers
51 views

several GML to one layer

Is there any way to draw several GML polygon to one Vector Layer? I have several KML files with polygon coordinates. I draw to the map like this: for(var i = 0; i < telepHatarArray.length; i++){ ...
0
votes
0answers
128 views

How to write GML parser with Geotools?

I wrote a Parser for a GML file from the OS Mastermap with geotools 8.4. With one part I still have a problem. This sniplet of the xsd: <complexType name="RoadLinkType"> ...
0
votes
1answer
249 views

Extracting data from a GML file

I have a GML(Graph (not Graffiti) Modeling Language) file from which I want to create a mapping of IDs to labels. I am at a loss as to how I can do this since my list manipulations do not seem to ...
-1
votes
1answer
83 views

C++ vs gml for game design [closed]

So I've been thinking of working on a 2d rpg game. Saw a program called gamemaker, studio that use a gml scripting language along with other tools to design your game. I'm wondering would it be much ...
0
votes
1answer
363 views

Extract the deviance from a list of GLM models using ldply()

I want to extract the deviance from a list of GLM models using ldply() Example data (from R base installation): library(reshape2) library(plyr) mtcars.1 <- mtcars[, c("am", "qsec" ...
1
vote
0answers
65 views

String to GML Oject in Hibernate serialization

I have GML string coming from Hibernate entity, I want to convert it to GML Object. Is there any think like GML Object, like we have Geometry Object? What I am trying to do is to print to GML in the ...
0
votes
1answer
172 views

OpenLayers is making HTTP OPTION requests?

A while ago, I had this fiddle working thanks to stackoverflow : http://jsfiddle.net/AUbZn/16/ Now it's not anymore :/ Seems that for whatever reason, the request is being sent to yahoo in OPTION ...
0
votes
1answer
270 views

how can i render geojson format and gml format?

I can show wms png format my map but i didnt render jeojson and gml format by the way my url is correct service. İn additonal i used same code except url in my local and i can render local geoserver ...
2
votes
1answer
187 views

OpenLayers: Vector Layer not rendering in certain browsers

I'm new to openLayers and trying to add a GML overlay: http://the506.com/elxnmaps/2011/ftontest.html The file renders perfectly as is in Chrome and Safari, but doesn't render at all in Firefox or ...
0
votes
0answers
107 views

How to add another attribute to xsi:nil element?

I have problem generating xml(gml) by marshalling classes generated from xsd(I'm using maven2 xjc plugin). Problem occurs with elements which have gml:nilReason attribute which looks like this: ...
0
votes
2answers
701 views

calling script_execute with a variable

I'm using GameMaker:Studio Pro and trying to execute a script stored in a variable as below: script = close_dialog; script_execute(script); It doesn't work. It's obviously looking for a script ...
0
votes
1answer
134 views

xml with wfs:transaction/insert-request fails to validate against WFS xsd-schema

The problem I'm trying to solve is related to interaction between OpenLayers and TinyOWS, namely inserting a new feature, but I won't post any Javascript code or TinyOWS configs here because they are ...
2
votes
3answers
212 views

XSD schema target namespace

I'm trying to set up a new gml Feature schema however I think I'm misunderstanding something with the namespace. Heres my schema: <xs:schema targetNamespace="http://localhost/dar" ...
0
votes
0answers
378 views

GML and GeoJSON vector layer can not display in Firefox and Chrome

I have following codes. It works perfectly in IE (GML and GeoJSON vector layer was loaded), but not in Firefox and Chrome without any errors noticed. Please help me to fix this problem. Here is the ...
2
votes
0answers
77 views

convert GML to OWL [closed]

I have both .gml and .xsd files for a region and I want to convert it to OWL. Can anybody suggest me which is the best way to do it? I found that in some quiet old paper an XSLT style sheet was used. ...
0
votes
1answer
205 views

Convertion from ESRI Shapefile into OS VectorMap Local GML

I have to create a program for converting ESRI Shapefiles into OS VectorMap Local GMLs. I'm looking for some information for my problem... I tried to use documentation from both sites: ESRI ...
1
vote
1answer
251 views

How to convert csv file containing network data into GML

I have a dataset containing network data of email conversations consisting of two columns representing the connections between agents. The dataset can be accessed from here Since I'm using igraph ...
1
vote
2answers
228 views

How to Use XSLT to Replace Coordinate Separator With List of Tuples?

I have a space-separated list of coordinate tuples, with arbitrarily many tuples. Each tuple consists of a space-separated list of 2-dimensional coordinates. E.g. "1.1 2.8 1.2 2.9" represents a line ...
1
vote
1answer
287 views

ESRI Shape to GML in os Vector Map Local format converter

I'm looking for some kind of converter. I need to convert ESRI Shape files (*.shp) to GML (but it's to be in os Vector Map Local format - VML). Does anyone know any? Thanks in advance.
0
votes
2answers
208 views

Neo4j export gml from java

i'm playing around with a lot of nodes and i really like neo4j! but i couldn't figure out how i export my embedded graph to a gml or similar standard graph file to visualise it in a third party app. ...
0
votes
1answer
470 views

Read gml file using GraphML Reader Prefuse

I am new to Prefuse.I am facing problem reading the polbooks.gml file using GraphML Reader. It can successfully read a xml file but not a gml file.Please suggest a solution how to read a gml file in ...
2
votes
2answers
516 views

How to upgrade from GML vector layer to VECTOR in OpenLayers

According to OpenLayers the Openlayers.Layer.GML is depreciated and not supported in ver. 2.12. I need to move to Vector layer, but I can't figure it out. In my previous version I have defined it as: ...
0
votes
0answers
302 views

OpenLayers / GML : Nothing appears while loading a GML file

My goal is to load multiple points to a vector layer and to apply a startegy to group neighbour points in one (using PNG file for icons). Files Javascript function init() { // Initialisation ...
1
vote
1answer
123 views

postgis st_geomfromgml, what is wrong with my point?

In PostGIS 2.0 I try: select ST_GeomFromGML( '<gml:Point srsName="urn:ogc:def:crs:EPSG::28992"> <gml:pos>275466.0 565559.0 0.0</gml:pos> </gml:Point>'); This ...
0
votes
0answers
120 views

OpenLayers Protocol.read() overwrites feature attribute values when attribute has multiple values

I'm using OpenLayers.Protocol.WFS.read() and the response.feature.data, doesn't contain all the data, when the feature member has many values for an attribute. It contains only the last value menioned ...
0
votes
1answer
161 views

How to import gml to geometry colum using GeomFrom GML() in MVC

I have a function where the user uploads a KML file, I use XSLT to convert it to GML and then save it to another file. My question is how can I import this GML data to the geometry column using ...
1
vote
0answers
203 views

How to visualize GML with C#

I´d like to create program which can visualize geometry from GML format. Please does anybody know if there is some function in .NET or do you know about some free GIS / GeoSpatila toolkit for C# ...
0
votes
1answer
2k views

How to use gml or shp files on Google Maps api v3?

Does someone know how to use an .gml or .shp file on Google Maps api v3?
1
vote
1answer
145 views

A tool to generate “model visitor” code from XSD

could anyone suggest some tools that generate code file for visiting models defined in XML schema? Ideally it should generate a streaming XML parser that reads input XML and calls methods like ...
2
votes
0answers
101 views

Geography Markup Language rendering on Android

Can I use Open GL ES or some graphics engine to render GML's on Android. Or else transformation from GML to SVG is necessary for using it in Open GL ES or some graphics Engine.
4
votes
2answers
960 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
0answers
198 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. ...
1
vote
2answers
178 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 ...
1
vote
1answer
2k 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: ...
0
votes
0answers
396 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
726 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
374 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 ...
2
votes
1answer
1k 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 2