Display Address in text form

drhurd
@drhurd
9 years ago
0 posts
Is it possible to display the text address used for the GoogleMap on our page just below Event Location before the map?
googleMaps1.jpg
googleMaps1.jpg  •  205KB

SteveX
SteveX
@ultrajam
9 years ago
2,583 posts
Yes, all of the address and location information is stored in fields for the item.

The address entered is available using {$event_googlemaps}

If you need more detail about the location put {debug} into your template to see the full range of information available (locality, country, natural feature, accuracy level, etc).


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
drhurd
@drhurd
9 years ago
0 posts
Thank You, I have it working now. http://tunetrax.com/forrest-day/event/64/forrest-day-san-francisco-with-rebirth-brass-band

The next task is going to be to create a map for a member that has all the Events (Shows) they are attending. That is probably going to be above my abilities. Would you be able to do it and if so How much? http://tunetrax.com/attending
SteveX
SteveX
@ultrajam
9 years ago
2,583 posts
I can't take on any additional work at the moment, sorry.

Take a look at the multi-item map here:
https://www.jamroom.net/ultrajam/documentation/modules/1790/multi-item-multi-marker-maps-eg-gps-location-for-photos-in-jrgallery
But you are going to be mapping the reverse of that, so it will probably be a fair bit more complicated to do.

Do you have the list of the events a member is attending working already?


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)
drhurd
@drhurd
9 years ago
0 posts
We have created an Attending module which generates the page that shows all the shows the Profile is attending. http://tunetrax.com/attending
attending.jpg
attending.jpg  •  110KB


updated by @drhurd: 05/11/15 12:21:19PM
SteveX
SteveX
@ultrajam
9 years ago
2,583 posts
Ok that should be fairly straightforward. If you have an $_items array for the shows the profile is attending you can pass that into the maps function something like this:
{if isset($_items)}
{ujGoogleMaps_map name="multimap" map=$_items module="jrEvent" height="300"}
{/if}
You can try using your module rather than jrEvent if that is where the map data is stored.


--
¯\_(ツ)_/¯ Education, learning resources, TEL, AR/VR/MR, CC licensed content, panoramas, interactive narrative, sectional modules (like jrDocs), lunch at Uni of Bristol. Get in touch if you share my current interests or can suggest better :)

Tags