Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created August 12, 2019 22:23
Show Gist options
  • Save springmeyer/6a4ac8d17c1d10408cd17f34434b1393 to your computer and use it in GitHub Desktop.
Save springmeyer/6a4ac8d17c1d10408cd17f34434b1393 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [{
"type": "Feature",
"properties": {
"description": "<strong>San Juan Cruises Harbor Boat Ride + Tour of Bellingham Cold Storage</strong><p> Test text 1</p>",
"icon": "movie-tickets-25px"
},
"geometry": {
"type": "Point",
"coordinates": [-122.49901, 48.753625]
}
},{
"type": "Feature",
"properties": {
"description": "<strong>Tour of Bornstein Foods</strong><p>Test 2 Text</p>",
"icon": "movie-tickets-25px"
},
"geometry": {
"type": "Point",
"coordinates": [-122.493123, 48.754291]
}
},{
"type": "Feature",
"properties": {
"description": "<strong>Tour of All American Marine</strong><p>Test 3 Text.</p>",
"icon": "movie-tickets-25px"
},
"geometry": {
"type": "Point",
"coordinates": [-122.491001, 48.754680]
}
},
{
"type": "Feature",
"properties": {
"description": "<strong>Taste the Sea Presented by Haggen Northwest Fresh</strong><p>Test 4 Text.</p>",
"icon": "movie-tickets-25px"
},
"geometry": {
"type": "Point",
"coordinates": [-122.500156, 48.754969]
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment