Skip to content

Instantly share code, notes, and snippets.

@loleg
Last active December 3, 2023 22:38
Show Gist options
  • Save loleg/eb7ee512a8c101fde129e5a1929ca486 to your computer and use it in GitHub Desktop.
Save loleg/eb7ee512a8c101fde129e5a1929ca486 to your computer and use it in GitHub Desktop.
#ODAdvent #4

Swiss Toy Shops

A dataset of the locations of toy shops around Switzerland.

Last update: 3.12.2023

License: Open Database License (ODbL)

Method

OpenStreetMap data was exported with a Nominatim query into QGIS, cropped with swiss-maps to country borders, visualized and exported to GeoJSON and CSV formats.

Story

On the tradition of gift-giving, the search for toy data, and a map for finding your way to playful presents during the holiday season.

Winter festivities are associated in our culture with gift-giving and families, a long standing European tradition - at least 200 years old, according to historians (see Wachelder 2013). This winter, millions of children will hope to find shiny toys in a sock or underneath a tree. We may well ask, where do the toys come from? And as this is an Open Data Advent, we of course would like to ask the question with data.

In 2023, the main open data portals in Switzerland do not have many answers. The only dataset that is directly related to toys that we could find, the "Special Collections" of the Swiss National Museum (Repräsentative Auswahl aus der Sammlung „Spezialsammlungen“ des Schweizerischen Nationalmuseums"). This was among the collections presented at our 2018 Open Cultural Data Hackathon. It contains pictures and references to a museum collection of toys: not really the kind of thing we imagine kids getting excited about.

Points of interest

So, where could we find toys? Oh, sure .. toy shops. A quick query of the shop=toys tag on OpenStreetMap gave us the data for over 200 locations in Switzerland that, apparently, sell toys. We are not sure if they are fit for children or for work, but there you have it - a highly accessible bit of open data that might just help you find that last minute present for your loved one!

Screenshot of OpenStreetMap

Once we know the tag, we can export the data with a Nominatim query, that lets us download a GeoJSON file and open it in a program like QGIS. There were actually over 700 items, since the bounding box was larger than Switzerland. We an use the swiss-maps tool to download just the polygon of the country's borders, at which point the QGIS crop tool (Vector > Geoprocessing > Clip) to filter out just the locations we need for the map. The result:

Map of toy shops in Switzerland

If you would like to get a copy of just the dataset, you can get it from a GitHub Gist in GeoJSON or CSV format. Please note that it is under the Open Database License (ODbL).

Looking further

As a fun exercise, you could try to do the same thing with the shop=robot tag 🤖

Have we really answered the question, though? These are shops - not factories, not workshops. The closest tag we could think of was craft=toys, however there were no results at all in Switzerland.

The dataset 21st Century Swiss video games contains some potential stocking-stuffers, but is also not related to toys and their production.

Did you know?

By the way, it is a fun thing to note that the French term for dataset literally means a "play of data" - Jeu de données. So every time you do a search on Open Data in French, you are looking for games ;-)

Screenshot of Opendata.swiss

More data

With further searching of the 'net, we came across the Spielwarenverband, or Toy manufacturer's association of Switzerland. On their website, you can find a convenient download page with an exportable list of dozens of manufacturers from around the country. If you click around, you will even find a CSV format option. On their newsroom section you can also find lots of insightful statistics about the toy-making industry. However, as their Copyright notice asserts, the association expressly forbids making use of this data without their consent (auto-translation):

The copyright and all other rights to content, images, photos or other files on this website belong exclusively to the legal entity Spielwaren Verband Schweiz or the specifically named rights holders. The written consent of the copyright holder must be obtained in advance for the reproduction of any elements.

