-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue with displaying map using mura tag #21
Comments
@deeztek First, there's no I might first try to just use Otherwise, without an error or a URL to check on, it's hard to give any further direction. |
I tried without the name argument and it didn't work either. I did try the [m]$.muraLocations.dspLocationsMap()[/m] by itself and it displays correctly all the locations as it should. here's the URL in question: It should display the following MuraLocation: Under the following section: Locations 2023 Pulaski Highway |
When you pass in a specific contentID, it looks for children of that specific content item, if it's a Otherwise, you could do a couple of things to get a simple map ... the easiest would be to do this: You can get the lat/long from your content item's info. Hope that helps! |
I tried the simple map method and it worked fine. However, when I tried to use two simple maps on the same page, it displays the map in the middle of the South Pacific Ocean for both locations: http://dev.visionexperts.com/services/optical-center/ So, I guess I can't use two simple maps in the same page for some reason? |
I'm trying to utilize the MuraLocations using the mura tag like below, but nothing displays. I'm sure I'm doing something wrong. The contentID I'm using was taken from a MuraLocation page under the Advanced tab.
[m]$.muraLocations.dspLocationsMap(name='Some Name', contentID='6A44F396-48A9-4364-95DD7F15C105AC80')[/m]
The text was updated successfully, but these errors were encountered: