Loading...
Pixel Map
Generator
BETA
Follow
amCharts
on:
Select Pixel
V
Select Country
V
Paint Pixel
G
Paint Country
G
T
Hide options
Choose map
Albania
Algeria
Andorra
Angola
Argentina
Armenia
Australia
Austria
Azerbaijan
Bahrain
Bangladesh
Belarus
Belgium
Belize
Bhutan
Bolivia
BosniaHerzegovinaCantons
BosniaHerzegovinaRegions
Botswana
Brazil
BruneiDarussalam
Bulgaria
BurkinaFaso
Burundi
Cambodia
Cameroon
Canada
CapeVerde
CentralAfricanRepublic
Chad
Chile
China
Colombia
CongoDR
Congo
Continents
CostaRica
Croatia
Cyprus
CyprusNorthernCyprus
CzechRepublic
Denmark
Djibouti
DominicanRepublic
Ecuador
Egypt
ElSalvador
Estonia
Finland
FranceDepartments
France
Georgia
GeorgiaSouthOssetia
Germany
Greece
Guinea
Honduras
HongKong
Hungary
Iceland
India
Indonesia
Ireland
Israel
IsraelPalestine
Italy
Japan
Kazakhstan
Kosovo
Kyrgyzstan
Latvia
Lithuania
Luxembourg
Macedonia
Malaysia
Mali
Mexico
Moldova
Montenegro
Morocco
MoroccoWesternSahara
Nepal
Netherlands
NewZealand
Nicaragua
Nigeria
Norway
Oman
Pakistan
Palestine
Peru
Philippines
Poland
Portugal
PortugalRegions
Qatar
Romania
Russia
SanMarino
SaudiArabia
Serbia
SerbiaNoKosovo
Singapore
Slovakia
Slovenia
SouthAfrica
SouthKorea
Spain2
Spain
SpainProvinces
SriLanka
Sweden
Switzerland
Syria
Taiwan
Tajikistan
Thailand
Turkey
Ukraine
UnitedArabEmirates
UnitedKingdom
Usa2
Usa
UsaMercator
UsaTerritories
Uzbekistan
Venezuela
Vietnam
WorldKashmir2
WorldKashmir2WithAntarctica
World
WorldRussiaSplit
WorldRussiaSplitWithAntarctica
WorldWithAntarctica
Yemen
Water Color
Land Color
Shape
Size
Distance
Generate Pixel Map
SVG
HTML
IMAGE
Download
Pixel Properties
Image Properties
Area Properties
Text Properties
Line Properties
<!DOCTYPE html> <html> <head> <title>map created with amCharts | amCharts</title> <meta name="description" content="map created using amCharts pixel map generator" /> <!-- This map was created using Pixel Map Generator by amCharts and is licensed under the Creative Commons Attribution 4.0 International License. You may use this map the way you see fit as long as proper attribution to the name of amCharts is given in the form of link to http://pixelmap.amcharts.com/ To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ If you would like to use this map without any attribution, you can acquire a commercial license for the JavaScript Maps - a tool that was used to produce this map. To do so, visit amCharts Online Store: http://www.amcharts.com/online-store/ --> <!-- amCharts javascript sources --> <script type="text/javascript" src="http://www.amcharts.com/lib/3/ammap.js"></script> <script type="text/javascript" src="http://www.amcharts.com/lib/3/maps/js/{{FILE}}.js"></script> <!-- amCharts javascript code --> <script type="text/javascript"> AmCharts.makeChart("map",{{CONFIG}}); </script> </head> <body style="margin: 0;background-color: {{WATERCOLOR}};"> <div id="map" style="width: 100%; height: {{HEIGHT}}px;"></div> </body> </html>