hupe13
Forum Replies Created
-
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Sorting feasability?This is possible with leaflet-optiongroup and leaflet-featuregroup.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Showing value of propertiesYou need to program it.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] is it possible to set the color of GPX tracks?I have to read the src file from the same domain as the wordpress site (while I was considering using github to handle the source files separately)
If you want to load with the gpx from another domain and this does not work, it may be a CORS problem. See the developer console and ask your favorite search machine about “CORS” and “.htaccess”.
so i need the color parameter “per layer”.
This is possible, see my examples. You have 7 different themes and you can create an own one.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] is it possible to set the color of GPX tracks?Do you use
leaflet-gpx
orelevation
?[leaflet-gpx src=... color=...]My GPX file[/leaflet-gpx]
elevation
has many posibilies for colors, see the admin backend: https://your-domain.tld/wp-admin/admin.php?page=extensions-leaflet-map&tab=elevationthemeForum: Plugins
In reply to: [Leaflet Map] How to remove the number displayed when clustering.Leaflet.Markercluster has an option to customize the clustered markers. You need to provide an special
iconCreateFunction
for your case. Either you can do it, or search a programmer for this.lat, lng and name are optional. I will take a look when I am back. Please be patient.
I am rarely online at the moment, and the internet connection is not good. So can I only guess:
- check any hidden characters in shortcode because copy/paste.
- The (first) gpx file I can successfully download with the right content type. This is okay.
- Try to load only one track file first. I this work, try to load the next.
Forum: Plugins
In reply to: [Plugin Check (PCP)] Translation plugin nameIt is the same english name in plugin header and in readme. But the name from readme is translated, because my website is in german.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] is it possible to place a marker on my location?No, it is not. There is an example about Leaflet.Locate. This Leaflet plugin has some options. Maybe it is possible with these.
No, this is not possible.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Add a scrollable list of markersI pushed new code. There is a new option: update = true/false to update the list or not. There are still some issues.
Am besten, wir machen per Mail weiter, wenn du m?chtest.
Forum: Plugins
In reply to: [DSGVO snippet for Leaflet Map and its Extensions] CachingYou can’t cache something from the DSGVO plugin. It deletes the code from the webpage to disable to load the maps, if the cookie is not set . But you can cache two variants of a webpage – one if the cookie is not set and one if is set. I don’t know whether this is possible with LiteSpeed. And be careful if you use geojson or elevation (and other). These use event-related functions and caching lacks them.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Variable circleMarker sizeNo it isn’t. If you can group the marker, every group can get its own colored circlemarker (shortcode
geojsonmarker
). Another possibilty is to define icons in a geojson file.Forum: Plugins
In reply to: [Extensions for Leaflet Map] Add a scrollable list of markersThis width is a big problem with another error at the moment, I have not been able to solve it yet.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Add a scrollable list of markersI tried it: https://leafext.de/extra/scrollable-list/