INSPIRE-MIF / caniuse

Which INSPIRE GML and GeoJSON features can I use in which software?
5 stars 8 forks source link

Use of generator #17

Closed heidivanparys closed 5 years ago

heidivanparys commented 5 years ago

Is it possible that there is a mistake in the readme file on the generator?

It says ./caniuse_generator.rb ./results but I had to use ./caniuse_generator.rb ../results to make it work (run from the generator directory).

C:.
|   README.md
|   _config.yml
|   
+---docs
|       geoJSON.md
|       gml.md
|       
+---generator
|   |   caniuse_generator.rb
|   |   README.md
|   |   
|   \---src
|       |   generator.rb
|       |   
|       \---templates
|               main.html.erb
|               
+---results
|       GML.Tests-ArcGIS.Online.json
|       GML.Tests-FMEv.2018.1.json
|       GML.Tests-haleStudio.v3.4.json
|       GML.Tests-Leaflet.v1.4.json
|       GML.Tests-OpenLayers.v5.3.0.json
|       GML.Tests-QGIS.v2.18.json
|       GML.Tests-QGIS.v3.4.json
|       qgis-3.4.3.json
|       
\---testcases
        AD.Spain_full-2geographicPositions.gml
        AD.Spain_full.3D.No.srsDimension.gml
        AD.Spain_full.3D.srsDimension.gml
        AD.Spain_full.gml
        dk.TN.3d.No.srsDimension.gml
        dk.TN.3d.srsDimension.gml
        EMF.BRGM.data.3-coord.gml
        EMF.BRGM.data.gml
        geojson_property_extrapropertiesfeature.json
        PS.Finland.mixed.geometry-No.srsDimension.gml
        PS.Finland.mixed.geometry-srsDimension.gml
        PS.Finland.mixed.geometry.gml
alexanderkotsev commented 5 years ago

Indeed so. I experienced the same issue. Works fine when pointed to the correct results folder. @heidivanparys thanks for spotting that.