Maps icon indicating copy to clipboard operation
Maps copied to clipboard

🗺 Maps is the MediaWiki extension that enables visualization of geographic data with dynamic embedded maps.

Results 101 Maps issues
Sort by recently updated
recently updated
newest added

### Setup - Maps version: 7.4.1 - MW version:1.31 - PHP version: 7 - SMW version (if applicable): ### Issue The maps editor has a feature to display custom images,...

bug
Special:MapEditor

``` {{#ask: [[Category: Cities]] |? Coords |? City marker icon | format = leaflet | icon property = City marker icon }} ``` * Berlin: City marker icon=BlueMarker.png, Coords=whatever *...

enhancement
SMW

When Leaflet markers are large images they are shown large on the map, rather than scaled.

enhancement
Leaflet

https://sandbox.semantic-mediawiki.org/w/index.php?title=Sp%C3%A9cial:Ask&x=-5B-5BHas-20coordinates%3A%3A%2B-5D-5D%2F-3FHas-20coordinates&format=leaflet&template=boom Works fine when removing template parameter. Query also works fine (with template parameter) when embedded in a page.

bug
SMW

Something like ```php $egMapsHardcodedGeocoding = [ 'Berlin' => '52.517037 N, 13.38886 E', 'London' => '51.507322 N, 0.127647 W' ]; ``` If the value being geocoded is found in this list,...

enhancement
good first issue

Is it possible to display size attributed bubbles [0] within maps created from property information as provided in/by `#ask` queries? Use cases: - City population by size - Infected population...

enhancement

### Setup and configuration ``` { "SMWSQLStore": { "mysql": "10.4.11-MariaDB" }, "smw": "3.2.0-alpha", "mediawiki": "1.34.0", "php": "7.4.1" } ``` Maps | 7.15.6 ## Issue 1) Adding a wiki text annotation...

bug
SMW

``` {{#display_map:Berlin~link:https://www.entropywins.wtf}} ``` Not working for Leaflet: https://sandbox.semantic-mediawiki.org/wiki/Map_link_test Working for Google: https://sandbox.semantic-mediawiki.org/wiki/Map_link_test_google (as soon as Sandbox is on Maps 7.8.2+)

enhancement
Leaflet
documentation

### Enhancement Implement inline labels as done for [googlemaps](https://www.semantic-mediawiki.org/wiki/Maps_examples/Google_Maps_inline_label)

enhancement
Leaflet

### Setup - Maps version: current master (dev) - MW version: current master (dev) - PHP version: 7.4.0 ### Issue On a mobile device go to a page with a...

enhancement