Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.37 KB | None | 0 0
  1. [
  2.  
  3. { "type": "FeatureCollection",
  4.  "features": [{
  5.   "geometry": {
  6.    "type": "point",
  7.    "coordinates": [-58.368581, -34.659887]
  8.   },
  9.   "type": "Feature",
  10.   "properties": {
  11.    "category": "chico_oficina",
  12.    "id": 1,
  13.    "tipoOficina": "OFICINA COMERCIAL PERSONAL",
  14.    "razonSocial": "Avellaneda",
  15.    "direccion": "Av. Mitre 425",
  16.    "localidad": "Avellaneda",
  17.    "provincia": "Buenos Aires",
  18.    "horario": "Lu a Vi 9 a 13 y de 14 a 18 hs",
  19.    "coord": [-58.368581, -34.659887],
  20.    "active": true,
  21.    "pv": false,
  22.    "vendelinea": true,
  23.    "vendeaccesorios": true,
  24.    "casim": true,
  25.    "vendecombou": false,
  26.    "cagarantiabol": true,
  27.    "cagarantia": "Cambio de equipos en garant\u00eda"
  28.   }
  29.  }, {
  30.   "geometry": {
  31.    "type": "point",
  32.    "coordinates": [-62.264598, -38.718653]
  33.   },
  34.   "type": "Feature",
  35.   "properties": {
  36.    "category": "chico_serviciot",
  37.    "id": 2,
  38.    "tipoOficina": "SERVICIO T\u00c9CNICO",
  39.    "razonSocial": "Bah\u00eda Blanca",
  40.    "direccion": "Alsina 35",
  41.    "localidad": "Bah\u00eda Blanca",
  42.    "provincia": "Buenos Aires",
  43.    "horario": "Lu a Vi 08:30 a 13:00 hs y de 15:30 a 19:00 hs",
  44.    "coord": [-62.264598, -38.718653],
  45.    "serviciotecnico": true,
  46.    "garantiatxt": "Equipos dentro y fuera de Garant\u00eda",
  47.    "cagarantiabol": true,
  48.    "cagarantia": "Cambio de equipos en garant\u00eda",
  49.    "active": false
  50.   }
  51.  }]}
  52. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement