GeoDaCenter / geoda

GeoDa: An introduction to spatial data analysis
http://geodacenter.github.io
GNU General Public License v3.0
706 stars 156 forks source link

File input: WFS #314

Closed jkoschinsky closed 8 years ago

jkoschinsky commented 8 years ago

Testing WFS file input with this URL: http://ndgishub.nd.gov/arcgis/services/Features/Geology/MapServer/WFSServer

It loads the file (11 earthquake locations) but the table is empty and nothing is displayed on the map: Their data error or our read-in error?

screen shot 2016-02-01 at 1 28 19 pm
jkoschinsky commented 8 years ago

this WFS link works fine, so probably data error for other one:

http://demo.mapserver.org/cgi-bin/wfs?SERVICE=WFS&VERSION=1.0.0&REQUEST=getfeature&TYPENAME=continents&MAXFEATURES=100

jkoschinsky commented 8 years ago

MapInfo test file works well (open input file as well as drag+drop): MapInfo.zip

jkoschinsky commented 8 years ago

Verified fix in GeoDa 1.7.83 (OSX Yosemite, 10.10.5 and Win 7 Professional (64-bit)).

jkoschinsky commented 8 years ago

just checked this WFS again and now its table is empty as well, so re-opening this ticket:

screen shot 2016-05-26 at 2 44 21 pm

lixun910 commented 8 years ago

This is a bug in GDAL/OGR library. See the fix in gdal-GeoDa17Merge branch: #1f8843a
https://github.com/lixun910/gdal/commit/1f8843a52b884c2a8fe66bc5ede454790dc8c971

jkoschinsky commented 8 years ago

works now (see below). Verified in GeoDa 1.8.8 (OSX Yosemite, 10.10.5).

screen shot 2016-07-07 at 12 48 52 am