Nigeria Topographical Map Series
# Nigeria Topographical Map Series
Colletion of data for Nigerian Topographic Map Series in GeoJson format.
## Note
Only data for 1:50000 is curently available.
## Sample Data
``` json
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
4.500000000000057,
13.000000000000057
],
[
4.500000000000057,
13.250000000000057
],
[
4.750000000000057,
13.250000000000057
],
[
4.750000000000057,
13.000000000000057
],
[
4.500000000000057,
13.000000000000057
]
]
]
},
"properties": {
"title": "BINJI S.W.",
"mapIndex": "9 S.W.",
"country": "Nigeria",
"scaleName": "1:50,000",
"bounds": [
4.500000000000057,
13.000000000000057,
4.750000000000057,
13.250000000000057
]
}
}
```