Questions tagged [web-mapping]
"Web mapping is the process of designing, implementing, generating and delivering maps on the World Wide Web ..."
1,040 questions
0
votes
0
answers
32
views
Slow performance QGIS Cloud Pro webmaps
We recently started using QGIS Cloud Pro at my workplace.
After creating some webmaps, we noticed that the loading time was too high.
The maps are for internal use and we are just testing them, so ...
1
vote
2
answers
79
views
Open geo.admin.ch with marker for specific location using Python
How can I include a location marker in map.geo.admin in a web link?
I want to display a specific position in map.geo.admin using Python. E.g. the web link
https://map.geo.admin.ch/#/map?lang=de&...
4
votes
1
answer
2k
views
Why do large radius circles on Google Maps turn into sine waves?
I'm interested in building a world map display of sunrise/sunset times without Google Maps.
Existing models like https://github.com/rossengeorgiev/nite-overlay use google.maps.Circle instances with ...
0
votes
0
answers
43
views
Uploaded data in QGIS Cloud is not displayed
I want to publish data with a free QGIS Cloud account.
The Data: 2 Multipoint GeoPackages and 5 Multipolygon GeoPackages. I can log in and load the layers and also publish the map but when I click the ...
1
vote
0
answers
63
views
Arcade script for Map Viewer pop-up needs return on URLs based on different attributes
I have a web map (viewed in Map Viewer so I can edit) that needs a popup that will return different URLs as hyperlinks depending on the different attribute field types.
Currently, I have an Expression ...
0
votes
0
answers
93
views
How to continually update data on an ArcGIS Online Web Map from a joined table in ArcGIS Pro?
In ArcGIS Pro I have a layer that is joined to table. I wish to post this layer with its joined table on a web map. It does not support sharing a layer with a join to ArcGIS Online. So, I exported the ...
0
votes
0
answers
33
views
How to close Here WeGo "collections" box on desktop?
How to close the Here WeGo collections box on desktop? As you see it is taking up an inordinate amount of the screen:
Yes, present, logged in or logged out.
0
votes
0
answers
41
views
How to automatically select different polygons over a map canvas using selenium
I want to click on all the polygons and download their corresponding datasets from this webpage https://opengeodata.lgl-bw.de/#/(sidenav:product/1) , ( map needs to be zoomed in to less than 1000m ...
3
votes
1
answer
160
views
Downloading the on-hover polygon outline in GeoJSON format
On @Xavier Jubier's Eclipse website, there is an option to see the lunar shadow at the given moment of the eclipse when clicking on the location. It looks like below:
Unfortunately, there is no way ...
0
votes
1
answer
79
views
Encountering pixelated edges on zoom when using GDAL while MapTiler generates clear projections
I am very new to the world of GIS, weather, and meteorology.
I am developing a weather application and am trying to transform a Geotiff (0.01 x 0.01 resolution) of the entire united states into map ...
0
votes
1
answer
80
views
Discrepancies in EPSG:3857 Spherical/Web Mercator World bounds
This Question Spherical Mercator - World bounds
is answered by this Answer,
which cites https://epsg.io/3857 with the following bounds:
xmin: -20037508.3427892,
ymin: -20037508.3427892,
xmax: 20037508....
0
votes
1
answer
76
views
Dynamic Textbox in ArcGIS Online to Supplement Legend?
We have an ArcGIS Online Web Map with several group layers organized around themes (Transportation, Health, Income, etc) and each with about 5 layers.
Our goal is to have a web mapping application ...
0
votes
1
answer
334
views
Creating interactive QGIS web map
I use QGIS, and want to build a locally hosted interactive web map displaying various proprietary and open data, that internal staff can search/query.
QGIS2Web looks to be suitable for most of these ...
0
votes
1
answer
200
views
MapBox not working in qgis2web Plugin
I've imported customized basemap from Mapbox studio, and want to create a webpage for visualization using qgis2web plugin.
The QGIS imports and displays the base map from map box properly.
However, ...
0
votes
0
answers
131
views
Why NOAA layers appear to be incorrect
I had previously built a Leaflet map that pulled past precipitation data (24, 48, and 72 hours) from the NOAA nowCOAST site, however, the site was decommissioned. I used a previous StackExchange post ...