Hi,
I'm having problems displaying WMS layer in cesium:
Looks like the server doesn't support EPSG:4326, becuase I'm getting these responses:
<?xml version="1.0" encoding="utf-8"?>
<ServiceExceptionReport version="1.1.1">
<ServiceException code="InvalidSRS">
<![CDATA[Invalid SRS given (EPSG:4326).]]>
</ServiceException>
</ServiceExceptionReport>
Is there a way to display WMS layer in cesium with different projection than epsg:4326 (maybe like in openlayers with proj4js)? It seems to be working when I reproject it using geoserver, but I would prefer some way to do it in the app without extra server.