now map style color is this:
how change map color to this in unity:
now map style color is this:
how change map color to this in unity:
You probably need to use a different map entirely.
An ArcGIS MapServer is not the same as a Tile Map Service (TMS), so that’s probably not going to work. I think it’s possible to configure a MapServer to serve WMS, though, and then you could use the WebMapServiceRasterOverlay.
ok,how i use tile map download address like:
https://map.geoq.cn/arcgis/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{x}/{y} in cesium for unity,can give me a example?
I just checked, and that ArcGIS server does not have WMS enabled. So it’s not currently possible to use it with Cesium for Unity.
hi,have a open wms address that can be used in cesium for unity,and this wms address fill in the url that script of CesiumWebMapServerRasterOverlay can be loaded map?
Sorry, I’m not sure what you’re asking.
have a open source wms address give me test to load other map?
I’m not quite sure what you’re trying to accomplish, but I guess if you just want to try it out you can use:
BaseUrl: http://geoserver.nationalmap.nicta.com.au/geotopo_250k/ows
Layers: Hydrography:bores
It will only have data in Australia.
It should look like the blue circles here:
如果你使用的是cesiumjs,那么请看这里https://github.com/ren5927/CesiumDarkMap(可以的话请帮我点个star,谢谢!)
如果不是,你可以尝试使用mapbox地图,mapbox地图支持自定义样式