Skip to content

Instantly share code, notes, and snippets.

@gingerandtresgattosre
Created May 7, 2025 05:18
Show Gist options
  • Save gingerandtresgattosre/c7fb3a3704374cffe69c902b83544076 to your computer and use it in GitHub Desktop.
Save gingerandtresgattosre/c7fb3a3704374cffe69c902b83544076 to your computer and use it in GitHub Desktop.
Shared Map Data via My App
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
27.235139608383182,
-27.66981774727735
]
},
"properties": {
"name": "CHINA CASH & CARRY ",
"role": "Shop",
"address": "25 Market St, Central, Kroonstad, 9500, South Africa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
27.2349207,
-27.6700219
]
},
"properties": {
"name": "Rand Value Bargain Shop",
"role": "Shop",
"address": "21 Market St, Central, Kroonstad, 9500, South Africa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
27.2349207,
-27.6700219
]
},
"properties": {
"name": "China Cash & Carry",
"role": "Shop",
"address": "21 Market St, Central, Kroonstad, 9500, South Africa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
27.2349207,
-27.6700219
]
},
"properties": {
"name": "Rand Value Bargain Shop",
"role": "Shop",
"address": "21 Market St, Central, Kroonstad, 9500, South Africa"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
27.2349207,
-27.6700219
]
},
"properties": {
"name": "CHINA CASH & CARRY ",
"role": "Shop",
"address": "21 Market St, Central, Kroonstad, 9500, South Africa"
}
},
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
27.235139608383182,
-27.66981774727735
]
]
},
"properties": {
"color": "#F3C300",
"stroke": "#F3C300",
"stroke-width": 3,
"stroke-opacity": 1
}
},
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
27.2349207,
-27.6700219
]
]
},
"properties": {
"color": "#F38400",
"stroke": "#F38400",
"stroke-width": 3,
"stroke-opacity": 1
}
},
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
27.2349207,
-27.6700219
]
]
},
"properties": {
"color": "#BE0032",
"stroke": "#BE0032",
"stroke-width": 3,
"stroke-opacity": 1
}
},
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
27.2349207,
-27.6700219
]
]
},
"properties": {
"color": "#FF1493",
"stroke": "#FF1493",
"stroke-width": 3,
"stroke-opacity": 1
}
},
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
27.2349207,
-27.6700219
]
]
},
"properties": {
"color": "#800000",
"stroke": "#800000",
"stroke-width": 3,
"stroke-opacity": 1
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment