I have created a tile server with help from this guide.Sadly I still have no software to actually create the tiles and because of that I load in a online map (HOT) from OSM via Openlayers:
var map = new ol.Map({ target: 'map', controls: [], layers: [ new ol.layer.Tile({ source: new ol.source.OSM({layer:'hot'}) }), ... etcIs it possible to hide details from this source?
I will eventually start using the data from my tile-server but I'm on a short deadline, so I'd like to evaluate my options...
أكثر...
var map = new ol.Map({ target: 'map', controls: [], layers: [ new ol.layer.Tile({ source: new ol.source.OSM({layer:'hot'}) }), ... etcIs it possible to hide details from this source?
I will eventually start using the data from my tile-server but I'm on a short deadline, so I'd like to evaluate my options...
أكثر...