Do you have any example of code or sandcastle ?
Regards,
Etienne
Thanks for your work on this. I did some testing and ran into one issue I wanted to run by you. My use case for this is integrating with GeoServer to display WFS data. I made my WFS call to GeoServer and this is what my 'crs' object looks like coming back:
{
'properties': { 'code': '4326' }
'type': 'EPSG'
}
However, it looks like GeoJsonDataSource is looking for the 'type' property to be 'name' and then and additional 'name' property which would be 'EPSG:4326'. Not sure if this is an issue or just a problem with my GeoServer setup or the way I'm making my WFS call. Would appreciate any insights you have. Thanks.
--
You received this message because you are subscribed to the Google Groups "cesium-dev" group.