FieldtypeLeafletMapMarker icon indicating copy to clipboard operation
FieldtypeLeafletMapMarker copied to clipboard

Leaflet mapping module for Processwire

Results 11 FieldtypeLeafletMapMarker issues
Sort by recently updated
recently updated
newest added

nominatim.openstreetmap.org has changed the geocoding url syntax: File not found: API no longer accessible via this URL Using the URL /search/ and /reverse/ (with slashes) is no longer supported. Please...

**This PR is applicable for ADMIN side on page editing, avoiding map zooming in/out when scrolling along the page.** Checkbox to disable map zoom on mouse wheel scroll: **InputfieldLeafletMapMarker.module** has...

Greetings! Nice to see this module being updated. Could there be support for optional marker? In example, a "enabled" checkbox for he field... Thanks.

Hi When I try to use the FieldtypeLeafletMapMarker with FormBuilder, I get this error when saving the form. Is there a way that the marker can be obtained on the...

When complex address lines are searched using Nominatim geocoding API there is often no results returned. For example, if I search [г. Тверь, Петербургское шоссе, д. 93, корп. 1, оф....

In newer versions of mySQL the following line generates an error with default mySQL configurations because TEXT mySQL fields are not allowed to have a default value. $schema['raw'] = "TEXT...

What happens: Uncaught TypeError: round(): Argument #1 ($num) must be of type int|float, string given in site/modules/FieldtypeLeafletMapMarker/InputfieldLeafletMapMarker.module:193 Which PHP version: 8.0.20 How to correct: Replace lines 193 and 194 with...

The map provider "Stamen Design" provides different URLs for http and https connections. When you want to use Stamen maps with https, you have to change leaflet-providers.js on line 208...

Field data is not saved and map visual did not appear. It works fine with AJAX disabled. ![screen shot 2016-11-15 at 10 27 07 am](https://cloud.githubusercontent.com/assets/1151181/20309376/18520fa2-ab1e-11e6-9206-e43b760ff26e.png)