hupe13
Forum Replies Created
-
I have improved the error message in the next version, maybe this will help in such cases in the future.
….any idea of why this is not working properly?
The file can’t be read. Why – I don’t know. Do you have an URL to a test page?
Forum: Plugins
In reply to: [Leaflet Map] Adding a layer legendYou want to distinguish bike and hike tracks, right? May be, you can use
leaflet-featuregroup
and group by track name. Write in the gpx file between the name tags similar like<name>hike track1</name>
<name>hike track2</name>
<name>bike track3</name>
<name>bike track4</name>
and group with
[leaflet-featuregroup property="name" values="hike, bike" groups="Hike Tracks, Bike Tracks" substr]
- This reply was modified 1 week, 1 day ago by hupe13.
Forum: Plugins
In reply to: [Leaflet Map] Adding a layer legendIf you use
leaflet-gpx
, see this example. If you want to usemultielevation
, there it is such a control as default.Forum: Plugins
In reply to: [Leaflet Map] Adding a layer legendWith an ad-hoc command this is not possible. What do you mean with “layers”?
elevation-track
collects the files for presentation on one map (multielevation
), the colors of the tracks are defined and can’t be changed. The theme defines here only the colors of the charts. See documentation.multielevation is the realization of Rarutos leaflet-elevation example.
To group your tracks I suggest to use
leaflet-gpx
. Here can you define the color per track file. But you don’t have an elevation profile. I have no other idea at the moment.Forum: Plugins
In reply to: [Extensions for Leaflet Map] Sorting feasability?Can I help you further? Otherwise I will set the thread as resolved.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] [geojson-selector] QuestionTry omit
show_scale
inleaflet-map
shortcode.Forum: Plugins
In reply to: [Extensions for Leaflet Map] is it possible to set the color of GPX tracks?So I set the threat to resolved.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] is it possible to set the color of GPX tracks?Did you solve the problem?
@pibinko2, do you use a proxy?
@pduval34, please open a new threat, your problem seems an other one. And I get mixed up.
Forum: Plugins
In reply to: [Plugin Check (PCP)] Translation plugin nameSorry about the late answer, I was offline last weeks. Result from Plugin Check:
DATEI: readme.md
Zeile Spalte Typ Code Hinweis Link bearbeiten
0 0 WARNING mismatched_plugin_name Plugin name "DSGVO snippet for Leaflet Map and its Extensions" is different from the name declared in plugin header "DSGVO Snippet für Leaflet Map und seine Extensions".First line readme.md:
# DSGVO snippet for Leaflet Map and its Extensions
Plugin Name in dsgvo-leaflet-map.php:
* Plugin Name: DSGVO snippet for Leaflet Map and its Extensions
Translated string “Plugin Name: DSGVO snippet for Leaflet Map and its Extensions”:
DSGVO Snippet für Leaflet Map und seine Extensions
The warning is therefore not necessary.
Forum: Plugins
In reply to: [Extensions for Leaflet Map] Sorting feasability?I would use https://overpass-turbo.eu/ for the boundaries. These you can export to geojson. Or get the ids for the administrative areas from https://www.openstreetmap.org and then use https://polygons.openstreetmap.fr/ to get the geojsons. Load the geojsons with
leaflet-geojson color=... src=...]Name[/leaflet-geojson]
Then use[leaflet-optiongroup option="color" values="blue, red" groups="Diocese Boundary, District Boundary" visible=0,1]
It is easy to generate the markers from a database. Do you know php?
Forum: Plugins
In reply to: [Extensions for Leaflet Map] [geojson-selector] QuestionI’ll have to take a closer look, unfortunately I don’t have the time at the moment. please be patient.