Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. <apex:page sidebar="false" showHeader="true" standardStyleSheets="false" controller="ChildCarePublicController">
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
  5. <title>peelchildcare</title>
  6. <apex:stylesheet value="/resource/smartPublicMaps/ig.publicmaps.application.min.css" />
  7. <script src="https://52.27.83.144/GMSC/Public/Content/Scripts/ig.publicmaps.application.min.js"></script>
  8.  
  9. <!-- <script src="<a target="_blank" href="" rel="nofollow">https://52.27.83.144/GMSC/Public/Content/Scripts/ig.publicmaps.application.min.js"></script></a>-->
  10.  
  11.  
  12. <script type="text/javascript" id="PublicMapsApplication">
  13. IG.PublicMaps.application = {"site":"GMSC","projectId":"d74f8831-7ab0-4122-8b41-84980daa73d9","projectName":"peelchildcare","defaultMapViewId":"8b1b832d-8689-437d-94fa-07d5e4fc1c1a","mapViews":[{"id":"8b1b832d-8689-437d-94fa-07d5e4fc1c1a","name":"PeelChildcare","bounds":{"left":-8926829.96,"bottom":5383941.42,"right":-8849031.03,"top":5465620.59},"copyright":null,"center":{"x":-8887930.5,"y":5424781.01},"zoomLevel":"15","isDefault":true,"baseMap":{"type":4,"config":{"zoomLevelCount":20}},"hasMapLayer":false,"hasPoiLayer":true,"hasSearch":false,"searchHint":""}],"symbols":{"90be6f63-bde1-4955-acc7-c9768c33278e":{"isScaleDependent":false,"dimension":{"width":11,"height":11},"dimensions":null}},"baseUrl":"http://52.27.83.144/GMSC/Public/","language":"en-US","isRightToLeft":false};
  14. </script>
  15. <style>
  16. #map {
  17. font-family: Arial;
  18. font-size:12px;
  19. line-height:normal !important;
  20. height:250px;
  21. background:transparent;
  22. }
  23. </style></head>
  24. <body ontouchstart="">
  25. <!--<div> -->
  26. <div id="ig-publicmaps">
  27.  
  28. </div>
  29. <!--</div> -->
  30. </body>
  31. </html>
  32. </apex:page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement