Skip to main content

Questions tagged [openlayers]

Use when the version you are using of the OpenLayers JavaScript client toolkit is 3 or later

Filter by
Sorted by
Tagged with
1 vote
0 answers
22 views

I am using this type of code thant animate a temporal map based on COG images stored on a server. There is one COG URL for each time step (Ex: one COG for today, one COG for yesterday, etc.). import ...
kimaidou's user avatar
0 votes
0 answers
23 views

Based on the official OpenLayers example published at this address https://openlayers.org/en/latest/examples/geojson-vt.html I built my map representing the lakes of South America. import geojsonvt ...
andreaordonselli's user avatar
1 vote
0 answers
28 views

I'm trying to wrap my head around this datum. I found this article : South Africa Projections I currently have OpenLayers loading WKT string to set the projection when in an area then overlaying a ...
LrakWortep's user avatar
0 votes
1 answer
19 views

How to pass basic auth when I try to fetch vector layer from GeoServer? The only way I can is to point to URL, but without additional parameters for request, such auth type. The code is const ...
imba's user avatar
  • 11
1 vote
0 answers
42 views

When polygon spans 2 tiles, OpenLayers creates 2 labels, one for each tile. How to prevent it? MRE polygons in PBF tiles rendered by OpenLayers In empty directory create these two files: geom.geojson ...
Podbrushkin's user avatar
0 votes
1 answer
34 views

I have only 2 vector tiles: .\tilesMeta\1\0\0.pbf .\tilesMeta\2\0\0.pbf Each tile contains a polygon with an area ~= area of a tile. At zoom level = 1 OpenLayers displays a big polygon as expected. ...
Podbrushkin's user avatar
0 votes
0 answers
28 views

I am using ol-cesium to switch between 2D (OpenLayers) and 3D (Cesium). For a given layer I want it to show only where a certain Feature is visible. For this I am making use of ol-ext's Crop filter. ...
Jose Gómez's user avatar
0 votes
1 answer
45 views

I'm trying to add ArcGIS REST World Imagery layer in OpenLayers. Url is : https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x} ...and works perfectly in QGIS. ...
bendeg's user avatar
  • 161
0 votes
1 answer
39 views

I am seeing that compared to OpenLayers 3, on OpenLayers 10 the DragBox selection has a different style. On OL3 the box had a red outline and a transparent interior. Now I see that it has a white ...
Koba's user avatar
  • 305
0 votes
1 answer
45 views

I want to overlay, in OpenLayers, an EPSG:3857 WMS map over my own WMS map, which has a user defined projection. The forward and backward transforms in the addcoordinatetransforms are working, so I ...
Jan Hartmann's user avatar
0 votes
1 answer
39 views

I try to get the example "Multi select control" of ol-ext to run. I try var selectCtrl = new ol.control.SelectMulti({ //target: $('.options').get(0), controls: [ new control....
Kai Behncke's user avatar
1 vote
0 answers
32 views

I have tiles which are the same for more then one zoom. So I load them with only one resolution with the following code: public createTileSystemLayerGroup(systemInfo: SystemTileInfo) { const ...
Scheuraa's user avatar
0 votes
0 answers
49 views

I have an Openlayers map with a VectorImageLayer with clusters of points. Is there some way or workaround to show the clusters in the OLCS globe when you switch from Openlayers to Cesium? On the other ...
Fran1911989's user avatar
0 votes
1 answer
130 views

I have an OpenLayers map and a s57 file. How can I display all layers stored in that s57 file on my OpenLayers map?
adminHuan's user avatar
1 vote
0 answers
62 views

I'm using MapServer with OpenLayers to display the map. const imageSource = new ol.source.ImageWMS({ url: 'http://127.0.0.1/cgi-bin/mapserv?map=/var/www/s57demo/data/map/SeaChart_DAY_BRIGHT.map', ...
bobr's user avatar
  • 41

15 30 50 per page
1
2 3 4 5
248