Google Maps: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
See also [[Wiki Maps]] | See also [[Wiki Maps]] | ||
Try these instructions for the Google Javascript API | |||
https://developers.google.com/maps/documentation/javascript/adding-a-google-map | |||
Try this tutorial for "Google My Maps". | |||
https://www.google.com/earth/outreach/learn/visualize-your-data-on-a-custom-map-using-google-my-maps/#share-and-embed-your-map-5 | |||
# Sign in to Google | # Sign in to Google | ||
# Go to https://google.com/maps/d/ | # Go to https://google.com/maps/d/ | ||
# Click on Create New Map | # Click on Create New Map | ||
Line 11: | Line 16: | ||
If you want different graphics then add a column to define that too. | If you want different graphics then add a column to define that too. | ||
https://www.google.com/maps/d/edit?mid=17Dt2Bd3x4PCO1FduL4buiM-figbitPRH&usp=sharing | [https://www.google.com/maps/d/view?mid=17Dt2Bd3x4PCO1FduL4buiM-figbitPRH&usp=sharing view signage map] | ||
[https://www.google.com/maps/d/edit?mid=17Dt2Bd3x4PCO1FduL4buiM-figbitPRH&usp=sharing edit map] |
Latest revision as of 23:59, 2 October 2020
See also Wiki Maps
Try these instructions for the Google Javascript API https://developers.google.com/maps/documentation/javascript/adding-a-google-map
Try this tutorial for "Google My Maps". https://www.google.com/earth/outreach/learn/visualize-your-data-on-a-custom-map-using-google-my-maps/#share-and-embed-your-map-5
- Sign in to Google
- Go to https://google.com/maps/d/
- Click on Create New Map
Prepare the data you want to use.
To put points on a map, set up a CSV file with X,Y columns and a title attribute. If you want different graphics then add a column to define that too.