Skip to content

Commit cdc845f

Browse files
authored
Update README.md
1 parent 2ca2bac commit cdc845f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Note that the geojson file is a dictionary which typically contains two keys:
2828
- **type**
2929
- **features**: a list containing multiple dictionaries, each of which has four keys - *type*, *geometry*, *properties*, *id*
3030

31-
In the geojason file of Chinese map I used this time, each dictionary in features represents a province in China, where the geometry contains the coordinates of the province, the properties contains the province's specific info, and I used the province's name as its id.
31+
In the geojson file of Chinese map I used this time, each dictionary in features represents a province in China, where the geometry contains the coordinates of the province, the properties contains the province's specific info, and I used the province's name as its id. You can find the geojson file of China that I created in this repository as well.
3232

3333
***id is an important feature that will be used to plot your data on the map later**
3434

0 commit comments

Comments
 (0)