Skip to content

Instantly share code, notes, and snippets.

@aso2101
Created February 27, 2020 16:01
Show Gist options
  • Save aso2101/de725032aafe0a281095b2da6b97f2e9 to your computer and use it in GitHub Desktop.
Save aso2101/de725032aafe0a281095b2da6b97f2e9 to your computer and use it in GitHub Desktop.
GEOJson data for the place-names mentioned in the Way of the Poet King (Kavirājamārgaṁ)
Display the source blob
Display the rendered blob
Raw
var malkhed = {
"type":"FeatureCollection",
"features":[
{
"type":"Feature",
"geometry":{
"place":"Malkhed",
"type":"Point",
"coordinates":[
77.176822,
17.184018
]
},
"properties":{
"name":"Mānyakhēṭa",
"description":"Mānyakhēṭa",
"marker-size":"large",
"marker-color":"#A80000"
}
}
]
};
var kannada =
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
75.470884,
15.126081
]
},
"properties": {
"name": "Puligeṟe",
"description": "Puligeṟe",
"marker-size": "large",
"marker-color": "#A80000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
76.149137,
15.347018
]
},
"properties": {
"name": "Koppana",
"description": "Koppana",
"marker-size": "large",
"marker-color": "#A80000",
"direction": "right"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
77.176822,
17.184018
]
},
"properties": {
"name": "Mānyakhēṭa",
"description": "Mānyakhēṭa",
"marker-size": "large",
"marker-color": "#A80000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
74.857273,
15.811187
]
},
"properties": {
"name": "Oṅkunda",
"description": "Oṅkunda",
"marker-size": "large",
"marker-color": "#A80000"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
75.815288,
15.949283
]
},
"properties": {
"name": "Kisuvoḻal",
"description": "Kisuvoḻal",
"marker-size": "large",
"marker-color": "#A80000",
"text-anchor": "left"
}
},
{
"type": "Feature",
"properties": {
"name":"Polygon"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
76.146240234375,
15.350410538543864
],
[
75.82763671875,
15.948125174247378
],
[
74.8553466796875,
15.82396602717367
],
[
75.47332763671875,
15.12781029734771
],
[
76.146240234375,
15.350410538543864
]
]
]
}
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment