Last active
January 22, 2020 00:30
-
-
Save ngs/9d2a794f6eb1a3e08e717f84f2764ca5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#fc2b2d", | |
"marker-size": "medium", | |
"marker-symbol": "", | |
"name": "LittleApps Inc. " | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.6998980641365, | |
35.621699636639875 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#fc2b2d", | |
"marker-size": "medium", | |
"marker-symbol": "", | |
"name": "instance0, inc. " | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
139.711050, | |
35.629132 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment