Giter Club home page Giter Club logo

cumberland's People

Watchers

James Cloos avatar

cumberland's Issues

Deserialization of map xml fails on german locale

for simplefeatures.xml:

Unbehandelte Ausnahme: System.FormatException: Die Eingabezeichenfolge hat das f
alsche Format.
 bei System.Number.StringToNumber(String str, NumberStyles options, NumberBuff
er& number, NumberFormatInfo info, Boolean parseDecimal)
 bei System.Number.ParseDouble(String value, NumberStyles options, NumberForma
tInfo numfmt)
 bei System.Double.Parse(String s, NumberStyles style, NumberFormatInfo info)
 bei Cumberland.Xml.Serialization.MapSerializer.DeserializeStyle(XmlNode node,
Layer layer, String mapPath)
 bei Cumberland.Xml.Serialization.MapSerializer.DeserializeLayer(XmlNode node,
Map m, String mapPath)
 bei Cumberland.Xml.Serialization.MapSerializer.Deserialize(Stream stream, Str
ing mapPath)
 bei Cumberland.Xml.Serialization.MapSerializer.Deserialize(String mapPath)
 bei Cumberland.MapToKml.MainClass.Main(String[] args)


Original issue reported on code.google.com by [email protected] on 15 Jan 2009 at 6:21

Cant use 3d Shape Files

What steps will reproduce the problem?
1. Shapefile shp = new Shapefile("...") using a shape file containing polygon Z 
items


What is the expected output? 
Successfully load file

What do you see instead?
Unsuppored shapefile type: PolygonZ


What version of the product are you using? 0.4.2

On what operating system? Win 7


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 26 Aug 2011 at 3:34

Attachments:

Export kml does not handle german characters

The content encoding... You are unfortunately not able to deal with German 
"Umlaute". The index is 
JÄG with an Ä, but the KML shows "J[]G", whereas the [] is a big black 
block. 

Original issue reported on code.google.com by [email protected] on 15 Jan 2009 at 6:23

shp2sqlserver: loading a polygon as geography fails

error:

Unhandled Exception: System.Data.SqlClient.SqlException: A .NET Framework error
occurred during execution of user-defined routine or aggregate "geography":
Microsoft.SqlServer.Types.GLArgumentException: 24205: The specified input
does n
ot represent a valid geography instance because it exceeds a single hemisphere.
Each geography instance must fit inside a single hemisphere. A common
reason for
 this error is that a polygon has the wrong ring orientation.

Original issue reported on code.google.com by [email protected] on 9 Dec 2008 at 8:08

The map.extents property doesn't work fine if there are more than one geometry field into a single table

What steps will reproduce the problem?
1.  Create a table with 2 geometry fields. Fill only the second field with a 
geometry, leave the first 
field null (in order as they are created in the table)

2. SqlServerFeatureSource SqlSpatial = new 
SqlServerFeatureSource(.CG_ConnString,"Table");
   Layer l = new Layer();
   SqlSpatial.ForcedGeometryColumn = "SecondField";
   l.Data = SqlSpatial;
   m.Width = CG_PictureBoxGIS.Width;
   m.Height = CG_PictureBoxGIS.Height;
   m.Extents = SqlSpatial.Extents;

3. this will cause an error because it search the extension in the first 
Geometry field instead of the 
SecondField

If I invert the geometry fileds (the first filled with a geometry, and the 
second left to null) it works 
fine

What version of the product are you using? On what operating system?
0.4.2

Kiks

Original issue reported on code.google.com by [email protected] on 4 Jan 2010 at 11:59

OverflowException is thrown

What steps will reproduce the problem?
1. In a WinForms application, make the PictureBox very tall (size=50, 
height=700 or something)
2. Try to display a polygon

What is the expected output? What do you see instead?
An OverflowException is thrown in MapDrawer.ConvertMapToPixel.

What version of the product are you using? On what operating system?
I'm using v0.3.

Please provide any additional information below.
I can fix the problem by changing line 134 of MapDrawer to:
envelope.AspectRatioOfWidth = Convert.ToDouble(width) / Convert.ToDouble
(height);

Original issue reported on code.google.com by [email protected] on 26 Feb 2009 at 7:57

EndOfStreamException

Trying to use batch loader for first time, running the following on the 
command line:

shp2sqlserver.exe -s4326 -tSimpleWorld "Data Source=myserver; Initial 
Catalog=Spatial; Persist Security Info=True; User ID=xxx; Password=xxx" 
"C:\shp4853.shp"

3. Get the following error:
See attachment

What version of the product are you using? On what operating system?
v0.2 on Windows Vista business

If you need more info, feel free to ask.



Original issue reported on code.google.com by [email protected] on 30 Dec 2008 at 7:52

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.