Re: [gdal-dev] Simple circle in OGR

2016-11-03 Thread Renison
Forgot to add that this is not a pure circle per-se, it is a polygon comprised of 1 points on the circumference of the buffer from the reference point. I have used WGS84 projection for source circle and checking the concerned OGR geometry. -- View this message in context: http://osgeo-org.1

Re: [gdal-dev] Simple circle in OGR

2016-11-03 Thread Renison
Figured it out like this: SpatialReference defaultGeoSys = new SpatialReference(""); defaultGeoSys.SetWellKnownGeogCS("EPSG:4326"); //define a circle using point and buffer string pointlineString = "POINT (" + longitude + " " + latitude + ")"

[gdal-dev] Simple circle in OGR

2016-11-02 Thread Renison
Hello all, I am trying to create a simple circle geometry in OGR. My approach so far has been something like this: SpatialReference defaultGeoSys = new SpatialReference(""); defaultGeoSys.SetWellKnownGeogCS("EPSG:4326"); //define a circle using point and buffer

Re: [gdal-dev] Need some information please

2016-10-25 Thread Renison
Thanks for the reply Even, is there any other way I can get rid of the outline/border of the symbol without modifying the underlying c++ and c code? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-Need-some-information-please-tp5292430p5292592.html Sent from the GD

Re: [gdal-dev] Need some information please

2016-10-25 Thread Renison
I am using GDAL 64 bit with map server compiled with MSCV 1600. I am trying to generate a tab file and when I pass a style string like this string style = @"SYMBOL(c:#00FF00,o:#00FF00,id:""mapinfo-sym-64,ogr-sym-7"")"; it always seems to ignore the "o". My goal is to get rid of the border around th