All travel-related blogs! Out-of the country and plane-hopping, to cross-country and long road trips, or staying local and being a tourist in your own city – I love it all!
These blogs will be a mix of packing lists, photo galleries, travel tips and personal experience.
.
https://www.amcharts.com/lib/3/ammap.js https://www.amcharts.com/lib/3/maps/js/worldHigh.js https://www.amcharts.com/lib/3/themes/dark.jsCreate your own visited countries map or check out the JavaScript Charts.
var map = AmCharts.makeChart(“mapdiv”,{
type: “map”,
theme: “dark”,
projection: “mercator”,
panEventsEnabled : true,
backgroundColor : “#535364”,
backgroundAlpha : 1,
zoomControl: {
zoomControlEnabled : true
},
dataProvider : {
map : “worldHigh”,
getAreasFromMap : true,
areas :
[
{
“id”: “AT”,
“showAsSelected”: true
},
{
“id”: “FR”,
“showAsSelected”: true
},
{
“id”: “DE”,
“showAsSelected”: true
},
{
“id”: “LI”,
“showAsSelected”: true
},
{
“id”: “PT”,
“showAsSelected”: true
},
{
“id”: “CH”,
“showAsSelected”: true
},
{
“id”: “GB”,
“showAsSelected”: true
},
{
“id”: “CA”,
“showAsSelected”: true
},
{
“id”: “JM”,
“showAsSelected”: true
},
{
“id”: “MX”,
“showAsSelected”: true
},
{
“id”: “US”,
“showAsSelected”: true
},
{
“id”: “ID”,
“showAsSelected”: true
}
]
},
areasSettings : {
autoZoom : true,
color : “#B4B4B7”,
colorSolid : “#CD6AE6”,
selectedColor : “#CD6AE6”,
outlineColor : “#666666”,
rollOverColor : “#9EC2F7”,
rollOverOutlineColor : “#000000”
}
});