Skip to content

Instantly share code, notes, and snippets.

@zmofei
Created July 9, 2025 05:56
Show Gist options
  • Save zmofei/f6d7bbd0adfc44ef174de0b9b7564cfd to your computer and use it in GitHub Desktop.
Save zmofei/f6d7bbd0adfc44ef174de0b9b7564cfd to your computer and use it in GitHub Desktop.
GeoJSON data for visualization - Created by Mofei Dev Tools
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.35202087,
37.58254391
]
},
"properties": {
"title": "Cheat A Little Catering",
"description": "733 California Dr"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.35197362,
37.58250782
]
},
"properties": {
"title": "The Golden Plate",
"description": "729 California Dr"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.351899,
37.58262
]
},
"properties": {
"title": "Hanabi Ramen and Japanese Curry",
"description": "723 California Dr"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.352019,
37.58262
]
},
"properties": {
"title": "Sushi Sam's Edomata",
"description": "218 E 3rd Ave"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.352021,
37.58261
]
},
"properties": {
"title": "Espetus Churrascaria",
"description": "710 S B St"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.352022,
37.5826
]
},
"properties": {
"title": "Jack's Restaurant & Bar",
"description": "1750 S El Camino Real"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.352023,
37.58259
]
},
"properties": {
"title": "Ramen Parlor",
"description": "901 S B St"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.352024,
37.58258
]
},
"properties": {
"title": "Saffron Indian Bistro",
"description": "1143 San Carlos Ave"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.352025,
37.58257
]
},
"properties": {
"title": "Vault 164",
"description": "164 S B St"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.352026,
37.58256
]
},
"properties": {
"title": "Central Park Bistro",
"description": "181 E 4th Ave"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.352027,
37.58255
]
},
"properties": {
"title": "Town Restaurant",
"description": "716 Laurel St"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.352028,
37.58254
]
},
"properties": {
"title": "Backhaus",
"description": "32 E 3rd Ave"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.352029,
37.58253
]
},
"properties": {
"title": "Celia's Mexican Restaurant",
"description": "504 Peninsula Ave"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.35203,
37.58252
]
},
"properties": {
"title": "Amici's East Coast Pizzeria",
"description": "69 E 3rd Ave"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.352031,
37.58251
]
},
"properties": {
"title": "King Chuan Restaurant",
"description": "1188 San Carlos Ave"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment