Events Made Easy › Forums › How do I … › Display satellit map?
- This topic has 16 replies, 4 voices, and was last updated 14 years, 2 months ago by Franky.
-
AuthorPosts
-
Sun 5 Sep 2010 at 16:23 #42070AnonymousInactive
– how to display the satellit map instead of the normal map? Iยดd like to use it for the global map for all past events…
– i still have one error, if i insert
[locations_map width=640 height=350 eventful=true scope=future]
no map is displayed?
– if i add a location, everything is fine, but in the global map, the location is displayed wrong, because of no latide/longitude values?
i added them manually to the database, but for many locations this will be work… ๐
Sun 5 Sep 2010 at 17:15 #44629FrankyKeymaster– satellite map: not possible for now
– concerning the [locations_map] thing: is the map displayed if you don’t use the options?
– concerning the add-location thing: this is indeed a bug, thanks for finding it. I’ll fix this asap before releasing the next release.
Edit: the add-location bug was only in trunk, but has been fixed in the trunk version now.
Edit2: the [locations_map] thing was indeed also a bug in trunk, also fixed in the trunk version now
Mon 6 Sep 2010 at 12:57 #44630AnonymousInactivehey CCD… we are nearly neighbours… I’m from Heidelberg ๐ maybe you know Covadonga?
Tue 7 Sep 2010 at 22:51 #44631AnonymousInactive– no, i donยดt know Covadonga, whats that? ๐ funny world
– now the map is displayed properly with atrributes and everything, thank you!!!
– satellite map would be great!! and also planning routes directly in the map, which is all available at google ๐
– one last thing: i want to display a map with upcoming events and (on same page!!) a map with all (past/future) events.
Result: the second map doenst show antything and the fist map displays all events instead of only future ones…
Link: http://www.violinduo.de/wpen/konzerte/
Code:
<h2>Next</h2>
[events_list limit=20]
[locations_map height=350 width=640 eventful=true scope=future]
<h2>Archiv</h2>
[locations_map]
i also tried:
<h2>Next</h2>
[events_list limit=20]
[locations_map height=350 width=640 eventful=true scope=future]
<h2>Archiv</h2>
[locations_map height=350 width=640 eventful=true scope=past]
—-> NO location is displayed in any map ๐
its one query, right? so no easy chance to insert two maps?
Wed 8 Sep 2010 at 09:46 #44632FrankyKeymaster– sattelite map: you can switch to it, for the rest it’s a low priority thing for me
– directions: you forget that people need to enter an address where to get directions from. For now I made a new shortcut #_DIRECTIONS that adds a small form to enter an address and get directions from that address to the event, using a popup window that goes to google itself. A bit crude, but functional.
– locations_map: only one per page, not designed for multiple maps.
Wed 8 Sep 2010 at 13:15 #44633AnonymousInactivethere is somehing really strange happening under Opera, chrome and IE8 on my maps… the maps appear in kind of vertical lamellas in different weird scales… It’s okay so far with the foxy…
Wed 8 Sep 2010 at 13:17 #44634AnonymousInactive@CCD Covadonga is a young violinist at the national theatre ๐ disciple of U.Hoelscher at the time.
And my parents both were at your conservatory as professors and instructors ๐
Wed 8 Sep 2010 at 14:52 #44635FrankyKeymasterSebastian, look at my comment in the CSS:
/* for google maps to work ok in IE, we need at least 690px as max-width for the images */
and see what you did in myown.css:
/* for google maps to work ok in IE, we need at least 690px as max-width for the images */
#dbem_global_map img,
.dbem-location-map img {
max-width: 200px !important;
border: none;
background: none !important;
}Bad … NEVER touch the max-width here. You did …
Wed 8 Sep 2010 at 15:35 #44636AnonymousInactivedoh… Sorry! was too late yesterday! But that behaviour was new after the update… I changed to 200 2 days ago… however… you wrote it more than clearly
Thu 9 Sep 2010 at 18:55 #44637AnonymousInactiveok, where to download? on wordpress-plugins its still the same version, right? i have 3.12
Thu 9 Sep 2010 at 21:42 #44638FrankyKeymasterWhat do you want to download?
Fri 10 Sep 2010 at 21:46 #44639AnonymousInactiveyou wrote: – sattelite map: you can switch to it, for the rest it’s a low priority thing for me
how? sorry, didnยดt get it….
Fri 10 Sep 2010 at 22:44 #44640FrankyKeymasterI meant that you can switch to it on the map shown itself …
Tue 14 Sep 2010 at 19:52 #44641AnonymousInactiveWhere would we put the #_Directions shortcode? I tried putting it into the details box of a location but it’s not parsing, and I’m not sure how or where to put it in.
Tue 14 Sep 2010 at 21:16 #44642FrankyKeymasterIt’s in the trunk version, not the released one.
Tue 14 Sep 2010 at 23:40 #44643AnonymousInactiveWhich particular file?
Wed 15 Sep 2010 at 10:21 #44644FrankyKeymasterif you want the trunk, you’ll need to take all of it because it contains other incompatible changes as well. I advise to use it on a test wordpress …
-
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.