Created
August 12, 2019 22:23
-
-
Save springmeyer/6a4ac8d17c1d10408cd17f34434b1393 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": { | |
"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