About a month ago, I started a collection of TopoJSON map files in response to a request on the Power BI Community forum. TopoJSON is D3’s preferred format, which is why Power BI users have suddenly found themselves learning more about it after the Shape Map was released. It is an optimized and lightweight cousin of the more prevalent GeoJSON, but there are not many files available in TopoJSON format. As a result, a subset of Power BI users have been converting files from Shapefile, GeoJSON, and other formats into TopoJSON on their own.
I have posted a modest collection of files in a GitHub repository at:
https://github.com/deldersveld/topojson
Please make sure that you save the “Raw” version of the .json file. Rather than right-clicking and performing a Save Link As on the links directly in the Read Me, click the link to view a preview of the map, and then right-click on the Raw button at the top and select Save Link As.
Here’s a sample of what is available:
- World map with continents and world map with countries
- Individual continent maps with countries
- US counties
- US congressional districts (2015)
- US cartogram based on each state’s population
- Individual US state-level counties
- Denmark – counties and municipalities
- Finland – provinces and regions
- France – departments
- Germany – regions
- India – states and districts
- Japan – prefectures and towns
- Netherlands – municipalities
- Norway – counties and municipalities
- Spain – comunidades autonomas and provincias
The US cartogram is the only one at this time that was not simply a conversion from another source. It was a test of R’s new cartogram package. I took a sample US map from R’s albersusa package and created a map that distorts the states based on their 2014 estimated population. As an aside, if you have some R experience and want to explore alternatives to traditional maps, there is a lot that can be done with R that can then be converted for later use in Power BI.
The most important note is that nearly all of these files personally have been tested for use in Power BI. As a result, users should not encounter some of the distortion issues in Power BI that can sometimes occur when converting a Shapefile or other source into TopoJSON. In many cases, the polygons also have been simplified for performance reasons in Power BI without sacrificing much high-level detail.
Please note that I have only converted from an original source. I will not branch from an original source by making custom modifications to shapes.
Also, check out 10 Ways to Create Maps in Microsoft Power BI to see options other than the Shape Map.
Read 10 Ways to Create Maps in Microsoft Power BI.
[embedyt] https://www.youtube.com/playlist?list=PLyWe5-Lx84g1JrDY6Zh_dfV2oO-Cy3frl;layout=gallery[/embedyt]
Excellent,
I want Japan, Individual State in Japan, Individual Town in State of Japan.
The Shape Map currently does not support unicode characters. Would English names for divisions work, or do you have existing sources in mind I could start with?
Andorra and Angulia is missing in the county map
I have added two files to the repo for Japan and tested them in Power BI.
Prefectures: https://github.com/deldersveld/topojson/blob/master/japan/jp-prefectures.json
Towns: https://github.com/deldersveld/topojson/blob/master/japan/jp-towns.json
how can I edit map keys?
If you have a few quick value changes, you can open the topojson file in a text reader and manually replace the map key values.
For anything more complicated such as adding additional keys, you could try importing the file into mapshaper and then using the “each” command in the console (http://www.mapshaper.org with command reference at https://github.com/mbloch/mapshaper/wiki/Command-Reference). I have not tried that method, but there are some examples in the command reference.
Please provide Shape map for Morocco.
thanks for explanations. I’ll try.
I am looking for Brazil and states. Maybe I could help/diy if you can explain how?
The Power BI Shape Map has a Brazil map with states built-in. Will that be sufficient? Otherwise, you can use http://www.mapshaper.org/ to convert a source file to TopoJSON. All I typically do is load a source file into mapshaper, simplify it down to around 2% to 5%, and then export to TopoJSON.
Hi David. Do you have any uk files? I have UK Postcode (area, district, sector) and parliamentary area shp files that i am desperately attempting to get into Power BI
Hi David do you have UK postcode (area, district, sector) and parliamentary areas? I have been trying to convert shp files i have for ssrs but cant get them to work in Power BI.
I have not converted anything for the UK. Do you have links to the shapefiles? I can look into it.
Thanks David. I have added them to the attached gdrive. THey are open source from OS. https://drive.google.com/drive/folders/0B48ZkBfJkjLFd3lhMzYxcTBrVDA?usp=sharing
Hi David, thanks a lot for this. Is it possible for you to please separate Canary Islands from the Spanish Map located on your repository? This will help for having 2 shape maps on same report and make a better focus on the data.
Canary Islands have been added in a separate file: https://github.com/deldersveld/topojson/blob/master/countries/spain/canary-islands-province.json
Sorry David, what about adding Portugal to the repository? Thanks in advance !!!
Here is a link to Portugal: https://github.com/deldersveld/topojson/blob/master/countries/portugal/portugal-districts.json
olá David excelente trabalho e obrigado pelo se enorme contributo tenho tido grandes dificuldades em criar um ficheiros json de Portugal ao nivel do concelho pode ajudar?
We can use any .KML file and convert that into TOPOJSON file and used them in the custom shape map as well.
This worked out for me , as i have a customized boundary for Pakistan Map.
Hi, I’d like to have Italy with detail of regions(regioni), provinces(provincie) and towns(comuni)
Italy regions and provinces have been added. There were 8100 towns, and it was not easy to distinguish between them, so I’ve omitted a town-level map.
I have created a custom SHP file from scratch (using QGIS), then converted to TopoJSON using the links and help you describe – THANK YOU. The custom shapes show up in Power BI, but the shapes do not have map keys. Clicking “View Map Keys” does not bring up a dialog like it does with the built-in or your maps.
Do you know what attribute or keys I am missing in my custom SHP file that tells Power BI what to use for map keys?
Thank you very much.
Try opening the entire “Shapefile”, which is actually a compressed folder with multiple files such as .shp, .dbf, etc. in it. If you open the shp only, you only get the shapes, but the data/keys are actually contained in the dbf.
Thanks for the reply. Perhaps this is exposing more of my ignorance around SHP and QGIS than anything. I understand that there are the multiple files that are associated with the SHP (namely the DBF that contains a lot of that per-feature data). I am creating this SHP file from scratch, not opening an existing one. So the question is more about: after drawing some features in the QGIS design surface, how can I set the data for each feature?
I know about the attributes for each feature, editing them and see them in the attribute table. But those are NOT what are used by Power BI in terms of map keys. I can see after conversion to TopoJSON – there is a “properties” node for each feature – it’s populated with lots of key/value pairs in legitimate/existing SHP to TopoJSON conversions I’ve seen, but nothing in that collection in my home-grown, made-from-scratch SHP to TopoJSON.
Hope that makes sense – again, think this ends up being more of a QGIS question, so, apologize for that, just that it then impacts Power BI’s ability to see and use map keys in the TopoJSON file.
I am working in my college project and planning to use shape map of power bi. Therefore,I need the Topojson file of Pakistan district. Can somebody provide me please. Thanks in advance 🙂
Dear David, what about adding Azerbaijan to the repository? Thanks in advance !!!
Azerbaijan regions and districts are now available.
OK – I figured this out. The QGIS side was actually working fine. Open the entire SHP “set”, including the associated DBF. Any attribute I am adding on a feature *is* getting added to the DBF.
My mistake was when using http://mapshaper.org I was only adding the SHP file to then get converted. Now I take the extra step and add the DBF file to mapshaper as another “layer”. Nothing gets visually rendered differently in the mapshaper UI, but then when you export as TopoJson, the resulting file has the per-feature properties that are needed and interpreted by Power BI.
Have a fully working example with various ugly feature shapes that I created from scratch in QGIS, then lit up with colors based on data, in Power BI.
Thank you for the shoves in the right direction.
Great work David!
Could you create a map over Sweden with counties and municipalities? Would be forever grateful, thanks.
Sweden is now available
Could you create a map over Philippines with counties and municipalities? Would be forever grateful, thanks.
Philippines is now available
Hi David, where could I find the PH map?
Thank you very much for sharing the TopoJson files for PowerBI Shape maps. Currently I am using the Netherlands municipalties shape map.
Recently there has been a change in de Dutch municipalities: 3 of them have merged into 1 new municipality. Could you please implement this change into the Json file?
The old municipalities are: GM0844, GM0846 and GM 0860 (Schijndel, St Oedenrode and Veghel)
The new one is: GM1948 (Meierijstad)
Thank you very much!
Unfortunately, I don’t have the capacity to manage localized changes. If it changes in the data source, I can re-convert, but it would have to be altered in the source shapefile first.
For the Netherlands it would help us a lot if you could convert these shapes. I tried it my self but I don’t have QGIS en wothout Power BI doesn’t show me the good maps.
http://imergis.nl/shp/2018-Imergis_gemeentegrenzen_kustlijn-shp.zip
and
http://imergis.nl/shp/BAG-Woonplaatsgrenzen-shp.zip
Thanks
Thank you for your good work.
Could you please add South Africa with all provinces.
Thanks
I’ve added South Africa.
I created the json file of south africa, johanesburg wards.
When i tried loading in powerbi, it shows as a globe, it does not show the borders of wards.
Thank you for what you do.
Could you please add Algeria with all provinces (48 wilaya).
Thanks in advance
Algeria is now available
Thanks a lot
Hi David, Can you help me to convert the Poland shape file:
“PRG – jednostki administracyjne”
from the public office website: http://www.codgik.gov.pl/index.php/darmowe-dane/prg.html
to TOPO JSON file?
This Shapefile is too large for me to work with at 378 MB.
Can you process the shapefile of Poland including all counties ?
The file is available here: http://www.gadm.org/download
The size of the file is much lower
In case you have access to Poland communes shape file, I would very need it as well in topojason format.
.
Thank you so much for your help.
David ,
How can I change the text coding for topo jason file in order to present the correct letters specific to the Polish language?
I tried to use text editor to change the map Key but although I corrected letters in the text editor , they were not correct recognized in the PowerBI map keys.
Can you provide a more specific example?
1. Correct spelling in Polish language: Łódzkie
2. Topojason file – ‘ as is’ wrong spelling: “VARNAME_1″:”LĂłdzkie”}}
3. Topojason file – ‘to be’ correct spelling to be presented in PowerBI in accordance with point 1 : “VARNAME_1″:”ĹĂłdzkie”}}
so there is a need to change the first from “L” to “Ĺ” to have the correct spelling in PowerBI otherwise if i just write in Topojason file : “VARNAME_1″:”Łódzkie”}} I will get in PowerBI “??dzkie” name of the province instead of “Łódzkie”.
I belive it is becasuse of text codding issue.
Topojason file source:
https://github.com/deldersveld/topojson/blob/master/countries/poland/poland-provinces.json
Hello, and thanks for the hard work.
Could please add Liberia, with its 15 counties and 136 districts.
Thanks in advance
I’ve added files for counties and districts, but the data source I have access to only has 66 districts. Can you review https://github.com/deldersveld/topojson/blob/master/countries/liberia/liberia-districts.json and see if that aligns with what you would expect?
This really helped me, David. Thank you so much!!!
You’re welcome. Thanks for the comment!
Hello david,
Is it possible to add colombia by departments?
Thank you very much!
Colombia departments are now available.
Hello David,
your work is amazing. It has helped me a lot; an invaluable help. However, I have been working with the “Spain province map”, and I would like to report a bug and suggest a change.
Both in “province map with Canary Islands” and the “Canary Islands map” itself have an error. Half of the islands are part of the “Las Palmas” province, and the other half are from “Santa Cruz de Tenerife” province. Currently, in your great approach all of them are part of “Las Palmas”.
They change I want to suggest is:
-Would it be possible to add an additional name to the provinces? Actually the official name of some provinces is different. I mean, the names you used there are right, but the official name following the very official Government agencies are in this URL: http://www.ine.es/daco/daco42/codmun/cod_provincia_estandar.htm .
These are the names most of the companies use in their databases. For example, instead of “Valencia” or “València”, the official name is “Valencia/València”, and instead “La Rioja”, the official name is “Rioja, La”.
Thanks a lot in advance, and thanks again for your job. And sorry for my English.
Regards!
It would also be great if the distance between Canary Islands and the Peninsula were smaller, the same way you moved Hawaii and Alaska nearer to the continent in the US maps, or at least add a map with this possibility.
Thanks a lot again.
Hola Sergio,
estoy intentando conseguir solo el mapa de las islas Canarias corregido con provincias, no se si me lo prodrias facilitar tu,
Gracias de antemano,
Un saludo
Hello, and thanks for the hard work.
Could please add Nepal, with its 14 zones and 75 Distict.
Thanks in advance
I have added Nepal’s zones and districts.
Thnks mate
Saved my day!!! Thanks.
Hi david,
I was attempting to convert a Peruvian shapefile that i had found into TopoJSON using mapshaper.
After exporting from mapshaper and importing it into Power BI, It doesn’t show correctly.
I wonder, Is it possible to add Peruvian map?
shape link:
http://geoservidor.minam.gob.pe/geoservidor/download.aspx
(option–>Límite Departamental (Fuente: INEI-2007) – Tamaño 3Mb.)
Thanks in advance.
I’ve added Peru to the repository: https://github.com/deldersveld/topojson/blob/master/countries/peru/peru-departments.json
really useful, Thanks!!!
Hi, David, Could you add Provinces and Districts from Lima, Perú.
I made the conversion of the file geojson Lima district boundaries through Mapshaper, generating a json file but when opening in power bi this distorted, thank you can help me, I do not know where the error could be. The link from the original geojson file is https://drive.google.com/file/d/0B6QxzsmC9NAFY19zV3hGQ0NLcjA/view?usp=sharing
The original geojson does not have a coordinate reference system (CRS) to align your file’s coordinates with latitudes and longitudes that Power BI will understand. You could try exporting it as a Shapefile from mapshaper first. Then import it into QGIS to assign a CRS and progress from there to using the steps in this blog post: https://dataveld.wordpress.com/2016/09/01/overcoming-potential-power-bi-shape-map-rendering-issues/
David
Thank you for your answer, I got it.
Would like to have for United Arab Emirates
I have added UAE.
I have been trying to convert a shape file to TopoJSON in Mapshaper, and everything looks ok, but when i add it to PowerBI, the map dont appear as in Mapshaper. What can be the problem? Should i need the key to ben in format like ‘PT.AC’ or can be soomething like an int ‘1234’? I was trying to add the OPorto cities.
Please try some of the steps outlined in this post: https://dataveld.wordpress.com/2016/09/01/overcoming-potential-power-bi-shape-map-rendering-issues/ It sounds like your source file’s coordinate reference system is not ideal for direct conversion in mapshaper.
Awesome work, thanks! I am using the World map and it’s working great. I can edit the JSON to remove a country completely, but is there a way that I can ‘disable’ a country in Power BI, so I have a World map that plots country data, but countries that have no data aren’t selectable? Thanks!
Not that I am aware of
Hi David,
If you can help me with Romania that will be highly appreciated.
The geojson is available here: https://code.highcharts.com/mapdata/countries/ro/ro-all.geo.json
Unfortunately the online converter adds something to the code and make the rendering unusable with Power BI.
Thanks in advance for your help.
The source file that you provided also gave me an error about not having a coordinate system defined. I’ve converted counties/judete from another source and posted it on GitHub. Hopefully that will work for you. https://github.com/deldersveld/topojson/blob/master/countries/romania/romania-counties.json
Hi David,
Thank you for your resources.
I mostly work with linear networks and related data and the linear geometry is in PostgreSQL Database. Is there a best way to display such kind of geometry type into PowerBI.
Thank you.
Hi David,
thank you very much for maps, but could you add map Czech Republic Please ..
Thanks Karel
I’ve added Czech Republic regions.
Hi! Thanks guys for all the support. Really awesome!
Can you do Argentina json? I need it!
Thanks you in advanced!
I’ve added provinces for Argentina.
Hey there! 😀
I am absolutely loving the maps on here, thank you so much for this!
I have no idea if this is simple or not, but is it possible to add the towns of Denmark?
Some towns have data that gets combined because of the municipalities, rendering it “kind of useless”.
If there’s something I can do myself, please let me know 🙂
The map is still really useful, so honestly – thank you for this! 😀
The source i have only has municipalities. If you can find a source that provides what you want as a shapefile or geojson, please point me to it and I can look into the license and conversion.
Hi David,
question for you. Do you think maps such as http://i68.tinypic.com/rl9rav.jpg could be done using shape maps? Thanks
In its current state, the Power BI shape map only handles polygons. That image appears to have some linestrings as well, and those will not render. Discrete colors also were not available when last I looked.
Hi David, could you add the map of Mexico City with its municipalities? Thanks Claudia
Claudia, do you have an original source file (Shapefile or other format) that I could use as a starting point for converting to TopoJSON?
Hi David
Do you perhaps know how I can get the UK area and sector level maps as a topojson file? Thanks in advance!
If you can find these a NUTS or another source that provides what you need in shapefile format, I can look into converting and including.
Hi David,
I really appreciate your work. This data is really useful.
I have seen topojson map of Pakistan (Province and Division level) on your Github page.
I have one request, can you please add the map on District level as well, please.
It will be highly beneficial.
Thanks in advance.
Pakistan districts are now available.
Hi David,
Could you please add Singapore, really appreciated. Thanks.
Hi David, thank you for providing these files.
Could you add a map of Belgium with its municipalities please?
Thanks in advance,
Diego
Could you make a combined Australia & New Zealand file please?
Sorry, I meant to add with Australia States and NZ Districts detailed.
Thansk ,Ian
I would also like an Australia and New Zealand combined. Ian did you find one?
I would like this too! Ian were you able to find one?
A legend withe the color saturation scale will be an amazing (and i think needed) feature for the graphs. A graph for Venezuela will be very cool. Great work around here!!
fantastic work! great to see how many countries were added
Does anyone know were I could find .json files for Switzerland? Ideally with postal code and cantons? thanx
How can i create topojson if i have SVG map with all areas?
Hi There, I have been trying to create a filled map with no luck and I hope you can point me in the right direction.
In my data I have a column with the Sales Representatives and the regions that they represent located in US and Canada, but the filled map only recognizes the Ontario region, because the other regions has names such as Gulf Coast, Mountain Region, etc. is any way to map this?
SalesRepID SRName Region Email Active
1 Select Northwest Yes
2 Sales Rep A West Central Yes
3 Sales Rep B East Central Yes
4 Sales Rep C North East Yes
5 Sales Rep D Great Lales Yes
6 Sales Rep E Mid Atlantic Yes
7 Sales Rep F Mountain Yes
8 Sales Rep G Western Canada Yes
9 Sales Rep H Gulf Coast Yes
10 Sales Rep I Southern Yes
And for instance Great Lakes are OH, MI, WI and IL.
The Filled Map uses Bing to lookup place names, so it’s picking up Ontario but nothing else because it corresponds to an administrative boundary. You will not be able to make custom territories with the Filled Map but could with the Shape Map or ArcGIS Maps (if you put your territories into ArcGIS Online and use them as a reference layer).
Hi David,
I always read your publications, do you have any idea when the map of Venezuela will be available?
Thanks!
Hi David,
I always read your contributions. Do you know when you will have the map of Venezuela available?
Thank you!
I’ve added a file for Venezuela: https://github.com/deldersveld/topojson/blob/master/countries/venezuela/venezuela-estados.json
Thank you!!!
Hello David,
could you create shapemap for the Netherlands from:
http://www.imergis.nl/shp/2018-Imergis_gemeentegrenzen_kustlijn-shp.zip
and
http://www.imergis.nl/shp/BAG-Woonplaatsgrenzen-shp.zip
I tried it myself but I didn’t succeed, maybe because I don’t have QGis.
Thanx.
One of the more powerful aspects of shapemap is that you can create a TopoJSON of anything. But I’m having an issue understanding how to really tap that. So I’m not interested in countries, or provinces, or electoral maps, etc… I am interested in say producing a map of our office and all the cubes. Then I want to tie data to those cubes and show that. Is there a place to easily learn how to turn say a visio into topojson, or some MSSQLServer Geo functions and data into a topojson with the right keys to tie into other data.
Any help would be greatly appreciated.
Unfortunately not that I’m aware of. TopoJSON is a fairly niche format. You might have luck if you can find a way to get Visio to Shapefile, which could then convert to TopoJSON. Also, try out the Visio custom visual from Microsoft and potentially avoid the workaround altogether.
Hi David,
Please let me know where can I find the topojson map for Indonesia. At Province and City level. couldnt find the city level map for indonesia.
Dear David, would you be so kind and add a Prague districts map?
Files are here But I can’t manage to have it in the right format:/
http://opendata.praha.eu/dataset/ipr-mestske_casti
Hi David,
Would you be able to add Australia’s map for me?
No one seems to have created any on the web for my country so far 🙁
Many thanks
Hello,
Great work! I got problems with the denmark-municipalities.json. When I upload it in PowerBi it causes an error everytime I hover my mouse pointer over the map. All the municipalities are not shown either, all the ones closes to Copenhagen are missing. But it might be a part of the error I dont know.
I downloaded a map from https://github.com/ok-dk/dagi/blob/master/topojson/kommuner.topojson, which are closely the same, but it wont work either. Perhaps it’s a ME problem 🙂
Hi David!
Could you add a map of Russia with its regions and big cities?
Thanks in advance,
Ekaterina
Hi David,
I am so glad I came across this blog. I have been struggling to get data correctly converted to topojson.
I am looking for an update of the South African demarcation boundaries i.e. provincial boundaries, Local Municipalities and District municipalities.
The data is avail;able from the demarcation board : http://www.demarcation.org.za/site/shapefiles/
I also have a question ( please excuse the ignorance), if you have converted the above mentioned boundaries, will I end up with 1 topojson file with all the detail embed therein or would it comprise of 3 different topojson filed?
Thanks for you help.
Hi
Is there any reason there is no shape files for Australia? If possible can you please make them for States and suburb; I used the following file “State Suburbs ASGS Non ABS Structures Ed 2011 Digital Boundaries in ESRI Shapefile Format” from http://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/1270.0.55.003July%202011, but there was a gap in one state, and I am not sure how to fix it
Thanks for your help
Power BI has Australia’s states (but not suburb) level. I’ve tended to work on countries so far that are not built-in to the Shape Map.
True it does. But I would like to use the Choropleth map in Power BI to be able to drill down to the suburb level.
What is the level of effort required and how do I go about doing it, if I have to attempt creating suburb level map for Australia?
Hello David,
Is there any particular reason, Australia is missing? Can you please add it? I am looking for shape files at the State/Suburb or State/Postcode level. I tried to create a topojson file using the following file:
“State Suburbs ASGS Non ABS Structures Ed 2011 Digital Boundaries in ESRI Shapefile Format ” from
http://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/1270.0.55.003July%202011. But the resultant file when imported into Power BI showed a gap in Southern Australia region. I have no experience making such files. Can you please help?
Hi David,
Do you think you could make a map for Dubai at a district level? I would really appreciate it.
Thank you
Hi David,
Is a TopoJson file for Singapore available? I saw someone was asking before, but I can’t find any on github. Can you help? Really appreciated.
Hi David,
Your work is excellent and much appreciated for all the power bi users around the world.
Just wondering whether you can have or can find an australia topojson file / breakdown by suburb but not state?
i searched everywhere but have no luck.
Thanks
Loretta
Is a TopoJson file for Dominican Republic available? I can’t find any on Google. Can you help? Really appreciated.
Hi,
Could you provide as with more detailed .json map of Poland taken from this link: https://www.gis-support.pl/downloads/powiaty.zip.
Website adress: https://gis-support.pl/granice-administracyjne/
Hi! I need the map of spain with islands… gran canaria and lanzarote. How I can obtain this???
Thanksss
Hello Everyone,
Can someone please assist me with combining the following US states with counties.
NY, CT, MA, MD & NJ
Hi David,
Please could you add Nigeria Map(.json) and breakdown by state and region if possible
Thanks
Hi,
The link below has shape files for Nigeria at various levels. You can extend the resource therein to create more shape maps.
http://maplibrary.org/library/stacks/Africa/Nigeria/index.htm
Converting the shape files to topojson or geojson (or some other format) is trivial. Just upload the files to https://mapshaper.org/ and select the relevant output format.
Hope this helps
Ken
Hi
I am looking for Taiwan map with states in topo.json format.
Like I have for Autralia, for your reference:
https://raw.githubusercontent.com/rowanhogan/australian-states/master/states.geojson
Hi,
Could you add Nigeria Map(.json) and breakdown by state and region if possible please or a walkthrough on how i can do it myself.
Thanks
Hi,
The link below has shape files for Nigeria at various levels. You can extend the resource therein to create more shape maps.
http://maplibrary.org/library/stacks/Africa/Nigeria/index.htm
Converting the shape files to topojson or geojson (or some other format) is trivial. Just upload the files to https://mapshaper.org/ and select the relevant output format.
Hope this helps
Ken
Hi,
The link below has shape files for Nigeria at various levels. You can extend the resource therein to create more shape maps.
http://maplibrary.org/library/stacks/Africa/Nigeria/index.htm
Converting the shape files to topojson or geojson (or some other format) is trivial. Just upload the files to https://mapshaper.org/ and select the relevant output format.
Hope this helps
Ken
Hello Ochuko
Did you manage to find help with this? Otherwise I am happy to help out
Regards
Ken
I’ve added Nigeria.
States: https://github.com/deldersveld/topojson/blob/master/countries/nigeria/nigeria-states.json
Regions: https://github.com/deldersveld/topojson/blob/master/countries/nigeria/nigeria-regions.json
Thank you soo much.
Hi
Anyone looking for Nigeria’s topojson files should feel free to let me know
I have some to share
Ken
Hello Ochuko
Did you manage to find help with this? Otherwise I am happy to help out
Regards
Ken
Yes i did. Thank you.
Hello david,
Could you add the Dominican Republic?
Hi,
Great work on this world map,thanks.
I miss Singapore as a country in the worlmap.
I would appreciate it if you can add it.
Note:
Do you have an instruction on how to add a new country to the worldmap?
Hi David,
Could you add Singapore?
Where can I find a tutorial on how to add a country to the json file myself?
Hi David,
Thanks for the great work! Is it possible to add Sweden on the level of Postal Codes / Zip Codes?
Regards,
I think this is a fantastic piece of work, it really helps.
Any chance of adding the EU as a `country` with all its current members or is it not possible to have both a country and a larger selection of countries at the same time in the same file?
Dear David, what about adding Syria. Thanks in advance
Hi David,
Could you add Chile?
Thanks!!!
Hi! David,
Could you add Madagascar and Mozambique ?
Deepak
Hi David,
Thank you for amazing maps of Norway 🙂
From 1.January 2020 the municipality map of Norway will change, do you plan to update this map before the change is applied?
It would be much appreciated.
Best regards,
Nora
Hi,
Amazing work with the maps, they are extremely useful!
I have a question related to changes in a map. The Norwegian municipalities are going to be changed in January 2020. Could you please provide a updated version of the map?
Best regards,
Nora
Nora, I only convert existing shapefiles and don’t manage new changes in the TopoJSON. If you can track down a shapefile that has the new changes once available, I’d convert it.
Hi David,
Do you have JSON files for the Thailand Map, i have the province names.
I have a custom map from Guatemala, can i send it to you?
Can you send a Pull Request that includes the file on the GitHub repo?
Could you add China, all Provinces in China, too? Thanks!
Thank you for your good work.
Could you please add Ecuador with all provinces.
Thanks
Hi,
I am having trouble converting the UK NUTS level 1 (uk regions) and UK Local Authority shape maps.
UK region Link: https://geoportal.statistics.gov.uk/datasets/nuts-level-1-january-2018-full-clipped-boundaries-in-the-united-kingdom
Links: http://geoportal.statistics.gov.uk/datasets/ae90afc385c04d869bc8cf8890bd1bcd_1
Would you be able to help?
Thanks
Hi,
The Europe countries file works perfectly on Power bi, so thanks for that.
I’d also like to have UK maps. I am having trouble converting shape map files to the TopoJson format for UK region (NUTS level 1) and UK Local Authority level.
Here are the link to the shapefiles
UK Region: https://geoportal.statistics.gov.uk/datasets/nuts-level-1-january-2018-full-clipped-boundaries-in-the-united-kingdom
UK local Authority: http://geoportal.statistics.gov.uk/datasets/ae90afc385c04d869bc8cf8890bd1bcd_1
Would you be able to provide the right format for these?
Thanks
Would like to have file for Jordan
Hi David!
Is it possible to get these finnish postalcode and municipality maps to work in power BI.
link:
https://github.com/teelmo/geodata
I tried json and tjson maps, but visibility of these maps wasn’t right. Can you help me?
Hi David,
I am trying to display City of Detroit along with Counties in Michigan map. I have downloaded and imported the City of Detroit shape file and Michigan Counties shape file to Mapshaper. I have merged 2 layers using “merge-layers” command in Mapshaper console. I am able to see the City of Detroit boundary under Wayne County of Michigan map.
I have exported in TopoJSON format as a local file. But, when I loaded this custom map to Shape Map visual in Power BI, I am not able to find the City of Detroit’s boundary in Power BI. It is just showing me Wayne County. I have checked Map keys. It is fine. When I filtered City of Detroit in my fields, the Shape Map is approximately zooming in to Detroit’s geographic location in Wayne County.
I need a separate boundary for City of Detroit to appear so that I can click on either Detroit or rest of Wayne County in my Shape map.
Can you please help me with what I am missing here? Am I missing missing something in Mapshaper?
I am sharing the source file download links below.
http://gis-michigan.opendata.arcgis.com/datasets/cities-v17a/data?where=NAME%20%3D%20%27Detroit%27
http://gis-michigan.opendata.arcgis.com/datasets/counties-v17a/data
Thank you,
Abhinav
Hi David,
Your Map repository work is awesome. Very helpful.
I am trying to display City of Detroit along with Counties in Michigan map. I have downloaded and imported the City of Detroit shape file and Michigan Counties shape file to Mapshaper. I have merged 2 layers using “merge-layers” command in Mapshaper console. I am able to see the City of Detroit boundary under Wayne County of Michigan map.
I have exported in TopoJSON format as a local file. But, when I loaded this custom map to Shape Map visual in Power BI, I am not able to find the City of Detroit’s boundary in Power BI. It is just showing me Wayne County. I have checked Map keys. It is fine. When I filtered City of Detroit in my fields, the Shape Map is approximately zooming in to Detroit’s geographic location in Wayne County.
I need a separate boundary for City of Detroit to appear so that I can click on either Detroit or rest of Wayne County in my Shape map.
Can you please help me with what I am missing here? Am I missing missing something in Mapshaper?
I am sharing the source file download links below.
http://gis-michigan.opendata.arcgis.com/datasets/cities-v17a/data?where=NAME%20%3D%20%27Detroit%27
http://gis-michigan.opendata.arcgis.com/datasets/counties-v17a/data
Thank you,
Abhinav
Hi David. Thank you for putting these files together. I am having an issue where county names that reside in multiple states (Jefferson) appear with the same data (ie Jefferson county in Colorado will have $4 in sales last year and Jefferson in Oregon will also have $4).
How can I fix this?
Hello David, Wonderful post!
Do you have Mongolia and Capital cities boundaries ?
Hi David,
any chance we can get Greece and Cyprus by city or even by municipality?
also, is there some step-by-step guide how to build the Power BI compatible map?
thank you in advance!
Hi David,
Kindly add Kenya and its 47 counties. I can share the list.
Hi david, can you please add Saudi Arabia All Countries and City’s
Hi david, kindly add Myanmar state and district. I can use it on Qgis and Arcgis , but when convert to mapshapper for Power BI, the map is not working very well.
thank you so much for your working this to us.
Hello Can any one please provide me latest India State wise Topojson file
Great resource! Please share the map for Zimbabwe.
Top Source… I need a map from Switzerland with all 26 Kantons in json….
How about the state of Massachusetts (not the entire US)?
https://github.com/deldersveld/topojson/tree/master/countries/us-states
GitHub https://github.com/deldersveld/topojson/tree/master/countries/us-states
Hi David. Could you please add Saudi Arabia map? It is very urgent!! appreciate your support
Hello David Could you, please add the Canada regions:
Canada
Atlantic Region
Quebec
Ontario
Prairie Region
British Columbia and territories
Thank you
Is there a way you can use multiple maps in a single shape map? I’m having trouble combining them.
Thank you for creating all of these!
No. You’d have to combine into a single layer to use with the Power BI shape map.
Hello David, thank you for the effort to put this great resource together. Can you please add Ecuador and Ghana. It is urgent. Thank you.
I truly appreciate your work on this! When you get a chance, please update the name of the Kingdom of Eswatini (formerly Kingdom of Swaziland). Very much appreciated – thanks again.
I am looking for Morocco and states. Maybe I could help/diy if you can explain how?
But it would also help if you shared a map of Uzbekistan with regions for uploading to Power BI. Please
You do great and useful work for people, David !
But it would also help if you shared a map of Uzbekistan with regions for uploading to Power BI.
Please