openlayers_test.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {
  7. "name": "Feature 01",
  8. "description": "Just testing things..."
  9. },
  10. "geometry": {
  11. "type": "Point",
  12. "coordinates": [
  13. 86.8359375,
  14. 50.80078125
  15. ]
  16. },
  17. "crs": {
  18. "type": "name",
  19. "properties": {
  20. "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
  21. }
  22. }
  23. },
  24. {
  25. "type": "Feature",
  26. "properties": {
  27. "name": "Feature 02",
  28. "description": "Just testing things..."
  29. },
  30. "geometry": {
  31. "type": "Point",
  32. "coordinates": [
  33. 101.6015625,
  34. 51.85546875
  35. ]
  36. },
  37. "crs": {
  38. "type": "name",
  39. "properties": {
  40. "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
  41. }
  42. }
  43. },
  44. {
  45. "type": "Feature",
  46. "properties": {
  47. "name": "Feature 03",
  48. "description": "Just testing things..."
  49. },
  50. "geometry": {
  51. "type": "Point",
  52. "coordinates": [
  53. 110.7421875,
  54. 39.55078125
  55. ]
  56. },
  57. "crs": {
  58. "type": "name",
  59. "properties": {
  60. "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
  61. }
  62. }
  63. }
  64. ]
  65. }