ogc

what have I done wrong when implementing Leaflet draw. How to use WFST in this specific example?

雨燕双飞 提交于 2021-02-10 19:58:06
问题 I am new to this domain of GeoInformation development. I am following the below pipeline architecture flow to achieve a GIS-based application problem. PostGIS - GeoServer - Leaflet I have set up my leaflet client application which composes tiles to a map. I am also using some leaflet plugins (like Draw, zoom) in order to give users the option to mark and to draw on the map. I am able to draw and get the GeoJSON features of the drawn polygon as shown below: I am stuck after this part of

what have I done wrong when implementing Leaflet draw. How to use WFST in this specific example?

不打扰是莪最后的温柔 提交于 2021-02-10 19:57:30
问题 I am new to this domain of GeoInformation development. I am following the below pipeline architecture flow to achieve a GIS-based application problem. PostGIS - GeoServer - Leaflet I have set up my leaflet client application which composes tiles to a map. I am also using some leaflet plugins (like Draw, zoom) in order to give users the option to mark and to draw on the map. I am able to draw and get the GeoJSON features of the drawn polygon as shown below: I am stuck after this part of

Problem generating data contract code with SVCUTIL

╄→尐↘猪︶ㄣ 提交于 2019-12-13 08:53:30
问题 When i run the following command in the visual studio command prompt: D:\Documents\DEV\SARPilot\Docs\eoschema\schema\OrderSchema>svcutil /t:code /language=C# *.wsdl *.xsd ..\ws-addressing\*.xsd ..\gml\3.1.1\base\*.xsd ..\ows\1.0.0\*.xsd ..\xlink\1.0.0\*.xsd ..\swe\sweCommon\0.0.0\*.xsd /out:MyServiceProxy.cs /config:MyServiceProxy.config I get the following error: Microsoft (R) Service Model Metadata Tool [Microsoft (R) Windows (R) Communication Foundation, Version 4.0.30319.1] Copyright (c)

Element or attribute do not match QName production

…衆ロ難τιáo~ 提交于 2019-12-10 20:57:28
问题 I have a schema that i have "flattened" using XML Editor. After i flatten it i get a validation error. What can i do to fix it? Error Message: F [Xerces] Element or attribute do not match QName production: QName::=(NCName':')?NCName. code: <xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd" xmlns:="http://www.opengis.net/gml/3.1.1" /> <xs:annotation xmlns:="http://www.opengis.net/sps/1.0"> <xs:documentation> <copyright> SPS is

How do I clean up self-intersecting polygons in a spatial database?

≯℡__Kan透↙ 提交于 2019-12-10 15:33:53
问题 I have some spatial data (MapInfo files) that contains self-intersecting polygons. These cause problems in my processing, in particular I can't generate geometric unions in PostGIS. Is there an easy way to resolve the issue? I can deal with multi-polygons if that should be necessary. 回答1: I figured it out myself: an st_buffer(wkb_geometry,0) does the trick, at least on my sample data. 来源: https://stackoverflow.com/questions/4846391/how-do-i-clean-up-self-intersecting-polygons-in-a-spatial

Sql Server 2008 geography LineString size limitations

懵懂的女人 提交于 2019-12-09 01:08:46
问题 today i ran into a possible size limitation of geography type Linestrings within Sql Server 2008. when i create a Linestring with STGeomFromText() that contains 567 points containing Long,Lat and Z coordinates, everything works fine. However, if i add one more point to the linestring i get an: ArgumentException 24200: The specified input does not represent a valid geography instance. I was not able to find any documentation regarding size limitations of sql server´s geography type linestrings

How to determine what schema files (xsd) to include on my svcutil command line?

陌路散爱 提交于 2019-12-07 10:37:44
问题 Using svcutil, I'm trying to generate a proxy class for a web service endpoint which follows the OGC CSW 2.0.2 (07-006r1) standard for catalog services. I've downloaded the entire OGC schema files and placed them into my "D:/temp/OGCSchemas/" Directory. The schema i'm interested in is CSW, however CSW schema includes and imports other schemas and that's why i've downloaded the entire set. For example you will see something like this: <wsdl:import namespace="http://www.opengis.net/cat/csw/2.0

How to determine what schema files (xsd) to include on my svcutil command line?

自闭症网瘾萝莉.ら 提交于 2019-12-05 14:28:30
Using svcutil, I'm trying to generate a proxy class for a web service endpoint which follows the OGC CSW 2.0.2 (07-006r1) standard for catalog services. I've downloaded the entire OGC schema files and placed them into my "D:/temp/OGCSchemas/" Directory. The schema i'm interested in is CSW, however CSW schema includes and imports other schemas and that's why i've downloaded the entire set. For example you will see something like this: <wsdl:import namespace="http://www.opengis.net/cat/csw/2.0.2/requests" location="./xml-interfaces.wsdl"/> <xsd:schema targetNamespace="http://www.opengis.net/cat