theophilix
Forum Replies Created
-
Forum: Plugins
In reply to: [OSM - OpenStreetMap] Marker in wrong place: lat+ lon reversedI solved the issue: Seems like the underscores in my xml filename were causing the problem.
I changed my_new_markers.xml to my-new-markers.xml and this solved it.Forum: Plugins
In reply to: [OSM - OpenStreetMap] Maximum number of markers[osm_map_v3 map_center=”autolat,autolon” zoom=”autozoom” width=”100%” height=”450″ file_list=”https://mywebsite.de/wp-content/plugins/osm/examples/MarkerSample.kml” file_color_list=”green” file_title=”MarkerSample.kml”]
This link works.
But why is my kml-file not working… I will send you the file.Forum: Plugins
In reply to: [OSM - OpenStreetMap] New Update has broken the mapsI have the same problem with Chrome browser.
But I have a different problem with Firefox: I see the popup described above for about half a second and then I see the map without markers.
- This reply was modified 3 years ago by theophilix.
- This reply was modified 3 years ago by theophilix.
- This reply was modified 3 years ago by theophilix.
Forum: Plugins
In reply to: [OSM - OpenStreetMap] Maximum number of markersHello, here is my shortcode:
[osm_map_v3 map_center="48.683969,8.994023" zoom="12" width="100%" height="450" file_list="https://mywebsite.de/wp-content/uploads/2021/11/OSM_Marker_gruppen.kml" file_color_list="none" control="scaleline" map_border="thin solid green" file_title="OSM_Marker_gruppen.kml"]
This works, but I don’t see any markers. WordPress did not accept an upload of my kml file, so I copied them via ftp.
Here is my file:<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="https://www.opengis.net/kml/2.2" xmlns:gx="https://www.google.com/kml/ext/2.2" xmlns:kml="https://www.opengis.net/kml/2.2" xmlns:atom="https://www.w3.org/2005/Atom"> <Document> <name>OSM_Marker_gruppen</name> <Style id="black_pin"> <IconStyle> <scale>1</scale> <Icon> <href>https://mywebsite.de/wordpress/wp-content/plugins/osm/icons/mic_black_godhouse_10.png</href> </Icon> <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/> </IconStyle> </Style> <Placemark> <name>Boeblingen</name> <description>Boeblingen</description> <styleUrl>#black_pin</styleUrl> <Point><coordinates>48.685669,9.015250,0</coordinates></Point> </Placemark> </Document> </kml>
- This reply was modified 3 years ago by theophilix.
- This reply was modified 3 years ago by theophilix.
Forum: Plugins
In reply to: [OSM - OpenStreetMap] Maximum number of markersThanks a lot!
Hello,
what is the shortcode for “Week/Day view starts at” and “Week/Day view ends at”?
I would like to start the day at 11 am and end at 6pm.
Is there something like: [ai1ec view=”weekly” start_of_day=11 end_of_day=18]?Thanks,
Theophilix