function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
frogfrog 

Visualforce Map Components Spring 15 - URL No Longer Exists

Hi there

I've been testing the maps example from the release notes today and every other time it get  URL No Longer Exists page.
For a couple of minutes it works fine then for another it gives me the error then it works again.
Is anybody experiencing the same issue?

Where can I learn more about apex:mapMarker and apex:map markers?
The release page redirects to api  version 32 which isn't helpful

thanks
Ashish_ShelarAshish_Shelar
Yes very true .. I am also facing same issue. Waiting for stable release for this feature in production. Hope they fix it soon. No documentation available on apex:mapMarker and apex:map markers vf tags.
Ashish_ShelarAshish_Shelar
Try disabling the Development mode for you vf page & it will work. Also check clickjack protection options under session setting in Salesforce. It will definitely Help .. I got it working
Alderete_SFDCAlderete_SFDC
Hi folks. Sorry for the URL No Longer Exists problem you're running into. Safe harbor and all that, but it's a minor configuration issue and should be fixed on our end soon. Ish. (I can't give an ETA, I don't know the details.)

For the issue of no documentation, I'm really puzzled by this. The Visualforce Developer's Guide has what I think is pretty comprehensive documentation of this feature.

Conceptual: Start here: https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_maps.htm (plus three child topics)
Reference:
  • apex:map - https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_map.htm
  • apex:mapMarker - https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_mapMarker.htm
Can I ask, how did you look for documentation for this feature? If there's a problem with the VF table of contents, indexing, or the search engine, it would be great for us to know.

(That is, I have no problems finding it, because I already know where it is. But if customers are having problems finding it, I'd like to try to fix that problem, so they can use this really cool feature!)
Gulshan_7890Gulshan_7890
Hello, I am using apex:map and apex:marker in a vf page.
My map does not displays and I get the following error :
  • Google Chrome : Unable to resolve the server's DNS address.
  • Firefox : Firefox can't find the server at test-location.force.com.
I am using my vf page as an inline visualforce page.
Sasha_SFDCSasha_SFDC
@Gulshan_7890  Please make sure that you can access test-location.force.com (for sandbox instances) and location.force.com (for production instances). Which DNS server are you using? 
Gulshan_7890Gulshan_7890
Hello @Sasha_SFDC,
I cannot access the URL test-location.force.com from my browser (Google Chrome); I am getting the following error:
User-added image

When I access 'location.force.com' I am redirected to 'https://eu5.salesforce.com'.
I am using the DNS addresses 8.8.8.8 (preferred) & 8.8.8.4 (alternate) in a Windows 7 machine.

Thanks,
Gulshan.
Sasha_SFDCSasha_SFDC
@Gulshan_7890,

 Can you please check if the issue is resolved for you now?

Thanks,
    Sasha
Gulshan_7890Gulshan_7890
Hello @Sasha_SFDC,
I am not getting the error now.
Thanks,
Gulshan.