Hey,
I just wanted to know, when are you planning to introduce WFS and WFS-T in Cesium.
Since this is shown in RoadMap, but waiting for something to come up from Cesium Team.
Hey,
I just wanted to know, when are you planning to introduce WFS and WFS-T in Cesium.
Since this is shown in RoadMap, but waiting for something to come up from Cesium Team.
Given everything else we are working on, we don’t have a timeframe on WFS support. If someone were interested in working on it, we would gladly take a pull request or link to it from our plug-ins page.
FWIW, many WFS servers can return GeoJSON. If yours does, you can simply build a URL to request GeoJSON from the WFS server and feed it into GeoJsonDataSource.
среда, 15. април 2015. 02.46.32 UTC+2, Kevin Ring је написао/ла:
FWIW, many WFS servers can return GeoJSON. If yours does, you can simply build a URL to request GeoJSON from the WFS server and feed it into GeoJsonDataSource.
Kevin Ring can I ask you something. I found this on google.
I am trying to add WFS layer from geoserver to Cesium using format=json, but Cesium send me error:
Error is:
RuntimeError
message: "Unknown crs name: urn:ogc:def:crs:EPSG::3909"
name: "RuntimeError"
stack: "Error↵ at new RuntimeError (http://localhost:8200/Cesium/Source/Core/RuntimeError.js:42:19)↵ at load (http://localhost:8200/Cesium/Source/DataSources/GeoJsonDataSource.js:814:27)↵ at http://localhost:8200/Cesium/Source/DataSources/GeoJsonDataSource.js:774:20↵ at Object.then (http://localhost:8200/Cesium/Source/ThirdParty/when.js:196:34)↵ at http://localhost:8200/Cesium/Source/ThirdParty/when.js:297:13↵ at processQueue (http://localhost:8200/Cesium/Source/ThirdParty/when.js:647:4)↵ at _resolve (http://localhost:8200/Cesium/Source/ThirdParty/when.js:333:4)↵ at promiseResolve (http://localhost:8200/Cesium/Source/ThirdParty/when.js:359:11)↵ at Object.then (http://localhost:8200/Cesium/Source/ThirdParty/when.js:196:34)↵ at http://localhost:8200/Cesium/Source/ThirdParty/when.js:298:7"
__proto__: RuntimeError
What should i do?