Showing posts with label Google Map. Show all posts
Showing posts with label Google Map. Show all posts

Saturday, December 8, 2012

Create World Map Using Google Chart and choose your own colors



If you want to create world map using Google Geo Chart Maps and choose your own colors to specify the countries. Snapshot below -
Image


Steps to use 
  • Download the file
  • Go to Data sheet
  • Add color codes and Html name of color in Col F & G (Make sure Color codes are in ascending order like 1 , 2, 3 etc and are in numbers only)
  • Add the country names or ISO code of that country in column A from row 2 onwards
  • Add text to be displayed in Tool Tip in Col C
  • Click on Update Map

Create a country/Region Level Map Using Google Geo charts


If you want to create country level map using Google map and choose your own colors to specify the states/locations. Snapshot below -
USA Map
Image
India Map
Image


Steps to use 
  • Download any of the file
  • Go to Data Sheet
  • Add country code in cell J2 from list https://developers.google.com/chart/interactive/docs/gallery/geochart
  • Add color codes and Html name of color in Col F & G(Make sure Color codes are in ascending order like 1 , 2, 3 etc and are in numbers only.)
  • Add the State names in column A from row 2 onwards
  • Add text to be displayed in Tool Tip in Col C
  • Click on Update Map

Saturday, December 1, 2012

Plot locations on Google Chart map by passing Latitude and Longitude (Country Level)


If you want to show/plot your office location/delivery centers on Google Chart Map. Snapshot below-
Image
Steps to Run
  • Download the file
  • Go to Data sheet
  • Add color codes and Html name of color in Col  F & G(Make sure Color codes are in ascending order like 1 , 2, 3 etc and are in numbers only)
  • Add Latitude and Longitude in Col A & B
  • Add color code in Col C
  • Add text to be displayed in Tool Tip in Col D
  • Choose Map Code in cell J2 from the list below
  • Click on Update Macro
  • Update the Legend on “Map” sheet manually

Plot locations on Google World map by passing Latitude and Longitude


If you want to show/plot your office location/delivery centers on Google World Map. Snapshot below-
Image

Steps to Run
  • Download the file
  • Add color codes and Html name of color in Col F & G(Make sure Color codes are in ascending order like 1 , 2, 3 etc and are in numbers only)
  • Add Latitude and Longitude in Col A & B
  • Add color code in Col C
  • Add text to be displayed in Tool Tip in Col D
  • Click on Update Macro
  • Update the Legend on “Map” sheet manually

Import data from SQL

Macro to import data from SQL using ADO connection string: Sub Import_data_from_SQL() ' Tools -> References -> Microsoft Active...