How to contribute

  • Create an account at OpenStreetMap and follow the instructions to add more shops to the map and tag them appropriately. Then ping @loleg to update this dataset.
  • Look for more sources of toy shop data, such as the Phone book or a search engine.
  • Try to convince the Toy association to open things up a notch. You know, for kids!
{
"profile": "data-package",
"resources": [
{
"name": "geojson-export",
"path": "swiss-toy-shops.geojson",
"profile": "spatial-data-resource"
},
{
"name": "csv-export",
"path": "swiss-toy-shops.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"name": "id",
"type": "string",
"format": "default"
},
{
"name": "@id",
"type": "string",
"format": "default"
},
{
"name": "addr:city",
"type": "any",
"format": "default"
},
{
"name": "addr:city:de",
"type": "any",
"format": "default"
},
{
"name": "addr:city:fr",
"type": "any",
"format": "default"
},
{
"name": "addr:city:it",
"type": "any",
"format": "default"
},
{
"name": "addr:country",
"type": "any",
"format": "default"
},
{
"name": "addr:housename",
"type": "any",
"format": "default"
},
{
"name": "addr:housenumber",
"type": "any",
"format": "default"
},
{
"name": "addr:place",
"type": "any",
"format": "default"
},
{
"name": "addr:postcode",
"type": "any",
"format": "default"
},
{
"name": "addr:street",
"type": "any",
"format": "default"
},
{
"name": "addr:street:de",
"type": "any",
"format": "default"
},
{
"name": "addr:street:fr",
"type": "any",
"format": "default"
},
{
"name": "addr:street:it",
"type": "any",
"format": "default"
},
{
"name": "addr:suburb",
"type": "any",
"format": "default"
},
{
"name": "addr:unit",
"type": "any",
"format": "default"
},
{
"name": "air_conditioning",
"type": "any",
"format": "default"
},
{
"name": "alt_name",
"type": "any",
"format": "default"
},
{
"name": "amenity",
"type": "any",
"format": "default"
},
{
"name": "books",
"type": "any",
"format": "default"
},
{
"name": "branch",
"type": "any",
"format": "default"
},
{
"name": "brand",
"type": "any",
"format": "default"
},
{
"name": "brand:en",
"type": "any",
"format": "default"
},
{
"name": "brand:wikidata",
"type": "any",
"format": "default"
},
{
"name": "brand:wikipedia",
"type": "any",
"format": "default"
},
{
"name": "building:levels",
"type": "any",
"format": "default"
},
{
"name": "check_date",
"type": "any",
"format": "default"
},
{
"name": "check_date:currency:XBT",
"type": "any",
"format": "default"
},
{
"name": "check_date:opening_hours",
"type": "any",
"format": "default"
},
{
"name": "contact:addr",
"type": "any",
"format": "default"
},
{
"name": "contact:city",
"type": "any",
"format": "default"
},
{
"name": "contact:email",
"type": "any",
"format": "default"
},
{
"name": "contact:facebook",
"type": "any",
"format": "default"
},
{
"name": "contact:fax",
"type": "any",
"format": "default"
},
{
"name": "contact:foursquare",
"type": "any",
"format": "default"
},
{
"name": "contact:housenumber",
"type": "any",
"format": "default"
},
{
"name": "contact:instagram",
"type": "any",
"format": "default"
},
{
"name": "contact:mobile",
"type": "any",
"format": "default"
},
{
"name": "contact:phone",
"type": "any",
"format": "default"
},
{
"name": "contact:postcode",
"type": "any",
"format": "default"
},
{
"name": "contact:street",
"type": "any",
"format": "default"
},
{
"name": "contact:tripadvisor",
"type": "any",
"format": "default"
},
{
"name": "contact:twitter",
"type": "any",
"format": "default"
},
{
"name": "contact:website",
"type": "any",
"format": "default"
},
{
"name": "contact:whatsapp",
"type": "any",
"format": "default"
},
{
"name": "contact:yelp",
"type": "any",
"format": "default"
},
{
"name": "currency:CHF",
"type": "any",
"format": "default"
},
{
"name": "currency:EUR",
"type": "any",
"format": "default"
},
{
"name": "currency:XBT",
"type": "any",
"format": "default"
},
{
"name": "delivery:covid19",
"type": "any",
"format": "default"
},
{
"name": "description",
"type": "any",
"format": "default"
},
{
"name": "description:covid19",
"type": "any",
"format": "default"
},
{
"name": "description:it",
"type": "any",
"format": "default"
},
{
"name": "description:it:covid19",
"type": "any",
"format": "default"
},
{
"name": "designation",
"type": "any",
"format": "default"
},
{
"name": "disused:shop",
"type": "any",
"format": "default"
},
{
"name": "dog",
"type": "any",
"format": "default"
},
{
"name": "drive_through",
"type": "any",
"format": "default"
},
{
"name": "drive_through:covid19",
"type": "any",
"format": "default"
},
{
"name": "ele",
"type": "any",
"format": "default"
},
{
"name": "elevator",
"type": "any",
"format": "default"
},
{
"name": "email",
"type": "any",
"format": "default"
},
{
"name": "entrance",
"type": "any",
"format": "default"
},
{
"name": "facebook",
"type": "any",
"format": "default"
},
{
"name": "fax",
"type": "any",
"format": "default"
},
{
"name": "fixme",
"type": "any",
"format": "default"
},
{
"name": "floor",
"type": "any",
"format": "default"
},
{
"name": "historic:shop",
"type": "any",
"format": "default"
},
{
"name": "indoor",
"type": "any",
"format": "default"
},
{
"name": "internet_access",
"type": "any",
"format": "default"
},
{
"name": "lastcheck",
"type": "any",
"format": "default"
},
{
"name": "layer",
"type": "any",
"format": "default"
},
{
"name": "level",
"type": "any",
"format": "default"
},
{
"name": "level:ref",
"type": "any",
"format": "default"
},
{
"name": "loc_ref",
"type": "any",
"format": "default"
},
{
"name": "lottery",
"type": "any",
"format": "default"
},
{
"name": "mapillary",
"type": "any",
"format": "default"
},
{
"name": "material",
"type": "any",
"format": "default"
},
{
"name": "mobile",
"type": "any",
"format": "default"
},
{
"name": "model_railway",
"type": "any",
"format": "default"
},
{
"name": "model_railway:gauge:g",
"type": "any",
"format": "default"
},
{
"name": "model_railway:gauge:h0",
"type": "any",
"format": "default"
},
{
"name": "model_railway:gauge:h0m",
"type": "any",
"format": "default"
},
{
"name": "model_railway:gauge:n",
"type": "any",
"format": "default"
},
{
"name": "model_railway:gauge:z",
"type": "any",
"format": "default"
},
{
"name": "name",
"type": "string",
"format": "default"
},
{
"name": "name:de",
"type": "any",
"format": "default"
},
{
"name": "name:en",
"type": "any",
"format": "default"
},
{
"name": "name:fr",
"type": "any",
"format": "default"
},
{
"name": "name:uk",
"type": "any",
"format": "default"
},
{
"name": "nohousenumber",
"type": "any",
"format": "default"
},
{
"name": "not:brand:wikidata",
"type": "any",
"format": "default"
},
{
"name": "note",
"type": "any",
"format": "default"
},
{
"name": "note:de",
"type": "any",
"format": "default"
},
{
"name": "office",
"type": "any",
"format": "default"
},
{
"name": "official_name",
"type": "any",
"format": "default"
},
{
"name": "old_name",
"type": "any",
"format": "default"
},
{
"name": "opening_hours",
"type": "string",
"format": "default"
},
{
"name": "opening_hours:covid19",
"type": "any",
"format": "default"
},
{
"name": "opening_hours:lastcheck",
"type": "any",
"format": "default"
},
{
"name": "opening_hours:signed",
"type": "any",
"format": "default"
},
{
"name": "opening_hours:url",
"type": "any",
"format": "default"
},
{
"name": "operator",
"type": "any",
"format": "default"
},
{
"name": "outlet",
"type": "any",
"format": "default"
},
{
"name": "owner",
"type": "any",
"format": "default"
},
{
"name": "parcel_pickup:Relais_Colis",
"type": "any",
"format": "default"
},
{
"name": "payment:XBT:operator",
"type": "any",
"format": "default"
},
{
"name": "payment:american_express",
"type": "any",
"format": "default"
},
{
"name": "payment:bitcoin:operator",
"type": "any",
"format": "default"
},
{
"name": "payment:bluecode",
"type": "any",
"format": "default"
},
{
"name": "payment:cards",
"type": "any",
"format": "default"
},
{
"name": "payment:cash",
"type": "any",
"format": "default"
},
{
"name": "payment:coins",
"type": "any",
"format": "default"
},
{
"name": "payment:credit_cards",
"type": "any",
"format": "default"
},
{
"name": "payment:debit_cards",
"type": "any",
"format": "default"
},
{
"name": "payment:ec",
"type": "any",
"format": "default"
},
{
"name": "payment:girocard",
"type": "any",
"format": "default"
},
{
"name": "payment:jcb",
"type": "any",
"format": "default"
},
{
"name": "payment:lightning",
"type": "any",
"format": "default"
},
{
"name": "payment:lightning_contactless",
"type": "any",
"format": "default"
},
{
"name": "payment:maestro",
"type": "any",
"format": "default"
},
{
"name": "payment:mastercard",
"type": "any",
"format": "default"
},
{
"name": "payment:nfc",
"type": "any",
"format": "default"
},
{
"name": "payment:notes",
"type": "any",
"format": "default"
},
{
"name": "payment:onchain",
"type": "any",
"format": "default"
},
{
"name": "payment:paypal",
"type": "any",
"format": "default"
},
{
"name": "payment:postfinance_card",
"type": "any",
"format": "default"
},
{
"name": "payment:satispay",
"type": "any",
"format": "default"
},
{
"name": "payment:twint",
"type": "any",
"format": "default"
},
{
"name": "payment:visa",
"type": "any",
"format": "default"
},
{
"name": "payment:visa_debit",
"type": "any",
"format": "default"
},
{
"name": "payment:visa_electron",
"type": "any",
"format": "default"
},
{
"name": "phone",
"type": "any",
"format": "default"
},
{
"name": "post_office",
"type": "any",
"format": "default"
},
{
"name": "post_office:brand",
"type": "any",
"format": "default"
},
{
"name": "post_office:brand:wikidata",
"type": "any",
"format": "default"
},
{
"name": "post_office:opening_hours",
"type": "any",
"format": "default"
},
{
"name": "product",
"type": "any",
"format": "default"
},
{
"name": "ref",
"type": "any",
"format": "default"
},
{
"name": "ref:FR:NAF",
"type": "any",
"format": "default"
},
{
"name": "ref:FR:SIREN",
"type": "any",
"format": "default"
},
{
"name": "ref:FR:SIRET",
"type": "any",
"format": "default"
},
{
"name": "ref:vatin",
"type": "any",
"format": "default"
},
{
"name": "repair",
"type": "any",
"format": "default"
},
{
"name": "second_hand",
"type": "any",
"format": "default"
},
{
"name": "self_service",
"type": "any",
"format": "default"
},
{
"name": "shop",
"type": "string",
"format": "default"
},
{
"name": "shop_1",
"type": "any",
"format": "default"
},
{
"name": "source",
"type": "any",
"format": "default"
},
{
"name": "source:addr",
"type": "any",
"format": "default"
},
{
"name": "source:date",
"type": "any",
"format": "default"
},
{
"name": "source:opening_hours",
"type": "any",
"format": "default"
},
{
"name": "start_date",
"type": "any",
"format": "default"
},
{
"name": "strapline",
"type": "any",
"format": "default"
},
{
"name": "stroller",
"type": "any",
"format": "default"
},
{
"name": "survey:date",
"type": "any",
"format": "default"
},
{
"name": "takeaway:covid19",
"type": "any",
"format": "default"
},
{
"name": "toilets",
"type": "any",
"format": "default"
},
{
"name": "toilets:wheelchair",
"type": "any",
"format": "default"
},
{
"name": "tourism",
"type": "any",
"format": "default"
},
{
"name": "toys",
"type": "any",
"format": "default"
},
{
"name": "toys:model_railway",
"type": "any",
"format": "default"
},
{
"name": "url",
"type": "any",
"format": "default"
},
{
"name": "was:name",
"type": "any",
"format": "default"
},
{
"name": "website",
"type": "any",
"format": "default"
},
{
"name": "wheelchair",
"type": "any",
"format": "default"
},
{
"name": "wheelchair:description",
"type": "any",
"format": "default"
},
{
"name": "wikimedia_commons",
"type": "any",
"format": "default"
}
]
}
}
],
"keywords": [
"switzerland",
"maps"
],
"name": "swiss-toy-shops",
"title": "Swiss Toy Shops",
"description": "OpenStreetMap export of locations in Switzerland that sell toys.",
"homepage": "https://reciprocal.opendata.ch/project/28",
"version": "1.0.0",
"contributors": [
{
"title": "OpenStreetMap contributors",
"role": "author"
}
],
"licenses": [
{
"name": "ODbL-1.0",
"title": "Open Data Commons Open Database License 1.0",
"path": "http://www.opendefinition.org/licenses/odc-odbl"
}
]
}
id @id addr:city addr:city:de addr:city:fr addr:city:it addr:country addr:housename addr:housenumber addr:place addr:postcode addr:street addr:street:de addr:street:fr addr:street:it addr:suburb addr:unit air_conditioning alt_name amenity books branch brand brand:en brand:wikidata brand:wikipedia building:levels check_date check_date:currency:XBT check_date:opening_hours contact:addr contact:city contact:email contact:facebook contact:fax contact:foursquare contact:housenumber contact:instagram contact:mobile contact:phone contact:postcode contact:street contact:tripadvisor contact:twitter contact:website contact:whatsapp contact:yelp currency:CHF currency:EUR currency:XBT delivery:covid19 description description:covid19 description:it description:it:covid19 designation disused:shop dog drive_through drive_through:covid19 ele elevator email entrance facebook fax fixme floor historic:shop indoor internet_access lastcheck layer level level:ref loc_ref lottery mapillary material mobile model_railway model_railway:gauge:g model_railway:gauge:h0 model_railway:gauge:h0m model_railway:gauge:n model_railway:gauge:z name name:de name:en name:fr name:uk nohousenumber not:brand:wikidata note note:de office official_name old_name opening_hours opening_hours:covid19 opening_hours:lastcheck opening_hours:signed opening_hours:url operator outlet owner parcel_pickup:Relais_Colis payment:XBT:operator payment:american_express payment:bitcoin:operator payment:bluecode payment:cards payment:cash payment:coins payment:credit_cards payment:debit_cards payment:ec payment:girocard payment:jcb payment:lightning payment:lightning_contactless payment:maestro payment:mastercard payment:nfc payment:notes payment:onchain payment:paypal payment:postfinance_card payment:satispay payment:twint payment:visa payment:visa_debit payment:visa_electron phone post_office post_office:brand post_office:brand:wikidata post_office:opening_hours product ref ref:FR:NAF ref:FR:SIREN ref:FR:SIRET ref:vatin repair second_hand self_service shop shop_1 source source:addr source:date source:opening_hours start_date strapline stroller survey:date takeaway:covid19 toilets toilets:wheelchair tourism toys toys:model_railway url was:name website wheelchair wheelchair:description wikimedia_commons
node/383895939 node/383895939 Stäfa 1 8712 Bergstrasse Prinzli Spielwaren Bébéhaus Weber Spielwaren Tu-Sa toys
node/446784543 node/446784543 Zürich CH 229 8005 Langstrasse 2023/04/07 2022/09/09 Bitli's Music & Game Shop Tu-Fr 11:00-19:00; Sa 10:00-16:00 toys no
node/527900150 node/527900150 Happy Baby toys
node/531435927 node/531435927 Mägi's Chinderhuus toys
node/568458338 node/568458338 Winterthur 49 8400 Marktgasse Winterthur Franz Carl Weber Q1446446 Franz Carl Weber Mo-Fr 09:30-18:30; Sa 09:00-17:00 Franz Carl Weber toys https://www.fcw.ch/
node/662748935 node/662748935 Amiba Lokschuppen toys
node/669221798 node/669221798 Zürich CH 186 8005 Josefstrasse KiWi Mo-Fr 10:00-17:00; Sa 10:00-16:00 toys https://www.kiwishop.ch/ no
node/712608722 node/712608722 Winterthur CH 63 8400 Steinberggasse mail@jugglux.ch Jugglux Mo 13:30-18:30; Tu-Fr 09:30-12:30,13:30-18:30; Sa 09:30-17:00 +41 52 212 29 74 toys https://www.jugglux.ch/
node/734868073 node/734868073 Bern CH 9 3008 Güterstrasse +41 31 3820535 +41 31 3824404 Pewi Modellbau Mo-Tu 08:00-12:00, 14:00-18:30; We off; Th-Fr 08:00-12:00, 14:00-18:30; Sa 09:00-13:00; Su off toys website https://www.zembatech.ch/pewi.html
node/738947672 node/738947672 19 8400 Metzggasse 2023/05/26 0 Chinderlade Mo-Fr 09:00-18:30; Sa 09:00-17:00; PH closed +41 52 213 00 13 toys https://www.chinderlade.com no
node/760433130 node/760433130 no yes yes Spielwaren, Spiele und Geschenke für jede Altersklasse info@wundernas.ch 0 Wundernas Rollstuhlzugang und Kinderwagenzugang von der Rückseite (Neugass 11) Tu-Fr 09:00-18:00, Sa 09:00-16:00; Apr-Sep,Dec: Su,PH 11:00-16:00; Dec 24,31: 09:00-16:00; Dec 25,26,Jan 01: closed https://wundernas.ch Andrea Kubli yes yes +41 52 558 3137 toys 2016-02 limited https://wundernas.ch limited
node/800656669 node/800656669 Einsiedeln CH 43 8840 Hauptstrasse info@spatz-kinderwelt.ch Spatz & Co Mo-Fr 09:00-11:30,13:30-18:00; Sa 09:00-16:00 +41 55 648 09 07 toys 09.03.2019 http://www.spatz-kinderwelt.ch
node/869280579 node/869280579 Jouets Arc-en-ciel toys
node/892825366 node/892825366 Spielkiste Bern Bern Schwanengasse 10, 3011 Bern +41 31 3113680 +41 31 3113690 Spielkiste Mo-We 09:00-18:30; Th 09:00-20:00; Fr 09:00-18:30; Sa 09:00-16:00; Su off Spielkiste Schweiz toys survey andwebsite https://www.spielkiste.ch/
node/893293337 node/893293337 2023/04/22 Bärenstark Mo,Su off; Tu-Fr 12:00-18:00; Sa 10:00-16:00 A. Wittek toys limited
node/895591868 node/895591868 Spielwaren & Bastelshop Pezzoni toys
node/916616153 node/916616153 Zürich 3 8001 Oberdorfstrasse 0 Mr. Pinocchio toys http://www.mr-pinocchio.ch/ no
node/1027332024 node/1027332024 Brugg 2 5200 Neumarkt Brugg 1 Amsler Spielwaren Amsler Spielwaren toys https://www.amsler-spielwaren.ch/
node/1030004198 node/1030004198 Neuchâtel 2 2000 Rue des Terreaux A Toi de Jouer Le magasin A Toi de Jouer à Neuchâtel, spécialisé dans la vente de jouets, vous propose des produis de qualité et un service irréprochable.La boutique A Toi de Jouer à Neuchâtel, spécialisé dans la vente de jouets, vous y propose des articles et produits +4132 710 12 22 toys
node/1057731904 node/1057731904 Spielkiste Chlätterbär Bern Chlätterbär Amthausgasse 3, 3011 Bern chlaetterbaer@gewa.ch +41 31 3111186 +41 31 3111196 Chlätterbär Chlätterbär Mo-Fr 09:00-18:30; Th 09:00-20:00; Sa 09:00-17:00; PH off Spielkiste Schweiz toys website and survey https://www.spielkiste.ch/
node/1103883158 node/1103883158 23 Niederwilerstrasse Loki-Spengler toys
node/1106101868 node/1106101868 1 Baby-Rose Mo-Tu,Th-Fr 09:00-18:30; We 09:00-20:00; Sa 09:00-17:00; PH closed toys limited
node/1150605157 node/1150605157 Aarau CH 14 5000 Vordere Vorstadt kontakt@spielstatt.ch Spielstatt Tu, We, Fr 09:00-12:15, 13:30-18:30; Th 09:00-12:15, 13:30-19:45; Sa 09:00-16:30 +41 62 822 03 02 toys https://www.spielstatt.ch/
node/1207861960 node/1207861960 Maxi Toys Q16663879 fr:Maxi Toys Maxi Toys toys
node/1207861968 node/1207861968 Franz Carl Weber toys
node/1305642734 node/1305642734 Wettingen 61 5430 Staffelstrasse 0 Playland Mo 13:30-18:30; Tu-Fr 08:30-12:00,13:30-18:30; Sa 08:30-17:00 yes yes yes yes +41 56 426 49 29 toys https://playlandag.ch/ yes
node/1342602151 node/1342602151 88 3123 Viehweidstrasse info@modellhubschrauber.ch Baumann Helikopter Mo-Tu 13:30-18:30; We off; Th 13:30-18:30; Fr 13:30-20:00; Sa 09:00-13:00, Su off +41 31 812 42 42 toys https://www.modellhubschrauber.ch/ limited
node/1370921218 node/1370921218 Dietlikon 29 8305 Industriestrasse Dietlikon Smyths Q7546779 Smyths Toys Mo-Fr 09:00-20:00; Sa 09:00-18:00 Smyths Toys yes yes yes +41 44 835 22 35 toys https://www.smythstoys.com/ch/
node/1390104204 node/1390104204 toys
node/1461198556 node/1461198556 Baby 2000 toys
node/1483272279 node/1483272279 Zürich 3 8037 Trottenstrasse 2023/09/09 Deinparadies.ch We-Fr 12:00-17:00; Sa 12:00-16:00 Crazy Owl SA yes yes yes yes yes yes yes yes yes +41432430404 toys https://www.zauberparadies.com/ limited
node/1541544530 node/1541544530 Franz Karl Weber Mo-Fr 09:30-18:30, Sa 09:00-18:00 toys
node/1650227373 node/1650227373 Toy's World toys
node/1711992365 node/1711992365 2023/07/06 Elf toys
node/1711992369 node/1711992369 2023/06/17 0 Spielhimmel Mo 13:30-18:30; Tu-We,Fr 09:00-12:00,13:30-18:30; Th 09:00-12:00,13:30-20:00; Sa 09:00-17:00; Su,PH off toys no
node/1734970680 node/1734970680 Wildegg 12 5103 Lenzburgerstrasse Pauli Papeteterie und Spielwaren Tu-Fr 08:00-12:00,13:30-18:30; Sa 08:00-16:00 +41 62 893 11 11 toys https://www.papeteriepauli.ch/
node/1910209991 node/1910209991 Yvonne's Spielwarenbox toys https://spielwarenbox.ch/
node/1925364989 node/1925364989 Spielwarengeschäft Spielwaren Beier toys
node/1936593386 node/1936593386 Genève L'Envie de Fraise toys
node/1937459093 node/1937459093 King Jouets toys yes
node/2035273582 node/2035273582 Papeterie Haldi toys http://www.papeteriehaldi.ch/
node/2074739220 node/2074739220 Basel 8 4051 Eisengasse Basel Franz Carl Weber Q1446446 Franz Carl Weber Mo-Fr 09:30-18:30; Sa 09:30-18:00 Franz Carl Weber toys https://www.fcw.ch/ limited
node/2074739254 node/2074739254 Spielbrett Mo 13:00-18:30; Tu-Fr 09:00-18:30; Sa 09:00-17:30 toys
node/2074739287 node/2074739287 Spiel GGE Tu,We,Fr 09:30-18:30; Mo 13:30-18:30; Th 09:30-19:00; Sa 09:00-17:00 toys limited
node/2087692008 node/2087692008 toys
node/2123933089 node/2123933089 Carouge CH 2 Place du Temple L'astuce surveyed by Alex-7 Mo 14:00-18:30; Tu-Fr 10:00-18:30; Sa 10:00-17:30 +41 22 342 50 50 toys survey 2013/01/22
node/2135333146 node/2135333146 info@binkert-frick.ch +41 62 871 50 54 Binkert AG Mo-Fr 08:00-12:00, 13:30-18:30; Sa 08:00-16:00 +41 62 871 48 47 toys https://www.binkert-frick.ch/ yes
node/2159692686 node/2159692686 Spielwaren Rickenbacher toys
node/2179905513 node/2179905513 King Jouet Mo-Fr 09:30-19:00; Sa 09:00-16:00 toys https://www.king-jouet.ch/magasins/SUISSE/magasin-GRANGES-PACCOT-0930.htm
node/2186095396 node/2186095396 Schäfer Spielwaren Tu-Fr 09:00-12:00, Mo-Fr 13:15-18:30, Sa 09:00-16:00 toys
node/2284149480 node/2284149480 Marktgasse 52, 3011 Bern bern@fcw.ch +41 31 3125459 +41 31 3117871 1 Franz Carl Weber Mo-We 09:00-18:30; Th 09:00-21:00; Fr 09:00-18:30; Sa 09:00-17:00; Su off toys https://www.fcw.ch/filialen/bern yes
node/2284616247 node/2284616247 Biel/Bienne 15 2502 Unionsgasse Delirium Ludens toys https://www.deliriumludens.ch/
node/2301841050 node/2301841050 Drachennest 2023/09/29 Rathausgasse 52, 3011 Bern dn@fatamorgana.ch +41 31 3112657 https://www.fatamorgana.ch/kontakt.asp DracheNäscht Mo-Fr 09:30-18:30; Sa 09:00-17:00 toys survey and website https://www.fatamorgana.ch/drachenaescht/default.asp
node/2325120540 node/2325120540 Lyssach 9 3421 Bernstrasse Lyssach Smyths Q7546779 Smyths Toys Smyths Toys toys https://www.smythstoys.com/ch/
node/2389181724 node/2389181724 Modelpassion 1 1732 Chemin du Pra de Villars Modelpassion toys http://modelpassion.ch
node/2405540226 node/2405540226 Sion 48 1950 Place du Midi 2021/05/03 Hobby-Centre Mo 14:00-18:30; Tu-Th 09:15-12:00,14:00-18:30; Fr 09:15-12:00,14:00-19:30; Sa 09:15-12:00,14:00-17:00 toys
node/2571367033 node/2571367033 Colombier 2013 Rue du Château Au 2001 Jouets toys
node/2637443682 node/2637443682 Mère et Terre toys
node/2669864498 node/2669864498 Bern CH 101 3018 Bernstrasse Bahnorama Modelleisenbahnen info@bahnorama.ch +41 31 9928588 +41 31 9928588 http://www.bahnorama.ch/kontaktberatung.html Bahnorama Mo-Tu 14:00-18:30; We off; Th 14:00-18:30; Fr 14:00-21:00; Sa 10:00-16:00; Su off Bahnorama GmbH toys local knowledge and website https://www.bahnorama.ch/
node/2669866841 node/2669866841 Ostermundigen 45a 3072 Mitteldorfstrasse Bruderer Bahnen toys local knowledge https://www.obbo.ch/
node/2700345866 node/2700345866 18 Route Cantonale King Jouet Mo-Th 09:00-18:30; Fr 09:00-20:00; Sa 09:00-17:00 +41 27 346 02 50 toys https://www.king-jouet.ch/ yes
node/2714496413 node/2714496413 Zum Kinderland Mo 14:00-18:00; Tu-Fr 09:00-12:00; Tu-Fr 14:00-18:30; Sa 09:00-16:00 toys www.zumkinderland.ch
node/2735807427 node/2735807427 Buch Air Center toys
node/2817899501 node/2817899501 Basel 36 4055 Habsburgerstrasse Kidsgoods AG toys https://kidsgoods.ch/
node/2901141006 node/2901141006 0 Spiel +Hobby Mo-Th 10:00-06:30, Fr 10:00-17:30; PH off toys limited
node/2916611822 node/2916611822 Spielwaren Buchmann Mo 13:30-18:30; Tu-Fr 08:30-12:00,13:30-18:30; Sa 08:30-16:00; PH off toys
node/3034316258 node/3034316258 Rathausgasse 62, 3011 Bern info@ludocca.ch +41 31 3113666 LudOcca Mo-Tu off; We-Fr 14:00-18:30; Sa 11:00-16:00; Su off Karin Wymann & Dorothea Känzig toys survey and website https://www.ludocca.ch/
node/3153825681 node/3153825681 39 St. Leonhard-Strasse 1 Zolli Bolli Mo-Fr 09:00-18:30; Th 09:00-21:00; Sa 09:00-17:00 toys
node/3220516161 node/3220516161 Zürich CH 18 8001 Glockengasse Steiff Galerie Mo-Fr 10:00-19:00; Sa 10:00-17:00 toys https://www.steiff-pegasus.ch/
node/3236790863 node/3236790863 Locarno 1 6600 Via della Motta L'Angolino toys https://www.angolino.ch/
node/3294199749 node/3294199749 Bim Müggli Tu-Fr 09:45-12:00,14:45-18:00; Sa 09:45-16:00 toys
node/3294289068 node/3294289068 CMS Sep-May Tu-Fr 09:00-12:15, Sep-May Tu,We,Fr 13:30-18:30, Sep-May Th 13:30-21:00, Sep-May Sa 09:00-17:00, Jun-Aug Sa 09:00-16:00, Jun-Aug Tu-Fr 09:00-12:15, Jun-Aug Tu,We,Fr 13:30-18:30, Jun-Aug Th 13:30-21:00 toys
node/3316140261 node/3316140261 5 Contrada di Sassello yes Zoeyland yes toys 2022/10/27
node/3347586852 node/3347586852 +4171 844 70 90 http://www.zubi.ch/ Zubi Spielwaren AG toys yes
node/3400417392 node/3400417392 Allschwil 184 4123 Steinbühlallee Modellbau Keller toys
node/3404064482 node/3404064482 Zürich 101 8005 Josefstrasse 2022/09/11 Piri's Mo-Fr 09:00-18:00; Sa 09:00-17:00 +41 44 550 60 65 toys https://piris-spielsachen.ch/
node/3483516599 node/3483516599 Münstergasse 37, 3011 Bern info@bilboquet.ch +41 31 3111752 +41 31 3113671 Bilboquet Mo 12:00-18:30; Th-Fr 9:30-18:30; Sa 9:00-16:00; Su off; PH off Bilboquet-Der Spielzeugladen GmbH toys survey and website http://www.bilboquet.ch no
node/3586052101 node/3586052101 Zürich CH 26 8037 Landenbergstrasse 2023/05/04 KiWi Kinderartikel Wipkingen Mo-Fr 09:00-17:00; Sa 10:00-15:00 yes toys no
node/3656801837 node/3656801837 Locarno CH 54 6600 Via Vallemaggia Nautilus Elettronica F. Nessi radio-TV modellismo ricetrasmittenti toys
node/3678006825 node/3678006825 Pajalunga toys no
node/3700184642 node/3700184642 Jouets au petit bois toys limited
node/3702588035 node/3702588035 Aarau Rohr 14 5032 Hauptstrasse Eurobahn Modellbahn-Center +41 62 822 10 20 toys https://www.eurobahn.ch/
node/3727149725 node/3727149725 King Jouets toys
node/3729062827 node/3729062827 0 Spielzeugbörse Tu-Fr 08:30-11:30,13:30-18:30; Apr-Sep Sa 08:30-12:30; Oct-Mar Sa 08:30-16:00; PH closed yes toys https://www.spielzeugboerse.ch/ yes
node/3810523823 node/3810523823 Chline Muk toys
node/3914588142 node/3914588142 Aarau 41 5001 Bahnhofstrasse Aarau Franz Carl Weber Q1446446 Franz Carl Weber Franz Carl Weber yes yes yes yes toys https://www.fcw.ch/ yes
node/3955720787 node/3955720787 Heiz+co toys no http://www.heizundco.ch/ no
node/3990994635 node/3990994635 Chur CH 1 7000 Kornplatz Schläpfer Spiel + Hobby +41 81 252 34 88 toys
node/4002168006 node/4002168006 ToyZone Luzern ToyZone Andreas Kümin AG toys
node/4034167974 node/4034167974 Pastorini Spielzeug toys https://pastorini.ch/
node/4046723947 node/4046723947 Sursee 10b 6210 Haselwartmatte Toni-Spiel toys
node/4246962491 node/4246962491 Franz Carl Weber toys
node/4252976073 node/4252976073 Mendrisio CH 8 6850 Via Industria TocatiKids toys http://tocati-kids.ch
node/4254690817 node/4254690817 Spielwaren Marlies toys
node/4344263389 node/4344263389 Amriswil CH 10 8580 Romanshornerstrasse Hollenstein Spielwaren toys
node/4352553398 node/4352553398 0 Konfetti Kinderland Mo-Fr 09:00-16:00 toys
node/4362043175 node/4362043175 Nassenwil 1 8155 Wehntalerstrasse eflight Mo-Fr 15:00-18:30; Sa 09:00-13:00 +41 44 850 50 55 toys http://www.eflight.ch/
node/4371185691 node/4371185691 Seon 9 5703 Seetalstrasse Walti Spielwaren Spielwaren toys https://www.walti.ch/spielwaren/
node/4452908391 node/4452908391 Scuol CH 324 7550 info@stoeckenius.com Stöckenius Mo-Fr 08:30-12:00,14:00-18:30; Sa 08:30-12:00,14:00-17:00 +41 81 864 13 16 toys https://www.stoeckenius.com/ limited
node/4472361574 node/4472361574 Basel 16 4001 Münzgasse Spielkiste Basel Basel Spielkiste Mo-We,Fr 09:00-18:30; Sa 09:00-17:00; Th 09:00-20:00 Spielkiste Schweiz toys https://www.spielkiste.ch/
node/4491248090 node/4491248090 Hurat Modellbau toys
node/4514099295 node/4514099295 Modellbau Modellbau toys
node/4526883700 node/4526883700 Luzern 10 6003 Seidenhofstrasse Spielkiste Luzern Luzern Spielkiste Mo-Fr 09:00-18:30; Sa 09:00-17:00 Spielkiste Schweiz toys https://www.spielkiste.ch/
node/4652455384 node/4652455384 Joutec Tu-Su 14:00-18:00 toys
node/4668479323 node/4668479323 Franz Carl Weber toys
node/4691124367 node/4691124367 Zürich 17 8001 Löwenstrasse Spielkiste Zürich Zürich Spielkiste Mo-Fr 09:00-18:30; Th 09:00-20:00; Sa 09:00-17:00 Spielkiste Schweiz toys https://www.spielkiste.ch/ yes
node/4741599646 node/4741599646 Luzern CH 6 6004 St. Karlistrasse lokgallery@bluewin.ch Lok-Gallery Tu-Fr 14:00-18:00;Sa 10:00-16:00;PH off H.P. Walser +41 41 2401116 toys http://www.lok-gallery.ch
node/4783041436 node/4783041436 Franzy's Paradise;Franzy's Paradis 0 Franzy's Paradies toys
node/4810423339 node/4810423339 King Jouet toys
node/4837036431 node/4837036431 2023/09/18 Kinderkleiderbörse Mo-Fr 09:00-11:30,14:00-17:00; Sa 10:00-15:00 toys no
node/4841546252 node/4841546252 Lego Q1063455 1 Lego Mo-Sa 09:00-20:00 toys yes
node/4841546253 node/4841546253 Wallisellen 99 8304 Neue Winterthurerstrasse Wallisellen Glattzentrum Franz Carl Weber Q1446446 2 Franz Carl Weber Franz Carl Weber toys https://www.fcw.ch/ yes
node/4860115704 node/4860115704 Zürich CH 127 8048 Altstetterstrasse Zürich Altstetten 0 Franz Carl Weber Verwaltungssitz, daher auch als office=company getaggt company Navyboot Outlet Altstetten Mo-Fr 10:00-12:30,13:00-18:30, Sa 09:00-12:30,13:00-16:30; PH off toys 2021-12-06 https://www.fcw.ch/de/filialen/zuerich-altstetten-79 no
node/4880906376 node/4880906376 Trottinette Toys toys no
node/4915582616 node/4915582616 1 Kalanderplatz Zürich Sihlcity 1 Amsler Spielwaren Amsler Spielwaren toys https://www.amsler-spielwaren.ch/
node/4973579223 node/4973579223 bar Bébé doux Bébé doux toys
node/4975261921 node/4975261921 Langenthal 4900 Ledermann Mo-Su off toys no yes Lift an Rückseite des Hauses von Marktgasse betrachtet (der Wiesenstrasse folgen bis an die Ecke des Gebäudes, dann links, Wegweiser Intersport)
node/5008490200 node/5008490200 Türmli toys
node/5056425298 node/5056425298 Le Paradis des Jouets toys
node/5072176771 node/5072176771 Bülach 1 8180 Kasernenstrasse kontakt@labyrinth-sf.ch Labyrinth Spiel & Freizeit +41 44 862 19 66 toys http://www.labyrinth-sf.ch
node/5073880165 node/5073880165 Biel/Bienne Biel Bienne CH 37 2502 Rue du Canal / Kanalgasse Kanalgasse Rue du Canal 435 Schoeni Tu-Fr 09:00-12:00,13:30-18:00,08:30-12:00,13:15-16:00; Mo,Su off +41 32 322 46 35 toys https://schoeni-spielwaren.ch
node/5098474623 node/5098474623 Mobil Box Mobil Box Mobil Box Mobil Box toys
node/5264953827 node/5264953827 Zürich 9 8001 Bahnhofplatz Zürich Franz Carl Weber Q1446446 -1 Franz Carl Weber Mo-Fr 09:30-19:00; Sa 09:00-19:00 Franz Carl Weber toys https://www.fcw.ch/ yes
node/5310226871 node/5310226871 Spiel Gut Uster Mo-Fr 09:00-12:00,13:30-18:30; Sa 09:00-16:00 toys http://www.spielgut-jona.ch/49/Kontakt.html
node/5315332630 node/5315332630 toys
node/5360433262 node/5360433262 0 Franz Carl Weber toys
node/5392974899 node/5392974899 Cartooon toys
node/5499419498 node/5499419498 2023/08/03 Franz Carl Weber Mo-We,Fr 09:00-18:30; Th 09:00-20:00; Sa 09:00-17:00 yes yes yes yes toys
node/5501747717 node/5501747717 0 LübEGO Sa 10:00-16:00;2022 Nov 23-2023 Apr 30 We 14:15-18:30 toys https://store.bricklink.com/brunobrick limited
node/5729998623 node/5729998623 2502 Gado Sa 09:00-16:00; We-Fr 09:30-12:00,14:00-18:30 toys no
node/5745705562 node/5745705562 Breitenrainplatz 30, 3014 Bern +41 31 3330867 Le Carrousel Tu-Fr 09:00-12:00, 13:30-18:30; Sa 09:00-17:00 Le Carrousel Jouets SA toys https://www.lecarrousel.ch/de/bern
node/5773426742 node/5773426742 Zürich CH 123 8003 Zweierstrasse 2023/06/10 Amazing Toys, Comics & More Mo-Fr 14:00-19:00; Sa 12:00-19:00 +41 43 333 22 02 toys http://www.amazingtoys.ch/ no
node/5806005754 node/5806005754 yes altdorf@tuermli.ch Türmli Tu-Fr 08:00-12:00, Mo-Fr 13:30-18:30, Sa 08:30-16:00; PH off Türmli Handels AG +41 41 870 10 31 toys https://spielwaren.tuermli.ch/ yes
node/5878255304 node/5878255304 Konstanz DE 1 78462 Bodanstraße -1 Vedes Mo-Sa 09:30-20:00; Th 09:30-22:00 +49 7531 23094 toys https://www.lago-konstanz.de/vedes-spielwaren/ yes
node/5920240985 node/5920240985 Kolibri toys
node/6019723509 node/6019723509 Rapperswil 31 8640 Kniestrasse Spiel + Läselade +41 55 211 05 91 toys https://www.spiel-laeselade.ch/
node/6051232861 node/6051232861 Aigle 2 1860 Chemin Sous le Grand-Pré King Jouets Mo-Th 09:00-18:30; Fr 09:00-21:00; Sa 08:00-17:00 +41 24 466 74 65 toys https://www.king-jouet.ch/
node/6063274101 node/6063274101 Winterthur 35 8404 Scheideggstrasse Winterthur Smyths Q7546779 Smyths Toys Mo-Fr 09:00-19:00; Sa 09:00-18:00 Smyths Toys toys https://www.smythstoys.com/ch/
node/6065804508 node/6065804508 1 King Jouet Mo-Fr 09:30-19:00; Sa 09:00-18:00 toys yes
node/6068889656 node/6068889656 Basel 70 4057 Hochbergerstrasse Basel Stücki Smyths Q7546779 en:Smyths Smyths Smyths Toys toys https://www.smythstoys.com/ch/
node/6088736305 node/6088736305 info@spielegge.ch Spielegge Mo 13:30-18:30;Tu,We,Fr 09:30-18:30;Th 09:30-19:00;Sa 09:30-18:00 +41 61 261 44 88 toys https://www.spielegge.ch/#startseite
node/6095418692 node/6095418692 Spreitenbach Shoppi 0 Amsler Spielwaren off Amsler Spielwaren toys https://www.amsler-spielwaren.ch/
node/6113089155 node/6113089155 Spreitenbach 6 8957 Pfadackerstrasse Spreitenbach Limmatpark Smyths Q7546779 1 Smyths Smyths Toys toys https://www.smythstoys.com/ch/ limited
node/6142104706 node/6142104706 Marelle toys
node/6149877496 node/6149877496 Wädenswil 1 8820 Rosenbergstrasse 2020/01/30 yes 0 Pinocchio Tu-Fr 09:00-12:00,14:00-18:30; Sa 09:00-16:00; PH closed toys https://www.pinocchio-spielwaren.ch/ limited
node/6266311843 node/6266311843 Paulis Toystore toys
node/6304062851 node/6304062851 Neisser Modelleisenbahnen toys https://www.neisser-modelleisenbahnen.ch no
node/6338163667 node/6338163667 Spielzeugstuebli toys
node/6405842086 node/6405842086 Franz Carl Weber toys
node/6533506983 node/6533506983 2023/05/11 yes Fantasy store yes +41919213343 toys
node/6549131081 node/6549131081 Maxi Toys Q16663879 Maxi Toys toys
node/6681351885 node/6681351885 wlan Freakatorium toys
node/6847762931 node/6847762931 Strengelbach 24 4802 Areal Bleiche info@actionspielzeug.ch 2 ActionSpielzeug.ch 24/7 Dominik Nebel yes yes yes yes yes yes +41 76 274 75 76 toys
node/6860724393 node/6860724393 1 Büchi-Brechbühl toys
node/6866592897 node/6866592897 Le Carrousel Mo 13:00-18:30; Tu-Fr 09:30-18:30; Sa 10:00-17:30 toys
node/6867354514 node/6867354514 Laufen 7 4242 Hauptstrasse Laufen BL Amsler Spielwaren Amsler Spielwaren toys https://www.amsler-spielwaren.ch/
node/6927604742 node/6927604742 Biel/Bienne Biel Bienne 41 2502 Rue Centrale / Zentralstrasse Zentralstrasse Rue Centrale Wotyoo Cavocado Mo-We 09:30-18:30; Th 09:30-20:00; Fr 09:30-18:30; Sa 09:30-17:00 toys https://www.wotyoo.com yes
node/6952034360 node/6952034360 Marktkauf toys
node/6993967011 node/6993967011 Perbi Schaumstoffe toys https://perbi.ch/
node/7015469450 node/7015469450 Lego Shop toys
node/7056769209 node/7056769209 Schinznach Dorf 20 5107 Feldstrasse ProSpiel Mo,Tu,Th 13:30-18:00; We,Fr 09:00-12:00,13:30-18:00 +41 56 463 60 97 toys https://www.prospiel.ch/
node/7070435520 node/7070435520 Zürich 2023/06/21 Antik-Spielzeug We-Fr 11:00-17:30; Sa 10:00-16:00; Su-Tu off toys https://www.train-and-train.ch limited
node/7147183828 node/7147183828 info@specialgame.ch Specialgame +41 799543523 toys https://www.specialgame.ch
node/7242634128 node/7242634128 Colombier 8 2013 Rue Haute Chez Kohler, jouets bonbons toys
node/7414364208 node/7414364208 Thalwil 4 8800 Bönirainstrasse Thalwil Smyths Q7546779 en:Smyths 2023/10/11 Smyths Mo-Fr 09:00-20:00; Sa 09:00-18:00 Smyths Toys toys https://www.smythstoys.com/ch/
node/7433088480 node/7433088480 6 Spitalweidstrasse Oftringen Smyths Q7546779 Smyths Toys Smyths Toys toys https://www.smythstoys.com/ch/
node/7459193931 node/7459193931 Zug 28 6301 Bahnhofstrasse Zug Franz Carl Weber Q1446446 Franz Carl Weber Franz Carl Weber toys https://www.fcw.ch/
node/7459249113 node/7459249113 Sursee 30 6210 Bahnhofstrasse Sursee Surseepark Amsler Spielwaren Amsler Spielwaren toys https://www.amsler-spielwaren.ch/
node/7459258963 node/7459258963 Möhlin 49 4313 Hauptstrasse Möhlin Amsler Spielwaren Amsler Spielwaren toys https://www.amsler-spielwaren.ch/
node/7459267324 node/7459267324 Eiken 10 5074 Gehrenstrasse Eiken Amsler Spielwaren Amsler Spielwaren toys https://www.amsler-spielwaren.ch/
node/7483327214 node/7483327214 Egerkingen 14 4622 Hausimollstrasse Spielkiste Gäupark Egerkingen Gäupark 0 Spielkiste Spielkiste Schweiz toys https://www.spielkiste.ch/
node/7578497037 node/7578497037 Digit-Easy toys yes
node/7640099179 node/7640099179 Spielkiste Westside Bern Westside 0 -1 Spielkiste Mo-Th 09:00-20:00; Fr 09:00-21:00; Sa 08:00-17:00 Spielkiste Schweiz AG +41 31 991 90 41 toys https://spielkiste.ch/filialen/#westside
node/7640116787 node/7640116787 Liestal 24 4410 Kasernenstrasse Spielkiste Liestal Liestal Spielkiste Spielkiste Schweiz toys https://www.spielkiste.ch/
node/7640135343 node/7640135343 Ebikon 1 6030 Ebisquare-Strasse Spielkiste Ebikon Ebikon Mall Spielkiste Spielkiste Schweiz toys https://www.spielkiste.ch/
node/7738082236 node/7738082236 Boutique Arlequin toys
node/8176417800 node/8176417800 Biel/Bienne 20 2502 Rue Basse Rue Basse +41 78 867 78 37 http://py8.ch/ wood PY8 Th-Fr 17:00-20:00; Sa 09:00-14:00 toys no
node/8195377717 node/8195377717 64 1202 Rue du Grand-Pré EPSETERA Mo-Fr 08:30-18:00 +41 22 949 02 99 toys http://epsetera.ch
node/8243704719 node/8243704719 Maxi Toys Q16663879 fr:Maxi Toys Maxi Toys Mo-We,Fr 09:00-18:30; Th 09:00-20:00; Sa 09:00-17:00; PH,Su off toys
node/8396690517 node/8396690517 Avenue de la Gare Sostrene Green toys
node/8463666952 node/8463666952 Spielkiste toys
node/8592142970 node/8592142970 Just Look In toys
node/8628342834 node/8628342834 CustomerService@ch.dufry.com 1 Toys Toys & Games Mo-Su 06:00-22:00 +41 79 690 80 59 toys yes
node/8674299795 node/8674299795 info@kellerspiele.ch Keller Spiele Mo 14:00-18:00; We,Fr 10:00-12:00,14:00-18:00 +41 71 351 43 63 toys https://www.kellerspiele.ch/
node/8731590746 node/8731590746 Züger Modellbau Daniel Bär toys
node/8747340388 node/8747340388 info@trouvaillekids.ch +41 774156867 https://www.trouvaillekids.ch Trouvaille kids Tu-We 09:30-12:30,14:30-18:00; Th 09:30-12:00,14:30-18:00; Fr 09:30-13:00,14:30-18:00; Sa 10:30-14:00; Su-Mo,PH closed toys
node/8951532794 node/8951532794 Haus der Geschenke Mo-Fr 08:30-12:00,14:00-18:00; Sa 08:30-12:00,14:00-18:00; Su 13:30-18:00 toys
node/9029014236 node/9029014236 Petite Année toys https://www.petiteannee.ch/
node/9032657917 node/9032657917 14 1018 Route des Plaines-du-Loup info@geekplace.shop GeekPlace Mo-Fr 09:00-12:00, 14:00-19:00; Sa 10:00-14:00 toys https://geekplace.shop/
node/9037951215 node/9037951215 Conthey 15 1964 Route des Rottes Franz Karl Weber Mo-Th 09:00-18:30; Fr 09:00-20:00; Sa 09:00-17:00 +41 27 346 42 20 toys https://www.fcw.ch/fr/
node/9040816647 node/9040816647 info@hess-modellbahnen.ch +41 31 812 07 03 yes yes yes yes yes Hess Modellbahnen Tu-Fr 13:30-18:30; Sa 09:00-16:00; Mo off Hess Modellbahnen GmbH yes toys yes https://www.hessmodellbahnen.ch/
node/9053026736 node/9053026736 Spielladen Detterbeck toys
node/9060619894 node/9060619894 Boutique Baboutz toys
node/9207933118 node/9207933118 1 King Jouet Mo-Fr 09:30-19:00; Sa 09:00-18:00 toys
node/9251027156 node/9251027156 Beetoys Jouet LEGO ® +41 79 789 64 91 toys
node/9381922011 node/9381922011 Basel 4 4051 Elisabethenstrasse Fantastic Empire toys https://www.fantasticempire.ch/
node/9451082225 node/9451082225 Lausanne 1b 1006 Rue du Simplon toys
node/9500905153 node/9500905153 Fribourg 3 1700 Esplanade de l'Ancienne-Gare ahoy@ile-aux-tresors.ch L'île aux trésors We 11:00-18:00; Th 14:00-18:00; Sa 10:00-18:00 only toys https://www.ile-aux-tresors.ch
node/9535605617 node/9535605617 33 1920 Rue du Simplon serviceclient@minotaurejeux.ch Minotaure Jeux Mo 13:30-18:30; Tu, Th 09:00-17:30; We 09:00-18:30; Fr 09:00-19:30; Sa 09:00-17:00 +41 27 565 04 57 toys https://minotaurejeux.ch/
node/9689331190 node/9689331190 Sion 60 1950 Rue Oscar-Bider ojouet@oseo-vs.ch ojouet Mo-Fr 08:30-11:30,13:15-16:30 OSEO Valais +41 27 324 80 61 only toys https://www.oseo-vs.ch/ojouet-magasin-de-jouets/
node/9695067159 node/9695067159 Piccolino Kinderladen Tu-Th 09:00-12:00,13:30-18:00; Fr,Sa 09:00-12:00 +41 71 923 53 72 yes toys https://www.piccolino-kinderboerse.ch/
node/9807491958 node/9807491958 Brügger Spielwaren toys
node/9952489418 node/9952489418 Bory Jouets toys
node/9986163026 node/9986163026 La cabane du hibou toys
node/10011071436 node/10011071436 18 Boulevard des Sports bienne@king-jouet.com +41 32 343 34 10 https://www.shopping-les-stades.ch/portfolio-item/king-jouet/ King Jouet Mo-We 09:00-19:00, Th-Fr 09:00-20:00, Sa 09:00-17:00; PH off toys
node/10056981169 node/10056981169 Widnau 6 9443 Bahnhofstrasse 2023/11/14 info@pezzoniag.ch 0;-1 Spielwaren- u. Bastelshop Pezzoni AG Mo-Fr 08:30-18:30; Sa 08:30-17:00 yes yes yes yes yes +41 71 777 23 52 toys 2021-09-03 https://www.pezzoniag.ch/ yes
node/10100612539 node/10100612539 Spiel Gut Tu-Fr 09:00-12:00,14:00-18:30; Sa 09:00-16:00 toys
node/10171914175 node/10171914175 Cadempino 6814 Via Ronchetto yes info@bolledisapone.ch Bolle Di Sapone yes no no +41 797792955 toys 2022/11/09 https://www.bolledisapone.ch/de/
node/10313724037 node/10313724037 Rêve d'enfant Tu-Fr 08:30-12:00,13:30-18:30; Sa 09:30-16:00 yes yes toys
node/10676239632 node/10676239632 Lego Store fab'brique toys https://fabbrique.ch/
node/10742364559 node/10742364559 Matran 1753 Franz Carl Weber Mo-Fr 09:00-18:30; Sa 09:00-16:00 toys
node/10751059667 node/10751059667 Spatz&Co. Kinder-Welt toys https://www.spatz-shop.ch/Filialen
node/10761965865 node/10761965865 1 Franz Carl Weber Mo-Fr 09:00-20:00 toys
node/10771897948 node/10771897948 damienhaldi@fliptronic.ch +41765094628 https://www.fliptronic.ch Fliptronic toys pinball machines;jukebox;baby;football;pool;arcade;darts;video games
node/10811596828 node/10811596828 8 Schaffhauserstrasse 2023/04/14 car43zh@bluewin.ch Car 43 Mo,Su off; Tu-Fr 14:00-18:30; Sa 11:00-16:30 +41 44 255 06 68 toys https://modell-auto-43.ch no
node/10814276439 node/10814276439 Eifach Arlette toys
node/10911607762 node/10911607762 Franz Carl Weber toys
node/10967807767 node/10967807767 0 Vier Linden Boutique Mo-Fr 10:30-18:30; Sa 10:30-17:00; PH closed toys no
node/11003521344 node/11003521344 50 Via dal Bagn 2023/06/24 yes LEGO® toys and clothes bricks.toys@hotmail.com Bricks Toys yes yes +41 766024706 toys https://www.facebook.com/brickstoysstmoritz
node/11072542363 node/11072542363 info@kindlermodellbau.ch Kindler Tu-Th 10:00-12:00,13:30-18:30; Fr 13:30-18:30; Sa 09:00-13:00 Kindler Modellbbau AG +41 32 633 10 11 toys https://shop.kindlermodellbau.ch/
node/11076583802 node/11076583802 BRIFS.CH toys
node/11214219962 node/11214219962 Büchler's Spiel-Egge Tu,Fr 09:00-12:00,14:00-18:30; We 09:00-12:00; Sa 09:00-15:00; PH off +41 41 980 12 50 toys
node/11365173145 node/11365173145 Sierre 13 3960 Av. Max Huber universdupuzzle@gmail.com L'Univers du Puzzle Th 17:30-19:00; Sa 10:00-12:00,13:30-15:00 +41 78 886 94 67 toys https://univers-du-puzzle.ch/ no
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"name": "toyshops in switzerland",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "id": "node/383895939", "@id": "node/383895939", "addr:city": "Stäfa", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "1", "addr:place": null, "addr:postcode": "8712", "addr:street": "Bergstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Prinzli Spielwaren", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": "Bébéhaus Weber Spielwaren", "opening_hours": "Tu-Sa", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.7200367, 47.2410224 ] } },
{ "type": "Feature", "properties": { "id": "node/446784543", "@id": "node/446784543", "addr:city": "Zürich", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "229", "addr:place": null, "addr:postcode": "8005", "addr:street": "Langstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": "2023-04-07", "check_date:currency:XBT": null, "check_date:opening_hours": "2022-09-09", "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Bitli's Music & Game Shop", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu-Fr 11:00-19:00; Sa 10:00-16:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5306845, 47.3837642 ] } },
{ "type": "Feature", "properties": { "id": "node/527900150", "@id": "node/527900150", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Happy Baby", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.9112095, 46.9982596 ] } },
{ "type": "Feature", "properties": { "id": "node/531435927", "@id": "node/531435927", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Mägi's Chinderhuus", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.4266471, 47.1402205 ] } },
{ "type": "Feature", "properties": { "id": "node/568458338", "@id": "node/568458338", "addr:city": "Winterthur", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "49", "addr:place": null, "addr:postcode": "8400", "addr:street": "Marktgasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Winterthur", "brand": "Franz Carl Weber", "brand:en": null, "brand:wikidata": "Q1446446", "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Carl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Franz Carl Weber", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.fcw.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.7274851, 47.4994303 ] } },
{ "type": "Feature", "properties": { "id": "node/662748935", "@id": "node/662748935", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Amiba Lokschuppen", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.7852416, 47.3248979 ] } },
{ "type": "Feature", "properties": { "id": "node/669221798", "@id": "node/669221798", "addr:city": "Zürich", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "186", "addr:place": null, "addr:postcode": "8005", "addr:street": "Josefstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "KiWi", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 10:00-17:00; Sa 10:00-16:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.kiwishop.ch/", "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5251584, 47.385974 ] } },
{ "type": "Feature", "properties": { "id": "node/712608722", "@id": "node/712608722", "addr:city": "Winterthur", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "63", "addr:place": null, "addr:postcode": "8400", "addr:street": "Steinberggasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "mail@jugglux.ch", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Jugglux", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo 13:30-18:30; Tu-Fr 09:30-12:30,13:30-18:30; Sa 09:30-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 52 212 29 74", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.jugglux.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.7272279, 47.4981667 ] } },
{ "type": "Feature", "properties": { "id": "node/734868073", "@id": "node/734868073", "addr:city": "Bern", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "9", "addr:place": null, "addr:postcode": "3008", "addr:street": "Güterstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": "+41 31 3820535", "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": "+41 31 3824404", "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Pewi Modellbau", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Tu 08:00-12:00, 14:00-18:30; We off; Th-Fr 08:00-12:00, 14:00-18:30; Sa 09:00-13:00; Su off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": "website", "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.zembatech.ch/pewi.html", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.4166456, 46.9483726 ] } },
{ "type": "Feature", "properties": { "id": "node/738947672", "@id": "node/738947672", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "19", "addr:place": null, "addr:postcode": "8400", "addr:street": "Metzggasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": "2023-05-26", "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Chinderlade", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00; PH closed", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 52 213 00 13", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.chinderlade.com", "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.72761, 47.4989471 ] } },
{ "type": "Feature", "properties": { "id": "node/760433130", "@id": "node/760433130", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": "no", "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": "yes", "currency:EUR": "yes", "currency:XBT": null, "delivery:covid19": null, "description": "Spielwaren, Spiele und Geschenke für jede Altersklasse", "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "info@wundernas.ch", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Wundernas", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": "Rollstuhlzugang und Kinderwagenzugang von der Rückseite (Neugass 11)", "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu-Fr 09:00-18:00, Sa 09:00-16:00; Apr-Sep,Dec: Su,PH 11:00-16:00; Dec 24,31: 09:00-16:00; Dec 25,26,Jan 01: closed", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": "https://wundernas.ch", "operator": "Andrea Kubli", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": "yes", "payment:cash": "yes", "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 52 558 3137", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": "2016-02", "strapline": null, "stroller": "limited", "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://wundernas.ch", "wheelchair": "limited", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.8591217, 47.659899 ] } },
{ "type": "Feature", "properties": { "id": "node/800656669", "@id": "node/800656669", "addr:city": "Einsiedeln", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "43", "addr:place": null, "addr:postcode": "8840", "addr:street": "Hauptstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "info@spatz-kinderwelt.ch", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spatz & Co", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:00-11:30,13:30-18:00; Sa 09:00-16:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 55 648 09 07", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": "09.03.2019", "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "http://www.spatz-kinderwelt.ch", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.7467933, 47.1272011 ] } },
{ "type": "Feature", "properties": { "id": "node/869280579", "@id": "node/869280579", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Jouets Arc-en-ciel", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.9308429, 46.9909058 ] } },
{ "type": "Feature", "properties": { "id": "node/892825366", "@id": "node/892825366", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": "Spielkiste Bern", "amenity": null, "books": null, "branch": "Bern", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": "Schwanengasse 10, 3011 Bern", "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": "+41 31 3113680", "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": "+41 31 3113690", "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielkiste", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-We 09:00-18:30; Th 09:00-20:00; Fr 09:00-18:30; Sa 09:00-16:00; Su off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Spielkiste Schweiz", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": "survey andwebsite", "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.spielkiste.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.438834, 46.9465498 ] } },
{ "type": "Feature", "properties": { "id": "node/893293337", "@id": "node/893293337", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": "2023-04-22", "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Bärenstark", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo,Su off; Tu-Fr 12:00-18:00; Sa 10:00-16:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "A. Wittek", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "limited", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5461538, 47.3727164 ] } },
{ "type": "Feature", "properties": { "id": "node/895591868", "@id": "node/895591868", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielwaren & Bastelshop Pezzoni", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 9.5802227, 47.3965808 ] } },
{ "type": "Feature", "properties": { "id": "node/916616153", "@id": "node/916616153", "addr:city": "Zürich", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "3", "addr:place": null, "addr:postcode": "8001", "addr:street": "Oberdorfstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Mr. Pinocchio", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "http://www.mr-pinocchio.ch/", "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5457407, 47.368348 ] } },
{ "type": "Feature", "properties": { "id": "node/1027332024", "@id": "node/1027332024", "addr:city": "Brugg", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "2", "addr:place": null, "addr:postcode": "5200", "addr:street": "Neumarkt", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Brugg", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "1", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Amsler Spielwaren", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Amsler Spielwaren", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.amsler-spielwaren.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.2088843, 47.4817005 ] } },
{ "type": "Feature", "properties": { "id": "node/1030004198", "@id": "node/1030004198", "addr:city": "Neuchâtel", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "2", "addr:place": null, "addr:postcode": "2000", "addr:street": "Rue des Terreaux", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "A Toi de Jouer", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": "Le magasin A Toi de Jouer à Neuchâtel, spécialisé dans la vente de jouets, vous propose des produis de qualité et un service irréprochable.La boutique A Toi de Jouer à Neuchâtel, spécialisé dans la vente de jouets, vous y propose des articles et produits", "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+4132 710 12 22", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.9307744, 46.9923919 ] } },
{ "type": "Feature", "properties": { "id": "node/1057731904", "@id": "node/1057731904", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": "Spielkiste Chlätterbär", "amenity": null, "books": null, "branch": "Bern Chlätterbär", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": "Amthausgasse 3, 3011 Bern", "contact:city": null, "contact:email": "chlaetterbaer@gewa.ch", "contact:facebook": null, "contact:fax": "+41 31 3111186", "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": "+41 31 3111196", "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Chlätterbär", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": "Chlätterbär", "opening_hours": "Mo-Fr 09:00-18:30; Th 09:00-20:00; Sa 09:00-17:00; PH off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Spielkiste Schweiz", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": "website and survey", "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.spielkiste.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.446753, 46.9472133 ] } },
{ "type": "Feature", "properties": { "id": "node/1103883158", "@id": "node/1103883158", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "23", "addr:place": null, "addr:postcode": null, "addr:street": "Niederwilerstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Loki-Spengler", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.2769565, 47.3589286 ] } },
{ "type": "Feature", "properties": { "id": "node/1106101868", "@id": "node/1106101868", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "1", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Baby-Rose", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Tu,Th-Fr 09:00-18:30; We 09:00-20:00; Sa 09:00-17:00; PH closed", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "limited", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.2921029, 47.4492345 ] } },
{ "type": "Feature", "properties": { "id": "node/1150605157", "@id": "node/1150605157", "addr:city": "Aarau", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "14", "addr:place": null, "addr:postcode": "5000", "addr:street": "Vordere Vorstadt", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "kontakt@spielstatt.ch", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielstatt", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu, We, Fr 09:00-12:15, 13:30-18:30; Th 09:00-12:15, 13:30-19:45; Sa 09:00-16:30", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 62 822 03 02", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.spielstatt.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.0449166, 47.3907871 ] } },
{ "type": "Feature", "properties": { "id": "node/1207861960", "@id": "node/1207861960", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": "Maxi Toys", "brand:en": null, "brand:wikidata": "Q16663879", "brand:wikipedia": "fr:Maxi Toys", "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Maxi Toys", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.4171202, 46.4755805 ] } },
{ "type": "Feature", "properties": { "id": "node/1207861968", "@id": "node/1207861968", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Carl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.4256138, 46.4745878 ] } },
{ "type": "Feature", "properties": { "id": "node/1305642734", "@id": "node/1305642734", "addr:city": "Wettingen", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "61", "addr:place": null, "addr:postcode": "5430", "addr:street": "Staffelstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Playland", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo 13:30-18:30; Tu-Fr 08:30-12:00,13:30-18:30; Sa 08:30-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": "yes", "payment:coins": null, "payment:credit_cards": "yes", "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": "yes", "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": "yes", "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 56 426 49 29", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://playlandag.ch/", "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.3216387, 47.4676083 ] } },
{ "type": "Feature", "properties": { "id": "node/1342602151", "@id": "node/1342602151", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "88", "addr:place": null, "addr:postcode": "3123", "addr:street": "Viehweidstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "info@modellhubschrauber.ch", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Baumann Helikopter", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Tu 13:30-18:30; We off; Th 13:30-18:30; Fr 13:30-20:00; Sa 09:00-13:00, Su off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 31 812 42 42", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.modellhubschrauber.ch/", "wheelchair": "limited", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5259415, 46.8874324 ] } },
{ "type": "Feature", "properties": { "id": "node/1370921218", "@id": "node/1370921218", "addr:city": "Dietlikon", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "29", "addr:place": null, "addr:postcode": "8305", "addr:street": "Industriestrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Dietlikon", "brand": "Smyths", "brand:en": null, "brand:wikidata": "Q7546779", "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Smyths Toys", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Smyths Toys", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": "yes", "payment:coins": null, "payment:credit_cards": "yes", "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": "yes", "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 44 835 22 35", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.smythstoys.com/ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.6198267, 47.4126648 ] } },
{ "type": "Feature", "properties": { "id": "node/1390104204", "@id": "node/1390104204", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": null, "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.5712351, 46.7117513 ] } },
{ "type": "Feature", "properties": { "id": "node/1461198556", "@id": "node/1461198556", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Baby 2000", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.5471268, 46.5347905 ] } },
{ "type": "Feature", "properties": { "id": "node/1483272279", "@id": "node/1483272279", "addr:city": "Zürich", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "3", "addr:place": null, "addr:postcode": "8037", "addr:street": "Trottenstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": "2023-09-09", "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Deinparadies.ch", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "We-Fr 12:00-17:00; Sa 12:00-16:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Crazy Owl SA", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": "yes", "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": "yes", "payment:coins": null, "payment:credit_cards": "yes", "payment:debit_cards": "yes", "payment:ec": null, "payment:girocard": null, "payment:jcb": "yes", "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": "yes", "payment:mastercard": "yes", "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": "yes", "payment:visa_debit": "yes", "payment:visa_electron": null, "phone": "+41432430404", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.zauberparadies.com/", "wheelchair": "limited", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5244261, 47.394847 ] } },
{ "type": "Feature", "properties": { "id": "node/1541544530", "@id": "node/1541544530", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Karl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:30-18:30, Sa 09:00-18:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.6325166, 46.5222298 ] } },
{ "type": "Feature", "properties": { "id": "node/1650227373", "@id": "node/1650227373", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Toy's World", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.2285607, 46.0957857 ] } },
{ "type": "Feature", "properties": { "id": "node/1711992365", "@id": "node/1711992365", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": "2023-07-06", "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Elf", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5362439, 47.2070241 ] } },
{ "type": "Feature", "properties": { "id": "node/1711992369", "@id": "node/1711992369", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": "2023-06-17", "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielhimmel", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo 13:30-18:30; Tu-We,Fr 09:00-12:00,13:30-18:30; Th 09:00-12:00,13:30-20:00; Sa 09:00-17:00; Su,PH off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5380466, 47.2068985 ] } },
{ "type": "Feature", "properties": { "id": "node/1734970680", "@id": "node/1734970680", "addr:city": "Wildegg", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "12", "addr:place": null, "addr:postcode": "5103", "addr:street": "Lenzburgerstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Pauli Papeteterie und Spielwaren", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu-Fr 08:00-12:00,13:30-18:30; Sa 08:00-16:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 62 893 11 11", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.papeteriepauli.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.1653868, 47.4136622 ] } },
{ "type": "Feature", "properties": { "id": "node/1910209991", "@id": "node/1910209991", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Yvonne's Spielwarenbox", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://spielwarenbox.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.9961303, 47.1226875 ] } },
{ "type": "Feature", "properties": { "id": "node/1925364989", "@id": "node/1925364989", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": "Spielwarengeschäft", "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielwaren Beier", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5968576, 47.2601173 ] } },
{ "type": "Feature", "properties": { "id": "node/1936593386", "@id": "node/1936593386", "addr:city": "Genève", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "L'Envie de Fraise", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.1433138, 46.1917466 ] } },
{ "type": "Feature", "properties": { "id": "node/1937459093", "@id": "node/1937459093", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "King Jouets", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.1436781, 46.1855204 ] } },
{ "type": "Feature", "properties": { "id": "node/2035273582", "@id": "node/2035273582", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Papeterie Haldi", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "http://www.papeteriehaldi.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.1821034, 47.0375404 ] } },
{ "type": "Feature", "properties": { "id": "node/2074739220", "@id": "node/2074739220", "addr:city": "Basel", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "8", "addr:place": null, "addr:postcode": "4051", "addr:street": "Eisengasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Basel", "brand": "Franz Carl Weber", "brand:en": null, "brand:wikidata": "Q1446446", "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Carl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:30-18:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Franz Carl Weber", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.fcw.ch/", "wheelchair": "limited", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5881142, 47.5594456 ] } },
{ "type": "Feature", "properties": { "id": "node/2074739254", "@id": "node/2074739254", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielbrett", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo 13:00-18:30; Tu-Fr 09:00-18:30; Sa 09:00-17:30", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5861974, 47.5582039 ] } },
{ "type": "Feature", "properties": { "id": "node/2074739287", "@id": "node/2074739287", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spiel GGE", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu,We,Fr 09:30-18:30; Mo 13:30-18:30; Th 09:30-19:00; Sa 09:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "limited", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5873975, 47.5566509 ] } },
{ "type": "Feature", "properties": { "id": "node/2087692008", "@id": "node/2087692008", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": null, "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.6915725, 47.3975483 ] } },
{ "type": "Feature", "properties": { "id": "node/2123933089", "@id": "node/2123933089", "addr:city": "Carouge", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "2", "addr:place": null, "addr:postcode": null, "addr:street": "Place du Temple", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "L'astuce", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": "surveyed by Alex-7", "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo 14:00-18:30; Tu-Fr 10:00-18:30; Sa 10:00-17:30", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 22 342 50 50", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": "survey", "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": "2013-01-22", "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.1409138, 46.1853072 ] } },
{ "type": "Feature", "properties": { "id": "node/2135333146", "@id": "node/2135333146", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "info@binkert-frick.ch", "entrance": null, "facebook": null, "fax": "+41 62 871 50 54", "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Binkert AG", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 08:00-12:00, 13:30-18:30; Sa 08:00-16:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 62 871 48 47", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.binkert-frick.ch/", "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.0207577, 47.5072123 ] } },
{ "type": "Feature", "properties": { "id": "node/2159692686", "@id": "node/2159692686", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielwaren Rickenbacher", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.8560423, 47.465365 ] } },
{ "type": "Feature", "properties": { "id": "node/2179905513", "@id": "node/2179905513", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "King Jouet", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:00-16:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.king-jouet.ch/magasins/SUISSE/magasin-GRANGES-PACCOT-0930.htm", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.1464249, 46.8282094 ] } },
{ "type": "Feature", "properties": { "id": "node/2186095396", "@id": "node/2186095396", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Schäfer Spielwaren", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu-Fr 09:00-12:00, Mo-Fr 13:15-18:30, Sa 09:00-16:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.3045935, 47.0732396 ] } },
{ "type": "Feature", "properties": { "id": "node/2284149480", "@id": "node/2284149480", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": "Marktgasse 52, 3011 Bern", "contact:city": null, "contact:email": "bern@fcw.ch", "contact:facebook": null, "contact:fax": "+41 31 3125459", "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": "+41 31 3117871", "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "1", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Carl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-We 09:00-18:30; Th 09:00-21:00; Fr 09:00-18:30; Sa 09:00-17:00; Su off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.fcw.ch/filialen/bern", "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.4445691, 46.9483145 ] } },
{ "type": "Feature", "properties": { "id": "node/2284616247", "@id": "node/2284616247", "addr:city": "Biel/Bienne", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "15", "addr:place": null, "addr:postcode": "2502", "addr:street": "Unionsgasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Delirium Ludens", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.deliriumludens.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.2450393, 47.1396931 ] } },
{ "type": "Feature", "properties": { "id": "node/2301841050", "@id": "node/2301841050", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": "Drachennest", "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": "2023-09-29", "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": "Rathausgasse 52, 3011 Bern", "contact:city": null, "contact:email": "dn@fatamorgana.ch", "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": "+41 31 3112657", "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": "https://www.fatamorgana.ch/kontakt.asp", "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "DracheNäscht", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": "survey and website", "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.fatamorgana.ch/drachenaescht/default.asp", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.4493578, 46.948692 ] } },
{ "type": "Feature", "properties": { "id": "node/2325120540", "@id": "node/2325120540", "addr:city": "Lyssach", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "9", "addr:place": null, "addr:postcode": "3421", "addr:street": "Bernstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Lyssach", "brand": "Smyths", "brand:en": null, "brand:wikidata": "Q7546779", "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Smyths Toys", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Smyths Toys", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.smythstoys.com/ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5684556, 47.0723959 ] } },
{ "type": "Feature", "properties": { "id": "node/2389181724", "@id": "node/2389181724", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": "Modelpassion", "addr:housenumber": "1", "addr:place": null, "addr:postcode": "1732", "addr:street": "Chemin du Pra de Villars", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Modelpassion", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "http://modelpassion.ch", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.1230512, 46.7555914 ] } },
{ "type": "Feature", "properties": { "id": "node/2405540226", "@id": "node/2405540226", "addr:city": "Sion", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "48", "addr:place": null, "addr:postcode": "1950", "addr:street": "Place du Midi", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": "2021-05-03", "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Hobby-Centre", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo 14:00-18:30; Tu-Th 09:15-12:00,14:00-18:30; Fr 09:15-12:00,14:00-19:30; Sa 09:15-12:00,14:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.3622282, 46.2319818 ] } },
{ "type": "Feature", "properties": { "id": "node/2571367033", "@id": "node/2571367033", "addr:city": "Colombier", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": "2013", "addr:street": "Rue du Château", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Au 2001 Jouets", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.8622041, 46.966408 ] } },
{ "type": "Feature", "properties": { "id": "node/2637443682", "@id": "node/2637443682", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Mère et Terre", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.1914279, 46.3947583 ] } },
{ "type": "Feature", "properties": { "id": "node/2669864498", "@id": "node/2669864498", "addr:city": "Bern", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "101", "addr:place": null, "addr:postcode": "3018", "addr:street": "Bernstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": "Bahnorama Modelleisenbahnen", "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": "info@bahnorama.ch", "contact:facebook": null, "contact:fax": "+41 31 9928588", "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": "+41 31 9928588", "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": "http://www.bahnorama.ch/kontaktberatung.html", "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Bahnorama", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Tu 14:00-18:30; We off; Th 14:00-18:30; Fr 14:00-21:00; Sa 10:00-16:00; Su off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Bahnorama GmbH", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": "local knowledge and website", "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.bahnorama.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.3909849, 46.9401241 ] } },
{ "type": "Feature", "properties": { "id": "node/2669866841", "@id": "node/2669866841", "addr:city": "Ostermundigen", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "45a", "addr:place": null, "addr:postcode": "3072", "addr:street": "Mitteldorfstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Bruderer Bahnen", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": "local knowledge", "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.obbo.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.4899024, 46.955721 ] } },
{ "type": "Feature", "properties": { "id": "node/2700345866", "@id": "node/2700345866", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "18", "addr:place": null, "addr:postcode": null, "addr:street": "Route Cantonale", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "King Jouet", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Th 09:00-18:30; Fr 09:00-20:00; Sa 09:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 27 346 02 50", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.king-jouet.ch/", "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.3053261, 46.2240708 ] } },
{ "type": "Feature", "properties": { "id": "node/2714496413", "@id": "node/2714496413", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Zum Kinderland", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo 14:00-18:00; Tu-Fr 09:00-12:00; Tu-Fr 14:00-18:30; Sa 09:00-16:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "www.zumkinderland.ch", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.7947509, 47.5546112 ] } },
{ "type": "Feature", "properties": { "id": "node/2735807427", "@id": "node/2735807427", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Buch Air Center", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5630053, 47.431479 ] } },
{ "type": "Feature", "properties": { "id": "node/2817899501", "@id": "node/2817899501", "addr:city": "Basel", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "36", "addr:place": null, "addr:postcode": "4055", "addr:street": "Habsburgerstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Kidsgoods AG", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://kidsgoods.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5708544, 47.5613088 ] } },
{ "type": "Feature", "properties": { "id": "node/2901141006", "@id": "node/2901141006", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spiel +Hobby", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Th 10:00-06:30, Fr 10:00-17:30; PH off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "limited", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.4051728, 47.4027745 ] } },
{ "type": "Feature", "properties": { "id": "node/2916611822", "@id": "node/2916611822", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielwaren Buchmann", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo 13:30-18:30; Tu-Fr 08:30-12:00,13:30-18:30; Sa 08:30-16:00; PH off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.6268935, 47.0557699 ] } },
{ "type": "Feature", "properties": { "id": "node/3034316258", "@id": "node/3034316258", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": "Rathausgasse 62, 3011 Bern", "contact:city": null, "contact:email": "info@ludocca.ch", "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": "+41 31 3113666", "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "LudOcca", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Tu off; We-Fr 14:00-18:30; Sa 11:00-16:00; Su off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Karin Wymann & Dorothea Känzig", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": "survey and website", "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.ludocca.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.4491773, 46.9486539 ] } },
{ "type": "Feature", "properties": { "id": "node/3153825681", "@id": "node/3153825681", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "39", "addr:place": null, "addr:postcode": null, "addr:street": "St. Leonhard-Strasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "1", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Zolli Bolli", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:00-18:30; Th 09:00-21:00; Sa 09:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 9.3699572, 47.4220017 ] } },
{ "type": "Feature", "properties": { "id": "node/3220516161", "@id": "node/3220516161", "addr:city": "Zürich", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "18", "addr:place": null, "addr:postcode": "8001", "addr:street": "Glockengasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Steiff Galerie", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.steiff-pegasus.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.539978, 47.3720374 ] } },
{ "type": "Feature", "properties": { "id": "node/3236790863", "@id": "node/3236790863", "addr:city": "Locarno", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "1", "addr:place": null, "addr:postcode": "6600", "addr:street": "Via della Motta", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "L'Angolino", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.angolino.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.7942941, 46.1684677 ] } },
{ "type": "Feature", "properties": { "id": "node/3294199749", "@id": "node/3294199749", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Bim Müggli", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu-Fr 09:45-12:00,14:45-18:00; Sa 09:45-16:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5362719, 47.2088208 ] } },
{ "type": "Feature", "properties": { "id": "node/3294289068", "@id": "node/3294289068", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "CMS", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Sep-May Tu-Fr 09:00-12:15, Sep-May Tu,We,Fr 13:30-18:30, Sep-May Th 13:30-21:00, Sep-May Sa 09:00-17:00, Jun-Aug Sa 09:00-16:00, Jun-Aug Tu-Fr 09:00-12:15, Jun-Aug Tu,We,Fr 13:30-18:30, Jun-Aug Th 13:30-21:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5335612, 47.2077559 ] } },
{ "type": "Feature", "properties": { "id": "node/3316140261", "@id": "node/3316140261", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "5", "addr:place": null, "addr:postcode": null, "addr:street": "Contrada di Sassello", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": "yes", "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Zoeyland", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": "yes", "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": "2022-10-27", "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.9498267, 46.0035433 ] } },
{ "type": "Feature", "properties": { "id": "node/3347586852", "@id": "node/3347586852", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": "+4171 844 70 90", "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": "http://www.zubi.ch/", "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Zubi Spielwaren AG", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 9.4901418, 47.4787752 ] } },
{ "type": "Feature", "properties": { "id": "node/3400417392", "@id": "node/3400417392", "addr:city": "Allschwil", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "184", "addr:place": null, "addr:postcode": "4123", "addr:street": "Steinbühlallee", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Modellbau Keller", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5571653, 47.548453 ] } },
{ "type": "Feature", "properties": { "id": "node/3404064482", "@id": "node/3404064482", "addr:city": "Zürich", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "101", "addr:place": null, "addr:postcode": "8005", "addr:street": "Josefstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": "2022-09-11", "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Piri's", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 44 550 60 65", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://piris-spielsachen.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5300141, 47.3833891 ] } },
{ "type": "Feature", "properties": { "id": "node/3483516599", "@id": "node/3483516599", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": "Münstergasse 37, 3011 Bern", "contact:city": null, "contact:email": "info@bilboquet.ch", "contact:facebook": null, "contact:fax": "+41 31 3111752", "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": "+41 31 3113671", "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Bilboquet", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo 12:00-18:30; Th-Fr 9:30-18:30; Sa 9:00-16:00; Su off; PH off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Bilboquet-Der Spielzeugladen GmbH", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": "survey and website", "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "http://www.bilboquet.ch", "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.4502229, 46.9473767 ] } },
{ "type": "Feature", "properties": { "id": "node/3586052101", "@id": "node/3586052101", "addr:city": "Zürich", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "26", "addr:place": null, "addr:postcode": "8037", "addr:street": "Landenbergstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": "2023-05-04", "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "KiWi Kinderartikel Wipkingen", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:00-17:00; Sa 10:00-15:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": "yes", "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5288711, 47.3930069 ] } },
{ "type": "Feature", "properties": { "id": "node/3656801837", "@id": "node/3656801837", "addr:city": "Locarno", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "54", "addr:place": null, "addr:postcode": "6600", "addr:street": "Via Vallemaggia", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Nautilus Elettronica", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "F. Nessi", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": "radio-TV modellismo ricetrasmittenti", "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.7781105, 46.1700743 ] } },
{ "type": "Feature", "properties": { "id": "node/3678006825", "@id": "node/3678006825", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Pajalunga", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.4991129, 46.5089835 ] } },
{ "type": "Feature", "properties": { "id": "node/3700184642", "@id": "node/3700184642", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Jouets au petit bois", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "limited", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.4990122, 46.5099149 ] } },
{ "type": "Feature", "properties": { "id": "node/3702588035", "@id": "node/3702588035", "addr:city": "Aarau Rohr", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "14", "addr:place": null, "addr:postcode": "5032", "addr:street": "Hauptstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Eurobahn Modellbahn-Center", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 62 822 10 20", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.eurobahn.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.0751595, 47.4001052 ] } },
{ "type": "Feature", "properties": { "id": "node/3727149725", "@id": "node/3727149725", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "King Jouets", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.0839853, 46.2264578 ] } },
{ "type": "Feature", "properties": { "id": "node/3729062827", "@id": "node/3729062827", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielzeugbörse", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu-Fr 08:30-11:30,13:30-18:30; Apr-Sep Sa 08:30-12:30; Oct-Mar Sa 08:30-16:00; PH closed", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": "yes", "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.spielzeugboerse.ch/", "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.8982133, 47.5555463 ] } },
{ "type": "Feature", "properties": { "id": "node/3810523823", "@id": "node/3810523823", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Chline Muk", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.4847986, 47.7493597 ] } },
{ "type": "Feature", "properties": { "id": "node/3914588142", "@id": "node/3914588142", "addr:city": "Aarau", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "41", "addr:place": null, "addr:postcode": "5001", "addr:street": "Bahnhofstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Aarau", "brand": "Franz Carl Weber", "brand:en": null, "brand:wikidata": "Q1446446", "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Carl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Franz Carl Weber", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": "yes", "payment:coins": null, "payment:credit_cards": "yes", "payment:debit_cards": "yes", "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": "yes", "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.fcw.ch/", "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.0479745, 47.3914317 ] } },
{ "type": "Feature", "properties": { "id": "node/3955720787", "@id": "node/3955720787", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Heiz+co", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": "no", "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "http://www.heizundco.ch/", "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 9.0862082, 47.3027278 ] } },
{ "type": "Feature", "properties": { "id": "node/3990994635", "@id": "node/3990994635", "addr:city": "Chur", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "1", "addr:place": null, "addr:postcode": "7000", "addr:street": "Kornplatz", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Schläpfer Spiel + Hobby", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 81 252 34 88", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 9.5316226, 46.8488653 ] } },
{ "type": "Feature", "properties": { "id": "node/4002168006", "@id": "node/4002168006", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": "ToyZone Luzern", "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "ToyZone", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Andreas Kümin AG", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.3100777, 47.0561091 ] } },
{ "type": "Feature", "properties": { "id": "node/4034167974", "@id": "node/4034167974", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Pastorini Spielzeug", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://pastorini.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.6425408, 47.3933772 ] } },
{ "type": "Feature", "properties": { "id": "node/4046723947", "@id": "node/4046723947", "addr:city": "Sursee", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "10b", "addr:place": null, "addr:postcode": "6210", "addr:street": "Haselwartmatte", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Toni-Spiel", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.0965969, 47.1693023 ] } },
{ "type": "Feature", "properties": { "id": "node/4246962491", "@id": "node/4246962491", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Carl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.3063433, 47.0532439 ] } },
{ "type": "Feature", "properties": { "id": "node/4252976073", "@id": "node/4252976073", "addr:city": "Mendrisio", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "8", "addr:place": null, "addr:postcode": "6850", "addr:street": "Via Industria", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "TocatiKids", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "http://tocati-kids.ch", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.9897279, 45.8693158 ] } },
{ "type": "Feature", "properties": { "id": "node/4254690817", "@id": "node/4254690817", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielwaren Marlies", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.4062241, 46.8213061 ] } },
{ "type": "Feature", "properties": { "id": "node/4344263389", "@id": "node/4344263389", "addr:city": "Amriswil", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "10", "addr:place": null, "addr:postcode": "8580", "addr:street": "Romanshornerstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Hollenstein Spielwaren", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 9.3016611, 47.5461638 ] } },
{ "type": "Feature", "properties": { "id": "node/4352553398", "@id": "node/4352553398", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Konfetti Kinderland", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:00-16:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.3301284, 47.4471943 ] } },
{ "type": "Feature", "properties": { "id": "node/4362043175", "@id": "node/4362043175", "addr:city": "Nassenwil", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "1", "addr:place": null, "addr:postcode": "8155", "addr:street": "Wehntalerstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "eflight", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 15:00-18:30; Sa 09:00-13:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 44 850 50 55", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "http://www.eflight.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.4630987, 47.462056 ] } },
{ "type": "Feature", "properties": { "id": "node/4371185691", "@id": "node/4371185691", "addr:city": "Seon", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "9", "addr:place": null, "addr:postcode": "5703", "addr:street": "Seetalstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Walti Spielwaren", "name:de": "Spielwaren", "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.walti.ch/spielwaren/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.1605275, 47.3531415 ] } },
{ "type": "Feature", "properties": { "id": "node/4452908391", "@id": "node/4452908391", "addr:city": "Scuol", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "324", "addr:place": null, "addr:postcode": "7550", "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "info@stoeckenius.com", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Stöckenius", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 08:30-12:00,14:00-18:30; Sa 08:30-12:00,14:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 81 864 13 16", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.stoeckenius.com/", "wheelchair": "limited", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 10.3004729, 46.7978084 ] } },
{ "type": "Feature", "properties": { "id": "node/4472361574", "@id": "node/4472361574", "addr:city": "Basel", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "16", "addr:place": null, "addr:postcode": "4001", "addr:street": "Münzgasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": "Spielkiste Basel", "amenity": null, "books": null, "branch": "Basel", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielkiste", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-We,Fr 09:00-18:30; Sa 09:00-17:00; Th 09:00-20:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Spielkiste Schweiz", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.spielkiste.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5869695, 47.5570838 ] } },
{ "type": "Feature", "properties": { "id": "node/4491248090", "@id": "node/4491248090", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Hurat Modellbau", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.1197727, 47.3039944 ] } },
{ "type": "Feature", "properties": { "id": "node/4514099295", "@id": "node/4514099295", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Modellbau", "name:de": "Modellbau", "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.9464352, 47.3535853 ] } },
{ "type": "Feature", "properties": { "id": "node/4526883700", "@id": "node/4526883700", "addr:city": "Luzern", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "10", "addr:place": null, "addr:postcode": "6003", "addr:street": "Seidenhofstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": "Spielkiste Luzern", "amenity": null, "books": null, "branch": "Luzern", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielkiste", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Spielkiste Schweiz", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.spielkiste.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.3074077, 47.0503039 ] } },
{ "type": "Feature", "properties": { "id": "node/4652455384", "@id": "node/4652455384", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Joutec", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu-Su 14:00-18:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.2413073, 46.3825705 ] } },
{ "type": "Feature", "properties": { "id": "node/4668479323", "@id": "node/4668479323", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Carl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.2454507, 47.1401123 ] } },
{ "type": "Feature", "properties": { "id": "node/4691124367", "@id": "node/4691124367", "addr:city": "Zürich", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "17", "addr:place": null, "addr:postcode": "8001", "addr:street": "Löwenstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": "Spielkiste Zürich", "amenity": null, "books": null, "branch": "Zürich", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielkiste", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:00-18:30; Th 09:00-20:00; Sa 09:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Spielkiste Schweiz", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.spielkiste.ch/", "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5350338, 47.3738587 ] } },
{ "type": "Feature", "properties": { "id": "node/4741599646", "@id": "node/4741599646", "addr:city": "Luzern", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "6", "addr:place": null, "addr:postcode": "6004", "addr:street": "St. Karlistrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "lokgallery@bluewin.ch", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Lok-Gallery", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu-Fr 14:00-18:00;Sa 10:00-16:00;PH off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "H.P. Walser", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 41 2401116", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "http://www.lok-gallery.ch", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.2986459, 47.0544302 ] } },
{ "type": "Feature", "properties": { "id": "node/4783041436", "@id": "node/4783041436", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": "Franzy's Paradise;Franzy's Paradis", "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franzy's Paradies", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.1589843, 46.8056552 ] } },
{ "type": "Feature", "properties": { "id": "node/4810423339", "@id": "node/4810423339", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "King Jouet", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.4074897, 46.2514061 ] } },
{ "type": "Feature", "properties": { "id": "node/4837036431", "@id": "node/4837036431", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": "2023-09-18", "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Kinderkleiderbörse", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:00-11:30,14:00-17:00; Sa 10:00-15:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5287808, 47.392967 ] } },
{ "type": "Feature", "properties": { "id": "node/4841546252", "@id": "node/4841546252", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": "Lego", "brand:en": null, "brand:wikidata": "Q1063455", "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "1", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Lego", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Sa 09:00-20:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5961707, 47.4079335 ] } },
{ "type": "Feature", "properties": { "id": "node/4841546253", "@id": "node/4841546253", "addr:city": "Wallisellen", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "99", "addr:place": null, "addr:postcode": "8304", "addr:street": "Neue Winterthurerstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Wallisellen Glattzentrum", "brand": "Franz Carl Weber", "brand:en": null, "brand:wikidata": "Q1446446", "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "2", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Carl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Franz Carl Weber", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.fcw.ch/", "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5961316, 47.4078534 ] } },
{ "type": "Feature", "properties": { "id": "node/4860115704", "@id": "node/4860115704", "addr:city": "Zürich", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "127", "addr:place": null, "addr:postcode": "8048", "addr:street": "Altstetterstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Zürich Altstetten", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Carl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": "Verwaltungssitz, daher auch als office=company getaggt", "note:de": null, "office": "company", "official_name": null, "old_name": "Navyboot Outlet Altstetten", "opening_hours": "Mo-Fr 10:00-12:30,13:00-18:30, Sa 09:00-12:30,13:00-16:30; PH off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": "2021-12-06", "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.fcw.ch/de/filialen/zuerich-altstetten-79", "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.4870061, 47.3892706 ] } },
{ "type": "Feature", "properties": { "id": "node/4880906376", "@id": "node/4880906376", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Trottinette Toys", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5522814, 47.360506 ] } },
{ "type": "Feature", "properties": { "id": "node/4915582616", "@id": "node/4915582616", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "1", "addr:place": null, "addr:postcode": null, "addr:street": "Kalanderplatz", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Zürich Sihlcity", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "1", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Amsler Spielwaren", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Amsler Spielwaren", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.amsler-spielwaren.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5235326, 47.3578557 ] } },
{ "type": "Feature", "properties": { "id": "node/4973579223", "@id": "node/4973579223", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": "bar", "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Bébé doux", "name:de": null, "name:en": null, "name:fr": "Bébé doux", "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.3753956, 47.361607 ] } },
{ "type": "Feature", "properties": { "id": "node/4975261921", "@id": "node/4975261921", "addr:city": "Langenthal", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": "4900", "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Ledermann", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Su off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": "no", "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "yes", "wheelchair:description": "Lift an Rückseite des Hauses von Marktgasse betrachtet (der Wiesenstrasse folgen bis an die Ecke des Gebäudes, dann links, Wegweiser Intersport)", "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.7884805, 47.2118033 ] } },
{ "type": "Feature", "properties": { "id": "node/5008490200", "@id": "node/5008490200", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Türmli", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.2458739, 46.8951231 ] } },
{ "type": "Feature", "properties": { "id": "node/5056425298", "@id": "node/5056425298", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Le Paradis des Jouets", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.0539593, 46.2991097 ] } },
{ "type": "Feature", "properties": { "id": "node/5072176771", "@id": "node/5072176771", "addr:city": "Bülach", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "1", "addr:place": null, "addr:postcode": "8180", "addr:street": "Kasernenstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "kontakt@labyrinth-sf.ch", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Labyrinth Spiel & Freizeit", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 44 862 19 66", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "http://www.labyrinth-sf.ch", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5399591, 47.5187548 ] } },
{ "type": "Feature", "properties": { "id": "node/5073880165", "@id": "node/5073880165", "addr:city": "Biel/Bienne", "addr:city:de": "Biel", "addr:city:fr": "Bienne", "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "37", "addr:place": null, "addr:postcode": "2502", "addr:street": "Rue du Canal / Kanalgasse", "addr:street:de": "Kanalgasse", "addr:street:fr": "Rue du Canal", "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": "435", "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Schoeni", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu-Fr 09:00-12:00,13:30-18:00,08:30-12:00,13:15-16:00; Mo,Su off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 32 322 46 35", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://schoeni-spielwaren.ch", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.2472567, 47.1411803 ] } },
{ "type": "Feature", "properties": { "id": "node/5098474623", "@id": "node/5098474623", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Mobil Box", "name:de": "Mobil Box", "name:en": "Mobil Box", "name:fr": "Mobil Box", "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.3120018, 47.0560201 ] } },
{ "type": "Feature", "properties": { "id": "node/5264953827", "@id": "node/5264953827", "addr:city": "Zürich", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "9", "addr:place": null, "addr:postcode": "8001", "addr:street": "Bahnhofplatz", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Zürich", "brand": "Franz Carl Weber", "brand:en": null, "brand:wikidata": "Q1446446", "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "-1", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Carl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:00-19:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Franz Carl Weber", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.fcw.ch/", "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5386944, 47.3771498 ] } },
{ "type": "Feature", "properties": { "id": "node/5310226871", "@id": "node/5310226871", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spiel Gut Uster", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:00-12:00,13:30-18:30; Sa 09:00-16:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "http://www.spielgut-jona.ch/49/Kontakt.html", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.7185231, 47.3489609 ] } },
{ "type": "Feature", "properties": { "id": "node/5315332630", "@id": "node/5315332630", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": null, "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.7699553, 46.1554088 ] } },
{ "type": "Feature", "properties": { "id": "node/5360433262", "@id": "node/5360433262", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Carl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.5701272, 46.5450287 ] } },
{ "type": "Feature", "properties": { "id": "node/5392974899", "@id": "node/5392974899", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Cartooon", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.4685471, 46.3071774 ] } },
{ "type": "Feature", "properties": { "id": "node/5499419498", "@id": "node/5499419498", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": "2023-08-03", "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Carl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-We,Fr 09:00-18:30; Th 09:00-20:00; Sa 09:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": "yes", "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": "yes", "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": "yes", "payment:satispay": null, "payment:twint": null, "payment:visa": "yes", "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.6271444, 46.7586358 ] } },
{ "type": "Feature", "properties": { "id": "node/5501747717", "@id": "node/5501747717", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "LübEGO", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Sa 10:00-16:00;2022 Nov 23-2023 Apr 30 We 14:15-18:30", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://store.bricklink.com/brunobrick", "wheelchair": "limited", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.8929262, 47.5551456 ] } },
{ "type": "Feature", "properties": { "id": "node/5729998623", "@id": "node/5729998623", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": "2502", "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Gado", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Sa 09:00-16:00; We-Fr 09:30-12:00,14:00-18:30", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.2462687, 47.1412398 ] } },
{ "type": "Feature", "properties": { "id": "node/5745705562", "@id": "node/5745705562", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": "Breitenrainplatz 30, 3014 Bern", "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": "+41 31 3330867", "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Le Carrousel", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu-Fr 09:00-12:00, 13:30-18:30; Sa 09:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Le Carrousel Jouets SA", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.lecarrousel.ch/de/bern", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.4552885, 46.9588204 ] } },
{ "type": "Feature", "properties": { "id": "node/5773426742", "@id": "node/5773426742", "addr:city": "Zürich", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "CH", "addr:housename": null, "addr:housenumber": "123", "addr:place": null, "addr:postcode": "8003", "addr:street": "Zweierstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": "2023-06-10", "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Amazing Toys, Comics & More", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 14:00-19:00; Sa 12:00-19:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 43 333 22 02", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "http://www.amazingtoys.ch/", "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.520648, 47.3711767 ] } },
{ "type": "Feature", "properties": { "id": "node/5806005754", "@id": "node/5806005754", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": "yes", "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "altdorf@tuermli.ch", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Türmli", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu-Fr 08:00-12:00, Mo-Fr 13:30-18:30, Sa 08:30-16:00; PH off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Türmli Handels AG", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 41 870 10 31", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://spielwaren.tuermli.ch/", "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.6436158, 46.8816714 ] } },
{ "type": "Feature", "properties": { "id": "node/5878255304", "@id": "node/5878255304", "addr:city": "Konstanz", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": "DE", "addr:housename": null, "addr:housenumber": "1", "addr:place": null, "addr:postcode": "78462", "addr:street": "Bodanstraße", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "-1", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Vedes", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Sa 09:30-20:00; Th 09:30-22:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+49 7531 23094", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.lago-konstanz.de/vedes-spielwaren/", "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 9.176296, 47.6566149 ] } },
{ "type": "Feature", "properties": { "id": "node/5920240985", "@id": "node/5920240985", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Kolibri", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5190279, 47.1728912 ] } },
{ "type": "Feature", "properties": { "id": "node/6019723509", "@id": "node/6019723509", "addr:city": "Rapperswil", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "31", "addr:place": null, "addr:postcode": "8640", "addr:street": "Kniestrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spiel + Läselade", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 55 211 05 91", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.spiel-laeselade.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.8218916, 47.2283365 ] } },
{ "type": "Feature", "properties": { "id": "node/6051232861", "@id": "node/6051232861", "addr:city": "Aigle", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "2", "addr:place": null, "addr:postcode": "1860", "addr:street": "Chemin Sous le Grand-Pré", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "King Jouets", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Th 09:00-18:30; Fr 09:00-21:00; Sa 08:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 24 466 74 65", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.king-jouet.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.937876, 46.3167924 ] } },
{ "type": "Feature", "properties": { "id": "node/6063274101", "@id": "node/6063274101", "addr:city": "Winterthur", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "35", "addr:place": null, "addr:postcode": "8404", "addr:street": "Scheideggstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Winterthur", "brand": "Smyths", "brand:en": null, "brand:wikidata": "Q7546779", "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Smyths Toys", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Smyths Toys", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.smythstoys.com/ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.7499597, 47.495474 ] } },
{ "type": "Feature", "properties": { "id": "node/6065804508", "@id": "node/6065804508", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "1", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "King Jouet", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:00-18:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.5545539, 46.5390836 ] } },
{ "type": "Feature", "properties": { "id": "node/6068889656", "@id": "node/6068889656", "addr:city": "Basel", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "70", "addr:place": null, "addr:postcode": "4057", "addr:street": "Hochbergerstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Basel Stücki", "brand": "Smyths", "brand:en": null, "brand:wikidata": "Q7546779", "brand:wikipedia": "en:Smyths", "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Smyths", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Smyths Toys", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.smythstoys.com/ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5965209, 47.5809228 ] } },
{ "type": "Feature", "properties": { "id": "node/6088736305", "@id": "node/6088736305", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "info@spielegge.ch", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielegge", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo 13:30-18:30;Tu,We,Fr 09:30-18:30;Th 09:30-19:00;Sa 09:30-18:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 61 261 44 88", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.spielegge.ch/#startseite", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5854313, 47.5568829 ] } },
{ "type": "Feature", "properties": { "id": "node/6095418692", "@id": "node/6095418692", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Spreitenbach Shoppi", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Amsler Spielwaren", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": "off", "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Amsler Spielwaren", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.amsler-spielwaren.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.3688892, 47.420948 ] } },
{ "type": "Feature", "properties": { "id": "node/6113089155", "@id": "node/6113089155", "addr:city": "Spreitenbach", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "6", "addr:place": null, "addr:postcode": "8957", "addr:street": "Pfadackerstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Spreitenbach Limmatpark", "brand": "Smyths", "brand:en": null, "brand:wikidata": "Q7546779", "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "1", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Smyths", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Smyths Toys", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.smythstoys.com/ch/", "wheelchair": "limited", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.3710191, 47.4240813 ] } },
{ "type": "Feature", "properties": { "id": "node/6142104706", "@id": "node/6142104706", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Marelle", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.634288, 46.5217352 ] } },
{ "type": "Feature", "properties": { "id": "node/6149877496", "@id": "node/6149877496", "addr:city": "Wädenswil", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "1", "addr:place": null, "addr:postcode": "8820", "addr:street": "Rosenbergstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": "2020-01-30", "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": "yes", "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Pinocchio", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu-Fr 09:00-12:00,14:00-18:30; Sa 09:00-16:00; PH closed", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.pinocchio-spielwaren.ch/", "wheelchair": "limited", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.6693412, 47.2294178 ] } },
{ "type": "Feature", "properties": { "id": "node/6266311843", "@id": "node/6266311843", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Paulis Toystore", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 9.8395009, 46.498844 ] } },
{ "type": "Feature", "properties": { "id": "node/6304062851", "@id": "node/6304062851", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Neisser Modelleisenbahnen", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.neisser-modelleisenbahnen.ch", "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5261956, 47.3721047 ] } },
{ "type": "Feature", "properties": { "id": "node/6338163667", "@id": "node/6338163667", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielzeugstuebli", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.2859532, 47.0759898 ] } },
{ "type": "Feature", "properties": { "id": "node/6405842086", "@id": "node/6405842086", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Carl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.1494532, 46.2024866 ] } },
{ "type": "Feature", "properties": { "id": "node/6533506983", "@id": "node/6533506983", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": "2023-05-11", "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": "yes", "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Fantasy store", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": "yes", "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41919213343", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.9538767, 46.0056325 ] } },
{ "type": "Feature", "properties": { "id": "node/6549131081", "@id": "node/6549131081", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": "Maxi Toys", "brand:en": null, "brand:wikidata": "Q16663879", "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Maxi Toys", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.9356944, 46.3859987 ] } },
{ "type": "Feature", "properties": { "id": "node/6681351885", "@id": "node/6681351885", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": "wlan", "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": null, "name:de": null, "name:en": "Freakatorium", "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.2866141, 47.0703953 ] } },
{ "type": "Feature", "properties": { "id": "node/6847762931", "@id": "node/6847762931", "addr:city": "Strengelbach", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "24", "addr:place": null, "addr:postcode": "4802", "addr:street": "Areal Bleiche", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "info@actionspielzeug.ch", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "2", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "ActionSpielzeug.ch", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "24/7", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Dominik Nebel", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": "yes", "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": "yes", "payment:coins": null, "payment:credit_cards": "yes", "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": "yes", "payment:mastercard": "yes", "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": "yes", "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 76 274 75 76", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.9299929, 47.2939864 ] } },
{ "type": "Feature", "properties": { "id": "node/6860724393", "@id": "node/6860724393", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "1", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Büchi-Brechbühl", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.6566205, 47.0160955 ] } },
{ "type": "Feature", "properties": { "id": "node/6866592897", "@id": "node/6866592897", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Le Carrousel", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo 13:00-18:30; Tu-Fr 09:30-18:30; Sa 10:00-17:30", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.1431479, 46.2028693 ] } },
{ "type": "Feature", "properties": { "id": "node/6867354514", "@id": "node/6867354514", "addr:city": "Laufen", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "7", "addr:place": null, "addr:postcode": "4242", "addr:street": "Hauptstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Laufen BL", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Amsler Spielwaren", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Amsler Spielwaren", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.amsler-spielwaren.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.500446, 47.4213923 ] } },
{ "type": "Feature", "properties": { "id": "node/6927604742", "@id": "node/6927604742", "addr:city": "Biel/Bienne", "addr:city:de": "Biel", "addr:city:fr": "Bienne", "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "41", "addr:place": null, "addr:postcode": "2502", "addr:street": "Rue Centrale / Zentralstrasse", "addr:street:de": "Zentralstrasse", "addr:street:fr": "Rue Centrale", "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Wotyoo Cavocado", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-We 09:30-18:30; Th 09:30-20:00; Fr 09:30-18:30; Sa 09:30-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.wotyoo.com", "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.2461321, 47.1375394 ] } },
{ "type": "Feature", "properties": { "id": "node/6952034360", "@id": "node/6952034360", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Marktkauf", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5927538, 47.5902794 ] } },
{ "type": "Feature", "properties": { "id": "node/6993967011", "@id": "node/6993967011", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Perbi Schaumstoffe", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://perbi.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.6958591, 47.4118405 ] } },
{ "type": "Feature", "properties": { "id": "node/7015469450", "@id": "node/7015469450", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Lego Shop", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5390375, 47.2085681 ] } },
{ "type": "Feature", "properties": { "id": "node/7056769209", "@id": "node/7056769209", "addr:city": "Schinznach Dorf", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "20", "addr:place": null, "addr:postcode": "5107", "addr:street": "Feldstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "ProSpiel", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo,Tu,Th 13:30-18:00; We,Fr 09:00-12:00,13:30-18:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 56 463 60 97", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.prospiel.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.1449921, 47.4432102 ] } },
{ "type": "Feature", "properties": { "id": "node/7070435520", "@id": "node/7070435520", "addr:city": "Zürich", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": "2023-06-21", "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Antik-Spielzeug", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "We-Fr 11:00-17:30; Sa 10:00-16:00; Su-Tu off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.train-and-train.ch", "wheelchair": "limited", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5478344, 47.3803426 ] } },
{ "type": "Feature", "properties": { "id": "node/7147183828", "@id": "node/7147183828", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "info@specialgame.ch", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Specialgame", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 799543523", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.specialgame.ch", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.4837172, 46.9738939 ] } },
{ "type": "Feature", "properties": { "id": "node/7242634128", "@id": "node/7242634128", "addr:city": "Colombier", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "8", "addr:place": null, "addr:postcode": "2013", "addr:street": "Rue Haute", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Chez Kohler, jouets bonbons", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.8602506, 46.9660949 ] } },
{ "type": "Feature", "properties": { "id": "node/7414364208", "@id": "node/7414364208", "addr:city": "Thalwil", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "4", "addr:place": null, "addr:postcode": "8800", "addr:street": "Bönirainstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Thalwil", "brand": "Smyths", "brand:en": null, "brand:wikidata": "Q7546779", "brand:wikipedia": "en:Smyths", "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": "2023-10-11", "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Smyths", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Smyths Toys", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.smythstoys.com/ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.564556, 47.2849873 ] } },
{ "type": "Feature", "properties": { "id": "node/7433088480", "@id": "node/7433088480", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "6", "addr:place": null, "addr:postcode": null, "addr:street": "Spitalweidstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Oftringen", "brand": "Smyths", "brand:en": null, "brand:wikidata": "Q7546779", "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Smyths Toys", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Smyths Toys", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.smythstoys.com/ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.9249669, 47.3073218 ] } },
{ "type": "Feature", "properties": { "id": "node/7459193931", "@id": "node/7459193931", "addr:city": "Zug", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "28", "addr:place": null, "addr:postcode": "6301", "addr:street": "Bahnhofstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Zug", "brand": "Franz Carl Weber", "brand:en": null, "brand:wikidata": "Q1446446", "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Carl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Franz Carl Weber", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.fcw.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5160072, 47.1700607 ] } },
{ "type": "Feature", "properties": { "id": "node/7459249113", "@id": "node/7459249113", "addr:city": "Sursee", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "30", "addr:place": null, "addr:postcode": "6210", "addr:street": "Bahnhofstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Sursee Surseepark", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Amsler Spielwaren", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Amsler Spielwaren", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.amsler-spielwaren.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.1005887, 47.1721987 ] } },
{ "type": "Feature", "properties": { "id": "node/7459258963", "@id": "node/7459258963", "addr:city": "Möhlin", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "49", "addr:place": null, "addr:postcode": "4313", "addr:street": "Hauptstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Möhlin", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Amsler Spielwaren", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Amsler Spielwaren", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.amsler-spielwaren.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.8443272, 47.559309 ] } },
{ "type": "Feature", "properties": { "id": "node/7459267324", "@id": "node/7459267324", "addr:city": "Eiken", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "10", "addr:place": null, "addr:postcode": "5074", "addr:street": "Gehrenstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": "Eiken", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Amsler Spielwaren", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Amsler Spielwaren", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.amsler-spielwaren.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.9847236, 47.5391604 ] } },
{ "type": "Feature", "properties": { "id": "node/7483327214", "@id": "node/7483327214", "addr:city": "Egerkingen", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "14", "addr:place": null, "addr:postcode": "4622", "addr:street": "Hausimollstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": "Spielkiste Gäupark", "amenity": null, "books": null, "branch": "Egerkingen Gäupark", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielkiste", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Spielkiste Schweiz", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.spielkiste.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.8032626, 47.3165296 ] } },
{ "type": "Feature", "properties": { "id": "node/7578497037", "@id": "node/7578497037", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Digit-Easy", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": "yes", "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 9.0626048, 47.0963232 ] } },
{ "type": "Feature", "properties": { "id": "node/7640099179", "@id": "node/7640099179", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": "Spielkiste Westside", "amenity": null, "books": null, "branch": "Bern Westside", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "0", "level:ref": "-1", "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielkiste", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Th 09:00-20:00; Fr 09:00-21:00; Sa 08:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Spielkiste Schweiz AG", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 31 991 90 41", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://spielkiste.ch/filialen/#westside", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.3736638, 46.9455079 ] } },
{ "type": "Feature", "properties": { "id": "node/7640116787", "@id": "node/7640116787", "addr:city": "Liestal", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "24", "addr:place": null, "addr:postcode": "4410", "addr:street": "Kasernenstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": "Spielkiste Liestal", "amenity": null, "books": null, "branch": "Liestal", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielkiste", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Spielkiste Schweiz", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.spielkiste.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.7377539, 47.4822637 ] } },
{ "type": "Feature", "properties": { "id": "node/7640135343", "@id": "node/7640135343", "addr:city": "Ebikon", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "1", "addr:place": null, "addr:postcode": "6030", "addr:street": "Ebisquare-Strasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": "Spielkiste Ebikon", "amenity": null, "books": null, "branch": "Ebikon Mall", "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielkiste", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Spielkiste Schweiz", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.spielkiste.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.3590472, 47.094274 ] } },
{ "type": "Feature", "properties": { "id": "node/7738082236", "@id": "node/7738082236", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Boutique Arlequin", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.3495504, 47.3639436 ] } },
{ "type": "Feature", "properties": { "id": "node/8176417800", "@id": "node/8176417800", "addr:city": "Biel/Bienne", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "20", "addr:place": null, "addr:postcode": "2502", "addr:street": "Rue Basse", "addr:street:de": null, "addr:street:fr": "Rue Basse", "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": "+41 78 867 78 37", "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": "http://py8.ch/", "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": "wood", "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "PY8", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Th-Fr 17:00-20:00; Sa 09:00-14:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "no", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.2471378, 47.1413461 ] } },
{ "type": "Feature", "properties": { "id": "node/8195377717", "@id": "node/8195377717", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "64", "addr:place": null, "addr:postcode": "1202", "addr:street": "Rue du Grand-Pré", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "EPSETERA", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 08:30-18:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 22 949 02 99", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "http://epsetera.ch", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.1322563, 46.2156717 ] } },
{ "type": "Feature", "properties": { "id": "node/8243704719", "@id": "node/8243704719", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": "Maxi Toys", "brand:en": null, "brand:wikidata": "Q16663879", "brand:wikipedia": "fr:Maxi Toys", "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Maxi Toys", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-We,Fr 09:00-18:30; Th 09:00-20:00; Sa 09:00-17:00; PH,Su off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.3541165, 47.3618451 ] } },
{ "type": "Feature", "properties": { "id": "node/8396690517", "@id": "node/8396690517", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": "Avenue de la Gare", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Sostrene Green", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.1520066, 46.8033433 ] } },
{ "type": "Feature", "properties": { "id": "node/8463666952", "@id": "node/8463666952", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielkiste", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.6140011, 46.7443056 ] } },
{ "type": "Feature", "properties": { "id": "node/8592142970", "@id": "node/8592142970", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Just Look In", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.4475697, 47.3965335 ] } },
{ "type": "Feature", "properties": { "id": "node/8628342834", "@id": "node/8628342834", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "CustomerService@ch.dufry.com", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "1", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Toys", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": "Toys & Games", "opening_hours": "Mo-Su 06:00-22:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 79 690 80 59", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": "yes", "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5608084, 47.451485 ] } },
{ "type": "Feature", "properties": { "id": "node/8674299795", "@id": "node/8674299795", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "info@kellerspiele.ch", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Keller Spiele", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo 14:00-18:00; We,Fr 10:00-12:00,14:00-18:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 71 351 43 63", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.kellerspiele.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 9.2819611, 47.3851838 ] } },
{ "type": "Feature", "properties": { "id": "node/8731590746", "@id": "node/8731590746", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Züger Modellbau", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Daniel Bär", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 9.0606174, 47.1177869 ] } },
{ "type": "Feature", "properties": { "id": "node/8747340388", "@id": "node/8747340388", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": "info@trouvaillekids.ch", "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": "+41 774156867", "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": "https://www.trouvaillekids.ch", "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Trouvaille kids", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu-We 09:30-12:30,14:30-18:00; Th 09:30-12:00,14:30-18:00; Fr 09:30-13:00,14:30-18:00; Sa 10:30-14:00; Su-Mo,PH closed", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.4529322, 46.942661 ] } },
{ "type": "Feature", "properties": { "id": "node/8951532794", "@id": "node/8951532794", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Haus der Geschenke", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 08:30-12:00,14:00-18:00; Sa 08:30-12:00,14:00-18:00; Su 13:30-18:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.9266538, 46.108793 ] } },
{ "type": "Feature", "properties": { "id": "node/9029014236", "@id": "node/9029014236", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Petite Année", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.petiteannee.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.5227343, 47.3187797 ] } },
{ "type": "Feature", "properties": { "id": "node/9032657917", "@id": "node/9032657917", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "14", "addr:place": null, "addr:postcode": "1018", "addr:street": "Route des Plaines-du-Loup", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "info@geekplace.shop", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "GeekPlace", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:00-12:00, 14:00-19:00; Sa 10:00-14:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://geekplace.shop/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.6275349, 46.5330103 ] } },
{ "type": "Feature", "properties": { "id": "node/9037951215", "@id": "node/9037951215", "addr:city": "Conthey", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "15", "addr:place": null, "addr:postcode": "1964", "addr:street": "Route des Rottes", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Franz Karl Weber", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Th 09:00-18:30; Fr 09:00-20:00; Sa 09:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 27 346 42 20", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.fcw.ch/fr/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.3025834, 46.2238095 ] } },
{ "type": "Feature", "properties": { "id": "node/9040816647", "@id": "node/9040816647", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": "info@hess-modellbahnen.ch", "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": "+41 31 812 07 03", "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": "yes", "model_railway:gauge:h0": "yes", "model_railway:gauge:h0m": "yes", "model_railway:gauge:n": "yes", "model_railway:gauge:z": "yes", "name": "Hess Modellbahnen", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu-Fr 13:30-18:30; Sa 09:00-16:00; Mo off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "Hess Modellbahnen GmbH", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": "yes", "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": "yes", "url": null, "was:name": null, "website": "https://www.hessmodellbahnen.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.4954345, 46.859592 ] } },
{ "type": "Feature", "properties": { "id": "node/9053026736", "@id": "node/9053026736", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Spielladen Detterbeck", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 8.6066433, 46.9959234 ] } },
{ "type": "Feature", "properties": { "id": "node/9060619894", "@id": "node/9060619894", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Boutique Baboutz", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.8578921, 46.4520231 ] } },
{ "type": "Feature", "properties": { "id": "node/9207933118", "@id": "node/9207933118", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": "1", "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "King Jouet", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:00-18:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.6364624, 46.5213616 ] } },
{ "type": "Feature", "properties": { "id": "node/9251027156", "@id": "node/9251027156", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Beetoys Jouet LEGO ®", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 79 789 64 91", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.091248, 46.1528646 ] } },
{ "type": "Feature", "properties": { "id": "node/9381922011", "@id": "node/9381922011", "addr:city": "Basel", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "4", "addr:place": null, "addr:postcode": "4051", "addr:street": "Elisabethenstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Fantastic Empire", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.fantasticempire.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.5917847, 47.5534571 ] } },
{ "type": "Feature", "properties": { "id": "node/9451082225", "@id": "node/9451082225", "addr:city": "Lausanne", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "1b", "addr:place": null, "addr:postcode": "1006", "addr:street": "Rue du Simplon", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": null, "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.6321346, 46.5153888 ] } },
{ "type": "Feature", "properties": { "id": "node/9500905153", "@id": "node/9500905153", "addr:city": "Fribourg", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "3", "addr:place": null, "addr:postcode": "1700", "addr:street": "Esplanade de l'Ancienne-Gare", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "ahoy@ile-aux-tresors.ch", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "L'île aux trésors", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "We 11:00-18:00; Th 14:00-18:00; Sa 10:00-18:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": "only", "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.ile-aux-tresors.ch", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.1504861, 46.8023711 ] } },
{ "type": "Feature", "properties": { "id": "node/9535605617", "@id": "node/9535605617", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "33", "addr:place": null, "addr:postcode": "1920", "addr:street": "Rue du Simplon", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "serviceclient@minotaurejeux.ch", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Minotaure Jeux", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo 13:30-18:30; Tu, Th 09:00-17:30; We 09:00-18:30; Fr 09:00-19:30; Sa 09:00-17:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 27 565 04 57", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://minotaurejeux.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.0837504, 46.1057616 ] } },
{ "type": "Feature", "properties": { "id": "node/9689331190", "@id": "node/9689331190", "addr:city": "Sion", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "60", "addr:place": null, "addr:postcode": "1950", "addr:street": "Rue Oscar-Bider", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": "ojouet@oseo-vs.ch", "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "ojouet", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-Fr 08:30-11:30,13:15-16:30", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": "OSEO Valais", "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 27 324 80 61", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": "only", "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.oseo-vs.ch/ojouet-magasin-de-jouets/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.3399991, 46.2240012 ] } },
{ "type": "Feature", "properties": { "id": "node/9695067159", "@id": "node/9695067159", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Piccolino Kinderladen", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Tu-Th 09:00-12:00,13:30-18:00; Fr,Sa 09:00-12:00", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": "+41 71 923 53 72", "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": "yes", "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": "https://www.piccolino-kinderboerse.ch/", "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 9.0735037, 47.4426075 ] } },
{ "type": "Feature", "properties": { "id": "node/9807491958", "@id": "node/9807491958", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Brügger Spielwaren", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 9.4394284, 46.6975135 ] } },
{ "type": "Feature", "properties": { "id": "node/9952489418", "@id": "node/9952489418", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "Bory Jouets", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.6282039, 46.7859864 ] } },
{ "type": "Feature", "properties": { "id": "node/9986163026", "@id": "node/9986163026", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": null, "addr:place": null, "addr:postcode": null, "addr:street": null, "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "La cabane du hibou", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": null, "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 6.5803167, 46.9023512 ] } },
{ "type": "Feature", "properties": { "id": "node/10011071436", "@id": "node/10011071436", "addr:city": null, "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "18", "addr:place": null, "addr:postcode": null, "addr:street": "Boulevard des Sports", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": null, "contact:addr": null, "contact:city": null, "contact:email": "bienne@king-jouet.com", "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": "+41 32 343 34 10", "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": "https://www.shopping-les-stades.ch/portfolio-item/king-jouet/", "contact:whatsapp": null, "contact:yelp": null, "currency:CHF": null, "currency:EUR": null, "currency:XBT": null, "delivery:covid19": null, "description": null, "description:covid19": null, "description:it": null, "description:it:covid19": null, "designation": null, "disused:shop": null, "dog": null, "drive_through": null, "drive_through:covid19": null, "ele": null, "elevator": null, "email": null, "entrance": null, "facebook": null, "fax": null, "fixme": null, "floor": null, "historic:shop": null, "indoor": null, "internet_access": null, "lastcheck": null, "layer": null, "level": null, "level:ref": null, "loc_ref": null, "lottery": null, "mapillary": null, "material": null, "mobile": null, "model_railway": null, "model_railway:gauge:g": null, "model_railway:gauge:h0": null, "model_railway:gauge:h0m": null, "model_railway:gauge:n": null, "model_railway:gauge:z": null, "name": "King Jouet", "name:de": null, "name:en": null, "name:fr": null, "name:uk": null, "nohousenumber": null, "not:brand:wikidata": null, "note": null, "note:de": null, "office": null, "official_name": null, "old_name": null, "opening_hours": "Mo-We 09:00-19:00, Th-Fr 09:00-20:00, Sa 09:00-17:00; PH off", "opening_hours:covid19": null, "opening_hours:lastcheck": null, "opening_hours:signed": null, "opening_hours:url": null, "operator": null, "outlet": null, "owner": null, "parcel_pickup:Relais_Colis": null, "payment:XBT:operator": null, "payment:american_express": null, "payment:bitcoin:operator": null, "payment:bluecode": null, "payment:cards": null, "payment:cash": null, "payment:coins": null, "payment:credit_cards": null, "payment:debit_cards": null, "payment:ec": null, "payment:girocard": null, "payment:jcb": null, "payment:lightning": null, "payment:lightning_contactless": null, "payment:maestro": null, "payment:mastercard": null, "payment:nfc": null, "payment:notes": null, "payment:onchain": null, "payment:paypal": null, "payment:postfinance_card": null, "payment:satispay": null, "payment:twint": null, "payment:visa": null, "payment:visa_debit": null, "payment:visa_electron": null, "phone": null, "post_office": null, "post_office:brand": null, "post_office:brand:wikidata": null, "post_office:opening_hours": null, "product": null, "ref": null, "ref:FR:NAF": null, "ref:FR:SIREN": null, "ref:FR:SIRET": null, "ref:vatin": null, "repair": null, "second_hand": null, "self_service": null, "shop": "toys", "shop_1": null, "source": null, "source:addr": null, "source:date": null, "source:opening_hours": null, "start_date": null, "strapline": null, "stroller": null, "survey:date": null, "takeaway:covid19": null, "toilets": null, "toilets:wheelchair": null, "tourism": null, "toys": null, "toys:model_railway": null, "url": null, "was:name": null, "website": null, "wheelchair": null, "wheelchair:description": null, "wikimedia_commons": null }, "geometry": { "type": "Point", "coordinates": [ 7.2802877, 47.1548791 ] } },
{ "type": "Feature", "properties": { "id": "node/10056981169", "@id": "node/10056981169", "addr:city": "Widnau", "addr:city:de": null, "addr:city:fr": null, "addr:city:it": null, "addr:country": null, "addr:housename": null, "addr:housenumber": "6", "addr:place": null, "addr:postcode": "9443", "addr:street": "Bahnhofstrasse", "addr:street:de": null, "addr:street:fr": null, "addr:street:it": null, "addr:suburb": null, "addr:unit": null, "air_conditioning": null, "alt_name": null, "amenity": null, "books": null, "branch": null, "brand": null, "brand:en": null, "brand:wikidata": null, "brand:wikipedia": null, "building:levels": null, "check_date": null, "check_date:currency:XBT": null, "check_date:opening_hours": "2023-11-14", "contact:addr": null, "contact:city": null, "contact:email": null, "contact:facebook": null, "contact:fax": null, "contact:foursquare": null, "contact:housenumber": null, "contact:instagram": null, "contact:mobile": null, "contact:phone": null, "contact:postcode": null, "contact:street": null, "contact:tripadvisor": null, "contact:twitter": null, "contact:website": null, "contact:whatsapp": null, "contact:yelp": null, "cur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment