Advertisement
lior_sliprider

database.js

May 28th, 2023
705
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. let json_hofim032023_1 = {
  2.   type: "FeatureCollection",
  3.   name: "hofim032023_1",
  4.   crs: { type: "name", properties: { name: "urn:ogc:def:crs:OGC:1.3:CRS84" } },
  5.   features: [
  6.     {
  7.       type: "Feature",
  8.       properties: {
  9.         AZIMUTH: "284",
  10.         MAHOZ: "צפון",
  11.         OMEK: "500",
  12.         LENGTH: "465",
  13.         SEA: "כנרת",
  14.         MUTAR: "חוף אסור לרחצה",
  15.         HOF: "מצפון לחוף גופרה",
  16.         CITY: null,
  17.         beaches_safeguard: null,
  18.         beaches_declared: null,
  19.         beaches_reserved: null,
  20.         beaches_fishing: null,
  21.         beaches_free_parking: null,
  22.         beaches_broadcast: null,
  23.         beaches_wave_height: null,
  24.         beaches_water_temp: null,
  25.         beaches_wind_direction: null,
  26.         beaches_extra: null,
  27.         beaches_accessibility: null,
  28.         beaches_rating: null,
  29.       },
  30.       geometry: {
  31.         type: "MultiPolygon",
  32.         coordinates: [
  33.           [
  34.             [
  35.               [35.644323738240068, 32.81067366337647],
  36.               [35.643097219769359, 32.806611377235079],
  37.               [35.637924170986288, 32.807725125739481],
  38.               [35.639150470603305, 32.811787463681085],
  39.               [35.644323738240068, 32.81067366337647],
  40.             ],
  41.           ],
  42.         ],
  43.       },
  44.     },
  45.     {
  46.       type: "Feature",
  47.       properties: {
  48.         AZIMUTH: "280",
  49.         MAHOZ: "צפון",
  50.         OMEK: "500",
  51.         LENGTH: "167",
  52.         SEA: "כנרת",
  53.         MUTAR: "חוף אסור לרחצה",
  54.         HOF: "מדרום לחוף גופרה",
  55.         CITY: null,
  56.         beaches_safeguard: null,
  57.         beaches_declared: null,
  58.         beaches_reserved: null,
  59.         beaches_fishing: null,
  60.         beaches_free_parking: null,
  61.         beaches_broadcast: null,
  62.         beaches_wave_height: null,
  63.         beaches_water_temp: null,
  64.         beaches_wind_direction: null,
  65.         beaches_extra: null,
  66.         beaches_accessibility: null,
  67.         beaches_rating: null,
  68.       }]
Advertisement
Comments
  • lior_sliprider
    129 days
    # JSON 0.23 KB | 0 0
    1. //tel_aviv.json
    2. {
    3.     "beaches_wave_height": " 90 - 20 ס\"מ",
    4.     "beaches_water_temp": "C° 42 ",
    5.     "beaches_wind_direction": " צפון מזרחית עד דרום מזרחית ",
    6.     "beaches_extra": " 25 - 10 קמ\"ש"
    7. }
Add Comment
Please, Sign In to add comment
Advertisement