Guest User

Untitled

a guest
Dec 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. const testFeature =
  2. {
  3. "type": "Feature",
  4. "properties": {
  5. "stateName": "Colorado"
  6. },
  7. "geometry": {
  8. "type": "Polygon",
  9. "coordinates": [
  10. [
  11. [-12141869.06904368, 4437016.617897912],
  12. [-11359153.899403473, 4437016.617897912],
  13. [-11359153.899403473, 5014269.055507562],
  14. [-12141869.06904368, 5014269.055507562],
  15. [-12141869.06904368, 4437016.617897912]
  16. ]
  17. ]
  18. }
  19. }
  20.  
  21. export default testFeature
Add Comment
Please, Sign In to add comment