Simon Bin
Simon Bin
using this definition from gdalsrsinfo: ``` gdalsrsinfo -o wkt1 EPSG:4326 GEOGCS["WGS 84", DATUM["WGS_1984", SPHEROID["WGS 84",6378137,298.257223563, AUTHORITY["EPSG","7030"]], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AXIS["Latitude",NORTH], AXIS["Longitude",EAST], AUTHORITY["EPSG","4326"]] ``` we can see the axis...
#### Example of problem here are some projinfo outputs for epsg 3844, 4326, 25832 ```c projinfo -o proj EPSG:3844 PROJ.4 string: +proj=sterea +lat_0=46 +lon_0=25 +k=0.99975 +x_0=500000 +y_0=500000 +ellps=krass +units=m +no_defs...
GitHub issue resolved #3587 Pull request Description: A small convenience feature for the Fuseki UI, add the https://github.com/Thib-G/yasgui-geo-tg Yasgui-geo-tg plug-in to be able to render GeoSPARQL results on a map....
### Version 6.0.0 ### Feature A small convenience feature for the Fuseki UI, add a Geo plug-in to be able to render GeoSPARQL results on a map. Example: ### Are...