1 / 61

12 Point Mashups

Learn how to create mashups using cloud-based mapping tools, with a focus on creating a single icon file that displays multiple markers. This tutorial covers random point calculations, XML and JSON file formats, RSS feeds, KML layers, fusion tables, geocoding, and more.

evelynl
Download Presentation

12 Point Mashups

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 12 Point Mashups Mapping in the Cloud Peterson

  2. Icons

  3. Info Marker

  4. Info Marker

  5. Random Points

  6. Random Point Calculation

  7. Random Points

  8. Single icon file with multiple markers 33,0 0,0 66,0 0,33 33,33 66,33

  9. Toggle Marker

  10. Toggle Marker

  11. Toggle Marker

  12. Points in XML file

  13. XML File <markers> <marker lat="44.86" lng="-92.62" html="Some stuff to display in the&lt;br&gt;First Info Window" label="Marker One"/> <marker lat="45.01" lng="-93.18" html="Some stuff to display in the&lt;br&gt;Second Info Window" label="Marker Two"/> <marker lat="44.87" lng="-93.49" html="Some stuff to display in the&lt;br&gt;Third Info Window" label="Marker Three"/> </markers>

  14. XML File

  15. JSON File

  16. JSON File

  17. JSON format

  18. Really Simple Syndication (RSS)

  19. Really Simple Syndication (RSS) Flickr feed of geocoded pictures.

  20. RSS Earthquakes zoom=0

  21. RSS Earthquakes zoom=1

  22. Cta Layer zoom=2 var ctaLayer = new google.maps.KmlLayer (''http://earthquake.usgs.gov/earthquakes/catalogs/eqs7day-M2.5.xml''); ctaLayer.setMap(map);

  23. KML feed

  24. KML feed Volcanoes

  25. KML feed Japan Nuclear Plants

  26. KML

  27. KML

  28. Accessing KML file

  29. Styled KML

  30. Styled KML

  31. Fusion Table: Chicago Crime

  32. Google FusionTables

  33. Fusion Table: Chicago Crime

  34. Fusion Table SELECT

  35. Fusion Table Query

  36. Fusion Table Query Cities greater than 5 million

  37. Geocoder Marker

  38. Google Fusion Table

  39. Google Fusion Table

  40. Google Fusion Table

  41. Google Fusion Table

  42. Google Fusion Table

  43. Australia Post Offices

  44. Displaying Fusion Table Map

  45. KML in Fusion Table

  46. KML to Fusion Table

  47. Geocoding

  48. Geocoding

  49. Homicides in Omaha

More Related