Posted on January 2, 2013 2 Comments
Create a Visualforce page to show all your customers addresses on Google Maps. Note there is a limit on the amount of Map pins that are set thus I created a timeout of a few seconds so Google does not show me pop-up an error message. <apex:page controller=”getCustomerAddress” sidebar=”false” showChat=”true”> <html> <head> <script type=”text/javascript” src=”https://maps.google.com/maps/api/js?sensor=false”></script> […]
Posted on August 2, 2010 Leave a Comment
What limitations are their with regards to deploying some WTX maps to Datapower? When you create a WTX map and select the Map Settings -> Map Runtime as Websphere Datapower the rebuild and run the map to see if there is any errors. See the errors below when trying to compile SWIFT transformation maps: So […]