Re: [gdal-dev] will ogr get coordinates in geographic coordinate system or projected coordinate system when using getPoint function

2013-09-15 Thread David Strip
On 9/15/2013 3:39 AM, sepideh wrote: > I come to the point that coordinates are stored in the *PCS* not *GCS*, but > why my layer is stretched. > > Is it because I show GCS coordinates in a glOrtho projection or do you think > the problem is something else? > Your problem is that the coordinates

[gdal-dev] Add "all_tags" option into OSM driver

2013-09-15 Thread Jukka Rahkonen
Hi, Currently it is possible to select which OSM tags are converted into normal OGR fiels and select that the rest will be written into "other_tags" field, except the ones from the ignore list. In case of PostGIS and hstore it would be sometimes good to have all the tags written into the hstore f

[gdal-dev] will ogr get coordinates in geographic coordinate system or projected coordinate system when using getPoint function

2013-09-15 Thread sepideh
showShapefile.rar In the uploaded file, I have included a program that shows a polygon shapefile on an opengl window. My problem is it seems the layer is stretched comparing to what is shown when we render it in ArcGIS, QGIS