diff --git a/.gitea/workflows/backend_run_lint.yaml b/.gitea/workflows/backend_run_lint.yaml index 5db2228..e12f23e 100644 --- a/.gitea/workflows/backend_run_lint.yaml +++ b/.gitea/workflows/backend_run_lint.yaml @@ -28,5 +28,5 @@ jobs: working-directory: backend - name: Run linter - run: pipenv run pylint src --fail-under=9 + run: pipenv run pylint src --fail-under=9 working-directory: backend diff --git a/.gitea/workflows/backend_run_test.yaml b/.gitea/workflows/backend_run_test.yaml index 82ad499..b5fa349 100644 --- a/.gitea/workflows/backend_run_test.yaml +++ b/.gitea/workflows/backend_run_test.yaml @@ -28,7 +28,7 @@ jobs: working-directory: backend - name: Run Tests - run: pipenv run pytest src --html=report.html --self-contained-html + run: pipenv run pytest src --html=report.html --self-contained-html --log-cli-level=INFO working-directory: backend - name: Upload HTML report diff --git a/README.md b/README.md index 7422598..bf8419d 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,6 @@ Refer to the READMEs in the `frontend` and `backend` directories for instruction - `google_maps_flutter` plugin - Python 3 - `fastapi` - - `OSMPythonTools` - - `numpy, scipy` - Docker diff --git a/backend/.gitignore b/backend/.gitignore index e9a2840..75ed7e8 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,9 +1,5 @@ -# osm-cache and wikidata cache -cache/ -apicache/ - -# wikidata throttle -*.ctrl +# osm-cache +cache_XML/ # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/backend/.pylintrc b/backend/.pylintrc index db084dd..eabcaa6 100644 --- a/backend/.pylintrc +++ b/backend/.pylintrc @@ -293,7 +293,7 @@ ignored-parents= max-args=5 # Maximum number of attributes for a class (see R0902). -max-attributes=7 +max-attributes=20 # Maximum number of boolean expressions in an if statement (see R0916). max-bool-expr=5 @@ -302,7 +302,7 @@ max-bool-expr=5 max-branches=12 # Maximum number of locals for function / method body. -max-locals=15 +max-locals=30 # Maximum number of parents for a class (see R0901). max-parents=7 @@ -402,7 +402,7 @@ preferred-modules= # The type of string formatting that logging methods do. `old` means using % # formatting, `new` is for `{}` formatting. -logging-format-style=old +logging-format-style=new # Logging modules to check that the string format arguments are in logging # function parameter format. @@ -440,7 +440,12 @@ disable=raw-checker-failed, use-implicit-booleaness-not-comparison-to-string, use-implicit-booleaness-not-comparison-to-zero, import-error, - line-too-long + multiple-statements, + line-too-long, + logging-fstring-interpolation, + duplicate-code, + relative-beyond-top-level, + invalid-name # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option diff --git a/backend/Pipfile b/backend/Pipfile index 1f9a632..926d856 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -18,11 +18,10 @@ numpy = "*" fastapi = "*" pydantic = "*" shapely = "*" -scipy = "*" -osmpythontools = "*" -pywikibot = "*" pymemcache = "*" fastapi-cli = "*" scikit-learn = "*" pyqt6 = "*" loki-logger-handler = "*" +pulp = "*" +scipy = "*" diff --git a/backend/Pipfile.lock b/backend/Pipfile.lock index b13bd13..1019ecf 100644 --- a/backend/Pipfile.lock +++ b/backend/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "6edd6644586e8814a0b4526adb3352dfc17828ca129de7a68c1d5929efe94daa" + "sha256": "16f9923498d0e5a9876794c398a589a38bf88c8326863e1c33b74f445d297cd6" }, "pipfile-spec": 6, "requires": {}, @@ -24,296 +24,37 @@ }, "anyio": { "hashes": [ - "sha256:4c8bc31ccdb51c7f7bd251f51c609e038d63e34219b44aa86e47576389880b4c", - "sha256:6d170c36fba3bdd840c73d3868c1e777e33676a69c3a72cf0a0d5d6d8009b61d" + "sha256:1d9fe889df5212298c0c0723fa20479d1b94883a2df44bd3897aa91083316f7a", + "sha256:b5011f270ab5eb0abf13385f851315585cc37ef330dd88e27ec3d34d651fd47a" ], "markers": "python_version >= '3.9'", - "version": "==4.6.2.post1" - }, - "beautifulsoup4": { - "hashes": [ - "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051", - "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed" - ], - "markers": "python_full_version >= '3.6.0'", - "version": "==4.12.3" - }, - "certifi": { - "hashes": [ - "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8", - "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9" - ], - "markers": "python_version >= '3.6'", - "version": "==2024.8.30" - }, - "charset-normalizer": { - "hashes": [ - "sha256:0099d79bdfcf5c1f0c2c72f91516702ebf8b0b8ddd8905f97a8aecf49712c621", - "sha256:0713f3adb9d03d49d365b70b84775d0a0d18e4ab08d12bc46baa6132ba78aaf6", - "sha256:07afec21bbbbf8a5cc3651aa96b980afe2526e7f048fdfb7f1014d84acc8b6d8", - "sha256:0b309d1747110feb25d7ed6b01afdec269c647d382c857ef4663bbe6ad95a912", - "sha256:0d99dd8ff461990f12d6e42c7347fd9ab2532fb70e9621ba520f9e8637161d7c", - "sha256:0de7b687289d3c1b3e8660d0741874abe7888100efe14bd0f9fd7141bcbda92b", - "sha256:1110e22af8ca26b90bd6364fe4c763329b0ebf1ee213ba32b68c73de5752323d", - "sha256:130272c698667a982a5d0e626851ceff662565379baf0ff2cc58067b81d4f11d", - "sha256:136815f06a3ae311fae551c3df1f998a1ebd01ddd424aa5603a4336997629e95", - "sha256:14215b71a762336254351b00ec720a8e85cada43b987da5a042e4ce3e82bd68e", - "sha256:1db4e7fefefd0f548d73e2e2e041f9df5c59e178b4c72fbac4cc6f535cfb1565", - "sha256:1ffd9493de4c922f2a38c2bf62b831dcec90ac673ed1ca182fe11b4d8e9f2a64", - "sha256:2006769bd1640bdf4d5641c69a3d63b71b81445473cac5ded39740a226fa88ab", - "sha256:20587d20f557fe189b7947d8e7ec5afa110ccf72a3128d61a2a387c3313f46be", - "sha256:223217c3d4f82c3ac5e29032b3f1c2eb0fb591b72161f86d93f5719079dae93e", - "sha256:27623ba66c183eca01bf9ff833875b459cad267aeeb044477fedac35e19ba907", - "sha256:285e96d9d53422efc0d7a17c60e59f37fbf3dfa942073f666db4ac71e8d726d0", - "sha256:2de62e8801ddfff069cd5c504ce3bc9672b23266597d4e4f50eda28846c322f2", - "sha256:2f6c34da58ea9c1a9515621f4d9ac379871a8f21168ba1b5e09d74250de5ad62", - "sha256:309a7de0a0ff3040acaebb35ec45d18db4b28232f21998851cfa709eeff49d62", - "sha256:35c404d74c2926d0287fbd63ed5d27eb911eb9e4a3bb2c6d294f3cfd4a9e0c23", - "sha256:3710a9751938947e6327ea9f3ea6332a09bf0ba0c09cae9cb1f250bd1f1549bc", - "sha256:3d59d125ffbd6d552765510e3f31ed75ebac2c7470c7274195b9161a32350284", - "sha256:40d3ff7fc90b98c637bda91c89d51264a3dcf210cade3a2c6f838c7268d7a4ca", - "sha256:425c5f215d0eecee9a56cdb703203dda90423247421bf0d67125add85d0c4455", - "sha256:43193c5cda5d612f247172016c4bb71251c784d7a4d9314677186a838ad34858", - "sha256:44aeb140295a2f0659e113b31cfe92c9061622cadbc9e2a2f7b8ef6b1e29ef4b", - "sha256:47334db71978b23ebcf3c0f9f5ee98b8d65992b65c9c4f2d34c2eaf5bcaf0594", - "sha256:4796efc4faf6b53a18e3d46343535caed491776a22af773f366534056c4e1fbc", - "sha256:4a51b48f42d9358460b78725283f04bddaf44a9358197b889657deba38f329db", - "sha256:4b67fdab07fdd3c10bb21edab3cbfe8cf5696f453afce75d815d9d7223fbe88b", - "sha256:4ec9dd88a5b71abfc74e9df5ebe7921c35cbb3b641181a531ca65cdb5e8e4dea", - "sha256:4f9fc98dad6c2eaa32fc3af1417d95b5e3d08aff968df0cd320066def971f9a6", - "sha256:54b6a92d009cbe2fb11054ba694bc9e284dad30a26757b1e372a1fdddaf21920", - "sha256:55f56e2ebd4e3bc50442fbc0888c9d8c94e4e06a933804e2af3e89e2f9c1c749", - "sha256:5726cf76c982532c1863fb64d8c6dd0e4c90b6ece9feb06c9f202417a31f7dd7", - "sha256:5d447056e2ca60382d460a604b6302d8db69476fd2015c81e7c35417cfabe4cd", - "sha256:5ed2e36c3e9b4f21dd9422f6893dec0abf2cca553af509b10cd630f878d3eb99", - "sha256:5ff2ed8194587faf56555927b3aa10e6fb69d931e33953943bc4f837dfee2242", - "sha256:62f60aebecfc7f4b82e3f639a7d1433a20ec32824db2199a11ad4f5e146ef5ee", - "sha256:63bc5c4ae26e4bc6be6469943b8253c0fd4e4186c43ad46e713ea61a0ba49129", - "sha256:6b40e8d38afe634559e398cc32b1472f376a4099c75fe6299ae607e404c033b2", - "sha256:6b493a043635eb376e50eedf7818f2f322eabbaa974e948bd8bdd29eb7ef2a51", - "sha256:6dba5d19c4dfab08e58d5b36304b3f92f3bd5d42c1a3fa37b5ba5cdf6dfcbcee", - "sha256:6fd30dc99682dc2c603c2b315bded2799019cea829f8bf57dc6b61efde6611c8", - "sha256:707b82d19e65c9bd28b81dde95249b07bf9f5b90ebe1ef17d9b57473f8a64b7b", - "sha256:7706f5850360ac01d80c89bcef1640683cc12ed87f42579dab6c5d3ed6888613", - "sha256:7782afc9b6b42200f7362858f9e73b1f8316afb276d316336c0ec3bd73312742", - "sha256:79983512b108e4a164b9c8d34de3992f76d48cadc9554c9e60b43f308988aabe", - "sha256:7f683ddc7eedd742e2889d2bfb96d69573fde1d92fcb811979cdb7165bb9c7d3", - "sha256:82357d85de703176b5587dbe6ade8ff67f9f69a41c0733cf2425378b49954de5", - "sha256:84450ba661fb96e9fd67629b93d2941c871ca86fc38d835d19d4225ff946a631", - "sha256:86f4e8cca779080f66ff4f191a685ced73d2f72d50216f7112185dc02b90b9b7", - "sha256:8cda06946eac330cbe6598f77bb54e690b4ca93f593dee1568ad22b04f347c15", - "sha256:8ce7fd6767a1cc5a92a639b391891bf1c268b03ec7e021c7d6d902285259685c", - "sha256:8ff4e7cdfdb1ab5698e675ca622e72d58a6fa2a8aa58195de0c0061288e6e3ea", - "sha256:9289fd5dddcf57bab41d044f1756550f9e7cf0c8e373b8cdf0ce8773dc4bd417", - "sha256:92a7e36b000bf022ef3dbb9c46bfe2d52c047d5e3f3343f43204263c5addc250", - "sha256:92db3c28b5b2a273346bebb24857fda45601aef6ae1c011c0a997106581e8a88", - "sha256:95c3c157765b031331dd4db3c775e58deaee050a3042fcad72cbc4189d7c8dca", - "sha256:980b4f289d1d90ca5efcf07958d3eb38ed9c0b7676bf2831a54d4f66f9c27dfa", - "sha256:9ae4ef0b3f6b41bad6366fb0ea4fc1d7ed051528e113a60fa2a65a9abb5b1d99", - "sha256:9c98230f5042f4945f957d006edccc2af1e03ed5e37ce7c373f00a5a4daa6149", - "sha256:9fa2566ca27d67c86569e8c85297aaf413ffab85a8960500f12ea34ff98e4c41", - "sha256:a14969b8691f7998e74663b77b4c36c0337cb1df552da83d5c9004a93afdb574", - "sha256:a8aacce6e2e1edcb6ac625fb0f8c3a9570ccc7bfba1f63419b3769ccf6a00ed0", - "sha256:a8e538f46104c815be19c975572d74afb53f29650ea2025bbfaef359d2de2f7f", - "sha256:aa41e526a5d4a9dfcfbab0716c7e8a1b215abd3f3df5a45cf18a12721d31cb5d", - "sha256:aa693779a8b50cd97570e5a0f343538a8dbd3e496fa5dcb87e29406ad0299654", - "sha256:ab22fbd9765e6954bc0bcff24c25ff71dcbfdb185fcdaca49e81bac68fe724d3", - "sha256:ab2e5bef076f5a235c3774b4f4028a680432cded7cad37bba0fd90d64b187d19", - "sha256:ab973df98fc99ab39080bfb0eb3a925181454d7c3ac8a1e695fddfae696d9e90", - "sha256:af73657b7a68211996527dbfeffbb0864e043d270580c5aef06dc4b659a4b578", - "sha256:b197e7094f232959f8f20541ead1d9862ac5ebea1d58e9849c1bf979255dfac9", - "sha256:b295729485b06c1a0683af02a9e42d2caa9db04a373dc38a6a58cdd1e8abddf1", - "sha256:b8831399554b92b72af5932cdbbd4ddc55c55f631bb13ff8fe4e6536a06c5c51", - "sha256:b8dcd239c743aa2f9c22ce674a145e0a25cb1566c495928440a181ca1ccf6719", - "sha256:bcb4f8ea87d03bc51ad04add8ceaf9b0f085ac045ab4d74e73bbc2dc033f0236", - "sha256:bd7af3717683bea4c87acd8c0d3d5b44d56120b26fd3f8a692bdd2d5260c620a", - "sha256:bf4475b82be41b07cc5e5ff94810e6a01f276e37c2d55571e3fe175e467a1a1c", - "sha256:c3e446d253bd88f6377260d07c895816ebf33ffffd56c1c792b13bff9c3e1ade", - "sha256:c57516e58fd17d03ebe67e181a4e4e2ccab1168f8c2976c6a334d4f819fe5944", - "sha256:c94057af19bc953643a33581844649a7fdab902624d2eb739738a30e2b3e60fc", - "sha256:cab5d0b79d987c67f3b9e9c53f54a61360422a5a0bc075f43cab5621d530c3b6", - "sha256:ce031db0408e487fd2775d745ce30a7cd2923667cf3b69d48d219f1d8f5ddeb6", - "sha256:cee4373f4d3ad28f1ab6290684d8e2ebdb9e7a1b74fdc39e4c211995f77bec27", - "sha256:d5b054862739d276e09928de37c79ddeec42a6e1bfc55863be96a36ba22926f6", - "sha256:dbe03226baf438ac4fda9e2d0715022fd579cb641c4cf639fa40d53b2fe6f3e2", - "sha256:dc15e99b2d8a656f8e666854404f1ba54765871104e50c8e9813af8a7db07f12", - "sha256:dcaf7c1524c0542ee2fc82cc8ec337f7a9f7edee2532421ab200d2b920fc97cf", - "sha256:dd4eda173a9fcccb5f2e2bd2a9f423d180194b1bf17cf59e3269899235b2a114", - "sha256:dd9a8bd8900e65504a305bf8ae6fa9fbc66de94178c420791d0293702fce2df7", - "sha256:de7376c29d95d6719048c194a9cf1a1b0393fbe8488a22008610b0361d834ecf", - "sha256:e7fdd52961feb4c96507aa649550ec2a0d527c086d284749b2f582f2d40a2e0d", - "sha256:e91f541a85298cf35433bf66f3fab2a4a2cff05c127eeca4af174f6d497f0d4b", - "sha256:e9e3c4c9e1ed40ea53acf11e2a386383c3304212c965773704e4603d589343ed", - "sha256:ee803480535c44e7f5ad00788526da7d85525cfefaf8acf8ab9a310000be4b03", - "sha256:f09cb5a7bbe1ecae6e87901a2eb23e0256bb524a79ccc53eb0b7629fbe7677c4", - "sha256:f19c1585933c82098c2a520f8ec1227f20e339e33aca8fa6f956f6691b784e67", - "sha256:f1a2f519ae173b5b6a2c9d5fa3116ce16e48b3462c8b96dfdded11055e3d6365", - "sha256:f28f891ccd15c514a0981f3b9db9aa23d62fe1a99997512b0491d2ed323d229a", - "sha256:f3e73a4255342d4eb26ef6df01e3962e73aa29baa3124a8e824c5d3364a65748", - "sha256:f606a1881d2663630ea5b8ce2efe2111740df4b687bd78b34a8131baa007f79b", - "sha256:fe9f97feb71aa9896b81973a7bbada8c49501dc73e58a10fcef6663af95e5079", - "sha256:ffc519621dce0c767e96b9c53f09c5d215578e10b02c285809f76509a3931482" - ], - "markers": "python_full_version >= '3.7.0'", - "version": "==3.4.0" + "version": "==4.8.0" }, "click": { "hashes": [ - "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28", - "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2", + "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" ], "markers": "python_version >= '3.7'", - "version": "==8.1.7" - }, - "contourpy": { - "hashes": [ - "sha256:041b640d4ec01922083645a94bb3b2e777e6b626788f4095cf21abbe266413c1", - "sha256:05e806338bfeaa006acbdeba0ad681a10be63b26e1b17317bfac3c5d98f36cda", - "sha256:08d9d449a61cf53033612cb368f3a1b26cd7835d9b8cd326647efe43bca7568d", - "sha256:0ffa84be8e0bd33410b17189f7164c3589c229ce5db85798076a3fa136d0e509", - "sha256:113231fe3825ebf6f15eaa8bc1f5b0ddc19d42b733345eae0934cb291beb88b6", - "sha256:14c102b0eab282427b662cb590f2e9340a9d91a1c297f48729431f2dcd16e14f", - "sha256:174e758c66bbc1c8576992cec9599ce8b6672b741b5d336b5c74e35ac382b18e", - "sha256:19c1555a6801c2f084c7ddc1c6e11f02eb6a6016ca1318dd5452ba3f613a1751", - "sha256:19d40d37c1c3a4961b4619dd9d77b12124a453cc3d02bb31a07d58ef684d3d86", - "sha256:1bf98051f1045b15c87868dbaea84f92408337d4f81d0e449ee41920ea121d3b", - "sha256:20914c8c973f41456337652a6eeca26d2148aa96dd7ac323b74516988bea89fc", - "sha256:287ccc248c9e0d0566934e7d606201abd74761b5703d804ff3df8935f523d546", - "sha256:2ba94a401342fc0f8b948e57d977557fbf4d515f03c67682dd5c6191cb2d16ec", - "sha256:31c1b55c1f34f80557d3830d3dd93ba722ce7e33a0b472cba0ec3b6535684d8f", - "sha256:36987a15e8ace5f58d4d5da9dca82d498c2bbb28dff6e5d04fbfcc35a9cb3a82", - "sha256:3a04ecd68acbd77fa2d39723ceca4c3197cb2969633836ced1bea14e219d077c", - "sha256:3e8b974d8db2c5610fb4e76307e265de0edb655ae8169e8b21f41807ccbeec4b", - "sha256:3ea9924d28fc5586bf0b42d15f590b10c224117e74409dd7a0be3b62b74a501c", - "sha256:4318af1c925fb9a4fb190559ef3eec206845f63e80fb603d47f2d6d67683901c", - "sha256:44a29502ca9c7b5ba389e620d44f2fbe792b1fb5734e8b931ad307071ec58c53", - "sha256:47734d7073fb4590b4a40122b35917cd77be5722d80683b249dac1de266aac80", - "sha256:4d76d5993a34ef3df5181ba3c92fabb93f1eaa5729504fb03423fcd9f3177242", - "sha256:4dbbc03a40f916a8420e420d63e96a1258d3d1b58cbdfd8d1f07b49fcbd38e85", - "sha256:500360b77259914f7805af7462e41f9cb7ca92ad38e9f94d6c8641b089338124", - "sha256:523a8ee12edfa36f6d2a49407f705a6ef4c5098de4f498619787e272de93f2d5", - "sha256:573abb30e0e05bf31ed067d2f82500ecfdaec15627a59d63ea2d95714790f5c2", - "sha256:5b75aa69cb4d6f137b36f7eb2ace9280cfb60c55dc5f61c731fdf6f037f958a3", - "sha256:61332c87493b00091423e747ea78200659dc09bdf7fd69edd5e98cef5d3e9a8d", - "sha256:805617228ba7e2cbbfb6c503858e626ab528ac2a32a04a2fe88ffaf6b02c32bc", - "sha256:841ad858cff65c2c04bf93875e384ccb82b654574a6d7f30453a04f04af71342", - "sha256:89785bb2a1980c1bd87f0cb1517a71cde374776a5f150936b82580ae6ead44a1", - "sha256:8eb96e79b9f3dcadbad2a3891672f81cdcab7f95b27f28f1c67d75f045b6b4f1", - "sha256:974d8145f8ca354498005b5b981165b74a195abfae9a8129df3e56771961d595", - "sha256:9ddeb796389dadcd884c7eb07bd14ef12408aaae358f0e2ae24114d797eede30", - "sha256:a045f341a77b77e1c5de31e74e966537bba9f3c4099b35bf4c2e3939dd54cdab", - "sha256:a0cffcbede75c059f535725c1680dfb17b6ba8753f0c74b14e6a9c68c29d7ea3", - "sha256:a761d9ccfc5e2ecd1bf05534eda382aa14c3e4f9205ba5b1684ecfe400716ef2", - "sha256:a7895f46d47671fa7ceec40f31fae721da51ad34bdca0bee83e38870b1f47ffd", - "sha256:a9fa36448e6a3a1a9a2ba23c02012c43ed88905ec80163f2ffe2421c7192a5d7", - "sha256:ab29962927945d89d9b293eabd0d59aea28d887d4f3be6c22deaefbb938a7277", - "sha256:abbb49fb7dac584e5abc6636b7b2a7227111c4f771005853e7d25176daaf8453", - "sha256:ac4578ac281983f63b400f7fe6c101bedc10651650eef012be1ccffcbacf3697", - "sha256:adce39d67c0edf383647a3a007de0a45fd1b08dedaa5318404f1a73059c2512b", - "sha256:ade08d343436a94e633db932e7e8407fe7de8083967962b46bdfc1b0ced39454", - "sha256:b2bdca22a27e35f16794cf585832e542123296b4687f9fd96822db6bae17bfc9", - "sha256:b2f926efda994cdf3c8d3fdb40b9962f86edbc4457e739277b961eced3d0b4c1", - "sha256:b457d6430833cee8e4b8e9b6f07aa1c161e5e0d52e118dc102c8f9bd7dd060d6", - "sha256:c414fc1ed8ee1dbd5da626cf3710c6013d3d27456651d156711fa24f24bd1291", - "sha256:cb76c1a154b83991a3cbbf0dfeb26ec2833ad56f95540b442c73950af2013750", - "sha256:dfd97abd83335045a913e3bcc4a09c0ceadbe66580cf573fe961f4a825efa699", - "sha256:e914a8cb05ce5c809dd0fe350cfbb4e881bde5e2a38dc04e3afe1b3e58bd158e", - "sha256:ece6df05e2c41bd46776fbc712e0996f7c94e0d0543af1656956d150c4ca7c81", - "sha256:efa874e87e4a647fd2e4f514d5e91c7d493697127beb95e77d2f7561f6905bd9", - "sha256:f611e628ef06670df83fce17805c344710ca5cde01edfdc72751311da8585375" - ], - "markers": "python_version >= '3.10'", - "version": "==1.3.1" - }, - "cycler": { - "hashes": [ - "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30", - "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c" - ], - "markers": "python_version >= '3.8'", - "version": "==0.12.1" + "version": "==8.1.8" }, "fastapi": { "hashes": [ - "sha256:0e7a4d0dc0d01c68df21887cce0945e72d3c48b9f4f79dfe7a7d53aa08fbb289", - "sha256:596b95adbe1474da47049e802f9a65ab2ffa9c2b07e7efee70eb8a66c9f2f796" + "sha256:0f106da6c01d88a6786b3248fb4d7a940d071f6f488488898ad5d354b25ed015", + "sha256:eb6a8c8bf7f26009e8147111ff15b5177a0e19bb4a45bc3486ab14804539d21e" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==0.115.5" + "version": "==0.115.7" }, "fastapi-cli": { "hashes": [ - "sha256:d30e1239c6f46fcb95e606f02cdda59a1e2fa778a54b64686b3ff27f6211ff9f", - "sha256:e94d847524648c748a5350673546bbf9bcaeb086b33c24f2e82e021436866a46" + "sha256:02b3b65956f526412515907a0793c9094abd4bfb5457b389f645b0ea6ba3605e", + "sha256:d549368ff584b2804336c61f192d86ddea080c11255f375959627911944804f4" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==0.0.5" - }, - "fonttools": { - "hashes": [ - "sha256:00f7cf55ad58a57ba421b6a40945b85ac7cc73094fb4949c41171d3619a3a47e", - "sha256:01124f2ca6c29fad4132d930da69158d3f49b2350e4a779e1efbe0e82bd63f6c", - "sha256:12db5888cd4dd3fcc9f0ee60c6edd3c7e1fd44b7dd0f31381ea03df68f8a153f", - "sha256:161d1ac54c73d82a3cded44202d0218ab007fde8cf194a23d3dd83f7177a2f03", - "sha256:1f0e115281a32ff532118aa851ef497a1b7cda617f4621c1cdf81ace3e36fb0c", - "sha256:23bbbb49bec613a32ed1b43df0f2b172313cee690c2509f1af8fdedcf0a17438", - "sha256:2863555ba90b573e4201feaf87a7e71ca3b97c05aa4d63548a4b69ea16c9e998", - "sha256:2b3ab90ec0f7b76c983950ac601b58949f47aca14c3f21eed858b38d7ec42b05", - "sha256:31d00f9852a6051dac23294a4cf2df80ced85d1d173a61ba90a3d8f5abc63c60", - "sha256:33b52a9cfe4e658e21b1f669f7309b4067910321757fec53802ca8f6eae96a5a", - "sha256:37dbb3fdc2ef7302d3199fb12468481cbebaee849e4b04bc55b77c24e3c49189", - "sha256:3e569711464f777a5d4ef522e781dc33f8095ab5efd7548958b36079a9f2f88c", - "sha256:3f901cef813f7c318b77d1c5c14cf7403bae5cb977cede023e22ba4316f0a8f6", - "sha256:51c029d4c0608a21a3d3d169dfc3fb776fde38f00b35ca11fdab63ba10a16f61", - "sha256:5435e5f1eb893c35c2bc2b9cd3c9596b0fcb0a59e7a14121562986dd4c47b8dd", - "sha256:553bd4f8cc327f310c20158e345e8174c8eed49937fb047a8bda51daf2c353c8", - "sha256:55718e8071be35dff098976bc249fc243b58efa263768c611be17fe55975d40a", - "sha256:61dc0a13451143c5e987dec5254d9d428f3c2789a549a7cf4f815b63b310c1cc", - "sha256:636caaeefe586d7c84b5ee0734c1a5ab2dae619dc21c5cf336f304ddb8f6001b", - "sha256:6c99b5205844f48a05cb58d4a8110a44d3038c67ed1d79eb733c4953c628b0f6", - "sha256:7208856f61770895e79732e1dcbe49d77bd5783adf73ae35f87fcc267df9db81", - "sha256:732a9a63d6ea4a81b1b25a1f2e5e143761b40c2e1b79bb2b68e4893f45139a40", - "sha256:7636acc6ab733572d5e7eec922b254ead611f1cdad17be3f0be7418e8bfaca71", - "sha256:7dd91ac3fcb4c491bb4763b820bcab6c41c784111c24172616f02f4bc227c17d", - "sha256:8118dc571921dc9e4b288d9cb423ceaf886d195a2e5329cc427df82bba872cd9", - "sha256:81ffd58d2691f11f7c8438796e9f21c374828805d33e83ff4b76e4635633674c", - "sha256:838d2d8870f84fc785528a692e724f2379d5abd3fc9dad4d32f91cf99b41e4a7", - "sha256:8c9679fc0dd7e8a5351d321d8d29a498255e69387590a86b596a45659a39eb0d", - "sha256:9ce4ba6981e10f7e0ccff6348e9775ce25ffadbee70c9fd1a3737e3e9f5fa74f", - "sha256:a656652e1f5d55b9728937a7e7d509b73d23109cddd4e89ee4f49bde03b736c6", - "sha256:a7ad1f1b98ab6cb927ab924a38a8649f1ffd7525c75fe5b594f5dab17af70e18", - "sha256:aa046f6a63bb2ad521004b2769095d4c9480c02c1efa7d7796b37826508980b6", - "sha256:abe62987c37630dca69a104266277216de1023cf570c1643bb3a19a9509e7a1b", - "sha256:b2e526b325a903868c62155a6a7e24df53f6ce4c5c3160214d8fe1be2c41b478", - "sha256:b5263d8e7ef3c0ae87fbce7f3ec2f546dc898d44a337e95695af2cd5ea21a967", - "sha256:b7ef9068a1297714e6fefe5932c33b058aa1d45a2b8be32a4c6dee602ae22b5c", - "sha256:bca35b4e411362feab28e576ea10f11268b1aeed883b9f22ed05675b1e06ac69", - "sha256:ca7fd6987c68414fece41c96836e945e1f320cda56fc96ffdc16e54a44ec57a2", - "sha256:d12081729280c39d001edd0f4f06d696014c26e6e9a0a55488fabc37c28945e4", - "sha256:dd2820a8b632f3307ebb0bf57948511c2208e34a4939cf978333bc0a3f11f838", - "sha256:e198e494ca6e11f254bac37a680473a311a88cd40e58f9cc4dc4911dfb686ec6", - "sha256:e7e6a352ff9e46e8ef8a3b1fe2c4478f8a553e1b5a479f2e899f9dc5f2055880", - "sha256:e8e67974326af6a8879dc2a4ec63ab2910a1c1a9680ccd63e4a690950fceddbe", - "sha256:f0a4b52238e7b54f998d6a56b46a2c56b59c74d4f8a6747fb9d4042190f37cd3", - "sha256:f27526042efd6f67bfb0cc2f1610fa20364396f8b1fc5edb9f45bb815fb090b2", - "sha256:f307f6b5bf9e86891213b293e538d292cd1677e06d9faaa4bf9c086ad5f132f6", - "sha256:f46b863d74bab7bb0d395f3b68d3f52a03444964e67ce5c43ce43a75efce9246", - "sha256:f50a1f455902208486fbca47ce33054208a4e437b38da49d6721ce2fef732fcf", - "sha256:f8c8c76037d05652510ae45be1cd8fb5dd2fd9afec92a25374ac82255993d57c", - "sha256:fa34aa175c91477485c44ddfbb51827d470011e558dfd5c7309eb31bef19ec51" - ], - "markers": "python_version >= '3.8'", - "version": "==4.55.0" - }, - "geojson": { - "hashes": [ - "sha256:58a7fa40727ea058efc28b0e9ff0099eadf6d0965e04690830208d3ef571adac", - "sha256:68a9771827237adb8c0c71f8527509c8f5bef61733aa434cefc9c9d4f0ebe8f3" - ], - "markers": "python_version >= '3.7'", - "version": "==3.1.0" + "version": "==0.0.7" }, "h11": { "hashes": [ @@ -387,278 +128,14 @@ "markers": "python_version >= '3.8'", "version": "==1.4.2" }, - "kiwisolver": { - "hashes": [ - "sha256:073a36c8273647592ea332e816e75ef8da5c303236ec0167196793eb1e34657a", - "sha256:08471d4d86cbaec61f86b217dd938a83d85e03785f51121e791a6e6689a3be95", - "sha256:0c18ec74c0472de033e1bebb2911c3c310eef5649133dd0bedf2a169a1b269e5", - "sha256:0c6c43471bc764fad4bc99c5c2d6d16a676b1abf844ca7c8702bdae92df01ee0", - "sha256:10849fb2c1ecbfae45a693c070e0320a91b35dd4bcf58172c023b994283a124d", - "sha256:18077b53dc3bb490e330669a99920c5e6a496889ae8c63b58fbc57c3d7f33a18", - "sha256:18e0cca3e008e17fe9b164b55735a325140a5a35faad8de92dd80265cd5eb80b", - "sha256:22f499f6157236c19f4bbbd472fa55b063db77a16cd74d49afe28992dff8c258", - "sha256:2a8781ac3edc42ea4b90bc23e7d37b665d89423818e26eb6df90698aa2287c95", - "sha256:2e6039dcbe79a8e0f044f1c39db1986a1b8071051efba3ee4d74f5b365f5226e", - "sha256:34ea1de54beef1c104422d210c47c7d2a4999bdecf42c7b5718fbe59a4cac383", - "sha256:3ab58c12a2cd0fc769089e6d38466c46d7f76aced0a1f54c77652446733d2d02", - "sha256:3abc5b19d24af4b77d1598a585b8a719beb8569a71568b66f4ebe1fb0449460b", - "sha256:3bf1ed55088f214ba6427484c59553123fdd9b218a42bbc8c6496d6754b1e523", - "sha256:3ce6b2b0231bda412463e152fc18335ba32faf4e8c23a754ad50ffa70e4091ee", - "sha256:3da53da805b71e41053dc670f9a820d1157aae77b6b944e08024d17bcd51ef88", - "sha256:3f9362ecfca44c863569d3d3c033dbe8ba452ff8eed6f6b5806382741a1334bd", - "sha256:409afdfe1e2e90e6ee7fc896f3df9a7fec8e793e58bfa0d052c8a82f99c37abb", - "sha256:40fa14dbd66b8b8f470d5fc79c089a66185619d31645f9b0773b88b19f7223c4", - "sha256:4322872d5772cae7369f8351da1edf255a604ea7087fe295411397d0cfd9655e", - "sha256:44756f9fd339de0fb6ee4f8c1696cfd19b2422e0d70b4cefc1cc7f1f64045a8c", - "sha256:46707a10836894b559e04b0fd143e343945c97fd170d69a2d26d640b4e297935", - "sha256:48b571ecd8bae15702e4f22d3ff6a0f13e54d3d00cd25216d5e7f658242065ee", - "sha256:48be928f59a1f5c8207154f935334d374e79f2b5d212826307d072595ad76a2e", - "sha256:4bfa75a048c056a411f9705856abfc872558e33c055d80af6a380e3658766038", - "sha256:4c00336b9dd5ad96d0a558fd18a8b6f711b7449acce4c157e7343ba92dd0cf3d", - "sha256:4c26ed10c4f6fa6ddb329a5120ba3b6db349ca192ae211e882970bfc9d91420b", - "sha256:4d05d81ecb47d11e7f8932bd8b61b720bf0b41199358f3f5e36d38e28f0532c5", - "sha256:4e77f2126c3e0b0d055f44513ed349038ac180371ed9b52fe96a32aa071a5107", - "sha256:5337ec7809bcd0f424c6b705ecf97941c46279cf5ed92311782c7c9c2026f07f", - "sha256:5360cc32706dab3931f738d3079652d20982511f7c0ac5711483e6eab08efff2", - "sha256:58370b1ffbd35407444d57057b57da5d6549d2d854fa30249771775c63b5fe17", - "sha256:58cb20602b18f86f83a5c87d3ee1c766a79c0d452f8def86d925e6c60fbf7bfb", - "sha256:599b5c873c63a1f6ed7eead644a8a380cfbdf5db91dcb6f85707aaab213b1674", - "sha256:5b7dfa3b546da08a9f622bb6becdb14b3e24aaa30adba66749d38f3cc7ea9706", - "sha256:5b9c3f4ee0b9a439d2415012bd1b1cc2df59e4d6a9939f4d669241d30b414327", - "sha256:5d34eb8494bea691a1a450141ebb5385e4b69d38bb8403b5146ad279f4b30fa3", - "sha256:5d5abf8f8ec1f4e22882273c423e16cae834c36856cac348cfbfa68e01c40f3a", - "sha256:5e3bc157fed2a4c02ec468de4ecd12a6e22818d4f09cde2c31ee3226ffbefab2", - "sha256:612a10bdae23404a72941a0fc8fa2660c6ea1217c4ce0dbcab8a8f6543ea9e7f", - "sha256:657a05857bda581c3656bfc3b20e353c232e9193eb167766ad2dc58b56504948", - "sha256:65e720d2ab2b53f1f72fb5da5fb477455905ce2c88aaa671ff0a447c2c80e8e3", - "sha256:693902d433cf585133699972b6d7c42a8b9f8f826ebcaf0132ff55200afc599e", - "sha256:6af936f79086a89b3680a280c47ea90b4df7047b5bdf3aa5c524bbedddb9e545", - "sha256:71bb308552200fb2c195e35ef05de12f0c878c07fc91c270eb3d6e41698c3bcc", - "sha256:764202cc7e70f767dab49e8df52c7455e8de0df5d858fa801a11aa0d882ccf3f", - "sha256:76c8094ac20ec259471ac53e774623eb62e6e1f56cd8690c67ce6ce4fcb05650", - "sha256:78a42513018c41c2ffd262eb676442315cbfe3c44eed82385c2ed043bc63210a", - "sha256:79849239c39b5e1fd906556c474d9b0439ea6792b637511f3fe3a41158d89ca8", - "sha256:7ab9ccab2b5bd5702ab0803676a580fffa2aa178c2badc5557a84cc943fcf750", - "sha256:7bbfcb7165ce3d54a3dfbe731e470f65739c4c1f85bb1018ee912bae139e263b", - "sha256:7c06a4c7cf15ec739ce0e5971b26c93638730090add60e183530d70848ebdd34", - "sha256:801fa7802e5cfabe3ab0c81a34c323a319b097dfb5004be950482d882f3d7225", - "sha256:803b8e1459341c1bb56d1c5c010406d5edec8a0713a0945851290a7930679b51", - "sha256:82a5c2f4b87c26bb1a0ef3d16b5c4753434633b83d365cc0ddf2770c93829e3c", - "sha256:84ec80df401cfee1457063732d90022f93951944b5b58975d34ab56bb150dfb3", - "sha256:8705f17dfeb43139a692298cb6637ee2e59c0194538153e83e9ee0c75c2eddde", - "sha256:88a9ca9c710d598fd75ee5de59d5bda2684d9db36a9f50b6125eaea3969c2599", - "sha256:88f17c5ffa8e9462fb79f62746428dd57b46eb931698e42e990ad63103f35e6c", - "sha256:8a3ec5aa8e38fc4c8af308917ce12c536f1c88452ce554027e55b22cbbfbff76", - "sha256:8a9c83f75223d5e48b0bc9cb1bf2776cf01563e00ade8775ffe13b0b6e1af3a6", - "sha256:8b01aac285f91ca889c800042c35ad3b239e704b150cfd3382adfc9dcc780e39", - "sha256:8d53103597a252fb3ab8b5845af04c7a26d5e7ea8122303dd7a021176a87e8b9", - "sha256:8e045731a5416357638d1700927529e2b8ab304811671f665b225f8bf8d8f933", - "sha256:8f0ea6da6d393d8b2e187e6a5e3fb81f5862010a40c3945e2c6d12ae45cfb2ad", - "sha256:90da3b5f694b85231cf93586dad5e90e2d71b9428f9aad96952c99055582f520", - "sha256:913983ad2deb14e66d83c28b632fd35ba2b825031f2fa4ca29675e665dfecbe1", - "sha256:9242795d174daa40105c1d86aba618e8eab7bf96ba8c3ee614da8302a9f95503", - "sha256:929e294c1ac1e9f615c62a4e4313ca1823ba37326c164ec720a803287c4c499b", - "sha256:933d4de052939d90afbe6e9d5273ae05fb836cc86c15b686edd4b3560cc0ee36", - "sha256:942216596dc64ddb25adb215c3c783215b23626f8d84e8eff8d6d45c3f29f75a", - "sha256:94252291e3fe68001b1dd747b4c0b3be12582839b95ad4d1b641924d68fd4643", - "sha256:9893ff81bd7107f7b685d3017cc6583daadb4fc26e4a888350df530e41980a60", - "sha256:9e838bba3a3bac0fe06d849d29772eb1afb9745a59710762e4ba3f4cb8424483", - "sha256:a0f64a48bb81af7450e641e3fe0b0394d7381e342805479178b3d335d60ca7cf", - "sha256:a17f6a29cf8935e587cc8a4dbfc8368c55edc645283db0ce9801016f83526c2d", - "sha256:a1ecf0ac1c518487d9d23b1cd7139a6a65bc460cd101ab01f1be82ecf09794b6", - "sha256:a79ae34384df2b615eefca647a2873842ac3b596418032bef9a7283675962644", - "sha256:a91b5f9f1205845d488c928e8570dcb62b893372f63b8b6e98b863ebd2368ff2", - "sha256:aa0abdf853e09aff551db11fce173e2177d00786c688203f52c87ad7fcd91ef9", - "sha256:ac542bf38a8a4be2dc6b15248d36315ccc65f0743f7b1a76688ffb6b5129a5c2", - "sha256:ad42ba922c67c5f219097b28fae965e10045ddf145d2928bfac2eb2e17673640", - "sha256:aeb3531b196ef6f11776c21674dba836aeea9d5bd1cf630f869e3d90b16cfade", - "sha256:b38ac83d5f04b15e515fd86f312479d950d05ce2368d5413d46c088dda7de90a", - "sha256:b7d755065e4e866a8086c9bdada157133ff466476a2ad7861828e17b6026e22c", - "sha256:bd3de6481f4ed8b734da5df134cd5a6a64fe32124fe83dde1e5b5f29fe30b1e6", - "sha256:bfa1acfa0c54932d5607e19a2c24646fb4c1ae2694437789129cf099789a3b00", - "sha256:c619b101e6de2222c1fcb0531e1b17bbffbe54294bfba43ea0d411d428618c27", - "sha256:ce8be0466f4c0d585cdb6c1e2ed07232221df101a4c6f28821d2aa754ca2d9e2", - "sha256:cf0438b42121a66a3a667de17e779330fc0f20b0d97d59d2f2121e182b0505e4", - "sha256:cf8bcc23ceb5a1b624572a1623b9f79d2c3b337c8c455405ef231933a10da379", - "sha256:d2b0e12a42fb4e72d509fc994713d099cbb15ebf1103545e8a45f14da2dfca54", - "sha256:d83db7cde68459fc803052a55ace60bea2bae361fc3b7a6d5da07e11954e4b09", - "sha256:dda56c24d869b1193fcc763f1284b9126550eaf84b88bbc7256e15028f19188a", - "sha256:dea0bf229319828467d7fca8c7c189780aa9ff679c94539eed7532ebe33ed37c", - "sha256:e1631290ee9271dffe3062d2634c3ecac02c83890ada077d225e081aca8aab89", - "sha256:e28c7fea2196bf4c2f8d46a0415c77a1c480cc0724722f23d7410ffe9842c407", - "sha256:e2e6c39bd7b9372b0be21456caab138e8e69cc0fc1190a9dfa92bd45a1e6e904", - "sha256:e33e8fbd440c917106b237ef1a2f1449dfbb9b6f6e1ce17c94cd6a1e0d438376", - "sha256:e8df2eb9b2bac43ef8b082e06f750350fbbaf2887534a5be97f6cf07b19d9583", - "sha256:e968b84db54f9d42046cf154e02911e39c0435c9801681e3fc9ce8a3c4130278", - "sha256:eb542fe7933aa09d8d8f9d9097ef37532a7df6497819d16efe4359890a2f417a", - "sha256:edcfc407e4eb17e037bca59be0e85a2031a2ac87e4fed26d3e9df88b4165f92d", - "sha256:eee3ea935c3d227d49b4eb85660ff631556841f6e567f0f7bda972df6c2c9935", - "sha256:ef97b8df011141c9b0f6caf23b29379f87dd13183c978a30a3c546d2c47314cb", - "sha256:f106407dda69ae456dd1227966bf445b157ccc80ba0dff3802bb63f30b74e895", - "sha256:f3160309af4396e0ed04db259c3ccbfdc3621b5559b5453075e5de555e1f3a1b", - "sha256:f32d6edbc638cde7652bd690c3e728b25332acbadd7cad670cc4a02558d9c417", - "sha256:f37cfe618a117e50d8c240555331160d73d0411422b59b5ee217843d7b693608", - "sha256:f4c9aee212bc89d4e13f58be11a56cc8036cabad119259d12ace14b34476fd07", - "sha256:f4d742cb7af1c28303a51b7a27aaee540e71bb8e24f68c736f6f2ffc82f2bf05", - "sha256:f5a8b53bdc0b3961f8b6125e198617c40aeed638b387913bf1ce78afb1b0be2a", - "sha256:f816dd2277f8d63d79f9c8473a79fe54047bc0467754962840782c575522224d", - "sha256:f9a9e8a507420fe35992ee9ecb302dab68550dedc0da9e2880dd88071c5fb052" - ], - "markers": "python_version >= '3.8'", - "version": "==1.4.7" - }, "loki-logger-handler": { "hashes": [ - "sha256:aa1a9c933282c134a1e4271aba3cbaa2a3660eab6ea415bad7a072444ab98aa8", - "sha256:f6114727a9e5e6f3f2058b9b5324d1cab6d1a04e802079f7b57a8aeb7bd0a112" + "sha256:0198c6ec0cda01e90a569b2ed2e1bb92d8bbfc19c0f9d47014238d9a0fa5df86", + "sha256:4ec0cfecaa8ba724f3d7d429cf5a505d5e53ff6ca2cf4e980e4262b12cb980fb" ], "index": "pypi", "markers": "python_version >= '2.7'", - "version": "==1.0.2" - }, - "lxml": { - "hashes": [ - "sha256:01220dca0d066d1349bd6a1726856a78f7929f3878f7e2ee83c296c69495309e", - "sha256:02ced472497b8362c8e902ade23e3300479f4f43e45f4105c85ef43b8db85229", - "sha256:052d99051e77a4f3e8482c65014cf6372e61b0a6f4fe9edb98503bb5364cfee3", - "sha256:07da23d7ee08577760f0a71d67a861019103e4812c87e2fab26b039054594cc5", - "sha256:094cb601ba9f55296774c2d57ad68730daa0b13dc260e1f941b4d13678239e70", - "sha256:0a7056921edbdd7560746f4221dca89bb7a3fe457d3d74267995253f46343f15", - "sha256:0c120f43553ec759f8de1fee2f4794452b0946773299d44c36bfe18e83caf002", - "sha256:0d7b36afa46c97875303a94e8f3ad932bf78bace9e18e603f2085b652422edcd", - "sha256:0fdf3a3059611f7585a78ee10399a15566356116a4288380921a4b598d807a22", - "sha256:109fa6fede314cc50eed29e6e56c540075e63d922455346f11e4d7a036d2b8cf", - "sha256:146173654d79eb1fc97498b4280c1d3e1e5d58c398fa530905c9ea50ea849b22", - "sha256:1473427aff3d66a3fa2199004c3e601e6c4500ab86696edffdbc84954c72d832", - "sha256:1483fd3358963cc5c1c9b122c80606a3a79ee0875bcac0204149fa09d6ff2727", - "sha256:168f2dfcfdedf611eb285efac1516c8454c8c99caf271dccda8943576b67552e", - "sha256:17e8d968d04a37c50ad9c456a286b525d78c4a1c15dd53aa46c1d8e06bf6fa30", - "sha256:18feb4b93302091b1541221196a2155aa296c363fd233814fa11e181adebc52f", - "sha256:1afe0a8c353746e610bd9031a630a95bcfb1a720684c3f2b36c4710a0a96528f", - "sha256:1d04f064bebdfef9240478f7a779e8c5dc32b8b7b0b2fc6a62e39b928d428e51", - "sha256:1fdc9fae8dd4c763e8a31e7630afef517eab9f5d5d31a278df087f307bf601f4", - "sha256:1ffc23010330c2ab67fac02781df60998ca8fe759e8efde6f8b756a20599c5de", - "sha256:20094fc3f21ea0a8669dc4c61ed7fa8263bd37d97d93b90f28fc613371e7a875", - "sha256:213261f168c5e1d9b7535a67e68b1f59f92398dd17a56d934550837143f79c42", - "sha256:218c1b2e17a710e363855594230f44060e2025b05c80d1f0661258142b2add2e", - "sha256:23e0553b8055600b3bf4a00b255ec5c92e1e4aebf8c2c09334f8368e8bd174d6", - "sha256:25f1b69d41656b05885aa185f5fdf822cb01a586d1b32739633679699f220391", - "sha256:2b3778cb38212f52fac9fe913017deea2fdf4eb1a4f8e4cfc6b009a13a6d3fcc", - "sha256:2bc9fd5ca4729af796f9f59cd8ff160fe06a474da40aca03fcc79655ddee1a8b", - "sha256:2c226a06ecb8cdef28845ae976da407917542c5e6e75dcac7cc33eb04aaeb237", - "sha256:2c3406b63232fc7e9b8783ab0b765d7c59e7c59ff96759d8ef9632fca27c7ee4", - "sha256:2c86bf781b12ba417f64f3422cfc302523ac9cd1d8ae8c0f92a1c66e56ef2e86", - "sha256:2d9b8d9177afaef80c53c0a9e30fa252ff3036fb1c6494d427c066a4ce6a282f", - "sha256:2dec2d1130a9cda5b904696cec33b2cfb451304ba9081eeda7f90f724097300a", - "sha256:2dfab5fa6a28a0b60a20638dc48e6343c02ea9933e3279ccb132f555a62323d8", - "sha256:2ecdd78ab768f844c7a1d4a03595038c166b609f6395e25af9b0f3f26ae1230f", - "sha256:315f9542011b2c4e1d280e4a20ddcca1761993dda3afc7a73b01235f8641e903", - "sha256:36aef61a1678cb778097b4a6eeae96a69875d51d1e8f4d4b491ab3cfb54b5a03", - "sha256:384aacddf2e5813a36495233b64cb96b1949da72bef933918ba5c84e06af8f0e", - "sha256:3879cc6ce938ff4eb4900d901ed63555c778731a96365e53fadb36437a131a99", - "sha256:3c174dc350d3ec52deb77f2faf05c439331d6ed5e702fc247ccb4e6b62d884b7", - "sha256:3eb44520c4724c2e1a57c0af33a379eee41792595023f367ba3952a2d96c2aab", - "sha256:406246b96d552e0503e17a1006fd27edac678b3fcc9f1be71a2f94b4ff61528d", - "sha256:41ce1f1e2c7755abfc7e759dc34d7d05fd221723ff822947132dc934d122fe22", - "sha256:423b121f7e6fa514ba0c7918e56955a1d4470ed35faa03e3d9f0e3baa4c7e492", - "sha256:44264ecae91b30e5633013fb66f6ddd05c006d3e0e884f75ce0b4755b3e3847b", - "sha256:482c2f67761868f0108b1743098640fbb2a28a8e15bf3f47ada9fa59d9fe08c3", - "sha256:4b0c7a688944891086ba192e21c5229dea54382f4836a209ff8d0a660fac06be", - "sha256:4c1fefd7e3d00921c44dc9ca80a775af49698bbfd92ea84498e56acffd4c5469", - "sha256:4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f", - "sha256:501d0d7e26b4d261fca8132854d845e4988097611ba2531408ec91cf3fd9d20a", - "sha256:516f491c834eb320d6c843156440fe7fc0d50b33e44387fcec5b02f0bc118a4c", - "sha256:51806cfe0279e06ed8500ce19479d757db42a30fd509940b1701be9c86a5ff9a", - "sha256:562e7494778a69086f0312ec9689f6b6ac1c6b65670ed7d0267e49f57ffa08c4", - "sha256:56b9861a71575f5795bde89256e7467ece3d339c9b43141dbdd54544566b3b94", - "sha256:5b8f5db71b28b8c404956ddf79575ea77aa8b1538e8b2ef9ec877945b3f46442", - "sha256:5c2fb570d7823c2bbaf8b419ba6e5662137f8166e364a8b2b91051a1fb40ab8b", - "sha256:5c54afdcbb0182d06836cc3d1be921e540be3ebdf8b8a51ee3ef987537455f84", - "sha256:5d6a6972b93c426ace71e0be9a6f4b2cfae9b1baed2eed2006076a746692288c", - "sha256:609251a0ca4770e5a8768ff902aa02bf636339c5a93f9349b48eb1f606f7f3e9", - "sha256:62d172f358f33a26d6b41b28c170c63886742f5b6772a42b59b4f0fa10526cb1", - "sha256:62f7fdb0d1ed2065451f086519865b4c90aa19aed51081979ecd05a21eb4d1be", - "sha256:658f2aa69d31e09699705949b5fc4719cbecbd4a97f9656a232e7d6c7be1a367", - "sha256:65ab5685d56914b9a2a34d67dd5488b83213d680b0c5d10b47f81da5a16b0b0e", - "sha256:68934b242c51eb02907c5b81d138cb977b2129a0a75a8f8b60b01cb8586c7b21", - "sha256:68b87753c784d6acb8a25b05cb526c3406913c9d988d51f80adecc2b0775d6aa", - "sha256:69959bd3167b993e6e710b99051265654133a98f20cec1d9b493b931942e9c16", - "sha256:6a7095eeec6f89111d03dabfe5883a1fd54da319c94e0fb104ee8f23616b572d", - "sha256:6b038cc86b285e4f9fea2ba5ee76e89f21ed1ea898e287dc277a25884f3a7dfe", - "sha256:6ba0d3dcac281aad8a0e5b14c7ed6f9fa89c8612b47939fc94f80b16e2e9bc83", - "sha256:6e91cf736959057f7aac7adfc83481e03615a8e8dd5758aa1d95ea69e8931dba", - "sha256:6ee8c39582d2652dcd516d1b879451500f8db3fe3607ce45d7c5957ab2596040", - "sha256:6f651ebd0b21ec65dfca93aa629610a0dbc13dbc13554f19b0113da2e61a4763", - "sha256:71a8dd38fbd2f2319136d4ae855a7078c69c9a38ae06e0c17c73fd70fc6caad8", - "sha256:74068c601baff6ff021c70f0935b0c7bc528baa8ea210c202e03757c68c5a4ff", - "sha256:7437237c6a66b7ca341e868cda48be24b8701862757426852c9b3186de1da8a2", - "sha256:747a3d3e98e24597981ca0be0fd922aebd471fa99d0043a3842d00cdcad7ad6a", - "sha256:74bcb423462233bc5d6066e4e98b0264e7c1bed7541fff2f4e34fe6b21563c8b", - "sha256:78d9b952e07aed35fe2e1a7ad26e929595412db48535921c5013edc8aa4a35ce", - "sha256:7b1cd427cb0d5f7393c31b7496419da594fe600e6fdc4b105a54f82405e6626c", - "sha256:7d3d1ca42870cdb6d0d29939630dbe48fa511c203724820fc0fd507b2fb46577", - "sha256:7e2f58095acc211eb9d8b5771bf04df9ff37d6b87618d1cbf85f92399c98dae8", - "sha256:7f41026c1d64043a36fda21d64c5026762d53a77043e73e94b71f0521939cc71", - "sha256:81b4e48da4c69313192d8c8d4311e5d818b8be1afe68ee20f6385d0e96fc9512", - "sha256:86a6b24b19eaebc448dc56b87c4865527855145d851f9fc3891673ff97950540", - "sha256:874a216bf6afaf97c263b56371434e47e2c652d215788396f60477540298218f", - "sha256:89e043f1d9d341c52bf2af6d02e6adde62e0a46e6755d5eb60dc6e4f0b8aeca2", - "sha256:8c72e9563347c7395910de6a3100a4840a75a6f60e05af5e58566868d5eb2d6a", - "sha256:8dc2c0395bea8254d8daebc76dcf8eb3a95ec2a46fa6fae5eaccee366bfe02ce", - "sha256:8f0de2d390af441fe8b2c12626d103540b5d850d585b18fcada58d972b74a74e", - "sha256:92e67a0be1639c251d21e35fe74df6bcc40cba445c2cda7c4a967656733249e2", - "sha256:94d6c3782907b5e40e21cadf94b13b0842ac421192f26b84c45f13f3c9d5dc27", - "sha256:97acf1e1fd66ab53dacd2c35b319d7e548380c2e9e8c54525c6e76d21b1ae3b1", - "sha256:9ada35dd21dc6c039259596b358caab6b13f4db4d4a7f8665764d616daf9cc1d", - "sha256:9c52100e2c2dbb0649b90467935c4b0de5528833c76a35ea1a2691ec9f1ee7a1", - "sha256:9e41506fec7a7f9405b14aa2d5c8abbb4dbbd09d88f9496958b6d00cb4d45330", - "sha256:9e4b47ac0f5e749cfc618efdf4726269441014ae1d5583e047b452a32e221920", - "sha256:9fb81d2824dff4f2e297a276297e9031f46d2682cafc484f49de182aa5e5df99", - "sha256:a0eabd0a81625049c5df745209dc7fcef6e2aea7793e5f003ba363610aa0a3ff", - "sha256:a3d819eb6f9b8677f57f9664265d0a10dd6551d227afb4af2b9cd7bdc2ccbf18", - "sha256:a87de7dd873bf9a792bf1e58b1c3887b9264036629a5bf2d2e6579fe8e73edff", - "sha256:aa617107a410245b8660028a7483b68e7914304a6d4882b5ff3d2d3eb5948d8c", - "sha256:aac0bbd3e8dd2d9c45ceb82249e8bdd3ac99131a32b4d35c8af3cc9db1657179", - "sha256:ab6dd83b970dc97c2d10bc71aa925b84788c7c05de30241b9e96f9b6d9ea3080", - "sha256:ace2c2326a319a0bb8a8b0e5b570c764962e95818de9f259ce814ee666603f19", - "sha256:ae5fe5c4b525aa82b8076c1a59d642c17b6e8739ecf852522c6321852178119d", - "sha256:b11a5d918a6216e521c715b02749240fb07ae5a1fefd4b7bf12f833bc8b4fe70", - "sha256:b1c8c20847b9f34e98080da785bb2336ea982e7f913eed5809e5a3c872900f32", - "sha256:b369d3db3c22ed14c75ccd5af429086f166a19627e84a8fdade3f8f31426e52a", - "sha256:b710bc2b8292966b23a6a0121f7a6c51d45d2347edcc75f016ac123b8054d3f2", - "sha256:bd96517ef76c8654446fc3db9242d019a1bb5fe8b751ba414765d59f99210b79", - "sha256:c00f323cc00576df6165cc9d21a4c21285fa6b9989c5c39830c3903dc4303ef3", - "sha256:c162b216070f280fa7da844531169be0baf9ccb17263cf5a8bf876fcd3117fa5", - "sha256:c1a69e58a6bb2de65902051d57fde951febad631a20a64572677a1052690482f", - "sha256:c1f794c02903c2824fccce5b20c339a1a14b114e83b306ff11b597c5f71a1c8d", - "sha256:c24037349665434f375645fa9d1f5304800cec574d0310f618490c871fd902b3", - "sha256:c300306673aa0f3ed5ed9372b21867690a17dba38c68c44b287437c362ce486b", - "sha256:c56a1d43b2f9ee4786e4658c7903f05da35b923fb53c11025712562d5cc02753", - "sha256:c6379f35350b655fd817cd0d6cbeef7f265f3ae5fedb1caae2eb442bbeae9ab9", - "sha256:c802e1c2ed9f0c06a65bc4ed0189d000ada8049312cfeab6ca635e39c9608957", - "sha256:cb83f8a875b3d9b458cada4f880fa498646874ba4011dc974e071a0a84a1b033", - "sha256:cf120cce539453ae086eacc0130a324e7026113510efa83ab42ef3fcfccac7fb", - "sha256:dd36439be765e2dde7660212b5275641edbc813e7b24668831a5c8ac91180656", - "sha256:dd5350b55f9fecddc51385463a4f67a5da829bc741e38cf689f38ec9023f54ab", - "sha256:df5c7333167b9674aa8ae1d4008fa4bc17a313cc490b2cca27838bbdcc6bb15b", - "sha256:e63601ad5cd8f860aa99d109889b5ac34de571c7ee902d6812d5d9ddcc77fa7d", - "sha256:e92ce66cd919d18d14b3856906a61d3f6b6a8500e0794142338da644260595cd", - "sha256:e99f5507401436fdcc85036a2e7dc2e28d962550afe1cbfc07c40e454256a859", - "sha256:ea2e2f6f801696ad7de8aec061044d6c8c0dd4037608c7cab38a9a4d316bfb11", - "sha256:eafa2c8658f4e560b098fe9fc54539f86528651f61849b22111a9b107d18910c", - "sha256:ecd4ad8453ac17bc7ba3868371bffb46f628161ad0eefbd0a855d2c8c32dd81a", - "sha256:ee70d08fd60c9565ba8190f41a46a54096afa0eeb8f76bd66f2c25d3b1b83005", - "sha256:eec1bb8cdbba2925bedc887bc0609a80e599c75b12d87ae42ac23fd199445654", - "sha256:ef0c1fe22171dd7c7c27147f2e9c3e86f8bdf473fed75f16b0c2e84a5030ce80", - "sha256:f2901429da1e645ce548bf9171784c0f74f0718c3f6150ce166be39e4dd66c3e", - "sha256:f422a209d2455c56849442ae42f25dbaaba1c6c3f501d58761c619c7836642ec", - "sha256:f65e5120863c2b266dbcc927b306c5b78e502c71edf3295dfcb9501ec96e5fc7", - "sha256:f7d4a670107d75dfe5ad080bed6c341d18c4442f9378c9f58e5851e86eb79965", - "sha256:f914c03e6a31deb632e2daa881fe198461f4d06e57ac3d0e05bbcab8eae01945", - "sha256:fb66442c2546446944437df74379e9cf9e9db353e61301d1a0e26482f43f0dd8" - ], - "markers": "python_version >= '3.6'", - "version": "==5.3.0" + "version": "==1.1.0" }, "markdown-it-py": { "hashes": [ @@ -668,53 +145,6 @@ "markers": "python_version >= '3.8'", "version": "==3.0.0" }, - "matplotlib": { - "hashes": [ - "sha256:026bdf3137ab6022c866efa4813b6bbeddc2ed4c9e7e02f0e323a7bca380dfa0", - "sha256:031b7f5b8e595cc07def77ec5b58464e9bb67dc5760be5d6f26d9da24892481d", - "sha256:0a0a63cb8404d1d1f94968ef35738900038137dab8af836b6c21bb6f03d75465", - "sha256:0a361bd5583bf0bcc08841df3c10269617ee2a36b99ac39d455a767da908bbbc", - "sha256:10d3e5c7a99bd28afb957e1ae661323b0800d75b419f24d041ed1cc5d844a764", - "sha256:1c40c244221a1adbb1256692b1133c6fb89418df27bf759a31a333e7912a4010", - "sha256:203d18df84f5288973b2d56de63d4678cc748250026ca9e1ad8f8a0fd8a75d83", - "sha256:213d6dc25ce686516208d8a3e91120c6a4fdae4a3e06b8505ced5b716b50cc04", - "sha256:3119b2f16de7f7b9212ba76d8fe6a0e9f90b27a1e04683cd89833a991682f639", - "sha256:3fb0b37c896172899a4a93d9442ffdc6f870165f59e05ce2e07c6fded1c15749", - "sha256:41b016e3be4e740b66c79a031a0a6e145728dbc248142e751e8dab4f3188ca1d", - "sha256:4a8d279f78844aad213c4935c18f8292a9432d51af2d88bca99072c903948045", - "sha256:4e6eefae6effa0c35bbbc18c25ee6e0b1da44d2359c3cd526eb0c9e703cf055d", - "sha256:5f2a4ea08e6876206d511365b0bc234edc813d90b930be72c3011bbd7898796f", - "sha256:66d7b171fecf96940ce069923a08ba3df33ef542de82c2ff4fe8caa8346fa95a", - "sha256:687df7ceff57b8f070d02b4db66f75566370e7ae182a0782b6d3d21b0d6917dc", - "sha256:6be0ba61f6ff2e6b68e4270fb63b6813c9e7dec3d15fc3a93f47480444fd72f0", - "sha256:6e9de2b390d253a508dd497e9b5579f3a851f208763ed67fdca5dc0c3ea6849c", - "sha256:760a5e89ebbb172989e8273024a1024b0f084510b9105261b3b00c15e9c9f006", - "sha256:816a966d5d376bf24c92af8f379e78e67278833e4c7cbc9fa41872eec629a060", - "sha256:87ad73763d93add1b6c1f9fcd33af662fd62ed70e620c52fcb79f3ac427cf3a6", - "sha256:896774766fd6be4571a43bc2fcbcb1dcca0807e53cab4a5bf88c4aa861a08e12", - "sha256:8e0143975fc2a6d7136c97e19c637321288371e8f09cff2564ecd73e865ea0b9", - "sha256:90a85a004fefed9e583597478420bf904bb1a065b0b0ee5b9d8d31b04b0f3f70", - "sha256:9b081dac96ab19c54fd8558fac17c9d2c9cb5cc4656e7ed3261ddc927ba3e2c5", - "sha256:9d6b2e8856dec3a6db1ae51aec85c82223e834b228c1d3228aede87eee2b34f9", - "sha256:9f459c8ee2c086455744723628264e43c884be0c7d7b45d84b8cd981310b4815", - "sha256:9fa6e193c14d6944e0685cdb527cb6b38b0e4a518043e7212f214113af7391da", - "sha256:a42b9dc42de2cfe357efa27d9c50c7833fc5ab9b2eb7252ccd5d5f836a84e1e4", - "sha256:b651b0d3642991259109dc0351fc33ad44c624801367bb8307be9bfc35e427ad", - "sha256:b6c12514329ac0d03128cf1dcceb335f4fbf7c11da98bca68dca8dcb983153a9", - "sha256:c52f48eb75fcc119a4fdb68ba83eb5f71656999420375df7c94cc68e0e14686e", - "sha256:c96eeeb8c68b662c7747f91a385688d4b449687d29b691eff7068a4602fe6dc4", - "sha256:cd1077b9a09b16d8c3c7075a8add5ffbfe6a69156a57e290c800ed4d435bef1d", - "sha256:cd5dbbc8e25cad5f706845c4d100e2c8b34691b412b93717ce38d8ae803bcfa5", - "sha256:cf2a60daf6cecff6828bc608df00dbc794380e7234d2411c0ec612811f01969d", - "sha256:d3c93796b44fa111049b88a24105e947f03c01966b5c0cc782e2ee3887b790a3", - "sha256:d796272408f8567ff7eaa00eb2856b3a00524490e47ad505b0b4ca6bb8a7411f", - "sha256:e0fcb7da73fbf67b5f4bdaa57d85bb585a4e913d4a10f3e15b32baea56a67f0a", - "sha256:e14485bb1b83eeb3d55b6878f9560240981e7bbc7a8d4e1e8c38b9bd6ec8d2de", - "sha256:edd14cf733fdc4f6e6fe3f705af97676a7e52859bf0044aa2c84e55be739241c" - ], - "markers": "python_version >= '3.9'", - "version": "==3.9.3" - }, "mdurl": { "hashes": [ "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", @@ -723,366 +153,199 @@ "markers": "python_version >= '3.7'", "version": "==0.1.2" }, - "mwparserfromhell": { - "hashes": [ - "sha256:007d0859e5467241b73c6e974df039a074609ce4e2b9df8c2263a8920554d032", - "sha256:03e03b8bec729af850457d045b04d0c9d3e296ff8bf66b455f754cccb29c3bea", - "sha256:063c1e79befd1f55d77c358e0f5006f5ecf88ddf218ff6af55188d686139330e", - "sha256:1915fe4f5e5ae34f16242d4cd98da2adc81a810ab94105ec2af3dc95d7ce74aa", - "sha256:1960bcc5115ea57427df130150edf1dbfc2fb03465e548e630bb6eb37976d793", - "sha256:19e9a4bcd85707c83172405eb2a9a046eff9d38dd7f1a56a5e5ecbbfef4a640a", - "sha256:1d2422659abb29191a0fa096cf8bead837ac3ecd343065569b2acc7a84ecf866", - "sha256:2b75fae6d01c8fda19dbf127175122d7aa2964ef6454690e6868bbc3d80a7bc1", - "sha256:50c482e703d2d51401f7e36a71ae9493901f170225940196292f97398713dde5", - "sha256:54e2dd30edc1a358408d14343b30dcca0b4613227781e4bbee968bd4395d94ff", - "sha256:59633d3cc09993af75ced8dfbd6800e1e38e64620851a095575621548448875c", - "sha256:6a89edf53f15877223d923e122e9a97f3f7b85f56dc56d91a3d77b89c9dd4126", - "sha256:6b11dea3bcdebe4554933169eade815e9d6b898175faa5a20a744524fd99210f", - "sha256:71afec1e9784ba576e95d6f34845582d3c733a3a52ba770dd8a9c3a40e5b649f", - "sha256:746bad799179684994ecee72a26352e0bbe2b697f6a7e35dc5ad151606bcb8ab", - "sha256:910d36bc70e8bea758380e75c12fd47626b295abec9f73a6099d8f937a649e77", - "sha256:9136696d6b29838adcf8f428e3f7028b2c6e788fc05fe1beeb4b135429c356df", - "sha256:a58251a5d5c77abdfd061624dc05667c2774e93e8178a2fbd1a3b45f8673f1a9", - "sha256:cdc46c115b2495d4025920b7b30a6885a96d2b797ccc4009bf3cc02940ae55d3", - "sha256:d2febd92a55a3f19b461833267726cb81429c3d6cb0006ad1691dfa849789e5d", - "sha256:d6995b9cfe6ec79556db0232a39210ac11aa69ee304cfc95b29c51be381e202b", - "sha256:dbe5976b1b524e26aa2eb71b6219960f2578f56b536c68e0a79deb63e3b7f710", - "sha256:e28ffa9a7e0748ec64002a84234201ef69c2d4a710508baf9cc25f4ee274c6bd", - "sha256:ebc70f8a24aa60e54728be740f1c12a4acb1b12d1cc947d87b067cc1c83339fd", - "sha256:fd05481adc0806f4b8f8f8cb309ec56924b17ce386cb1c2f73919d8a012e6b16", - "sha256:fff66e97f7c02aa0fd57ff8f702977a9c5a1d72ef55b64ee9b146291e4c41057" - ], - "markers": "python_version >= '3.8'", - "version": "==0.6.6" - }, "numpy": { "hashes": [ - "sha256:016d0f6f5e77b0f0d45d77387ffa4bb89816b57c835580c3ce8e099ef830befe", - "sha256:02135ade8b8a84011cbb67dc44e07c58f28575cf9ecf8ab304e51c05528c19f0", - "sha256:08788d27a5fd867a663f6fc753fd7c3ad7e92747efc73c53bca2f19f8bc06f48", - "sha256:0d30c543f02e84e92c4b1f415b7c6b5326cbe45ee7882b6b77db7195fb971e3a", - "sha256:0fa14563cc46422e99daef53d725d0c326e99e468a9320a240affffe87852564", - "sha256:13138eadd4f4da03074851a698ffa7e405f41a0845a6b1ad135b81596e4e9958", - "sha256:14e253bd43fc6b37af4921b10f6add6925878a42a0c5fe83daee390bca80bc17", - "sha256:15cb89f39fa6d0bdfb600ea24b250e5f1a3df23f901f51c8debaa6a5d122b2f0", - "sha256:17ee83a1f4fef3c94d16dc1802b998668b5419362c8a4f4e8a491de1b41cc3ee", - "sha256:2312b2aa89e1f43ecea6da6ea9a810d06aae08321609d8dc0d0eda6d946a541b", - "sha256:2564fbdf2b99b3f815f2107c1bbc93e2de8ee655a69c261363a1172a79a257d4", - "sha256:3522b0dfe983a575e6a9ab3a4a4dfe156c3e428468ff08ce582b9bb6bd1d71d4", - "sha256:4394bc0dbd074b7f9b52024832d16e019decebf86caf909d94f6b3f77a8ee3b6", - "sha256:45966d859916ad02b779706bb43b954281db43e185015df6eb3323120188f9e4", - "sha256:4d1167c53b93f1f5d8a139a742b3c6f4d429b54e74e6b57d0eff40045187b15d", - "sha256:4f2015dfe437dfebbfce7c85c7b53d81ba49e71ba7eadbf1df40c915af75979f", - "sha256:50ca6aba6e163363f132b5c101ba078b8cbd3fa92c7865fd7d4d62d9779ac29f", - "sha256:50d18c4358a0a8a53f12a8ba9d772ab2d460321e6a93d6064fc22443d189853f", - "sha256:5641516794ca9e5f8a4d17bb45446998c6554704d888f86df9b200e66bdcce56", - "sha256:576a1c1d25e9e02ed7fa5477f30a127fe56debd53b8d2c89d5578f9857d03ca9", - "sha256:6a4825252fcc430a182ac4dee5a505053d262c807f8a924603d411f6718b88fd", - "sha256:72dcc4a35a8515d83e76b58fdf8113a5c969ccd505c8a946759b24e3182d1f23", - "sha256:747641635d3d44bcb380d950679462fae44f54b131be347d5ec2bce47d3df9ed", - "sha256:762479be47a4863e261a840e8e01608d124ee1361e48b96916f38b119cfda04a", - "sha256:78574ac2d1a4a02421f25da9559850d59457bac82f2b8d7a44fe83a64f770098", - "sha256:825656d0743699c529c5943554d223c021ff0494ff1442152ce887ef4f7561a1", - "sha256:8637dcd2caa676e475503d1f8fdb327bc495554e10838019651b76d17b98e512", - "sha256:96fe52fcdb9345b7cd82ecd34547fca4321f7656d500eca497eb7ea5a926692f", - "sha256:973faafebaae4c0aaa1a1ca1ce02434554d67e628b8d805e61f874b84e136b09", - "sha256:996bb9399059c5b82f76b53ff8bb686069c05acc94656bb259b1d63d04a9506f", - "sha256:a38c19106902bb19351b83802531fea19dee18e5b37b36454f27f11ff956f7fc", - "sha256:a6b46587b14b888e95e4a24d7b13ae91fa22386c199ee7b418f449032b2fa3b8", - "sha256:a9f7f672a3388133335589cfca93ed468509cb7b93ba3105fce780d04a6576a0", - "sha256:aa08e04e08aaf974d4458def539dece0d28146d866a39da5639596f4921fd761", - "sha256:b0df3635b9c8ef48bd3be5f862cf71b0a4716fa0e702155c45067c6b711ddcef", - "sha256:b47fbb433d3260adcd51eb54f92a2ffbc90a4595f8970ee00e064c644ac788f5", - "sha256:baed7e8d7481bfe0874b566850cb0b85243e982388b7b23348c6db2ee2b2ae8e", - "sha256:bc6f24b3d1ecc1eebfbf5d6051faa49af40b03be1aaa781ebdadcbc090b4539b", - "sha256:c006b607a865b07cd981ccb218a04fc86b600411d83d6fc261357f1c0966755d", - "sha256:c181ba05ce8299c7aa3125c27b9c2167bca4a4445b7ce73d5febc411ca692e43", - "sha256:c7662f0e3673fe4e832fe07b65c50342ea27d989f92c80355658c7f888fcc83c", - "sha256:c80e4a09b3d95b4e1cac08643f1152fa71a0a821a2d4277334c88d54b2219a41", - "sha256:c894b4305373b9c5576d7a12b473702afdf48ce5369c074ba304cc5ad8730dff", - "sha256:d7aac50327da5d208db2eec22eb11e491e3fe13d22653dce51b0f4109101b408", - "sha256:d89dd2b6da69c4fff5e39c28a382199ddedc3a5be5390115608345dec660b9e2", - "sha256:d9beb777a78c331580705326d2367488d5bc473b49a9bc3036c154832520aca9", - "sha256:dc258a761a16daa791081d026f0ed4399b582712e6fc887a95af09df10c5ca57", - "sha256:e14e26956e6f1696070788252dcdff11b4aca4c3e8bd166e0df1bb8f315a67cb", - "sha256:e6988e90fcf617da2b5c78902fe8e668361b43b4fe26dbf2d7b0f8034d4cafb9", - "sha256:e711e02f49e176a01d0349d82cb5f05ba4db7d5e7e0defd026328e5cfb3226d3", - "sha256:ea4dedd6e394a9c180b33c2c872b92f7ce0f8e7ad93e9585312b0c5a04777a4a", - "sha256:ecc76a9ba2911d8d37ac01de72834d8849e55473457558e12995f4cd53e778e0", - "sha256:f55ba01150f52b1027829b50d70ef1dafd9821ea82905b63936668403c3b471e", - "sha256:f653490b33e9c3a4c1c01d41bc2aef08f9475af51146e4a7710c450cf9761598", - "sha256:fa2d1337dc61c8dc417fbccf20f6d1e139896a30721b7f1e832b2bb6ef4eb6c4" + "sha256:02935e2c3c0c6cbe9c7955a8efa8908dd4221d7755644c59d1bba28b94fd334f", + "sha256:0349b025e15ea9d05c3d63f9657707a4e1d471128a3b1d876c095f328f8ff7f0", + "sha256:09d6a2032faf25e8d0cadde7fd6145118ac55d2740132c1d845f98721b5ebcfd", + "sha256:0bc61b307655d1a7f9f4b043628b9f2b721e80839914ede634e3d485913e1fb2", + "sha256:0eec19f8af947a61e968d5429f0bd92fec46d92b0008d0a6685b40d6adf8a4f4", + "sha256:106397dbbb1896f99e044efc90360d098b3335060375c26aa89c0d8a97c5f648", + "sha256:128c41c085cab8a85dc29e66ed88c05613dccf6bc28b3866cd16050a2f5448be", + "sha256:149d1113ac15005652e8d0d3f6fd599360e1a708a4f98e43c9c77834a28238cb", + "sha256:159ff6ee4c4a36a23fe01b7c3d07bd8c14cc433d9720f977fcd52c13c0098160", + "sha256:22ea3bb552ade325530e72a0c557cdf2dea8914d3a5e1fecf58fa5dbcc6f43cd", + "sha256:23ae9f0c2d889b7b2d88a3791f6c09e2ef827c2446f1c4a3e3e76328ee4afd9a", + "sha256:250c16b277e3b809ac20d1f590716597481061b514223c7badb7a0f9993c7f84", + "sha256:2ec6c689c61df613b783aeb21f945c4cbe6c51c28cb70aae8430577ab39f163e", + "sha256:2ffbb1acd69fdf8e89dd60ef6182ca90a743620957afb7066385a7bbe88dc748", + "sha256:3074634ea4d6df66be04f6728ee1d173cfded75d002c75fac79503a880bf3825", + "sha256:356ca982c188acbfa6af0d694284d8cf20e95b1c3d0aefa8929376fea9146f60", + "sha256:3fbe72d347fbc59f94124125e73fc4976a06927ebc503ec5afbfb35f193cd957", + "sha256:40c7ff5da22cd391944a28c6a9c638a5eef77fcf71d6e3a79e1d9d9e82752715", + "sha256:41184c416143defa34cc8eb9d070b0a5ba4f13a0fa96a709e20584638254b317", + "sha256:451e854cfae0febe723077bd0cf0a4302a5d84ff25f0bfece8f29206c7bed02e", + "sha256:4525b88c11906d5ab1b0ec1f290996c0020dd318af8b49acaa46f198b1ffc283", + "sha256:463247edcee4a5537841d5350bc87fe8e92d7dd0e8c71c995d2c6eecb8208278", + "sha256:4dbd80e453bd34bd003b16bd802fac70ad76bd463f81f0c518d1245b1c55e3d9", + "sha256:57b4012e04cc12b78590a334907e01b3a85efb2107df2b8733ff1ed05fce71de", + "sha256:5a8c863ceacae696aff37d1fd636121f1a512117652e5dfb86031c8d84836369", + "sha256:5acea83b801e98541619af398cc0109ff48016955cc0818f478ee9ef1c5c3dcb", + "sha256:642199e98af1bd2b6aeb8ecf726972d238c9877b0f6e8221ee5ab945ec8a2189", + "sha256:64bd6e1762cd7f0986a740fee4dff927b9ec2c5e4d9a28d056eb17d332158014", + "sha256:6d9fc9d812c81e6168b6d405bf00b8d6739a7f72ef22a9214c4241e0dc70b323", + "sha256:7079129b64cb78bdc8d611d1fd7e8002c0a2565da6a47c4df8062349fee90e3e", + "sha256:7dca87ca328f5ea7dafc907c5ec100d187911f94825f8700caac0b3f4c384b49", + "sha256:860fd59990c37c3ef913c3ae390b3929d005243acca1a86facb0773e2d8d9e50", + "sha256:8e6da5cffbbe571f93588f562ed130ea63ee206d12851b60819512dd3e1ba50d", + "sha256:8ec0636d3f7d68520afc6ac2dc4b8341ddb725039de042faf0e311599f54eb37", + "sha256:9491100aba630910489c1d0158034e1c9a6546f0b1340f716d522dc103788e39", + "sha256:97b974d3ba0fb4612b77ed35d7627490e8e3dff56ab41454d9e8b23448940576", + "sha256:995f9e8181723852ca458e22de5d9b7d3ba4da3f11cc1cb113f093b271d7965a", + "sha256:9dd47ff0cb2a656ad69c38da850df3454da88ee9a6fde0ba79acceee0e79daba", + "sha256:9fad446ad0bc886855ddf5909cbf8cb5d0faa637aaa6277fb4b19ade134ab3c7", + "sha256:a972cec723e0563aa0823ee2ab1df0cb196ed0778f173b381c871a03719d4826", + "sha256:ac9bea18d6d58a995fac1b2cb4488e17eceeac413af014b1dd26170b766d8467", + "sha256:b0531f0b0e07643eb089df4c509d30d72c9ef40defa53e41363eca8a8cc61495", + "sha256:b208cfd4f5fe34e1535c08983a1a6803fdbc7a1e86cf13dd0c61de0b51a0aadc", + "sha256:b3482cb7b3325faa5f6bc179649406058253d91ceda359c104dac0ad320e1391", + "sha256:b6fb9c32a91ec32a689ec6410def76443e3c750e7cfc3fb2206b985ffb2b85f0", + "sha256:b78ea78450fd96a498f50ee096f69c75379af5138f7881a51355ab0e11286c97", + "sha256:bd249bc894af67cbd8bad2c22e7cbcd46cf87ddfca1f1289d1e7e54868cc785c", + "sha256:c7d1fd447e33ee20c1f33f2c8e6634211124a9aabde3c617687d8b739aa69eac", + "sha256:d0bbe7dd86dca64854f4b6ce2ea5c60b51e36dfd597300057cf473d3615f2369", + "sha256:d6d6a0910c3b4368d89dde073e630882cdb266755565155bc33520283b2d9df8", + "sha256:da1eeb460ecce8d5b8608826595c777728cdf28ce7b5a5a8c8ac8d949beadcf2", + "sha256:e0c8854b09bc4de7b041148d8550d3bd712b5c21ff6a8ed308085f190235d7ff", + "sha256:e0d4142eb40ca6f94539e4db929410f2a46052a0fe7a2c1c59f6179c39938d2a", + "sha256:e9e82dcb3f2ebbc8cb5ce1102d5f1c5ed236bf8a11730fb45ba82e2841ec21df", + "sha256:ed6906f61834d687738d25988ae117683705636936cc605be0bb208b23df4d8f" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==2.1.3" + "version": "==2.2.2" }, - "osmpythontools": { + "pulp": { "hashes": [ - "sha256:13ff721f760fdad5dd78b4d1461d286b78bba96ee151a7301ee8c11a0c258be9" + "sha256:2e30e6c0ef2c0edac185220e3e53faca62eb786a9bd68465208f05bc63e850f3", + "sha256:ad6a9b566d8458f4d05f4bfe2cea59e32885dd1da6929a361be579222107987c" ], "index": "pypi", - "version": "==0.3.5" - }, - "packaging": { - "hashes": [ - "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759", - "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" - ], - "markers": "python_version >= '3.8'", - "version": "==24.2" - }, - "pandas": { - "hashes": [ - "sha256:062309c1b9ea12a50e8ce661145c6aab431b1e99530d3cd60640e255778bd43a", - "sha256:15c0e1e02e93116177d29ff83e8b1619c93ddc9c49083f237d4312337a61165d", - "sha256:1948ddde24197a0f7add2bdc4ca83bf2b1ef84a1bc8ccffd95eda17fd836ecb5", - "sha256:1db71525a1538b30142094edb9adc10be3f3e176748cd7acc2240c2f2e5aa3a4", - "sha256:22a9d949bfc9a502d320aa04e5d02feab689d61da4e7764b62c30b991c42c5f0", - "sha256:29401dbfa9ad77319367d36940cd8a0b3a11aba16063e39632d98b0e931ddf32", - "sha256:31d0ced62d4ea3e231a9f228366919a5ea0b07440d9d4dac345376fd8e1477ea", - "sha256:3508d914817e153ad359d7e069d752cdd736a247c322d932eb89e6bc84217f28", - "sha256:37e0aced3e8f539eccf2e099f65cdb9c8aa85109b0be6e93e2baff94264bdc6f", - "sha256:381175499d3802cde0eabbaf6324cce0c4f5d52ca6f8c377c29ad442f50f6348", - "sha256:38cf8125c40dae9d5acc10fa66af8ea6fdf760b2714ee482ca691fc66e6fcb18", - "sha256:3b71f27954685ee685317063bf13c7709a7ba74fc996b84fc6821c59b0f06468", - "sha256:3fc6873a41186404dad67245896a6e440baacc92f5b716ccd1bc9ed2995ab2c5", - "sha256:4850ba03528b6dd51d6c5d273c46f183f39a9baf3f0143e566b89450965b105e", - "sha256:4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667", - "sha256:56534ce0746a58afaf7942ba4863e0ef81c9c50d3f0ae93e9497d6a41a057645", - "sha256:59ef3764d0fe818125a5097d2ae867ca3fa64df032331b7e0917cf5d7bf66b13", - "sha256:5dbca4c1acd72e8eeef4753eeca07de9b1db4f398669d5994086f788a5d7cc30", - "sha256:5de54125a92bb4d1c051c0659e6fcb75256bf799a732a87184e5ea503965bce3", - "sha256:61c5ad4043f791b61dd4752191d9f07f0ae412515d59ba8f005832a532f8736d", - "sha256:6374c452ff3ec675a8f46fd9ab25c4ad0ba590b71cf0656f8b6daa5202bca3fb", - "sha256:63cc132e40a2e084cf01adf0775b15ac515ba905d7dcca47e9a251819c575ef3", - "sha256:66108071e1b935240e74525006034333f98bcdb87ea116de573a6a0dccb6c039", - "sha256:6dfcb5ee8d4d50c06a51c2fffa6cff6272098ad6540aed1a76d15fb9318194d8", - "sha256:7c2875855b0ff77b2a64a0365e24455d9990730d6431b9e0ee18ad8acee13dbd", - "sha256:7eee9e7cea6adf3e3d24e304ac6b8300646e2a5d1cd3a3c2abed9101b0846761", - "sha256:800250ecdadb6d9c78eae4990da62743b857b470883fa27f652db8bdde7f6659", - "sha256:86976a1c5b25ae3f8ccae3a5306e443569ee3c3faf444dfd0f41cda24667ad57", - "sha256:8cd6d7cc958a3910f934ea8dbdf17b2364827bb4dafc38ce6eef6bb3d65ff09c", - "sha256:99df71520d25fade9db7c1076ac94eb994f4d2673ef2aa2e86ee039b6746d20c", - "sha256:a5a1595fe639f5988ba6a8e5bc9649af3baf26df3998a0abe56c02609392e0a4", - "sha256:ad5b65698ab28ed8d7f18790a0dc58005c7629f227be9ecc1072aa74c0c1d43a", - "sha256:b1d432e8d08679a40e2a6d8b2f9770a5c21793a6f9f47fdd52c5ce1948a5a8a9", - "sha256:b8661b0238a69d7aafe156b7fa86c44b881387509653fdf857bebc5e4008ad42", - "sha256:ba96630bc17c875161df3818780af30e43be9b166ce51c9a18c1feae342906c2", - "sha256:bc6b93f9b966093cb0fd62ff1a7e4c09e6d546ad7c1de191767baffc57628f39", - "sha256:c124333816c3a9b03fbeef3a9f230ba9a737e9e5bb4060aa2107a86cc0a497fc", - "sha256:cd8d0c3be0515c12fed0bdbae072551c8b54b7192c7b1fda0ba56059a0179698", - "sha256:d9c45366def9a3dd85a6454c0e7908f2b3b8e9c138f5dc38fed7ce720d8453ed", - "sha256:f00d1345d84d8c86a63e476bb4955e46458b304b9575dcf71102b5c705320015", - "sha256:f3a255b2c19987fbbe62a9dfd6cff7ff2aa9ccab3fc75218fd4b7530f01efa24", - "sha256:fffb8ae78d8af97f849404f21411c95062db1496aeb3e56f146f0355c9989319" - ], - "markers": "python_version >= '3.9'", - "version": "==2.2.3" - }, - "pillow": { - "hashes": [ - "sha256:00177a63030d612148e659b55ba99527803288cea7c75fb05766ab7981a8c1b7", - "sha256:006bcdd307cc47ba43e924099a038cbf9591062e6c50e570819743f5607404f5", - "sha256:084a07ef0821cfe4858fe86652fffac8e187b6ae677e9906e192aafcc1b69903", - "sha256:0ae08bd8ffc41aebf578c2af2f9d8749d91f448b3bfd41d7d9ff573d74f2a6b2", - "sha256:0e038b0745997c7dcaae350d35859c9715c71e92ffb7e0f4a8e8a16732150f38", - "sha256:1187739620f2b365de756ce086fdb3604573337cc28a0d3ac4a01ab6b2d2a6d2", - "sha256:16095692a253047fe3ec028e951fa4221a1f3ed3d80c397e83541a3037ff67c9", - "sha256:1a61b54f87ab5786b8479f81c4b11f4d61702830354520837f8cc791ebba0f5f", - "sha256:1c1d72714f429a521d8d2d018badc42414c3077eb187a59579f28e4270b4b0fc", - "sha256:1e2688958a840c822279fda0086fec1fdab2f95bf2b717b66871c4ad9859d7e8", - "sha256:20ec184af98a121fb2da42642dea8a29ec80fc3efbaefb86d8fdd2606619045d", - "sha256:21a0d3b115009ebb8ac3d2ebec5c2982cc693da935f4ab7bb5c8ebe2f47d36f2", - "sha256:224aaa38177597bb179f3ec87eeefcce8e4f85e608025e9cfac60de237ba6316", - "sha256:2679d2258b7f1192b378e2893a8a0a0ca472234d4c2c0e6bdd3380e8dfa21b6a", - "sha256:27a7860107500d813fcd203b4ea19b04babe79448268403172782754870dac25", - "sha256:290f2cc809f9da7d6d622550bbf4c1e57518212da51b6a30fe8e0a270a5b78bd", - "sha256:2e46773dc9f35a1dd28bd6981332fd7f27bec001a918a72a79b4133cf5291dba", - "sha256:3107c66e43bda25359d5ef446f59c497de2b5ed4c7fdba0894f8d6cf3822dafc", - "sha256:375b8dd15a1f5d2feafff536d47e22f69625c1aa92f12b339ec0b2ca40263273", - "sha256:45c566eb10b8967d71bf1ab8e4a525e5a93519e29ea071459ce517f6b903d7fa", - "sha256:499c3a1b0d6fc8213519e193796eb1a86a1be4b1877d678b30f83fd979811d1a", - "sha256:4ad70c4214f67d7466bea6a08061eba35c01b1b89eaa098040a35272a8efb22b", - "sha256:4b60c9520f7207aaf2e1d94de026682fc227806c6e1f55bba7606d1c94dd623a", - "sha256:5178952973e588b3f1360868847334e9e3bf49d19e169bbbdfaf8398002419ae", - "sha256:52a2d8323a465f84faaba5236567d212c3668f2ab53e1c74c15583cf507a0291", - "sha256:598b4e238f13276e0008299bd2482003f48158e2b11826862b1eb2ad7c768b97", - "sha256:5bd2d3bdb846d757055910f0a59792d33b555800813c3b39ada1829c372ccb06", - "sha256:5c39ed17edea3bc69c743a8dd3e9853b7509625c2462532e62baa0732163a904", - "sha256:5d203af30149ae339ad1b4f710d9844ed8796e97fda23ffbc4cc472968a47d0b", - "sha256:5ddbfd761ee00c12ee1be86c9c0683ecf5bb14c9772ddbd782085779a63dd55b", - "sha256:607bbe123c74e272e381a8d1957083a9463401f7bd01287f50521ecb05a313f8", - "sha256:61b887f9ddba63ddf62fd02a3ba7add935d053b6dd7d58998c630e6dbade8527", - "sha256:6619654954dc4936fcff82db8eb6401d3159ec6be81e33c6000dfd76ae189947", - "sha256:674629ff60030d144b7bca2b8330225a9b11c482ed408813924619c6f302fdbb", - "sha256:6ec0d5af64f2e3d64a165f490d96368bb5dea8b8f9ad04487f9ab60dc4bb6003", - "sha256:6f4dba50cfa56f910241eb7f883c20f1e7b1d8f7d91c750cd0b318bad443f4d5", - "sha256:70fbbdacd1d271b77b7721fe3cdd2d537bbbd75d29e6300c672ec6bb38d9672f", - "sha256:72bacbaf24ac003fea9bff9837d1eedb6088758d41e100c1552930151f677739", - "sha256:7326a1787e3c7b0429659e0a944725e1b03eeaa10edd945a86dead1913383944", - "sha256:73853108f56df97baf2bb8b522f3578221e56f646ba345a372c78326710d3830", - "sha256:73e3a0200cdda995c7e43dd47436c1548f87a30bb27fb871f352a22ab8dcf45f", - "sha256:75acbbeb05b86bc53cbe7b7e6fe00fbcf82ad7c684b3ad82e3d711da9ba287d3", - "sha256:8069c5179902dcdce0be9bfc8235347fdbac249d23bd90514b7a47a72d9fecf4", - "sha256:846e193e103b41e984ac921b335df59195356ce3f71dcfd155aa79c603873b84", - "sha256:8594f42df584e5b4bb9281799698403f7af489fba84c34d53d1c4bfb71b7c4e7", - "sha256:86510e3f5eca0ab87429dd77fafc04693195eec7fd6a137c389c3eeb4cfb77c6", - "sha256:8853a3bf12afddfdf15f57c4b02d7ded92c7a75a5d7331d19f4f9572a89c17e6", - "sha256:88a58d8ac0cc0e7f3a014509f0455248a76629ca9b604eca7dc5927cc593c5e9", - "sha256:8ba470552b48e5835f1d23ecb936bb7f71d206f9dfeee64245f30c3270b994de", - "sha256:8c676b587da5673d3c75bd67dd2a8cdfeb282ca38a30f37950511766b26858c4", - "sha256:8ec4a89295cd6cd4d1058a5e6aec6bf51e0eaaf9714774e1bfac7cfc9051db47", - "sha256:94f3e1780abb45062287b4614a5bc0874519c86a777d4a7ad34978e86428b8dd", - "sha256:9a0f748eaa434a41fccf8e1ee7a3eed68af1b690e75328fd7a60af123c193b50", - "sha256:a5629742881bcbc1f42e840af185fd4d83a5edeb96475a575f4da50d6ede337c", - "sha256:a65149d8ada1055029fcb665452b2814fe7d7082fcb0c5bed6db851cb69b2086", - "sha256:b3c5ac4bed7519088103d9450a1107f76308ecf91d6dabc8a33a2fcfb18d0fba", - "sha256:b4fd7bd29610a83a8c9b564d457cf5bd92b4e11e79a4ee4716a63c959699b306", - "sha256:bcd1fb5bb7b07f64c15618c89efcc2cfa3e95f0e3bcdbaf4642509de1942a699", - "sha256:c12b5ae868897c7338519c03049a806af85b9b8c237b7d675b8c5e089e4a618e", - "sha256:c26845094b1af3c91852745ae78e3ea47abf3dbcd1cf962f16b9a5fbe3ee8488", - "sha256:c6a660307ca9d4867caa8d9ca2c2658ab685de83792d1876274991adec7b93fa", - "sha256:c809a70e43c7977c4a42aefd62f0131823ebf7dd73556fa5d5950f5b354087e2", - "sha256:c8b2351c85d855293a299038e1f89db92a2f35e8d2f783489c6f0b2b5f3fe8a3", - "sha256:cb929ca942d0ec4fac404cbf520ee6cac37bf35be479b970c4ffadf2b6a1cad9", - "sha256:d2c0a187a92a1cb5ef2c8ed5412dd8d4334272617f532d4ad4de31e0495bd923", - "sha256:d69bfd8ec3219ae71bcde1f942b728903cad25fafe3100ba2258b973bd2bc1b2", - "sha256:daffdf51ee5db69a82dd127eabecce20729e21f7a3680cf7cbb23f0829189790", - "sha256:e58876c91f97b0952eb766123bfef372792ab3f4e3e1f1a2267834c2ab131734", - "sha256:eda2616eb2313cbb3eebbe51f19362eb434b18e3bb599466a1ffa76a033fb916", - "sha256:ee217c198f2e41f184f3869f3e485557296d505b5195c513b2bfe0062dc537f1", - "sha256:f02541ef64077f22bf4924f225c0fd1248c168f86e4b7abdedd87d6ebaceab0f", - "sha256:f1b82c27e89fffc6da125d5eb0ca6e68017faf5efc078128cfaa42cf5cb38798", - "sha256:fba162b8872d30fea8c52b258a542c5dfd7b235fb5cb352240c8d63b414013eb", - "sha256:fbbcb7b57dc9c794843e3d1258c0fbf0f48656d46ffe9e09b63bbd6e8cd5d0a2", - "sha256:fcb4621042ac4b7865c179bb972ed0da0218a076dc1820ffc48b1d74c1e37fe9" - ], - "markers": "python_version >= '3.9'", - "version": "==11.0.0" + "markers": "python_version >= '3.7'", + "version": "==2.9.0" }, "pydantic": { "hashes": [ - "sha256:2bc2d7f17232e0841cbba4641e65ba1eb6fafb3a08de3a091ff3ce14a197c4fa", - "sha256:cfb96e45951117c3024e6b67b25cdc33a3cb7b2fa62e239f7af1378358a1d99e" + "sha256:278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff", + "sha256:4dd4e322dbe55472cb7ca7e73f4b63574eecccf2835ffa2af9021ce113c83c53" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==2.10.2" + "version": "==2.10.5" }, "pydantic-core": { "hashes": [ - "sha256:00e6424f4b26fe82d44577b4c842d7df97c20be6439e8e685d0d715feceb9fb9", - "sha256:029d9757eb621cc6e1848fa0b0310310de7301057f623985698ed7ebb014391b", - "sha256:02a3d637bd387c41d46b002f0e49c52642281edacd2740e5a42f7017feea3f2c", - "sha256:0325336f348dbee6550d129b1627cb8f5351a9dc91aad141ffb96d4937bd9529", - "sha256:062f60e512fc7fff8b8a9d680ff0ddaaef0193dba9fa83e679c0c5f5fbd018bc", - "sha256:0b3dfe500de26c52abe0477dde16192ac39c98f05bf2d80e76102d394bd13854", - "sha256:0e4216e64d203e39c62df627aa882f02a2438d18a5f21d7f721621f7a5d3611d", - "sha256:121ceb0e822f79163dd4699e4c54f5ad38b157084d97b34de8b232bcaad70278", - "sha256:159cac0a3d096f79ab6a44d77a961917219707e2a130739c64d4dd46281f5c2a", - "sha256:15aae984e46de8d376df515f00450d1522077254ef6b7ce189b38ecee7c9677c", - "sha256:15cc53a3179ba0fcefe1e3ae50beb2784dede4003ad2dfd24f81bba4b23a454f", - "sha256:161c27ccce13b6b0c8689418da3885d3220ed2eae2ea5e9b2f7f3d48f1d52c27", - "sha256:19910754e4cc9c63bc1c7f6d73aa1cfee82f42007e407c0f413695c2f7ed777f", - "sha256:1ba5e3963344ff25fc8c40da90f44b0afca8cfd89d12964feb79ac1411a260ac", - "sha256:1c00666a3bd2f84920a4e94434f5974d7bbc57e461318d6bb34ce9cdbbc1f6b2", - "sha256:1c39b07d90be6b48968ddc8c19e7585052088fd7ec8d568bb31ff64c70ae3c97", - "sha256:206b5cf6f0c513baffaeae7bd817717140770c74528f3e4c3e1cec7871ddd61a", - "sha256:258c57abf1188926c774a4c94dd29237e77eda19462e5bb901d88adcab6af919", - "sha256:2cdf7d86886bc6982354862204ae3b2f7f96f21a3eb0ba5ca0ac42c7b38598b9", - "sha256:2d4567c850905d5eaaed2f7a404e61012a51caf288292e016360aa2b96ff38d4", - "sha256:35c14ac45fcfdf7167ca76cc80b2001205a8d5d16d80524e13508371fb8cdd9c", - "sha256:38de0a70160dd97540335b7ad3a74571b24f1dc3ed33f815f0880682e6880131", - "sha256:3af385b0cee8df3746c3f406f38bcbfdc9041b5c2d5ce3e5fc6637256e60bbc5", - "sha256:3b748c44bb9f53031c8cbc99a8a061bc181c1000c60a30f55393b6e9c45cc5bd", - "sha256:3bbd5d8cc692616d5ef6fbbbd50dbec142c7e6ad9beb66b78a96e9c16729b089", - "sha256:3ccaa88b24eebc0f849ce0a4d09e8a408ec5a94afff395eb69baf868f5183107", - "sha256:3fa80ac2bd5856580e242dbc202db873c60a01b20309c8319b5c5986fbe53ce6", - "sha256:4228b5b646caa73f119b1ae756216b59cc6e2267201c27d3912b592c5e323b60", - "sha256:42b0e23f119b2b456d07ca91b307ae167cc3f6c846a7b169fca5326e32fdc6cf", - "sha256:45cf8588c066860b623cd11c4ba687f8d7175d5f7ef65f7129df8a394c502de5", - "sha256:45d9c5eb9273aa50999ad6adc6be5e0ecea7e09dbd0d31bd0c65a55a2592ca08", - "sha256:4603137322c18eaf2e06a4495f426aa8d8388940f3c457e7548145011bb68e05", - "sha256:46ccfe3032b3915586e469d4972973f893c0a2bb65669194a5bdea9bacc088c2", - "sha256:4fefee876e07a6e9aad7a8c8c9f85b0cdbe7df52b8a9552307b09050f7512c7e", - "sha256:5556470f1a2157031e676f776c2bc20acd34c1990ca5f7e56f1ebf938b9ab57c", - "sha256:57866a76e0b3823e0b56692d1a0bf722bffb324839bb5b7226a7dbd6c9a40b17", - "sha256:5897bec80a09b4084aee23f9b73a9477a46c3304ad1d2d07acca19723fb1de62", - "sha256:58ca98a950171f3151c603aeea9303ef6c235f692fe555e883591103da709b23", - "sha256:5ca038c7f6a0afd0b2448941b6ef9d5e1949e999f9e5517692eb6da58e9d44be", - "sha256:5f6c8a66741c5f5447e047ab0ba7a1c61d1e95580d64bce852e3df1f895c4067", - "sha256:5f8c4718cd44ec1580e180cb739713ecda2bdee1341084c1467802a417fe0f02", - "sha256:5fde892e6c697ce3e30c61b239330fc5d569a71fefd4eb6512fc6caec9dd9e2f", - "sha256:62a763352879b84aa31058fc931884055fd75089cccbd9d58bb6afd01141b235", - "sha256:62ba45e21cf6571d7f716d903b5b7b6d2617e2d5d67c0923dc47b9d41369f840", - "sha256:64c65f40b4cd8b0e049a8edde07e38b476da7e3aaebe63287c899d2cff253fa5", - "sha256:655d7dd86f26cb15ce8a431036f66ce0318648f8853d709b4167786ec2fa4807", - "sha256:66ff044fd0bb1768688aecbe28b6190f6e799349221fb0de0e6f4048eca14c16", - "sha256:672ebbe820bb37988c4d136eca2652ee114992d5d41c7e4858cdd90ea94ffe5c", - "sha256:6b9af86e1d8e4cfc82c2022bfaa6f459381a50b94a29e95dcdda8442d6d83864", - "sha256:6e0bd57539da59a3e4671b90a502da9a28c72322a4f17866ba3ac63a82c4498e", - "sha256:71a5e35c75c021aaf400ac048dacc855f000bdfed91614b4a726f7432f1f3d6a", - "sha256:7597c07fbd11515f654d6ece3d0e4e5093edc30a436c63142d9a4b8e22f19c35", - "sha256:764be71193f87d460a03f1f7385a82e226639732214b402f9aa61f0d025f0737", - "sha256:7699b1df36a48169cdebda7ab5a2bac265204003f153b4bd17276153d997670a", - "sha256:7ccebf51efc61634f6c2344da73e366c75e735960b5654b63d7e6f69a5885fa3", - "sha256:7f7059ca8d64fea7f238994c97d91f75965216bcbe5f695bb44f354893f11d52", - "sha256:8065914ff79f7eab1599bd80406681f0ad08f8e47c880f17b416c9f8f7a26d05", - "sha256:816f5aa087094099fff7edabb5e01cc370eb21aa1a1d44fe2d2aefdfb5599b31", - "sha256:81f2ec23ddc1b476ff96563f2e8d723830b06dceae348ce02914a37cb4e74b89", - "sha256:84286494f6c5d05243456e04223d5a9417d7f443c3b76065e75001beb26f88de", - "sha256:8bf7b66ce12a2ac52d16f776b31d16d91033150266eb796967a7e4621707e4f6", - "sha256:8f1edcea27918d748c7e5e4d917297b2a0ab80cad10f86631e488b7cddf76a36", - "sha256:981fb88516bd1ae8b0cbbd2034678a39dedc98752f264ac9bc5839d3923fa04c", - "sha256:98476c98b02c8e9b2eec76ac4156fd006628b1b2d0ef27e548ffa978393fd154", - "sha256:992cea5f4f3b29d6b4f7f1726ed8ee46c8331c6b4eed6db5b40134c6fe1768bb", - "sha256:9a3b0793b1bbfd4146304e23d90045f2a9b5fd5823aa682665fbdaf2a6c28f3e", - "sha256:9a42d6a8156ff78981f8aa56eb6394114e0dedb217cf8b729f438f643608cbcd", - "sha256:9c10c309e18e443ddb108f0ef64e8729363adbfd92d6d57beec680f6261556f3", - "sha256:9cbd94fc661d2bab2bc702cddd2d3370bbdcc4cd0f8f57488a81bcce90c7a54f", - "sha256:9fdcf339322a3fae5cbd504edcefddd5a50d9ee00d968696846f089b4432cf78", - "sha256:a0697803ed7d4af5e4c1adf1670af078f8fcab7a86350e969f454daf598c4960", - "sha256:a28af0695a45f7060e6f9b7092558a928a28553366519f64083c63a44f70e618", - "sha256:a2e02889071850bbfd36b56fd6bc98945e23670773bc7a76657e90e6b6603c08", - "sha256:a33cd6ad9017bbeaa9ed78a2e0752c5e250eafb9534f308e7a5f7849b0b1bfb4", - "sha256:a3cb37038123447cf0f3ea4c74751f6a9d7afef0eb71aa07bf5f652b5e6a132c", - "sha256:a57847b090d7892f123726202b7daa20df6694cbd583b67a592e856bff603d6c", - "sha256:a5a8e19d7c707c4cadb8c18f5f60c843052ae83c20fa7d44f41594c644a1d330", - "sha256:ac3b20653bdbe160febbea8aa6c079d3df19310d50ac314911ed8cc4eb7f8cb8", - "sha256:ac6c2c45c847bbf8f91930d88716a0fb924b51e0c6dad329b793d670ec5db792", - "sha256:acc07b2cfc5b835444b44a9956846b578d27beeacd4b52e45489e93276241025", - "sha256:aee66be87825cdf72ac64cb03ad4c15ffef4143dbf5c113f64a5ff4f81477bf9", - "sha256:af52d26579b308921b73b956153066481f064875140ccd1dfd4e77db89dbb12f", - "sha256:b94d4ba43739bbe8b0ce4262bcc3b7b9f31459ad120fb595627eaeb7f9b9ca01", - "sha256:ba630d5e3db74c79300d9a5bdaaf6200172b107f263c98a0539eeecb857b2337", - "sha256:bed0f8a0eeea9fb72937ba118f9db0cb7e90773462af7962d382445f3005e5a4", - "sha256:bf99c8404f008750c846cb4ac4667b798a9f7de673ff719d705d9b2d6de49c5f", - "sha256:c3027001c28434e7ca5a6e1e527487051136aa81803ac812be51802150d880dd", - "sha256:c65af9088ac534313e1963443d0ec360bb2b9cba6c2909478d22c2e363d98a51", - "sha256:d0165ab2914379bd56908c02294ed8405c252250668ebcb438a55494c69f44ab", - "sha256:d1b26e1dff225c31897696cab7d4f0a315d4c0d9e8666dbffdb28216f3b17fdc", - "sha256:d950caa237bb1954f1b8c9227b5065ba6875ac9771bb8ec790d956a699b78676", - "sha256:dc61505e73298a84a2f317255fcc72b710b72980f3a1f670447a21efc88f8381", - "sha256:e173486019cc283dc9778315fa29a363579372fe67045e971e89b6365cc035ed", - "sha256:e1f735dc43da318cad19b4173dd1ffce1d84aafd6c9b782b3abc04a0d5a6f5bb", - "sha256:e9386266798d64eeb19dd3677051f5705bf873e98e15897ddb7d76f477131967", - "sha256:f216dbce0e60e4d03e0c4353c7023b202d95cbaeff12e5fd2e82ea0a66905073", - "sha256:f4e5658dbffe8843a0f12366a4c2d1c316dbe09bb4dfbdc9d2d9cd6031de8aae", - "sha256:f5a823165e6d04ccea61a9f0576f345f8ce40ed533013580e087bd4d7442b52c", - "sha256:f69ed81ab24d5a3bd93861c8c4436f54afdf8e8cc421562b0c7504cf3be58206", - "sha256:f82d068a2d6ecfc6e054726080af69a6764a10015467d7d7b9f66d6ed5afa23b" + "sha256:00bad2484fa6bda1e216e7345a798bd37c68fb2d97558edd584942aa41b7d278", + "sha256:0296abcb83a797db256b773f45773da397da75a08f5fcaef41f2044adec05f50", + "sha256:03d0f86ea3184a12f41a2d23f7ccb79cdb5a18e06993f8a45baa8dfec746f0e9", + "sha256:044a50963a614ecfae59bb1eaf7ea7efc4bc62f49ed594e18fa1e5d953c40e9f", + "sha256:05e3a55d124407fffba0dd6b0c0cd056d10e983ceb4e5dbd10dda135c31071d6", + "sha256:08e125dbdc505fa69ca7d9c499639ab6407cfa909214d500897d02afb816e7cc", + "sha256:097830ed52fd9e427942ff3b9bc17fab52913b2f50f2880dc4a5611446606a54", + "sha256:0d1e85068e818c73e048fe28cfc769040bb1f475524f4745a5dc621f75ac7630", + "sha256:0d75070718e369e452075a6017fbf187f788e17ed67a3abd47fa934d001863d9", + "sha256:14d4a5c49d2f009d62a2a7140d3064f686d17a5d1a268bc641954ba181880236", + "sha256:172fce187655fece0c90d90a678424b013f8fbb0ca8b036ac266749c09438cb7", + "sha256:18a101c168e4e092ab40dbc2503bdc0f62010e95d292b27827871dc85450d7ee", + "sha256:1a4207639fb02ec2dbb76227d7c751a20b1a6b4bc52850568e52260cae64ca3b", + "sha256:1c1fd185014191700554795c99b347d64f2bb637966c4cfc16998a0ca700d048", + "sha256:1e2cb691ed9834cd6a8be61228471d0a503731abfb42f82458ff27be7b2186fc", + "sha256:1ebaf1d0481914d004a573394f4be3a7616334be70261007e47c2a6fe7e50130", + "sha256:220f892729375e2d736b97d0e51466252ad84c51857d4d15f5e9692f9ef12be4", + "sha256:251136cdad0cb722e93732cb45ca5299fb56e1344a833640bf93b2803f8d1bfd", + "sha256:26f0d68d4b235a2bae0c3fc585c585b4ecc51382db0e3ba402a22cbc440915e4", + "sha256:26f32e0adf166a84d0cb63be85c562ca8a6fa8de28e5f0d92250c6b7e9e2aff7", + "sha256:280d219beebb0752699480fe8f1dc61ab6615c2046d76b7ab7ee38858de0a4e7", + "sha256:28ccb213807e037460326424ceb8b5245acb88f32f3d2777427476e1b32c48c4", + "sha256:2bf14caea37e91198329b828eae1618c068dfb8ef17bb33287a7ad4b61ac314e", + "sha256:2d367ca20b2f14095a8f4fa1210f5a7b78b8a20009ecced6b12818f455b1e9fa", + "sha256:30c5f68ded0c36466acede341551106821043e9afaad516adfb6e8fa80a4e6a6", + "sha256:337b443af21d488716f8d0b6164de833e788aa6bd7e3a39c005febc1284f4962", + "sha256:3911ac9284cd8a1792d3cb26a2da18f3ca26c6908cc434a18f730dc0db7bfa3b", + "sha256:3d591580c34f4d731592f0e9fe40f9cc1b430d297eecc70b962e93c5c668f15f", + "sha256:3de3ce3c9ddc8bbd88f6e0e304dea0e66d843ec9de1b0042b0911c1663ffd474", + "sha256:3de9961f2a346257caf0aa508a4da705467f53778e9ef6fe744c038119737ef5", + "sha256:40d02e7d45c9f8af700f3452f329ead92da4c5f4317ca9b896de7ce7199ea459", + "sha256:42c5f762659e47fdb7b16956c71598292f60a03aa92f8b6351504359dbdba6cf", + "sha256:47956ae78b6422cbd46f772f1746799cbb862de838fd8d1fbd34a82e05b0983a", + "sha256:491a2b73db93fab69731eaee494f320faa4e093dbed776be1a829c2eb222c34c", + "sha256:4c9775e339e42e79ec99c441d9730fccf07414af63eac2f0e48e08fd38a64d76", + "sha256:4e0b4220ba5b40d727c7f879eac379b822eee5d8fff418e9d3381ee45b3b0362", + "sha256:50a68f3e3819077be2c98110c1f9dcb3817e93f267ba80a2c05bb4f8799e2ff4", + "sha256:519f29f5213271eeeeb3093f662ba2fd512b91c5f188f3bb7b27bc5973816934", + "sha256:521eb9b7f036c9b6187f0b47318ab0d7ca14bd87f776240b90b21c1f4f149320", + "sha256:57762139821c31847cfb2df63c12f725788bd9f04bc2fb392790959b8f70f118", + "sha256:5e4f4bb20d75e9325cc9696c6802657b58bc1dbbe3022f32cc2b2b632c3fbb96", + "sha256:5e68c4446fe0810e959cdff46ab0a41ce2f2c86d227d96dc3847af0ba7def306", + "sha256:669e193c1c576a58f132e3158f9dfa9662969edb1a250c54d8fa52590045f046", + "sha256:688d3fd9fcb71f41c4c015c023d12a79d1c4c0732ec9eb35d96e3388a120dcf3", + "sha256:6fb4aadc0b9a0c063206846d603b92030eb6f03069151a625667f982887153e2", + "sha256:7041c36f5680c6e0f08d922aed302e98b3745d97fe1589db0a3eebf6624523af", + "sha256:71b24c7d61131bb83df10cc7e687433609963a944ccf45190cfc21e0887b08c9", + "sha256:77d1bca19b0f7021b3a982e6f903dcd5b2b06076def36a652e3907f596e29f67", + "sha256:7969e133a6f183be60e9f6f56bfae753585680f3b7307a8e555a948d443cc05a", + "sha256:7a66efda2387de898c8f38c0cf7f14fca0b51a8ef0b24bfea5849f1b3c95af27", + "sha256:7d0c8399fcc1848491f00e0314bd59fb34a9c008761bcb422a057670c3f65e35", + "sha256:7d14bd329640e63852364c306f4d23eb744e0f8193148d4044dd3dacdaacbd8b", + "sha256:7e17b560be3c98a8e3aa66ce828bdebb9e9ac6ad5466fba92eb74c4c95cb1151", + "sha256:8083d4e875ebe0b864ffef72a4304827015cff328a1be6e22cc850753bfb122b", + "sha256:82f91663004eb8ed30ff478d77c4d1179b3563df6cdb15c0817cd1cdaf34d154", + "sha256:82f986faf4e644ffc189a7f1aafc86e46ef70372bb153e7001e8afccc6e54133", + "sha256:83097677b8e3bd7eaa6775720ec8e0405f1575015a463285a92bfdfe254529ef", + "sha256:85210c4d99a0114f5a9481b44560d7d1e35e32cc5634c656bc48e590b669b145", + "sha256:8c19d1ea0673cd13cc2f872f6c9ab42acc4e4f492a7ca9d3795ce2b112dd7e15", + "sha256:8d9b3388db186ba0c099a6d20f0604a44eabdeef1777ddd94786cdae158729e4", + "sha256:8e10c99ef58cfdf2a66fc15d66b16c4a04f62bca39db589ae8cba08bc55331bc", + "sha256:953101387ecf2f5652883208769a79e48db18c6df442568a0b5ccd8c2723abee", + "sha256:9c3ed807c7b91de05e63930188f19e921d1fe90de6b4f5cd43ee7fcc3525cb8c", + "sha256:9e0c8cfefa0ef83b4da9588448b6d8d2a2bf1a53c3f1ae5fca39eb3061e2f0b0", + "sha256:9fdbe7629b996647b99c01b37f11170a57ae675375b14b8c13b8518b8320ced5", + "sha256:a0fcd29cd6b4e74fe8ddd2c90330fd8edf2e30cb52acda47f06dd615ae72da57", + "sha256:ac4dbfd1691affb8f48c2c13241a2e3b60ff23247cbcf981759c768b6633cf8b", + "sha256:b0cb791f5b45307caae8810c2023a184c74605ec3bcbb67d13846c28ff731ff8", + "sha256:ba5dd002f88b78a4215ed2f8ddbdf85e8513382820ba15ad5ad8955ce0ca19a1", + "sha256:bca101c00bff0adb45a833f8451b9105d9df18accb8743b08107d7ada14bd7da", + "sha256:bd8086fa684c4775c27f03f062cbb9eaa6e17f064307e86b21b9e0abc9c0f02e", + "sha256:bec317a27290e2537f922639cafd54990551725fc844249e64c523301d0822fc", + "sha256:c10eb4f1659290b523af58fa7cffb452a61ad6ae5613404519aee4bfbf1df993", + "sha256:c33939a82924da9ed65dab5a65d427205a73181d8098e79b6b426bdf8ad4e656", + "sha256:c61709a844acc6bf0b7dce7daae75195a10aac96a596ea1b776996414791ede4", + "sha256:c70c26d2c99f78b125a3459f8afe1aed4d9687c24fd677c6a4436bc042e50d6c", + "sha256:c817e2b40aba42bac6f457498dacabc568c3b7a986fc9ba7c8d9d260b71485fb", + "sha256:cabb9bcb7e0d97f74df8646f34fc76fbf793b7f6dc2438517d7a9e50eee4f14d", + "sha256:cc3f1a99a4f4f9dd1de4fe0312c114e740b5ddead65bb4102884b384c15d8bc9", + "sha256:cca63613e90d001b9f2f9a9ceb276c308bfa2a43fafb75c8031c4f66039e8c6e", + "sha256:ce8918cbebc8da707ba805b7fd0b382816858728ae7fe19a942080c24e5b7cd1", + "sha256:d2088237af596f0a524d3afc39ab3b036e8adb054ee57cbb1dcf8e09da5b29cc", + "sha256:d262606bf386a5ba0b0af3b97f37c83d7011439e3dc1a9298f21efb292e42f1a", + "sha256:d2d63f1215638d28221f664596b1ccb3944f6e25dd18cd3b86b0a4c408d5ebb9", + "sha256:d3e8d504bdd3f10835468f29008d72fc8359d95c9c415ce6e767203db6127506", + "sha256:d4041c0b966a84b4ae7a09832eb691a35aec90910cd2dbe7a208de59be77965b", + "sha256:d716e2e30c6f140d7560ef1538953a5cd1a87264c737643d481f2779fc247fe1", + "sha256:d81d2068e1c1228a565af076598f9e7451712700b673de8f502f0334f281387d", + "sha256:d9640b0059ff4f14d1f37321b94061c6db164fbe49b334b31643e0528d100d99", + "sha256:de3cd1899e2c279b140adde9357c4495ed9d47131b4a4eaff9052f23398076b3", + "sha256:e0fd26b16394ead34a424eecf8a31a1f5137094cabe84a1bcb10fa6ba39d3d31", + "sha256:e2bb4d3e5873c37bb3dd58714d4cd0b0e6238cebc4177ac8fe878f8b3aa8e74c", + "sha256:eb026e5a4c1fee05726072337ff51d1efb6f59090b7da90d30ea58625b1ffb39", + "sha256:eda3f5c2a021bbc5d976107bb302e0131351c2ba54343f8a496dc8783d3d3a6a", + "sha256:ef592d4bad47296fb11f96cd7dc898b92e795032b4894dfb4076cfccd43a9308", + "sha256:f141ee28a0ad2123b6611b6ceff018039df17f32ada8b534e6aa039545a3efb2", + "sha256:f66d89ba397d92f840f8654756196d93804278457b5fbede59598a1f9f90b228", + "sha256:f6f8e111843bbb0dee4cb6594cdc73e79b3329b526037ec242a3e49012495b3b", + "sha256:fa8e459d4954f608fa26116118bb67f56b93b209c39b008277ace29937453dc9", + "sha256:fd1aea04935a508f62e0d0ef1f5ae968774a32afc306fb8545e06f5ff5cdf3ad" ], "markers": "python_version >= '3.8'", - "version": "==2.27.1" + "version": "==2.27.2" }, "pygments": { "hashes": [ - "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199", - "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a" + "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f", + "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c" ], "markers": "python_version >= '3.8'", - "version": "==2.18.0" + "version": "==2.19.1" }, "pymemcache": { "hashes": [ @@ -1093,72 +356,63 @@ "markers": "python_version >= '3.7'", "version": "==4.0.0" }, - "pyparsing": { - "hashes": [ - "sha256:93d9577b88da0bbea8cc8334ee8b918ed014968fd2ec383e868fb8afb1ccef84", - "sha256:cbf74e27246d595d9a74b186b810f6fbb86726dbf3b9532efb343f6d7294fe9c" - ], - "markers": "python_version >= '3.9'", - "version": "==3.2.0" - }, "pyqt6": { "hashes": [ - "sha256:0adb7914c732ad1dee46d9cec838a98cb2b11bc38cc3b7b36fbd8701ae64bf47", - "sha256:2d771fa0981514cb1ee937633dfa64f14caa902707d9afffab66677f3a73e3da", - "sha256:3672a82ccd3a62e99ab200a13903421e2928e399fda25ced98d140313ad59cb9", - "sha256:7f397f4b38b23b5588eb2c0933510deb953d96b1f0323a916c4839c2a66ccccc", - "sha256:c2f202b7941aa74e5c7e1463a6f27d9131dbc1e6cabe85571d7364f5b3de7397", - "sha256:f053378e3aef6248fa612c8afddda17f942fb63f9fe8a9aeb2a6b6b4cbb0eba9", - "sha256:fa3954698233fe286a8afc477b84d8517f0788eb46b74da69d3ccc0170d3714c" + "sha256:3a4354816f11e812b727206a9ea6e79ff3774f1bb7228ad4b9318442d2c64ff9", + "sha256:452bae5840077bf0f146c798d7777f70d7bdd0c7dcfa9ee7a415c1daf2d10038", + "sha256:48bace7b87676bba5e6114482f3a20ca20be90c7f261b5d340464313f5f2bf5e", + "sha256:6d8628de4c2a050f0b74462e4c9cb97f839bf6ffabbca91711722ffb281570d9", + "sha256:8c5c05f5fdff31a5887dbc29b27615b09df467631238d7b449283809ffca6228", + "sha256:a9913d479f1ffee804bf7f232079baea4fb4b221a8f4890117588917a54ea30d", + "sha256:cf7123caea14e7ecf10bd12cae48e8d9970ef7caf627bc7d7988b0baa209adb3" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==6.7.1" + "markers": "python_version >= '3.9'", + "version": "==6.8.0" }, "pyqt6-qt6": { "hashes": [ - "sha256:36ea0892b8caeb983af3f285f45fb8dfbb93cfd972439f4e01b7efb2868f6230", - "sha256:50c7482bcdcf2bb78af257fb10ed8b582f8daf91d829782393bc50ac5a0a900c", - "sha256:8551732984fb36a5f4f3db51eafc4e8e6caf18617365830285306f2db17a94c2", - "sha256:cb525fdd393332de60887953029276a44de480fce1d785251ae639580f5e7246", - "sha256:f517a93b6b1a814d4aa6587adc312e812ebaf4d70415bb15cfb44268c5ad3f5f" + "sha256:006d786693d0511fbcf184a862edbd339c6ed1bb3bd9de363d73a19ed4b23dff", + "sha256:08065d595f1e6fc2dde9f4450eeff89082f4bad26f600a8e9b9cc5966716bfcf", + "sha256:1eb8460a1fdb38d0b2458c2974c01d471c1e59e4eb19ea63fc447aaba3ad530e", + "sha256:20843cb86bd94942d1cd99e39bf1aeabb875b241a35a8ab273e4bbbfa63776db", + "sha256:2f4b8b55b1414b93f340f22e8c88d25550efcdebc4b65a3927dd947b73bd4358", + "sha256:98aa99fe38ae68c5318284cd28f3479ba538c40bf6ece293980abae0925c1b24", + "sha256:9f3790c4ce4dc576e48b8718d55fb8743057e6cbd53a6ca1dd253ffbac9b7287", + "sha256:a8bc2ed4ee5e7c6ff4dd1c7db0b27705d151fee5dc232bbd1bf17618f937f515", + "sha256:d6ca5d2b9d2ec0ee4a814b2175f641a5c4299cb80b45e0f5f8356632663f89b3" ], - "version": "==6.7.3" + "version": "==6.8.1" }, "pyqt6-sip": { "hashes": [ - "sha256:056af69d1d8d28d5968066ec5da908afd82fc0be07b67cf2b84b9f02228416ce", - "sha256:08dd81037a2864982ece2bf9891f3bf4558e247034e112993ea1a3fe239458cb", - "sha256:2559afa68825d08de09d71c42f3b6ad839dcc30f91e7c6d0785e07830d5541a5", - "sha256:2f74cf3d6d9cab5152bd9f49d570b2dfb87553ebb5c4919abfde27f5b9fd69d4", - "sha256:33d9b399fc9c9dc99496266842b0fb2735d924604774e97cf9b555667cc0fc59", - "sha256:6bce6bc5870d9e87efe5338b1ee4a7b9d7d26cdd16a79a5757d80b6f25e71edc", - "sha256:755beb5d271d081e56618fb30342cdd901464f721450495cb7cb0212764da89e", - "sha256:7a0bbc0918eab5b6351735d40cf22cbfa5aa2476b55e0d5fe881aeed7d871c29", - "sha256:7f84c472afdc7d316ff683f63129350d645ef82d9b3fd75a609b08472d1f7291", - "sha256:835ed22eab977f75fd77e60d4ff308a1fa794b1d0c04849311f36d2a080cdf3b", - "sha256:9ea9223c94906efd68148f12ae45b51a21d67e86704225ddc92bce9c54e4d93c", - "sha256:a5c086b7c9c7996ea9b7522646cc24eebbf3591ec9dd38f65c0a3fdb0dbeaac7", - "sha256:b1bf29e95f10a8a00819dac804ca7e5eba5fc1769adcd74c837c11477bf81954", - "sha256:b203b6fbae4a8f2d27f35b7df46200057033d9ecd9134bcf30e3eab66d43572c", - "sha256:beaddc1ec96b342f4e239702f91802706a80cb403166c2da318cec4ad8b790cb", - "sha256:cd81144b0770084e8005d3a121c9382e6f9bc8d0bb320dd618718ffe5090e0e6", - "sha256:cedd554c643e54c4c2e12b5874781a87441a1b405acf3650a4a2e1df42aae231", - "sha256:d8b22a6850917c68ce83fc152a8b606ecb2efaaeed35be53110468885d6cdd9d", - "sha256:dd168667addf01f8a4b0fa7755323e43e4cd12ca4bade558c61f713a5d48ba1a", - "sha256:f57275b5af774529f9838adcfb58869ba3ebdaf805daea113bb0697a96a3f3cb", - "sha256:fbb249b82c53180f1420571ece5dc24fea1188ba435923edd055599dffe7abfb" + "sha256:14f95c6352e3b85dc26bf59cfbf77a470ecbd5fcdcf00af4b648f0e1b9eefb9e", + "sha256:15be741d1ae8c82bb7afe9a61f3cf8c50457f7d61229a1c39c24cd6e8f4d86dc", + "sha256:1d322ded1d1fea339cc6ac65b768e72c69c486eebb7db6ccde061b5786d74cc5", + "sha256:1ec52e962f54137a19208b6e95b6bd9f7a403eb25d7237768a99306cd9db26d1", + "sha256:1fb405615970e85b622b13b4cad140ff1e4182eb8334a0b27a4698e6217b89b0", + "sha256:22d66256b800f552ade51a463510bf905f3cb318aae00ff4288fae4de5d0e600", + "sha256:2ab85aaf155828331399c59ebdd4d3b0358e42c08250e86b43d56d9873df148a", + "sha256:3c269052c770c09b61fce2f2f9ea934a67dfc65f443d59629b4ccc8f89751890", + "sha256:5004514b08b045ad76425cf3618187091a668d972b017677b1b4b193379ef553", + "sha256:552ff8fdc41f5769d3eccc661f022ed496f55f6e0a214c20aaf56e56385d61b6", + "sha256:5643c92424fe62cb0b33378fef3d28c1525f91ada79e8a15bd9a05414a09503d", + "sha256:56ce0afb19cd8a8c63ff93ae506dffb74f844b88adaa6673ebc0dec43af48a76", + "sha256:57b5312ef13c1766bdf69b317041140b184eb24a51e1e23ce8fc5386ba8dffb2", + "sha256:5d7726556d1ca7a7ed78e19ba53285b64a2a8f6ad7ff4cb18a1832efca1a3102", + "sha256:69a879cfc94f4984d180321b76f52923861cd5bf4969aa885eef7591ee932517", + "sha256:6e6c1e2592187934f4e790c0c099d0033e986dcef7bdd3c06e3895ffa995e9fc", + "sha256:8b2ac36d6e04db6099614b9c1178a2f87788c7ffc3826571fb63d36ddb4c401d", + "sha256:8c207528992d59b0801458aa6fcff118e5c099608ef0fc6ff8bccbdc23f29c04", + "sha256:976c7758f668806d4df7a8853f390ac123d5d1f73591ed368bdb8963574ff589", + "sha256:accab6974b2758296400120fdcc9d1f37785b2ea2591f00656e1776f058ded6c", + "sha256:c1942e107b0243ced9e510d507e0f27aeea9d6b13e0a1b7c06fd52a62e0d41f7", + "sha256:c800db3464481e87b1d2b84523b075df1e8fc7856c6f9623dc243f89be1cb604", + "sha256:e996d320744ca8342cad6f9454345330d4f06bce129812d032bda3bad6967c5c", + "sha256:fa27b51ae4c7013b3700cf0ecf46907d1333ae396fc6511311920485cbce094b" ], - "markers": "python_version >= '3.8'", - "version": "==13.8.0" - }, - "python-dateutil": { - "hashes": [ - "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", - "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" - ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==2.9.0.post0" + "markers": "python_version >= '3.9'", + "version": "==13.9.1" }, "python-dotenv": { "hashes": [ @@ -1167,22 +421,6 @@ ], "version": "==1.0.1" }, - "pytz": { - "hashes": [ - "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a", - "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725" - ], - "version": "==2024.2" - }, - "pywikibot": { - "hashes": [ - "sha256:4f2e3d8c00bf6410418dc78489a13d139354c832df312f78a693a27d0fffa53f", - "sha256:6543ac89a750db37a440373ec1cf4cbcd80b05742482ebeb0ee7e90bcfb590ba" - ], - "index": "pypi", - "markers": "python_full_version >= '3.7.0'", - "version": "==9.5.0" - }, "pyyaml": { "hashes": [ "sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff", @@ -1241,14 +479,6 @@ ], "version": "==6.0.2" }, - "requests": { - "hashes": [ - "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760", - "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6" - ], - "markers": "python_version >= '3.8'", - "version": "==2.32.3" - }, "rich": { "hashes": [ "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098", @@ -1257,78 +487,97 @@ "markers": "python_full_version >= '3.8.0'", "version": "==13.9.4" }, + "rich-toolkit": { + "hashes": [ + "sha256:f3f6c583e5283298a2f7dbd3c65aca18b7f818ad96174113ab5bec0b0e35ed61", + "sha256:fea92557530de7c28f121cbed572ad93d9e0ddc60c3ca643f1b831f2f56b95d3" + ], + "markers": "python_version >= '3.8'", + "version": "==0.13.2" + }, "scikit-learn": { "hashes": [ - "sha256:03b6158efa3faaf1feea3faa884c840ebd61b6484167c711548fce208ea09445", - "sha256:178ddd0a5cb0044464fc1bfc4cca5b1833bfc7bb022d70b05db8530da4bb3dd3", - "sha256:1ff45e26928d3b4eb767a8f14a9a6efbf1cbff7c05d1fb0f95f211a89fd4f5de", - "sha256:299406827fb9a4f862626d0fe6c122f5f87f8910b86fe5daa4c32dcd742139b6", - "sha256:2d4cad1119c77930b235579ad0dc25e65c917e756fe80cab96aa3b9428bd3fb0", - "sha256:394397841449853c2290a32050382edaec3da89e35b3e03d6cc966aebc6a8ae6", - "sha256:3a686885a4b3818d9e62904d91b57fa757fc2bed3e465c8b177be652f4dd37c8", - "sha256:3b923d119d65b7bd555c73be5423bf06c0105678ce7e1f558cb4b40b0a5502b1", - "sha256:3bed4909ba187aca80580fe2ef370d9180dcf18e621a27c4cf2ef10d279a7efe", - "sha256:52788f48b5d8bca5c0736c175fa6bdaab2ef00a8f536cda698db61bd89c551c1", - "sha256:57cc1786cfd6bd118220a92ede80270132aa353647684efa385a74244a41e3b1", - "sha256:643964678f4b5fbdc95cbf8aec638acc7aa70f5f79ee2cdad1eec3df4ba6ead8", - "sha256:6c16d84a0d45e4894832b3c4d0bf73050939e21b99b01b6fd59cbb0cf39163b6", - "sha256:757c7d514ddb00ae249832fe87100d9c73c6ea91423802872d9e74970a0e40b9", - "sha256:8c412ccc2ad9bf3755915e3908e677b367ebc8d010acbb3f182814524f2e5540", - "sha256:b0768ad641981f5d3a198430a1d31c3e044ed2e8a6f22166b4d546a5116d7908", - "sha256:b4237ed7b3fdd0a4882792e68ef2545d5baa50aca3bb45aa7df468138ad8f94d", - "sha256:b7b0f9a0b1040830d38c39b91b3a44e1b643f4b36e36567b80b7c6bd2202a27f", - "sha256:c15b1ca23d7c5f33cc2cb0a0d6aaacf893792271cddff0edbd6a40e8319bc113", - "sha256:ca64b3089a6d9b9363cd3546f8978229dcbb737aceb2c12144ee3f70f95684b7", - "sha256:e9a702e2de732bbb20d3bad29ebd77fc05a6b427dc49964300340e4c9328b3f5", - "sha256:f60021ec1574e56632be2a36b946f8143bf4e5e6af4a06d85281adc22938e0dd", - "sha256:f7284ade780084d94505632241bf78c44ab3b6f1e8ccab3d2af58e0e950f9c12", - "sha256:f763897fe92d0e903aa4847b0aec0e68cadfff77e8a0687cabd946c89d17e675", - "sha256:f8b0ccd4a902836493e026c03256e8b206656f91fbcc4fde28c57a5b752561f1", - "sha256:f932a02c3f4956dfb981391ab24bda1dbd90fe3d628e4b42caef3e041c67707a" + "sha256:0650e730afb87402baa88afbf31c07b84c98272622aaba002559b614600ca691", + "sha256:0c8d036eb937dbb568c6242fa598d551d88fb4399c0344d95c001980ec1c7d36", + "sha256:1061b7c028a8663fb9a1a1baf9317b64a257fcb036dae5c8752b2abef31d136f", + "sha256:25fc636bdaf1cc2f4a124a116312d837148b5e10872147bdaf4887926b8c03d8", + "sha256:2c2cae262064e6a9b77eee1c8e768fc46aa0b8338c6a8297b9b6759720ec0ff2", + "sha256:2e69fab4ebfc9c9b580a7a80111b43d214ab06250f8a7ef590a4edf72464dd86", + "sha256:2ffa1e9e25b3d93990e74a4be2c2fc61ee5af85811562f1288d5d055880c4322", + "sha256:3f59fe08dc03ea158605170eb52b22a105f238a5d512c4470ddeca71feae8e5f", + "sha256:44a17798172df1d3c1065e8fcf9019183f06c87609b49a124ebdf57ae6cb0107", + "sha256:6849dd3234e87f55dce1db34c89a810b489ead832aaf4d4550b7ea85628be6c1", + "sha256:6a7aa5f9908f0f28f4edaa6963c0a6183f1911e63a69aa03782f0d924c830a35", + "sha256:70b1d7e85b1c96383f872a519b3375f92f14731e279a7b4c6cfd650cf5dffc52", + "sha256:72abc587c75234935e97d09aa4913a82f7b03ee0b74111dcc2881cba3c5a7b33", + "sha256:775da975a471c4f6f467725dff0ced5c7ac7bda5e9316b260225b48475279a1b", + "sha256:7a1c43c8ec9fde528d664d947dc4c0789be4077a3647f232869f41d9bf50e0fb", + "sha256:7a73d457070e3318e32bdb3aa79a8d990474f19035464dfd8bede2883ab5dc3b", + "sha256:8634c4bd21a2a813e0a7e3900464e6d593162a29dd35d25bdf0103b3fce60ed5", + "sha256:8a600c31592bd7dab31e1c61b9bbd6dea1b3433e67d264d17ce1017dbdce8002", + "sha256:926f207c804104677af4857b2c609940b743d04c4c35ce0ddc8ff4f053cddc1b", + "sha256:a17c1dea1d56dcda2fac315712f3651a1fea86565b64b48fa1bc090249cbf236", + "sha256:b3b00cdc8f1317b5f33191df1386c0befd16625f49d979fe77a8d44cae82410d", + "sha256:b4fc2525eca2c69a59260f583c56a7557c6ccdf8deafdba6e060f94c1c59738e", + "sha256:b8b7a3b86e411e4bce21186e1c180d792f3d99223dcfa3b4f597ecc92fa1a422", + "sha256:c06beb2e839ecc641366000ca84f3cf6fa9faa1777e29cf0c04be6e4d096a348", + "sha256:d056391530ccd1e501056160e3c9673b4da4805eb67eb2bdf4e983e1f9c9204e", + "sha256:dc4765af3386811c3ca21638f63b9cf5ecf66261cc4815c1db3f1e7dc7b79db2", + "sha256:dc5cf3d68c5a20ad6d571584c0750ec641cc46aeef1c1507be51300e6003a7e1", + "sha256:e7be3fa5d2eb9be7d77c3734ff1d599151bb523674be9b834e8da6abe132f44e", + "sha256:e8ca8cb270fee8f1f76fa9bfd5c3507d60c6438bbee5687f81042e2bb98e5a97", + "sha256:fa909b1a36e000a03c382aade0bd2063fd5680ff8b8e501660c0f59f021a6415" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==1.5.2" + "version": "==1.6.1" }, "scipy": { "hashes": [ - "sha256:0c2f95de3b04e26f5f3ad5bb05e74ba7f68b837133a4492414b3afd79dfe540e", - "sha256:1729560c906963fc8389f6aac023739ff3983e727b1a4d87696b7bf108316a79", - "sha256:278266012eb69f4a720827bdd2dc54b2271c97d84255b2faaa8f161a158c3b37", - "sha256:2843f2d527d9eebec9a43e6b406fb7266f3af25a751aa91d62ff416f54170bc5", - "sha256:2da0469a4ef0ecd3693761acbdc20f2fdeafb69e6819cc081308cc978153c675", - "sha256:2ff0a7e01e422c15739ecd64432743cf7aae2b03f3084288f399affcefe5222d", - "sha256:2ff38e22128e6c03ff73b6bb0f85f897d2362f8c052e3b8ad00532198fbdae3f", - "sha256:30ac8812c1d2aab7131a79ba62933a2a76f582d5dbbc695192453dae67ad6310", - "sha256:3a1b111fac6baec1c1d92f27e76511c9e7218f1695d61b59e05e0fe04dc59617", - "sha256:4079b90df244709e675cdc8b93bfd8a395d59af40b72e339c2287c91860deb8e", - "sha256:5149e3fd2d686e42144a093b206aef01932a0059c2a33ddfa67f5f035bdfe13e", - "sha256:5a275584e726026a5699459aa72f828a610821006228e841b94275c4a7c08417", - "sha256:631f07b3734d34aced009aaf6fedfd0eb3498a97e581c3b1e5f14a04164a456d", - "sha256:716e389b694c4bb564b4fc0c51bc84d381735e0d39d3f26ec1af2556ec6aad94", - "sha256:8426251ad1e4ad903a4514712d2fa8fdd5382c978010d1c6f5f37ef286a713ad", - "sha256:8475230e55549ab3f207bff11ebfc91c805dc3463ef62eda3ccf593254524ce8", - "sha256:8bddf15838ba768bb5f5083c1ea012d64c9a444e16192762bd858f1e126196d0", - "sha256:8e32dced201274bf96899e6491d9ba3e9a5f6b336708656466ad0522d8528f69", - "sha256:8f9ea80f2e65bdaa0b7627fb00cbeb2daf163caa015e59b7516395fe3bd1e066", - "sha256:97c5dddd5932bd2a1a31c927ba5e1463a53b87ca96b5c9bdf5dfd6096e27efc3", - "sha256:a49f6ed96f83966f576b33a44257d869756df6cf1ef4934f59dd58b25e0327e5", - "sha256:af29a935803cc707ab2ed7791c44288a682f9c8107bc00f0eccc4f92c08d6e07", - "sha256:b05d43735bb2f07d689f56f7b474788a13ed8adc484a85aa65c0fd931cf9ccd2", - "sha256:b28d2ca4add7ac16ae8bb6632a3c86e4b9e4d52d3e34267f6e1b0c1f8d87e389", - "sha256:b99722ea48b7ea25e8e015e8341ae74624f72e5f21fc2abd45f3a93266de4c5d", - "sha256:baff393942b550823bfce952bb62270ee17504d02a1801d7fd0719534dfb9c84", - "sha256:c0ee987efa6737242745f347835da2cc5bb9f1b42996a4d97d5c7ff7928cb6f2", - "sha256:d0d2821003174de06b69e58cef2316a6622b60ee613121199cb2852a873f8cf3", - "sha256:e0cf28db0f24a38b2a0ca33a85a54852586e43cf6fd876365c86e0657cfe7d73", - "sha256:e4f5a7c49323533f9103d4dacf4e4f07078f360743dec7f7596949149efeec06", - "sha256:eb58ca0abd96911932f688528977858681a59d61a7ce908ffd355957f7025cfc", - "sha256:edaf02b82cd7639db00dbff629995ef185c8df4c3ffa71a5562a595765a06ce1", - "sha256:fef8c87f8abfb884dac04e97824b61299880c43f4ce675dd2cbeadd3c9b466d2" + "sha256:033a75ddad1463970c96a88063a1df87ccfddd526437136b6ee81ff0312ebdf6", + "sha256:0458839c9f873062db69a03de9a9765ae2e694352c76a16be44f93ea45c28d2b", + "sha256:070d10654f0cb6abd295bc96c12656f948e623ec5f9a4eab0ddb1466c000716e", + "sha256:09c52320c42d7f5c7748b69e9f0389266fd4f82cf34c38485c14ee976cb8cb04", + "sha256:0ac102ce99934b162914b1e4a6b94ca7da0f4058b6d6fd65b0cef330c0f3346f", + "sha256:0fb57b30f0017d4afa5fe5f5b150b8f807618819287c21cbe51130de7ccdaed2", + "sha256:100193bb72fbff37dbd0bf14322314fc7cbe08b7ff3137f11a34d06dc0ee6b85", + "sha256:14eaa373c89eaf553be73c3affb11ec6c37493b7eaaf31cf9ac5dffae700c2e0", + "sha256:2114a08daec64980e4b4cbdf5bee90935af66d750146b1d2feb0d3ac30613692", + "sha256:21e10b1dd56ce92fba3e786007322542361984f8463c6d37f6f25935a5a6ef52", + "sha256:2722a021a7929d21168830790202a75dbb20b468a8133c74a2c0230c72626b6c", + "sha256:395be70220d1189756068b3173853029a013d8c8dd5fd3d1361d505b2aa58fa7", + "sha256:3fe1d95944f9cf6ba77aa28b82dd6bb2a5b52f2026beb39ecf05304b8392864b", + "sha256:491d57fe89927fa1aafbe260f4cfa5ffa20ab9f1435025045a5315006a91b8f5", + "sha256:4b17d4220df99bacb63065c76b0d1126d82bbf00167d1730019d2a30d6ae01ea", + "sha256:4c9d8fc81d6a3b6844235e6fd175ee1d4c060163905a2becce8e74cb0d7554ce", + "sha256:55cc79ce4085c702ac31e49b1e69b27ef41111f22beafb9b49fea67142b696c4", + "sha256:5b190b935e7db569960b48840e5bef71dc513314cc4e79a1b7d14664f57fd4ff", + "sha256:5bd8d27d44e2c13d0c1124e6a556454f52cd3f704742985f6b09e75e163d20d2", + "sha256:5dff14e75cdbcf07cdaa1c7707db6017d130f0af9ac41f6ce443a93318d6c6e0", + "sha256:5eb0ca35d4b08e95da99a9f9c400dc9f6c21c424298a0ba876fdc69c7afacedf", + "sha256:63b9b6cd0333d0eb1a49de6f834e8aeaefe438df8f6372352084535ad095219e", + "sha256:667f950bf8b7c3a23b4199db24cb9bf7512e27e86d0e3813f015b74ec2c6e3df", + "sha256:6b3e71893c6687fc5e29208d518900c24ea372a862854c9888368c0b267387ab", + "sha256:71ba9a76c2390eca6e359be81a3e879614af3a71dfdabb96d1d7ab33da6f2364", + "sha256:74bb864ff7640dea310a1377d8567dc2cb7599c26a79ca852fc184cc851954ac", + "sha256:82add84e8a9fb12af5c2c1a3a3f1cb51849d27a580cb9e6bd66226195142be6e", + "sha256:837299eec3d19b7e042923448d17d95a86e43941104d33f00da7e31a0f715d3c", + "sha256:900f3fa3db87257510f011c292a5779eb627043dd89731b9c461cd16ef76ab3d", + "sha256:9f151e9fb60fbf8e52426132f473221a49362091ce7a5e72f8aa41f8e0da4f25", + "sha256:af0b61c1de46d0565b4b39c6417373304c1d4f5220004058bdad3061c9fa8a95", + "sha256:bc7136626261ac1ed988dca56cfc4ab5180f75e0ee52e58f1e6aa74b5f3eacd5", + "sha256:be3deeb32844c27599347faa077b359584ba96664c5c79d71a354b80a0ad0ce0", + "sha256:c09aa9d90f3500ea4c9b393ee96f96b0ccb27f2f350d09a47f533293c78ea776", + "sha256:c352c1b6d7cac452534517e022f8f7b8d139cd9f27e6fbd9f3cbd0bfd39f5bef", + "sha256:c64ded12dcab08afff9e805a67ff4480f5e69993310e093434b10e85dc9d43e1", + "sha256:cdde8414154054763b42b74fe8ce89d7f3d17a7ac5dd77204f0e142cdc9239e9", + "sha256:ce3a000cd28b4430426db2ca44d96636f701ed12e2b3ca1f2b1dd7abdd84b39a", + "sha256:f735bc41bd1c792c96bc426dece66c8723283695f02df61dcc4d0a707a42fc54", + "sha256:f82fcf4e5b377f819542fbc8541f7b5fbcf1c0017d0df0bc22c781bf60abc4d8" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==1.14.1" + "version": "==1.15.1" }, "shapely": { "hashes": [ @@ -1387,14 +636,6 @@ "markers": "python_version >= '3.7'", "version": "==1.5.4" }, - "six": { - "hashes": [ - "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", - "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" - ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "version": "==1.16.0" - }, "sniffio": { "hashes": [ "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", @@ -1403,21 +644,13 @@ "markers": "python_version >= '3.7'", "version": "==1.3.1" }, - "soupsieve": { - "hashes": [ - "sha256:e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb", - "sha256:e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9" - ], - "markers": "python_version >= '3.8'", - "version": "==2.6" - }, "starlette": { "hashes": [ - "sha256:0e4ab3d16522a255be6b28260b938eae2482f98ce5cc934cb08dce8dc3ba5835", - "sha256:44cedb2b7c77a9de33a8b74b2b90e9f50d11fcf25d8270ea525ad71a25374ff7" + "sha256:4daec3356fb0cb1e723a5235e5beaf375d2259af27532958e2d79df549dad9da", + "sha256:bba1831d15ae5212b22feab2f218bab6ed3cd0fc2dc1d4442443bb1ee52260e0" ], - "markers": "python_version >= '3.8'", - "version": "==0.41.3" + "markers": "python_version >= '3.9'", + "version": "==0.45.2" }, "threadpoolctl": { "hashes": [ @@ -1429,11 +662,11 @@ }, "typer": { "hashes": [ - "sha256:af58f737f8d0c0c37b9f955a6d39000b9ff97813afcbeef56af5e37cf743b45a", - "sha256:f476233a25770ab3e7b2eebf7c68f3bc702031681a008b20167573a4b7018f09" + "sha256:7994fb7b8155b64d3402518560648446072864beefd44aa2dc36972a5972e847", + "sha256:a0588c0a7fa68a1978a069818657778f86abe6ff5ea6abf472f940a08bfe4f0a" ], "markers": "python_version >= '3.7'", - "version": "==0.14.0" + "version": "==0.15.1" }, "typing-extensions": { "hashes": [ @@ -1443,116 +676,16 @@ "markers": "python_version >= '3.8'", "version": "==4.12.2" }, - "tzdata": { - "hashes": [ - "sha256:7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc", - "sha256:a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd" - ], - "markers": "python_version >= '2'", - "version": "==2024.2" - }, - "ujson": { - "hashes": [ - "sha256:0de4971a89a762398006e844ae394bd46991f7c385d7a6a3b93ba229e6dac17e", - "sha256:129e39af3a6d85b9c26d5577169c21d53821d8cf68e079060602e861c6e5da1b", - "sha256:22cffecf73391e8abd65ef5f4e4dd523162a3399d5e84faa6aebbf9583df86d6", - "sha256:232cc85f8ee3c454c115455195a205074a56ff42608fd6b942aa4c378ac14dd7", - "sha256:2544912a71da4ff8c4f7ab5606f947d7299971bdd25a45e008e467ca638d13c9", - "sha256:2601aa9ecdbee1118a1c2065323bda35e2c5a2cf0797ef4522d485f9d3ef65bd", - "sha256:26b0e2d2366543c1bb4fbd457446f00b0187a2bddf93148ac2da07a53fe51569", - "sha256:2987713a490ceb27edff77fb184ed09acdc565db700ee852823c3dc3cffe455f", - "sha256:29b443c4c0a113bcbb792c88bea67b675c7ca3ca80c3474784e08bba01c18d51", - "sha256:2a890b706b64e0065f02577bf6d8ca3b66c11a5e81fb75d757233a38c07a1f20", - "sha256:2aff2985cef314f21d0fecc56027505804bc78802c0121343874741650a4d3d1", - "sha256:348898dd702fc1c4f1051bc3aacbf894caa0927fe2c53e68679c073375f732cf", - "sha256:38665e7d8290188b1e0d57d584eb8110951a9591363316dd41cf8686ab1d0abc", - "sha256:38d5d36b4aedfe81dfe251f76c0467399d575d1395a1755de391e58985ab1c2e", - "sha256:3ff201d62b1b177a46f113bb43ad300b424b7847f9c5d38b1b4ad8f75d4a282a", - "sha256:4573fd1695932d4f619928fd09d5d03d917274381649ade4328091ceca175539", - "sha256:4734ee0745d5928d0ba3a213647f1c4a74a2a28edc6d27b2d6d5bd9fa4319e27", - "sha256:4c4fc16f11ac1612f05b6f5781b384716719547e142cfd67b65d035bd85af165", - "sha256:502bf475781e8167f0f9d0e41cd32879d120a524b22358e7f205294224c71126", - "sha256:57aaf98b92d72fc70886b5a0e1a1ca52c2320377360341715dd3933a18e827b1", - "sha256:59e02cd37bc7c44d587a0ba45347cc815fb7a5fe48de16bf05caa5f7d0d2e816", - "sha256:5b6fee72fa77dc172a28f21693f64d93166534c263adb3f96c413ccc85ef6e64", - "sha256:5b91b5d0d9d283e085e821651184a647699430705b15bf274c7896f23fe9c9d8", - "sha256:604a046d966457b6cdcacc5aa2ec5314f0e8c42bae52842c1e6fa02ea4bda42e", - "sha256:618efd84dc1acbd6bff8eaa736bb6c074bfa8b8a98f55b61c38d4ca2c1f7f287", - "sha256:61d0af13a9af01d9f26d2331ce49bb5ac1fb9c814964018ac8df605b5422dcb3", - "sha256:61e1591ed9376e5eddda202ec229eddc56c612b61ac6ad07f96b91460bb6c2fb", - "sha256:621e34b4632c740ecb491efc7f1fcb4f74b48ddb55e65221995e74e2d00bbff0", - "sha256:6627029ae4f52d0e1a2451768c2c37c0c814ffc04f796eb36244cf16b8e57043", - "sha256:67079b1f9fb29ed9a2914acf4ef6c02844b3153913eb735d4bf287ee1db6e557", - "sha256:6dea1c8b4fc921bf78a8ff00bbd2bfe166345f5536c510671bccececb187c80e", - "sha256:6e32abdce572e3a8c3d02c886c704a38a1b015a1fb858004e03d20ca7cecbb21", - "sha256:7223f41e5bf1f919cd8d073e35b229295aa8e0f7b5de07ed1c8fddac63a6bc5d", - "sha256:73814cd1b9db6fc3270e9d8fe3b19f9f89e78ee9d71e8bd6c9a626aeaeaf16bd", - "sha256:7490655a2272a2d0b072ef16b0b58ee462f4973a8f6bbe64917ce5e0a256f9c0", - "sha256:7663960f08cd5a2bb152f5ee3992e1af7690a64c0e26d31ba7b3ff5b2ee66337", - "sha256:78778a3aa7aafb11e7ddca4e29f46bc5139131037ad628cc10936764282d6753", - "sha256:7c10f4654e5326ec14a46bcdeb2b685d4ada6911050aa8baaf3501e57024b804", - "sha256:7ec0ca8c415e81aa4123501fee7f761abf4b7f386aad348501a26940beb1860f", - "sha256:924f7318c31874d6bb44d9ee1900167ca32aa9b69389b98ecbde34c1698a250f", - "sha256:94a87f6e151c5f483d7d54ceef83b45d3a9cca7a9cb453dbdbb3f5a6f64033f5", - "sha256:98ba15d8cbc481ce55695beee9f063189dce91a4b08bc1d03e7f0152cd4bbdd5", - "sha256:a245d59f2ffe750446292b0094244df163c3dc96b3ce152a2c837a44e7cda9d1", - "sha256:a5b366812c90e69d0f379a53648be10a5db38f9d4ad212b60af00bd4048d0f00", - "sha256:a65b6af4d903103ee7b6f4f5b85f1bfd0c90ba4eeac6421aae436c9988aa64a2", - "sha256:a984a3131da7f07563057db1c3020b1350a3e27a8ec46ccbfbf21e5928a43050", - "sha256:a9d2edbf1556e4f56e50fab7d8ff993dbad7f54bac68eacdd27a8f55f433578e", - "sha256:ab13a2a9e0b2865a6c6db9271f4b46af1c7476bfd51af1f64585e919b7c07fd4", - "sha256:ac56eb983edce27e7f51d05bc8dd820586c6e6be1c5216a6809b0c668bb312b8", - "sha256:ad88ac75c432674d05b61184178635d44901eb749786c8eb08c102330e6e8996", - "sha256:b0111b27f2d5c820e7f2dbad7d48e3338c824e7ac4d2a12da3dc6061cc39c8e6", - "sha256:b3cd8f3c5d8c7738257f1018880444f7b7d9b66232c64649f562d7ba86ad4bc1", - "sha256:b9500e61fce0cfc86168b248104e954fead61f9be213087153d272e817ec7b4f", - "sha256:ba17799fcddaddf5c1f75a4ba3fd6441f6a4f1e9173f8a786b42450851bd74f1", - "sha256:ba43cc34cce49cf2d4bc76401a754a81202d8aa926d0e2b79f0ee258cb15d3a4", - "sha256:baed37ea46d756aca2955e99525cc02d9181de67f25515c468856c38d52b5f3b", - "sha256:beeaf1c48e32f07d8820c705ff8e645f8afa690cca1544adba4ebfa067efdc88", - "sha256:c18610b9ccd2874950faf474692deee4223a994251bc0a083c114671b64e6518", - "sha256:c66962ca7565605b355a9ed478292da628b8f18c0f2793021ca4425abf8b01e5", - "sha256:caf270c6dba1be7a41125cd1e4fc7ba384bf564650beef0df2dd21a00b7f5770", - "sha256:cc6139531f13148055d691e442e4bc6601f6dba1e6d521b1585d4788ab0bfad4", - "sha256:d2c75269f8205b2690db4572a4a36fe47cd1338e4368bc73a7a0e48789e2e35a", - "sha256:d47ebb01bd865fdea43da56254a3930a413f0c5590372a1241514abae8aa7c76", - "sha256:d4dc2fd6b3067c0782e7002ac3b38cf48608ee6366ff176bbd02cf969c9c20fe", - "sha256:d7d0e0ceeb8fe2468c70ec0c37b439dd554e2aa539a8a56365fd761edb418988", - "sha256:d8640fb4072d36b08e95a3a380ba65779d356b2fee8696afeb7794cf0902d0a1", - "sha256:dee5e97c2496874acbf1d3e37b521dd1f307349ed955e62d1d2f05382bc36dd5", - "sha256:dfef2814c6b3291c3c5f10065f745a1307d86019dbd7ea50e83504950136ed5b", - "sha256:e1402f0564a97d2a52310ae10a64d25bcef94f8dd643fcf5d310219d915484f7", - "sha256:e7ce306a42b6b93ca47ac4a3b96683ca554f6d35dd8adc5acfcd55096c8dfcb8", - "sha256:e82d4bb2138ab05e18f089a83b6564fee28048771eb63cdecf4b9b549de8a2cc", - "sha256:ecb24f0bdd899d368b715c9e6664166cf694d1e57be73f17759573a6986dd95a", - "sha256:f00ea7e00447918ee0eff2422c4add4c5752b1b60e88fcb3c067d4a21049a720", - "sha256:f3caf9cd64abfeb11a3b661329085c5e167abbe15256b3b68cb5d914ba7396f3", - "sha256:f44bd4b23a0e723bf8b10628288c2c7c335161d6840013d4d5de20e48551773b", - "sha256:f77b74475c462cb8b88680471193064d3e715c7c6074b1c8c412cb526466efe9", - "sha256:f8ccb77b3e40b151e20519c6ae6d89bfe3f4c14e8e210d910287f778368bb3d1", - "sha256:fbd8fd427f57a03cff3ad6574b5e299131585d9727c8c366da4624a9069ed746" - ], - "markers": "python_version >= '3.8'", - "version": "==5.10.0" - }, - "urllib3": { - "hashes": [ - "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac", - "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" - ], - "markers": "python_version >= '3.8'", - "version": "==2.2.3" - }, "uvicorn": { "extras": [ "standard" ], "hashes": [ - "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e", - "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175" + "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4", + "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9" ], - "markers": "python_version >= '3.8'", - "version": "==0.32.1" + "markers": "python_version >= '3.9'", + "version": "==0.34.0" }, "uvloop": { "hashes": [ @@ -1598,187 +731,179 @@ }, "watchfiles": { "hashes": [ - "sha256:06d828fe2adc4ac8a64b875ca908b892a3603d596d43e18f7948f3fef5fc671c", - "sha256:074c7618cd6c807dc4eaa0982b4a9d3f8051cd0b72793511848fd64630174b17", - "sha256:09551237645d6bff3972592f2aa5424df9290e7a2e15d63c5f47c48cde585935", - "sha256:0fc3bf0effa2d8075b70badfdd7fb839d7aa9cea650d17886982840d71fdeabf", - "sha256:12ab123135b2f42517f04e720526d41448667ae8249e651385afb5cda31fedc0", - "sha256:13a4f9ee0cd25682679eea5c14fc629e2eaa79aab74d963bc4e21f43b8ea1877", - "sha256:1d19df28f99d6a81730658fbeb3ade8565ff687f95acb59665f11502b441be5f", - "sha256:1e176b6b4119b3f369b2b4e003d53a226295ee862c0962e3afd5a1c15680b4e3", - "sha256:1ee5edc939f53466b329bbf2e58333a5461e6c7b50c980fa6117439e2c18b42d", - "sha256:1f73c2147a453315d672c1ad907abe6d40324e34a185b51e15624bc793f93cc6", - "sha256:1ff236d7a3f4b0a42f699a22fc374ba526bc55048a70cbb299661158e1bb5e1f", - "sha256:245fab124b9faf58430da547512d91734858df13f2ddd48ecfa5e493455ffccb", - "sha256:28babb38cf2da8e170b706c4b84aa7e4528a6fa4f3ee55d7a0866456a1662041", - "sha256:28fb64b5843d94e2c2483f7b024a1280662a44409bedee8f2f51439767e2d107", - "sha256:29cf884ad4285d23453c702ed03d689f9c0e865e3c85d20846d800d4787de00f", - "sha256:2a825ba4b32c214e3855b536eb1a1f7b006511d8e64b8215aac06eb680642d84", - "sha256:2ac778a460ea22d63c7e6fb0bc0f5b16780ff0b128f7f06e57aaec63bd339285", - "sha256:2c2696611182c85eb0e755b62b456f48debff484b7306b56f05478b843ca8ece", - "sha256:2d9c0518fabf4a3f373b0a94bb9e4ea7a1df18dec45e26a4d182aa8918dee855", - "sha256:2de52b499e1ab037f1a87cb8ebcb04a819bf087b1015a4cf6dcf8af3c2a2613e", - "sha256:37566c844c9ce3b5deb964fe1a23378e575e74b114618d211fbda8f59d7b5dab", - "sha256:3d94fd83ed54266d789f287472269c0def9120a2022674990bd24ad989ebd7a0", - "sha256:48051d1c504448b2fcda71c5e6e3610ae45de6a0b8f5a43b961f250be4bdf5a8", - "sha256:487d15927f1b0bd24e7df921913399bb1ab94424c386bea8b267754d698f8f0e", - "sha256:4a3b33c3aefe9067ebd87846806cd5fc0b017ab70d628aaff077ab9abf4d06b3", - "sha256:4ff9c7e84e8b644a8f985c42bcc81457240316f900fc72769aaedec9d088055a", - "sha256:533a7cbfe700e09780bb31c06189e39c65f06c7f447326fee707fd02f9a6e945", - "sha256:53ae447f06f8f29f5ab40140f19abdab822387a7c426a369eb42184b021e97eb", - "sha256:550109001920a993a4383b57229c717fa73627d2a4e8fcb7ed33c7f1cddb0c85", - "sha256:5bbd0311588c2de7f9ea5cf3922ccacfd0ec0c1922870a2be503cc7df1ca8be7", - "sha256:5dccfc70480087567720e4e36ec381bba1ed68d7e5f368fe40c93b3b1eba0105", - "sha256:5f75cd42e7e2254117cf37ff0e68c5b3f36c14543756b2da621408349bd9ca7c", - "sha256:648e2b6db53eca6ef31245805cd528a16f56fa4cc15aeec97795eaf713c11435", - "sha256:774ef36b16b7198669ce655d4f75b4c3d370e7f1cbdfb997fb10ee98717e2058", - "sha256:8a2127cd68950787ee36753e6d401c8ea368f73beaeb8e54df5516a06d1ecd82", - "sha256:90004553be36427c3d06ec75b804233f8f816374165d5225b93abd94ba6e7234", - "sha256:905f69aad276639eff3893759a07d44ea99560e67a1cf46ff389cd62f88872a2", - "sha256:9122b8fdadc5b341315d255ab51d04893f417df4e6c1743b0aac8bf34e96e025", - "sha256:9272fdbc0e9870dac3b505bce1466d386b4d8d6d2bacf405e603108d50446940", - "sha256:936f362e7ff28311b16f0b97ec51e8f2cc451763a3264640c6ed40fb252d1ee4", - "sha256:947ccba18a38b85c366dafeac8df2f6176342d5992ca240a9d62588b214d731f", - "sha256:95dc785bc284552d044e561b8f4fe26d01ab5ca40d35852a6572d542adfeb4bc", - "sha256:95de85c254f7fe8cbdf104731f7f87f7f73ae229493bebca3722583160e6b152", - "sha256:9b4fb98100267e6a5ebaff6aaa5d20aea20240584647470be39fe4823012ac96", - "sha256:9c01446626574561756067f00b37e6b09c8622b0fc1e9fdbc7cbcea328d4e514", - "sha256:9c9a8d8fd97defe935ef8dd53d562e68942ad65067cd1c54d6ed8a088b1d931d", - "sha256:9e1d9284cc84de7855fcf83472e51d32daf6f6cecd094160192628bc3fee1b78", - "sha256:a0abf173975eb9dd17bb14c191ee79999e650997cc644562f91df06060610e62", - "sha256:a2218e78e2c6c07b1634a550095ac2a429026b2d5cbcd49a594f893f2bb8c936", - "sha256:a5a7a06cfc65e34fd0a765a7623c5ba14707a0870703888e51d3d67107589817", - "sha256:b2bca898c1dc073912d3db7fa6926cc08be9575add9e84872de2c99c688bac4e", - "sha256:b46e15c34d4e401e976d6949ad3a74d244600d5c4b88c827a3fdf18691a46359", - "sha256:b551c465a59596f3d08170bd7e1c532c7260dd90ed8135778038e13c5d48aa81", - "sha256:b555a93c15bd2c71081922be746291d776d47521a00703163e5fbe6d2a402399", - "sha256:bc338ce9f8846543d428260fa0f9a716626963148edc937d71055d01d81e1525", - "sha256:bedf84835069f51c7b026b3ca04e2e747ea8ed0a77c72006172c72d28c9f69fc", - "sha256:c3d258d78341d5d54c0c804a5b7faa66cd30ba50b2756a7161db07ce15363b8d", - "sha256:c83a6d33a9eda0af6a7470240d1af487807adc269704fe76a4972dd982d16236", - "sha256:c9a13ac46b545a7d0d50f7641eefe47d1597e7d1783a5d89e09d080e6dff44b0", - "sha256:cf517701a4a872417f4e02a136e929537743461f9ec6cdb8184d9a04f4843545", - "sha256:d2b39aa8edd9e5f56f99a2a2740a251dc58515398e9ed5a4b3e5ff2827060755", - "sha256:d3572d4c34c4e9c33d25b3da47d9570d5122f8433b9ac6519dca49c2740d23cd", - "sha256:d562a6114ddafb09c33246c6ace7effa71ca4b6a2324a47f4b09b6445ea78941", - "sha256:e1ed613ee107269f66c2df631ec0fc8efddacface85314d392a4131abe299f00", - "sha256:e3750434c83b61abb3163b49c64b04180b85b4dabb29a294513faec57f2ffdb7", - "sha256:eba98901a2eab909dbd79681190b9049acc650f6111fde1845484a4450761e98", - "sha256:f159ac795785cde4899e0afa539f4c723fb5dd336ce5605bc909d34edd00b79b", - "sha256:f8c4f3a1210ed099a99e6a710df4ff2f8069411059ffe30fa5f9467ebed1256b", - "sha256:fa13d604fcb9417ae5f2e3de676e66aa97427d888e83662ad205bed35a313176", - "sha256:fbd0ab7a9943bbddb87cbc2bf2f09317e74c77dc55b1f5657f81d04666c25269", - "sha256:ffd98a299b0a74d1b704ef0ed959efb753e656a4e0425c14e46ae4c3cbdd2919" + "sha256:02a526ee5b5a09e8168314c905fc545c9bc46509896ed282aeb5a8ba9bd6ca27", + "sha256:05d341c71f3d7098920f8551d4df47f7b57ac5b8dad56558064c3431bdfc0b74", + "sha256:076f293100db3b0b634514aa0d294b941daa85fc777f9c698adb1009e5aca0b1", + "sha256:0799ae68dfa95136dde7c472525700bd48777875a4abb2ee454e3ab18e9fc712", + "sha256:0986902677a1a5e6212d0c49b319aad9cc48da4bd967f86a11bde96ad9676ca1", + "sha256:0bc80d91ddaf95f70258cf78c471246846c1986bcc5fd33ccc4a1a67fcb40f9a", + "sha256:13c2ce7b72026cfbca120d652f02c7750f33b4c9395d79c9790b27f014c8a5a2", + "sha256:1941b4e39de9b38b868a69b911df5e89dc43767feeda667b40ae032522b9b5f1", + "sha256:1eacd91daeb5158c598fe22d7ce66d60878b6294a86477a4715154990394c9b3", + "sha256:229e6ec880eca20e0ba2f7e2249c85bae1999d330161f45c78d160832e026ee2", + "sha256:22bb55a7c9e564e763ea06c7acea24fc5d2ee5dfc5dafc5cfbedfe58505e9f90", + "sha256:278aaa395f405972e9f523bd786ed59dfb61e4b827856be46a42130605fd0899", + "sha256:2a9f93f8439639dc244c4d2902abe35b0279102bca7bbcf119af964f51d53c19", + "sha256:308ac265c56f936636e3b0e3f59e059a40003c655228c131e1ad439957592303", + "sha256:31f1a379c9dcbb3f09cf6be1b7e83b67c0e9faabed0471556d9438a4a4e14202", + "sha256:32b026a6ab64245b584acf4931fe21842374da82372d5c039cba6bf99ef722f3", + "sha256:342622287b5604ddf0ed2d085f3a589099c9ae8b7331df3ae9845571586c4f3d", + "sha256:39f4914548b818540ef21fd22447a63e7be6e24b43a70f7642d21f1e73371590", + "sha256:3f68d8e9d5a321163ddacebe97091000955a1b74cd43724e346056030b0bacee", + "sha256:43b168bba889886b62edb0397cab5b6490ffb656ee2fcb22dec8bfeb371a9e12", + "sha256:47eb32ef8c729dbc4f4273baece89398a4d4b5d21a1493efea77a17059f4df8a", + "sha256:4810ea2ae622add560f4aa50c92fef975e475f7ac4900ce5ff5547b2434642d8", + "sha256:4e997802d78cdb02623b5941830ab06f8860038faf344f0d288d325cc9c5d2ff", + "sha256:4ebbeca9360c830766b9f0df3640b791be569d988f4be6c06d6fae41f187f105", + "sha256:4f8c4998506241dedf59613082d1c18b836e26ef2a4caecad0ec41e2a15e4226", + "sha256:55ccfd27c497b228581e2838d4386301227fc0cb47f5a12923ec2fe4f97b95af", + "sha256:5717021b199e8353782dce03bd8a8f64438832b84e2885c4a645f9723bf656d9", + "sha256:5c11ea22304d17d4385067588123658e9f23159225a27b983f343fcffc3e796a", + "sha256:5e0227b8ed9074c6172cf55d85b5670199c99ab11fd27d2c473aa30aec67ee42", + "sha256:62c9953cf85529c05b24705639ffa390f78c26449e15ec34d5339e8108c7c407", + "sha256:6ba473efd11062d73e4f00c2b730255f9c1bdd73cd5f9fe5b5da8dbd4a717205", + "sha256:740d103cd01458f22462dedeb5a3382b7f2c57d07ff033fbc9465919e5e1d0f3", + "sha256:74cb3ca19a740be4caa18f238298b9d472c850f7b2ed89f396c00a4c97e2d9ff", + "sha256:7b75fee5a16826cf5c46fe1c63116e4a156924d668c38b013e6276f2582230f0", + "sha256:7cf684aa9bba4cd95ecb62c822a56de54e3ae0598c1a7f2065d51e24637a3c5d", + "sha256:8012bd820c380c3d3db8435e8cf7592260257b378b649154a7948a663b5f84e9", + "sha256:857f5fc3aa027ff5e57047da93f96e908a35fe602d24f5e5d8ce64bf1f2fc733", + "sha256:8b1f135238e75d075359cf506b27bf3f4ca12029c47d3e769d8593a2024ce161", + "sha256:8d0d0630930f5cd5af929040e0778cf676a46775753e442a3f60511f2409f48f", + "sha256:90192cdc15ab7254caa7765a98132a5a41471cf739513cc9bcf7d2ffcc0ec7b2", + "sha256:95b42cac65beae3a362629950c444077d1b44f1790ea2772beaea95451c086bb", + "sha256:9745a4210b59e218ce64c91deb599ae8775c8a9da4e95fb2ee6fe745fc87d01a", + "sha256:9d1ef56b56ed7e8f312c934436dea93bfa3e7368adfcf3df4c0da6d4de959a1e", + "sha256:9eea33ad8c418847dd296e61eb683cae1c63329b6d854aefcd412e12d94ee235", + "sha256:9f25d0ba0fe2b6d2c921cf587b2bf4c451860086534f40c384329fb96e2044d1", + "sha256:9fe37a2de80aa785d340f2980276b17ef697ab8db6019b07ee4fd28a8359d2f3", + "sha256:a38320582736922be8c865d46520c043bff350956dfc9fbaee3b2df4e1740a4b", + "sha256:a462490e75e466edbb9fc4cd679b62187153b3ba804868452ef0577ec958f5ff", + "sha256:a5ae5706058b27c74bac987d615105da17724172d5aaacc6c362a40599b6de43", + "sha256:aa216f87594f951c17511efe5912808dfcc4befa464ab17c98d387830ce07b60", + "sha256:ab0311bb2ffcd9f74b6c9de2dda1612c13c84b996d032cd74799adb656af4e8b", + "sha256:ab594e75644421ae0a2484554832ca5895f8cab5ab62de30a1a57db460ce06c6", + "sha256:aee397456a29b492c20fda2d8961e1ffb266223625346ace14e4b6d861ba9c80", + "sha256:b045c800d55bc7e2cadd47f45a97c7b29f70f08a7c2fa13241905010a5493f94", + "sha256:b77d5622ac5cc91d21ae9c2b284b5d5c51085a0bdb7b518dba263d0af006132c", + "sha256:ba5bb3073d9db37c64520681dd2650f8bd40902d991e7b4cfaeece3e32561d08", + "sha256:bdef5a1be32d0b07dcea3318a0be95d42c98ece24177820226b56276e06b63b0", + "sha256:c2acfa49dd0ad0bf2a9c0bb9a985af02e89345a7189be1efc6baa085e0f72d7c", + "sha256:c7cce76c138a91e720d1df54014a047e680b652336e1b73b8e3ff3158e05061e", + "sha256:cc27a65069bcabac4552f34fd2dce923ce3fcde0721a16e4fb1b466d63ec831f", + "sha256:cdbd912a61543a36aef85e34f212e5d2486e7c53ebfdb70d1e0b060cc50dd0bf", + "sha256:cdcc92daeae268de1acf5b7befcd6cfffd9a047098199056c72e4623f531de18", + "sha256:d3452c1ec703aa1c61e15dfe9d482543e4145e7c45a6b8566978fbb044265a21", + "sha256:d6097538b0ae5c1b88c3b55afa245a66793a8fec7ada6755322e465fb1a0e8cc", + "sha256:d8d3d9203705b5797f0af7e7e5baa17c8588030aaadb7f6a86107b7247303817", + "sha256:e0611d244ce94d83f5b9aff441ad196c6e21b55f77f3c47608dcf651efe54c4a", + "sha256:f12969a3765909cf5dc1e50b2436eb2c0e676a3c75773ab8cc3aa6175c16e902", + "sha256:f44a39aee3cbb9b825285ff979ab887a25c5d336e5ec3574f1506a4671556a8d", + "sha256:f9ce064e81fe79faa925ff03b9f4c1a98b0bbb4a1b8c1b015afa93030cb21a49", + "sha256:fb2c46e275fbb9f0c92e7654b231543c7bbfa1df07cdc4b99fa73bedfde5c844", + "sha256:fc2eb5d14a8e0d5df7b36288979176fbb39672d45184fc4b1c004d7c3ce29317" ], - "version": "==1.0.0" + "version": "==1.0.4" }, "websockets": { "hashes": [ - "sha256:00fe5da3f037041da1ee0cf8e308374e236883f9842c7c465aa65098b1c9af59", - "sha256:01bb2d4f0a6d04538d3c5dfd27c0643269656c28045a53439cbf1c004f90897a", - "sha256:034feb9f4286476f273b9a245fb15f02c34d9586a5bc936aff108c3ba1b21beb", - "sha256:04a97aca96ca2acedf0d1f332c861c5a4486fdcba7bcef35873820f940c4231e", - "sha256:0d4290d559d68288da9f444089fd82490c8d2744309113fc26e2da6e48b65da6", - "sha256:1288369a6a84e81b90da5dbed48610cd7e5d60af62df9851ed1d1d23a9069f10", - "sha256:14839f54786987ccd9d03ed7f334baec0f02272e7ec4f6e9d427ff584aeea8b4", - "sha256:1d045cbe1358d76b24d5e20e7b1878efe578d9897a25c24e6006eef788c0fdf0", - "sha256:1f874ba705deea77bcf64a9da42c1f5fc2466d8f14daf410bc7d4ceae0a9fcb0", - "sha256:205f672a6c2c671a86d33f6d47c9b35781a998728d2c7c2a3e1cf3333fcb62b7", - "sha256:2177ee3901075167f01c5e335a6685e71b162a54a89a56001f1c3e9e3d2ad250", - "sha256:219c8187b3ceeadbf2afcf0f25a4918d02da7b944d703b97d12fb01510869078", - "sha256:25225cc79cfebc95ba1d24cd3ab86aaa35bcd315d12fa4358939bd55e9bd74a5", - "sha256:3630b670d5057cd9e08b9c4dab6493670e8e762a24c2c94ef312783870736ab9", - "sha256:368a05465f49c5949e27afd6fbe0a77ce53082185bbb2ac096a3a8afaf4de52e", - "sha256:36ebd71db3b89e1f7b1a5deaa341a654852c3518ea7a8ddfdf69cc66acc2db1b", - "sha256:39450e6215f7d9f6f7bc2a6da21d79374729f5d052333da4d5825af8a97e6735", - "sha256:398b10c77d471c0aab20a845e7a60076b6390bfdaac7a6d2edb0d2c59d75e8d8", - "sha256:3c3deac3748ec73ef24fc7be0b68220d14d47d6647d2f85b2771cb35ea847aa1", - "sha256:3f14a96a0034a27f9d47fd9788913924c89612225878f8078bb9d55f859272b0", - "sha256:3fc753451d471cff90b8f467a1fc0ae64031cf2d81b7b34e1811b7e2691bc4bc", - "sha256:414ffe86f4d6f434a8c3b7913655a1a5383b617f9bf38720e7c0799fac3ab1c6", - "sha256:449d77d636f8d9c17952628cc7e3b8faf6e92a17ec581ec0c0256300717e1512", - "sha256:4b6caec8576e760f2c7dd878ba817653144d5f369200b6ddf9771d64385b84d4", - "sha256:4d4fc827a20abe6d544a119896f6b78ee13fe81cbfef416f3f2ddf09a03f0e2e", - "sha256:5a42d3ecbb2db5080fc578314439b1d79eef71d323dc661aa616fb492436af5d", - "sha256:5b918d288958dc3fa1c5a0b9aa3256cb2b2b84c54407f4813c45d52267600cd3", - "sha256:5ef440054124728cc49b01c33469de06755e5a7a4e83ef61934ad95fc327fbb0", - "sha256:660c308dabd2b380807ab64b62985eaccf923a78ebc572bd485375b9ca2b7dc7", - "sha256:6a6c9bcf7cdc0fd41cc7b7944447982e8acfd9f0d560ea6d6845428ed0562058", - "sha256:6d24fc337fc055c9e83414c94e1ee0dee902a486d19d2a7f0929e49d7d604b09", - "sha256:7048eb4415d46368ef29d32133134c513f507fff7d953c18c91104738a68c3b3", - "sha256:77569d19a13015e840b81550922056acabc25e3f52782625bc6843cfa034e1da", - "sha256:8149a0f5a72ca36720981418eeffeb5c2729ea55fa179091c81a0910a114a5d2", - "sha256:836bef7ae338a072e9d1863502026f01b14027250a4545672673057997d5c05a", - "sha256:8621a07991add373c3c5c2cf89e1d277e49dc82ed72c75e3afc74bd0acc446f0", - "sha256:87e31011b5c14a33b29f17eb48932e63e1dcd3fa31d72209848652310d3d1f0d", - "sha256:88cf9163ef674b5be5736a584c999e98daf3aabac6e536e43286eb74c126b9c7", - "sha256:8fda642151d5affdee8a430bd85496f2e2517be3a2b9d2484d633d5712b15c56", - "sha256:90b5d9dfbb6d07a84ed3e696012610b6da074d97453bd01e0e30744b472c8179", - "sha256:90f4c7a069c733d95c308380aae314f2cb45bd8a904fb03eb36d1a4983a4993f", - "sha256:9481a6de29105d73cf4515f2bef8eb71e17ac184c19d0b9918a3701c6c9c4f23", - "sha256:9607b9a442392e690a57909c362811184ea429585a71061cd5d3c2b98065c199", - "sha256:9777564c0a72a1d457f0848977a1cbe15cfa75fa2f67ce267441e465717dcf1a", - "sha256:a032855dc7db987dff813583d04f4950d14326665d7e714d584560b140ae6b8b", - "sha256:a0adf84bc2e7c86e8a202537b4fd50e6f7f0e4a6b6bf64d7ccb96c4cd3330b29", - "sha256:a35f704be14768cea9790d921c2c1cc4fc52700410b1c10948511039be824aac", - "sha256:a3dfff83ca578cada2d19e665e9c8368e1598d4e787422a460ec70e531dbdd58", - "sha256:a4c805c6034206143fbabd2d259ec5e757f8b29d0a2f0bf3d2fe5d1f60147a4a", - "sha256:a655bde548ca98f55b43711b0ceefd2a88a71af6350b0c168aa77562104f3f45", - "sha256:ad2ab2547761d79926effe63de21479dfaf29834c50f98c4bf5b5480b5838434", - "sha256:b1f3628a0510bd58968c0f60447e7a692933589b791a6b572fcef374053ca280", - "sha256:b7e7ea2f782408c32d86b87a0d2c1fd8871b0399dd762364c731d86c86069a78", - "sha256:bc6ccf7d54c02ae47a48ddf9414c54d48af9c01076a2e1023e3b486b6e72c707", - "sha256:bea45f19b7ca000380fbd4e02552be86343080120d074b87f25593ce1700ad58", - "sha256:cc1fc87428c1d18b643479caa7b15db7d544652e5bf610513d4a3478dbe823d0", - "sha256:cd7c11968bc3860d5c78577f0dbc535257ccec41750675d58d8dc66aa47fe52c", - "sha256:ceada5be22fa5a5a4cdeec74e761c2ee7db287208f54c718f2df4b7e200b8d4a", - "sha256:cf5201a04550136ef870aa60ad3d29d2a59e452a7f96b94193bee6d73b8ad9a9", - "sha256:d9fd19ecc3a4d5ae82ddbfb30962cf6d874ff943e56e0c81f5169be2fda62979", - "sha256:ddaa4a390af911da6f680be8be4ff5aaf31c4c834c1a9147bc21cbcbca2d4370", - "sha256:df174ece723b228d3e8734a6f2a6febbd413ddec39b3dc592f5a4aa0aff28098", - "sha256:e0744623852f1497d825a49a99bfbec9bea4f3f946df6eb9d8a2f0c37a2fec2e", - "sha256:e5dc25a9dbd1a7f61eca4b7cb04e74ae4b963d658f9e4f9aad9cd00b688692c8", - "sha256:e7591d6f440af7f73c4bd9404f3772bfee064e639d2b6cc8c94076e71b2471c1", - "sha256:eb6d38971c800ff02e4a6afd791bbe3b923a9a57ca9aeab7314c21c84bf9ff05", - "sha256:ed907449fe5e021933e46a3e65d651f641975a768d0649fee59f10c2985529ed", - "sha256:f6cf0ad281c979306a6a34242b371e90e891bce504509fb6bb5246bbbf31e7b6", - "sha256:f95ba34d71e2fa0c5d225bde3b3bdb152e957150100e75c86bc7f3964c450d89" + "sha256:02687db35dbc7d25fd541a602b5f8e451a238ffa033030b172ff86a93cb5dc2a", + "sha256:065ce275e7c4ffb42cb738dd6b20726ac26ac9ad0a2a48e33ca632351a737267", + "sha256:091ab63dfc8cea748cc22c1db2814eadb77ccbf82829bac6b2fbe3401d548eda", + "sha256:0a52a6d7cf6938e04e9dceb949d35fbdf58ac14deea26e685ab6368e73744e4c", + "sha256:0a6f3efd47ffd0d12080594f434faf1cd2549b31e54870b8470b28cc1d3817d9", + "sha256:0d8c3e2cdb38f31d8bd7d9d28908005f6fa9def3324edb9bf336d7e4266fd397", + "sha256:1979bee04af6a78608024bad6dfcc0cc930ce819f9e10342a29a05b5320355d0", + "sha256:1a5a20d5843886d34ff8c57424cc65a1deda4375729cbca4cb6b3353f3ce4142", + "sha256:1c9b6535c0e2cf8a6bf938064fb754aaceb1e6a4a51a80d884cd5db569886910", + "sha256:1f20522e624d7ffbdbe259c6b6a65d73c895045f76a93719aa10cd93b3de100c", + "sha256:2066dc4cbcc19f32c12a5a0e8cc1b7ac734e5b64ac0a325ff8353451c4b15ef2", + "sha256:20e6dd0984d7ca3037afcb4494e48c74ffb51e8013cac71cf607fffe11df7205", + "sha256:22441c81a6748a53bfcb98951d58d1af0661ab47a536af08920d129b4d1c3473", + "sha256:2c6c0097a41968b2e2b54ed3424739aab0b762ca92af2379f152c1aef0187e1c", + "sha256:2dddacad58e2614a24938a50b85969d56f88e620e3f897b7d80ac0d8a5800258", + "sha256:2e20c5f517e2163d76e2729104abc42639c41cf91f7b1839295be43302713661", + "sha256:34277a29f5303d54ec6468fb525d99c99938607bc96b8d72d675dee2b9f5bf1d", + "sha256:3bdc8c692c866ce5fefcaf07d2b55c91d6922ac397e031ef9b774e5b9ea42166", + "sha256:3c1426c021c38cf92b453cdf371228d3430acd775edee6bac5a4d577efc72365", + "sha256:44bba1a956c2c9d268bdcdf234d5e5ff4c9b6dc3e300545cbe99af59dda9dcce", + "sha256:4b27ece32f63150c268593d5fdb82819584831a83a3f5809b7521df0685cd5d8", + "sha256:4da98b72009836179bb596a92297b1a61bb5a830c0e483a7d0766d45070a08ad", + "sha256:4daa0faea5424d8713142b33825fff03c736f781690d90652d2c8b053345b0e7", + "sha256:5059ed9c54945efb321f097084b4c7e52c246f2c869815876a69d1efc4ad6eb5", + "sha256:577a4cebf1ceaf0b65ffc42c54856214165fb8ceeba3935852fc33f6b0c55e7f", + "sha256:647b573f7d3ada919fd60e64d533409a79dcf1ea21daeb4542d1d996519ca967", + "sha256:669c3e101c246aa85bc8534e495952e2ca208bd87994650b90a23d745902db9a", + "sha256:6af6a4b26eea4fc06c6818a6b962a952441e0e39548b44773502761ded8cc1d4", + "sha256:6af99a38e49f66be5a64b1e890208ad026cda49355661549c507152113049990", + "sha256:6d7ff794c8b36bc402f2e07c0b2ceb4a2424147ed4785ff03e2a7af03711d60a", + "sha256:6f1372e511c7409a542291bce92d6c83320e02c9cf392223272287ce55bc224e", + "sha256:714a9b682deb4339d39ffa674f7b674230227d981a37d5d174a4a83e3978a610", + "sha256:75862126b3d2d505e895893e3deac0a9339ce750bd27b4ba515f008b5acf832d", + "sha256:7a570862c325af2111343cc9b0257b7119b904823c675b22d4ac547163088d0d", + "sha256:7a6ceec4ea84469f15cf15807a747e9efe57e369c384fa86e022b3bea679b79b", + "sha256:7cd5706caec1686c5d233bc76243ff64b1c0dc445339bd538f30547e787c11fe", + "sha256:80c8efa38957f20bba0117b48737993643204645e9ec45512579132508477cfc", + "sha256:862e9967b46c07d4dcd2532e9e8e3c2825e004ffbf91a5ef9dde519ee2effb0b", + "sha256:86cf1aaeca909bf6815ea714d5c5736c8d6dd3a13770e885aafe062ecbd04f1f", + "sha256:89a71173caaf75fa71a09a5f614f450ba3ec84ad9fca47cb2422a860676716f0", + "sha256:9f05702e93203a6ff5226e21d9b40c037761b2cfb637187c9802c10f58e40473", + "sha256:a39d7eceeea35db85b85e1169011bb4321c32e673920ae9c1b6e0978590012a3", + "sha256:a3c4aa3428b904d5404a0ed85f3644d37e2cb25996b7f096d77caeb0e96a3b42", + "sha256:a9b0f6c3ba3b1240f602ebb3971d45b02cc12bd1845466dd783496b3b05783a5", + "sha256:a9e72fb63e5f3feacdcf5b4ff53199ec8c18d66e325c34ee4c551ca748623bbc", + "sha256:ab95d357cd471df61873dadf66dd05dd4709cae001dd6342edafc8dc6382f307", + "sha256:ad1c1d02357b7665e700eca43a31d52814ad9ad9b89b58118bdabc365454b574", + "sha256:b374e8953ad477d17e4851cdc66d83fdc2db88d9e73abf755c94510ebddceb95", + "sha256:b439ea828c4ba99bb3176dc8d9b933392a2413c0f6b149fdcba48393f573377f", + "sha256:b4c8cef610e8d7c70dea92e62b6814a8cd24fbd01d7103cc89308d2bfe1659ef", + "sha256:bbe03eb853e17fd5b15448328b4ec7fb2407d45fb0245036d06a3af251f8e48f", + "sha256:bc63cee8596a6ec84d9753fd0fcfa0452ee12f317afe4beae6b157f0070c6c7f", + "sha256:c3ecadc7ce90accf39903815697917643f5b7cfb73c96702318a096c00aa71f5", + "sha256:c76193c1c044bd1e9b3316dcc34b174bbf9664598791e6fb606d8d29000e070c", + "sha256:c93215fac5dadc63e51bcc6dceca72e72267c11def401d6668622b47675b097f", + "sha256:cc45afb9c9b2dc0852d5c8b5321759cf825f82a31bfaf506b65bf4668c96f8b2", + "sha256:d7d9cafbccba46e768be8a8ad4635fa3eae1ffac4c6e7cb4eb276ba41297ed29", + "sha256:da85651270c6bfb630136423037dd4975199e5d4114cae6d3066641adcc9d1c7", + "sha256:dec254fcabc7bd488dab64846f588fc5b6fe0d78f641180030f8ea27b76d72c3", + "sha256:e3fbd68850c837e57373d95c8fe352203a512b6e49eaae4c2f4088ef8cf21980", + "sha256:e8179f95323b9ab1c11723e5d91a89403903f7b001828161b480a7810b334885", + "sha256:e9d0e53530ba7b8b5e389c02282f9d2aa47581514bd6049d3a7cffe1385cf5fe", + "sha256:eabdb28b972f3729348e632ab08f2a7b616c7e53d5414c12108c29972e655b20", + "sha256:ec607328ce95a2f12b595f7ae4c5d71bf502212bddcea528290b35c286932b12", + "sha256:efd9b868d78b194790e6236d9cbc46d68aba4b75b22497eb4ab64fa640c3af56", + "sha256:f2e53c72052f2596fb792a7acd9704cbc549bf70fcde8a99e899311455974ca3", + "sha256:f390024a47d904613577df83ba700bd189eedc09c57af0a904e5c39624621270", + "sha256:f8a86a269759026d2bde227652b87be79f8a734e582debf64c9d302faa1e9f03", + "sha256:fd475a974d5352390baf865309fe37dec6831aafc3014ffac1eea99e84e83fc2" ], - "version": "==14.1" - }, - "xarray": { - "hashes": [ - "sha256:1ccace44573ddb862e210ad3ec204210654d2c750bec11bbe7d842dfc298591f", - "sha256:6ee94f63ddcbdd0cf3909d1177f78cdac756640279c0e32ae36819a89cdaba37" - ], - "markers": "python_version >= '3.10'", - "version": "==2024.11.0" + "version": "==14.2" } }, "develop": { "anyio": { "hashes": [ - "sha256:4c8bc31ccdb51c7f7bd251f51c609e038d63e34219b44aa86e47576389880b4c", - "sha256:6d170c36fba3bdd840c73d3868c1e777e33676a69c3a72cf0a0d5d6d8009b61d" + "sha256:1d9fe889df5212298c0c0723fa20479d1b94883a2df44bd3897aa91083316f7a", + "sha256:b5011f270ab5eb0abf13385f851315585cc37ef330dd88e27ec3d34d651fd47a" ], "markers": "python_version >= '3.9'", - "version": "==4.6.2.post1" + "version": "==4.8.0" }, "astroid": { "hashes": [ - "sha256:5cfc40ae9f68311075d27ef68a4841bdc5cc7f6cf86671b49f00607d30188e2d", - "sha256:a9d1c946ada25098d790e079ba2a1b112157278f3fb7e718ae6a9252f5835dc8" + "sha256:187ccc0c248bfbba564826c26f070494f7bc964fd286b6d9fff4420e55de828c", + "sha256:a88c7994f914a4ea8572fac479459f4955eeccc877be3f2d959a33273b0cf40b" ], "markers": "python_full_version >= '3.9.0'", - "version": "==3.3.5" + "version": "==3.3.8" }, "certifi": { "hashes": [ - "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8", - "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9" + "sha256:1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56", + "sha256:b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db" ], "markers": "python_version >= '3.6'", - "version": "==2024.8.30" + "version": "==2024.12.14" }, "dill": { "hashes": [ @@ -1816,12 +941,12 @@ }, "httpx": { "hashes": [ - "sha256:0858d3bab51ba7e386637f22a61d8ccddaeec5f3fe4209da3a6168dbb91573e0", - "sha256:dc0b419a0cfeb6e8b34e85167c0da2671206f5095f1baa9663d23bcfd6b535fc" + "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc", + "sha256:d909fcccc110f8c7faf814ca82a9a4d816bc5a6dbfea25d6591d6985b8ba59ad" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==0.28.0" + "version": "==0.28.1" }, "idna": { "hashes": [ @@ -1849,11 +974,11 @@ }, "jinja2": { "hashes": [ - "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", - "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" + "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb", + "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb" ], "markers": "python_version >= '3.7'", - "version": "==3.1.4" + "version": "==3.1.5" }, "markupsafe": { "hashes": [ @@ -1956,12 +1081,12 @@ }, "pylint": { "hashes": [ - "sha256:2f846a466dd023513240bc140ad2dd73bfc080a5d85a710afdb728c420a5a2b9", - "sha256:9f3dcc87b1203e612b78d91a896407787e708b3f189b5fa0b307712d49ff0c6e" + "sha256:07c607523b17e6d16e2ae0d7ef59602e332caa762af64203c24b41c27139f36a", + "sha256:26e271a2bc8bce0fc23833805a9076dd9b4d5194e2a02164942cb3cdc37b4183" ], "index": "pypi", "markers": "python_full_version >= '3.9.0'", - "version": "==3.3.1" + "version": "==3.3.3" }, "pytest": { "hashes": [ diff --git a/backend/report.html b/backend/report.html new file mode 100644 index 0000000..7839f15 --- /dev/null +++ b/backend/report.html @@ -0,0 +1,1094 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"/> + <title id="head-title">Backend Testing Report</title> + <style type="text/css">body { + font-family: Helvetica, Arial, sans-serif; + font-size: 12px; + /* do not increase min-width as some may use split screens */ + min-width: 800px; + color: #999; +} + +h1 { + font-size: 24px; + color: black; +} + +h2 { + font-size: 16px; + color: black; +} + +p { + color: black; +} + +a { + color: #999; +} + +table { + border-collapse: collapse; +} + +/****************************** + * SUMMARY INFORMATION + ******************************/ +#environment td { + padding: 5px; + border: 1px solid #e6e6e6; + vertical-align: top; +} +#environment tr:nth-child(odd) { + background-color: #f6f6f6; +} +#environment ul { + margin: 0; + padding: 0 20px; +} + +/****************************** + * TEST RESULT COLORS + ******************************/ +span.passed, +.passed .col-result { + color: green; +} + +span.skipped, +span.xfailed, +span.rerun, +.skipped .col-result, +.xfailed .col-result, +.rerun .col-result { + color: orange; +} + +span.error, +span.failed, +span.xpassed, +.error .col-result, +.failed .col-result, +.xpassed .col-result { + color: red; +} + +.col-links__extra { + margin-right: 3px; +} + +/****************************** + * RESULTS TABLE + * + * 1. Table Layout + * 2. Extra + * 3. Sorting items + * + ******************************/ +/*------------------ + * 1. Table Layout + *------------------*/ +#results-table { + border: 1px solid #e6e6e6; + color: #999; + font-size: 12px; + width: 100%; +} +#results-table th, +#results-table td { + padding: 5px; + border: 1px solid #e6e6e6; + text-align: left; +} +#results-table th { + font-weight: bold; +} + +/*------------------ + * 2. Extra + *------------------*/ +.logwrapper { + max-height: 230px; + overflow-y: scroll; + background-color: #e6e6e6; +} +.logwrapper.expanded { + max-height: none; +} +.logwrapper.expanded .logexpander:after { + content: "collapse [-]"; +} +.logwrapper .logexpander { + z-index: 1; + position: sticky; + top: 10px; + width: max-content; + border: 1px solid; + border-radius: 3px; + padding: 5px 7px; + margin: 10px 0 10px calc(100% - 80px); + cursor: pointer; + background-color: #e6e6e6; +} +.logwrapper .logexpander:after { + content: "expand [+]"; +} +.logwrapper .logexpander:hover { + color: #000; + border-color: #000; +} +.logwrapper .log { + min-height: 40px; + position: relative; + top: -50px; + height: calc(100% + 50px); + border: 1px solid #e6e6e6; + color: black; + display: block; + font-family: "Courier New", Courier, monospace; + padding: 5px; + padding-right: 80px; + white-space: pre-wrap; +} + +div.media { + border: 1px solid #e6e6e6; + float: right; + height: 240px; + margin: 0 5px; + overflow: hidden; + width: 320px; +} + +.media-container { + display: grid; + grid-template-columns: 25px auto 25px; + align-items: center; + flex: 1 1; + overflow: hidden; + height: 200px; +} + +.media-container--fullscreen { + grid-template-columns: 0px auto 0px; +} + +.media-container__nav--right, +.media-container__nav--left { + text-align: center; + cursor: pointer; +} + +.media-container__viewport { + cursor: pointer; + text-align: center; + height: inherit; +} +.media-container__viewport img, +.media-container__viewport video { + object-fit: cover; + width: 100%; + max-height: 100%; +} + +.media__name, +.media__counter { + display: flex; + flex-direction: row; + justify-content: space-around; + flex: 0 0 25px; + align-items: center; +} + +.collapsible td:not(.col-links) { + cursor: pointer; +} +.collapsible td:not(.col-links):hover::after { + color: #bbb; + font-style: italic; + cursor: pointer; +} + +.col-result { + width: 130px; +} +.col-result:hover::after { + content: " (hide details)"; +} + +.col-result.collapsed:hover::after { + content: " (show details)"; +} + +#environment-header h2:hover::after { + content: " (hide details)"; + color: #bbb; + font-style: italic; + cursor: pointer; + font-size: 12px; +} + +#environment-header.collapsed h2:hover::after { + content: " (show details)"; + color: #bbb; + font-style: italic; + cursor: pointer; + font-size: 12px; +} + +/*------------------ + * 3. Sorting items + *------------------*/ +.sortable { + cursor: pointer; +} +.sortable.desc:after { + content: " "; + position: relative; + left: 5px; + bottom: -12.5px; + border: 10px solid #4caf50; + border-bottom: 0; + border-left-color: transparent; + border-right-color: transparent; +} +.sortable.asc:after { + content: " "; + position: relative; + left: 5px; + bottom: 12.5px; + border: 10px solid #4caf50; + border-top: 0; + border-left-color: transparent; + border-right-color: transparent; +} + +.hidden, .summary__reload__button.hidden { + display: none; +} + +.summary__data { + flex: 0 0 550px; +} +.summary__reload { + flex: 1 1; + display: flex; + justify-content: center; +} +.summary__reload__button { + flex: 0 0 300px; + display: flex; + color: white; + font-weight: bold; + background-color: #4caf50; + text-align: center; + justify-content: center; + align-items: center; + border-radius: 3px; + cursor: pointer; +} +.summary__reload__button:hover { + background-color: #46a049; +} +.summary__spacer { + flex: 0 0 550px; +} + +.controls { + display: flex; + justify-content: space-between; +} + +.filters, +.collapse { + display: flex; + align-items: center; +} +.filters button, +.collapse button { + color: #999; + border: none; + background: none; + cursor: pointer; + text-decoration: underline; +} +.filters button:hover, +.collapse button:hover { + color: #ccc; +} + +.filter__label { + margin-right: 10px; +} + + </style> + + </head> + <body> + <h1 id="title">Backend Testing Report</h1> + <p>Report generated on 23-Jan-2025 at 16:22:05 by <a href="https://pypi.python.org/pypi/pytest-html">pytest-html</a> + v4.1.1</p> + <div id="environment-header"> + <h2>Environment</h2> + </div> + <table id="environment"></table> + <!-- TEMPLATES --> + <template id="template_environment_row"> + <tr> + <td></td> + <td></td> + </tr> + </template> + <template id="template_results-table__body--empty"> + <tbody class="results-table-row"> + <tr id="not-found-message"> + <td colspan="7">No results found. Check the filters.</th> + </tr> + </template> + <template id="template_results-table__tbody"> + <tbody class="results-table-row"> + <tr class="collapsible"> + </tr> + <tr class="extras-row"> + <td class="extra" colspan="7"> + <div class="extraHTML"></div> + <div class="media"> + <div class="media-container"> + <div class="media-container__nav--left"><</div> + <div class="media-container__viewport"> + <img src="" /> + <video controls> + <source src="" type="video/mp4"> + </video> + </div> + <div class="media-container__nav--right">></div> + </div> + <div class="media__name"></div> + <div class="media__counter"></div> + </div> + <div class="logwrapper"> + <div class="logexpander"></div> + <div class="log"></div> + </div> + </td> + </tr> + </tbody> + </template> + <!-- END TEMPLATES --> + <div class="summary"> + <div class="summary__data"> + <h2>Summary</h2> + <div class="additional-summary prefix"> + </div> + <p class="run-count">8 tests took 00:01:51.</p> + <p class="filter">(Un)check the boxes to filter the results.</p> + <div class="summary__reload"> + <div class="summary__reload__button hidden" onclick="location.reload()"> + <div>There are still tests running. <br />Reload this page to get the latest results!</div> + </div> + </div> + <div class="summary__spacer"></div> + <div class="controls"> + <div class="filters"> + <input checked="true" class="filter" name="filter_checkbox" type="checkbox" data-test-result="failed" /> + <span class="failed">4 Failed,</span> + <input checked="true" class="filter" name="filter_checkbox" type="checkbox" data-test-result="passed" /> + <span class="passed">4 Passed,</span> + <input checked="true" class="filter" name="filter_checkbox" type="checkbox" data-test-result="skipped" disabled/> + <span class="skipped">0 Skipped,</span> + <input checked="true" class="filter" name="filter_checkbox" type="checkbox" data-test-result="xfailed" disabled/> + <span class="xfailed">0 Expected failures,</span> + <input checked="true" class="filter" name="filter_checkbox" type="checkbox" data-test-result="xpassed" disabled/> + <span class="xpassed">0 Unexpected passes,</span> + <input checked="true" class="filter" name="filter_checkbox" type="checkbox" data-test-result="error" disabled/> + <span class="error">0 Errors,</span> + <input checked="true" class="filter" name="filter_checkbox" type="checkbox" data-test-result="rerun" disabled/> + <span class="rerun">0 Reruns</span> + </div> + <div class="collapse"> + <button id="show_all_details">Show all details</button> / <button id="hide_all_details">Hide all details</button> + </div> + </div> + </div> + <div class="additional-summary summary"> + </div> + <div class="additional-summary postfix"> + </div> + </div> + <table id="results-table"> + <thead id="results-table-head"> + <tr> + <th class="sortable" data-column-type="result">Result</th> + <th class="sortable" data-column-type="testId">Test</th> + <th>Detailed trip</th> + <th>Trip Duration</th> + <th>Target Duration</th> + <th>Execution time</th> + <th>Links</th> + </tr> + </thead> + </table> + </body> + <footer> + <div id="data-container" data-jsonblob="{"environment": {"Python": "3.12.3", "Platform": "Linux-6.8.0-51-generic-x86_64-with-glibc2.39", "Packages": {"pytest": "8.3.4", "pluggy": "1.5.0"}, "Plugins": {"html": "4.1.1", "anyio": "4.8.0", "metadata": "3.1.1"}}, "tests": {"src/tests/test_main.py::test_turckheim": [{"extras": [], "result": "Passed", "testId": "src/tests/test_main.py::test_turckheim", "resultsTableRow": ["<td class=\"col-result\">Passed</td>", "<td class=\"col-testId\">src/tests/test_main.py::test_turckheim</td>", "<td>start (0 | 0) - 4 - Square Charles Grad (47 | 5) - 3 - Porte de France (157 | 5) - 5 - finish (0 | 0) - 0</td>", "<td>22 min</td>", "<td>20 min</td>", "<td class=\"col-duration\">104 ms</td>", "<td class=\"col-links\"></td>"], "log": "------------------------------ Captured log call -------------------------------\nINFO src.main:main.py:65 No end coordinates provided. Using start=end.\nINFO src.main:main.py:97 Fetched 5 landmarks in \t: 0.004 seconds\nINFO src.main:main.py:122 Total computation time\t: 0.031 seconds\nINFO src.main:main.py:127 Generated a trip of 22 minutes with 4 landmarks in 0.035 seconds.\nINFO httpx:_client.py:1025 HTTP Request: POST http://testserver/trip/new &quot;HTTP/1.1 200 OK&quot;\n\n"}], "src/tests/test_main.py::test_bellecour": [{"extras": [], "result": "Passed", "testId": "src/tests/test_main.py::test_bellecour", "resultsTableRow": ["<td class=\"col-result\">Passed</td>", "<td class=\"col-testId\">src/tests/test_main.py::test_bellecour</td>", "<td>start (0 | 0) - 7 - Grande Synagogue de Lyon (191 | 5) - 7 - Basilique Saint-Martin d'Ainay (314 | 5) - 8 - \u00c9glise Saint-Georges (357 | 5) - 7 - Cath\u00e9drale Saint-Jean (305 | 5) - 7 - Basilique de Fourvi\u00e8re (251 | 5) - 0 - Basilique Notre-Dame de Fourvi\u00e8re (247 | 5) - 7 - Mus\u00e9es Gadagne (401 | 5) - 1 - Temple du Change (314 | 5) - 8 - \u00c9glise Saint-Nizier (272 | 5) - 12 - H\u00f4tel de l'Europe (191 | 5) - 5 - finish (0 | 0) - 0</td>", "<td>119 min</td>", "<td>120 min</td>", "<td class=\"col-duration\">00:00:08</td>", "<td class=\"col-links\"></td>"], "log": "------------------------------ Captured log call -------------------------------\nINFO src.main:main.py:65 No end coordinates provided. Using start=end.\nINFO src.main:main.py:97 Fetched 182 landmarks in \t: 0.044 seconds\nINFO src.main:main.py:122 Total computation time\t: 8.146 seconds\nINFO src.main:main.py:127 Generated a trip of 119 minutes with 12 landmarks in 8.19 seconds.\nINFO httpx:_client.py:1025 HTTP Request: POST http://testserver/trip/new &quot;HTTP/1.1 200 OK&quot;\n\n"}], "src/tests/test_main.py::test_cologne": [{"extras": [], "result": "Passed", "testId": "src/tests/test_main.py::test_cologne", "resultsTableRow": ["<td class=\"col-result\">Passed</td>", "<td class=\"col-testId\">src/tests/test_main.py::test_cologne</td>", "<td>start (0 | 0) - 4 - R\u00f6misch-Germanisches Museum (698 | 5) - 6 - Wallraf-Richartz-Museum & Foundation Corboud (490 | 5) - 5 - Gro\u00df St. Martin (512 | 5) - 11 - St. Maria Lyskirchen (512 | 5) - 4 - Deutsches Sport- und Olympiamuseum (535 | 5) - 6 - Trinitatiskirche (467 | 5) - 4 - St. Maria im Kapitol (490 | 5) - 6 - Duftmuseum im Farina-Haus (539 | 5) - 5 - Minoritenkirche (379 | 5) - 6 - AntoniterCityKirche (423 | 5) - 4 - St. C\u00e4cilien (423 | 5) - 4 - Gesundheitsamt K\u00f6ln (364 | 5) - 5 - St. Aposteln (639 | 5) - 2 - Kreissparkasse K\u00f6ln (539 | 5) - 5 - Schauspielhaus K\u00f6ln (369 | 5) - 1 - Oper der Stadt K\u00f6ln (465 | 5) - 6 - Museum f\u00fcr Angewandte Kunst (514 | 5) - 5 - K\u00f6lner Dom (1141 | 5) - 3 - Excelsior Hotel Ernst (614 | 5) - 2 - St.Andreas (489 | 5) - 3 - St. Mari\u00e4 Himmelfahrt (401 | 5) - 2 - finish (0 | 0) - 0</td>", "<td>204 min</td>", "<td>240 min</td>", "<td class=\"col-duration\">00:00:09</td>", "<td class=\"col-links\"></td>"], "log": "------------------------------ Captured log call -------------------------------\nINFO src.main:main.py:65 No end coordinates provided. Using start=end.\nINFO src.main:main.py:97 Fetched 244 landmarks in \t: 0.068 seconds\nINFO src.main:main.py:122 Total computation time\t: 8.817 seconds\nINFO src.main:main.py:127 Generated a trip of 204 minutes with 23 landmarks in 8.885 seconds.\nINFO httpx:_client.py:1025 HTTP Request: POST http://testserver/trip/new &quot;HTTP/1.1 200 OK&quot;\n\n"}], "src/tests/test_main.py::test_strasbourg": [{"extras": [], "result": "Failed", "testId": "src/tests/test_main.py::test_strasbourg", "resultsTableRow": ["<td class=\"col-result\">Failed</td>", "<td class=\"col-testId\">src/tests/test_main.py::test_strasbourg</td>", "<td>start (0 | 0) - 10 - Grande \u00cele (228 | 5) - 11 - Palais du Rhin (466 | 5) - 11 - Cath\u00e9drale Notre-Dame (564 | 5) - 6 - \u00c9glise catholique Sainte-Madeleine (210 | 5) - 13 - Centre Administratif Ville et Eurom\u00e9tropole de Strasbourg (405 | 5) - 8 - Porte de l'H\u00f4pital (207 | 5) - 4 - Pont Saint-Nicolas (191 | 5) - 4 - \u00c9glise protestante Saint-Thomas (266 | 5) - 2 - Circuit \u00ab Petite France \u00bb (364 | 5) - 9 - Barrage Vauban (344 | 5) - 10 - \u00c9glise Catholique Saint-Jean-Baptiste (247 | 5) - 1 - finish (0 | 0) - 0</td>", "<td>144 min</td>", "<td>180 min</td>", "<td class=\"col-duration\">00:00:04</td>", "<td class=\"col-links\"></td>"], "log": "client = &lt;starlette.testclient.TestClient object at 0x70221d7b4740&gt;\nrequest = &lt;FixtureRequest for &lt;Function test_strasbourg&gt;&gt;\n\n def test_strasbourg(client, request) : # pylint: disable=redefined-outer-name\n &quot;&quot;&quot;\n Test n\u00b02 : Custom test in Lyon centre to ensure proper decision making in crowded area.\n \n Args:\n client:\n request:\n &quot;&quot;&quot;\n start_time = time.time() # Start timer\n duration_minutes = 180\n \n response = client.post(\n &quot;/trip/new&quot;,\n json={\n &quot;preferences&quot;: {&quot;sightseeing&quot;: {&quot;type&quot;: &quot;sightseeing&quot;, &quot;score&quot;: 5},\n &quot;nature&quot;: {&quot;type&quot;: &quot;nature&quot;, &quot;score&quot;: 5},\n &quot;shopping&quot;: {&quot;type&quot;: &quot;shopping&quot;, &quot;score&quot;: 5},\n &quot;max_time_minute&quot;: duration_minutes,\n &quot;detour_tolerance_minute&quot;: 0},\n &quot;start&quot;: [48.5846589226, 7.74078715721]\n }\n )\n result = response.json()\n landmarks = load_trip_landmarks(client, result[&#x27;first_landmark_uuid&#x27;])\n \n # Get computation time\n comp_time = time.time() - start_time\n \n # Add details to report\n log_trip_details(request, landmarks, result[&#x27;total_time&#x27;], duration_minutes)\n \n # for elem in landmarks :\n # print(elem)\n \n # checks :\n assert response.status_code == 200 # check for successful planning\n assert comp_time &lt; 30, f&quot;Computation time exceeded 30 seconds: {comp_time:.2f} seconds&quot;\n&gt; assert duration_minutes*0.8 &lt; result[&#x27;total_time&#x27;], f&quot;Trip too short: {result[&#x27;total_time&#x27;]} instead of {duration_minutes}&quot;\nE AssertionError: Trip too short: 144 instead of 180\nE assert (180 * 0.8) &lt; 144\n\nsrc/tests/test_main.py:180: AssertionError\n\n------------------------------ Captured log call -------------------------------\nINFO src.main:main.py:65 No end coordinates provided. Using start=end.\nINFO src.main:main.py:97 Fetched 118 landmarks in \t: 0.03 seconds\nINFO src.main:main.py:122 Total computation time\t: 4.096 seconds\nINFO src.main:main.py:127 Generated a trip of 144 minutes with 13 landmarks in 4.126 seconds.\nINFO httpx:_client.py:1025 HTTP Request: POST http://testserver/trip/new &quot;HTTP/1.1 200 OK&quot;\n\n"}], "src/tests/test_main.py::test_zurich": [{"extras": [], "result": "Failed", "testId": "src/tests/test_main.py::test_zurich", "resultsTableRow": ["<td class=\"col-result\">Failed</td>", "<td class=\"col-testId\">src/tests/test_main.py::test_zurich</td>", "<td>start (0 | 0) - 3 - Schweizerisches Landesmuseum (336 | 5) - 7 - Globus (325 | 30) - 10 - St. Peter (379 | 5) - 3 - Fraum\u00fcnster (467 | 5) - 4 - Grossm\u00fcnster (425 | 5) - 9 - Friedenskirche (207 | 5) - 10 - Liebfrauenkirche (247 | 5) - 6 - Russisch-Orthodoxe Auferstehungskirche (325 | 5) - 13 - finish (0 | 0) - 0</td>", "<td>130 min</td>", "<td>180 min</td>", "<td class=\"col-duration\">00:00:16</td>", "<td class=\"col-links\"></td>"], "log": "client = &lt;starlette.testclient.TestClient object at 0x70221d7b4740&gt;, request = &lt;FixtureRequest for &lt;Function test_zurich&gt;&gt;\n\n def test_zurich(client, request) : # pylint: disable=redefined-outer-name\n &quot;&quot;&quot;\n Test n\u00b02 : Custom test in Lyon centre to ensure proper decision making in crowded area.\n \n Args:\n client:\n request:\n &quot;&quot;&quot;\n start_time = time.time() # Start timer\n duration_minutes = 180\n \n response = client.post(\n &quot;/trip/new&quot;,\n json={\n &quot;preferences&quot;: {&quot;sightseeing&quot;: {&quot;type&quot;: &quot;sightseeing&quot;, &quot;score&quot;: 5},\n &quot;nature&quot;: {&quot;type&quot;: &quot;nature&quot;, &quot;score&quot;: 5},\n &quot;shopping&quot;: {&quot;type&quot;: &quot;shopping&quot;, &quot;score&quot;: 5},\n &quot;max_time_minute&quot;: duration_minutes,\n &quot;detour_tolerance_minute&quot;: 0},\n &quot;start&quot;: [47.377884227, 8.5395114066]\n }\n )\n result = response.json()\n landmarks = load_trip_landmarks(client, result[&#x27;first_landmark_uuid&#x27;])\n \n # Get computation time\n comp_time = time.time() - start_time\n \n # Add details to report\n log_trip_details(request, landmarks, result[&#x27;total_time&#x27;], duration_minutes)\n \n # for elem in landmarks :\n # print(elem)\n \n # checks :\n assert response.status_code == 200 # check for successful planning\n assert comp_time &lt; 30, f&quot;Computation time exceeded 30 seconds: {comp_time:.2f} seconds&quot;\n&gt; assert duration_minutes*0.8 &lt; result[&#x27;total_time&#x27;], f&quot;Trip too short: {result[&#x27;total_time&#x27;]} instead of {duration_minutes}&quot;\nE AssertionError: Trip too short: 130 instead of 180\nE assert (180 * 0.8) &lt; 130\n\nsrc/tests/test_main.py:221: AssertionError\n\n------------------------------ Captured log call -------------------------------\nINFO src.main:main.py:65 No end coordinates provided. Using start=end.\nINFO src.main:main.py:97 Fetched 133 landmarks in \t: 0.027 seconds\nINFO src.main:main.py:122 Total computation time\t: 16.137 seconds\nINFO src.main:main.py:127 Generated a trip of 130 minutes with 10 landmarks in 16.164 seconds.\nINFO httpx:_client.py:1025 HTTP Request: POST http://testserver/trip/new &quot;HTTP/1.1 200 OK&quot;\n\n"}], "src/tests/test_main.py::test_paris": [{"extras": [], "result": "Failed", "testId": "src/tests/test_main.py::test_paris", "resultsTableRow": ["<td class=\"col-result\">Failed</td>", "<td class=\"col-testId\">src/tests/test_main.py::test_paris</td>", "<td>start (0 | 0) - 5 - \u00c9glise Saint-Leu - Saint-Gilles (423 | 5) - 19 - Mus\u00e9e Carnavalet (490 | 5) - 14 - Centre Georges Pompidou (865 | 5) - 3 - \u00c9glise Saint-Merri (466 | 5) - 3 - Tour Saint-Jacques (614 | 5) - 10 - Cath\u00e9drale Notre-Dame de Paris (1138 | 5) - 8 - Sainte-Chapelle (1138 | 5) - 1 - Palais de Justice de Paris (467 | 5) - 9 - \u00c9glise Saint-Germain l'Auxerrois (512 | 5) - 6 - La Seine (447 | 5) - 5 - Pyramide du Louvre (490 | 5) - 12 - Mus\u00e9e d'Orsay (890 | 5) - 12 - Mus\u00e9e du Louvre (698 | 5) - 5 - Temple de l'Oratoire du Louvre (651 | 5) - 4 - Bourse de Commerce \u2014 Pinault Collection (627 | 5) - 2 - Jardin Nelson Mandela (367 | 5) - 3 - finish (0 | 0) - 0</td>", "<td>201 min</td>", "<td>300 min</td>", "<td class=\"col-duration\">00:01:12</td>", "<td class=\"col-links\"></td>"], "log": "client = &lt;starlette.testclient.TestClient object at 0x70221d7b4740&gt;, request = &lt;FixtureRequest for &lt;Function test_paris&gt;&gt;\n\n def test_paris(client, request) : # pylint: disable=redefined-outer-name\n &quot;&quot;&quot;\n Test n\u00b02 : Custom test in Paris (les Halles) centre to ensure proper decision making in crowded area.\n \n Args:\n client:\n request:\n &quot;&quot;&quot;\n start_time = time.time() # Start timer\n duration_minutes = 300\n \n response = client.post(\n &quot;/trip/new&quot;,\n json={\n &quot;preferences&quot;: {&quot;sightseeing&quot;: {&quot;type&quot;: &quot;sightseeing&quot;, &quot;score&quot;: 5},\n &quot;nature&quot;: {&quot;type&quot;: &quot;nature&quot;, &quot;score&quot;: 5},\n &quot;shopping&quot;: {&quot;type&quot;: &quot;shopping&quot;, &quot;score&quot;: 5},\n &quot;max_time_minute&quot;: duration_minutes,\n &quot;detour_tolerance_minute&quot;: 0},\n &quot;start&quot;: [48.86248803298562, 2.346451131285925]\n }\n )\n result = response.json()\n landmarks = load_trip_landmarks(client, result[&#x27;first_landmark_uuid&#x27;])\n \n # Get computation time\n comp_time = time.time() - start_time\n \n # Add details to report\n log_trip_details(request, landmarks, result[&#x27;total_time&#x27;], duration_minutes)\n \n # for elem in landmarks :\n # print(elem)\n \n # checks :\n assert response.status_code == 200 # check for successful planning\n&gt; assert comp_time &lt; 30, f&quot;Computation time exceeded 30 seconds: {comp_time:.2f} seconds&quot;\nE AssertionError: Computation time exceeded 30 seconds: 72.07 seconds\nE assert 72.07316541671753 &lt; 30\n\nsrc/tests/test_main.py:261: AssertionError\n\n------------------------------ Captured log call -------------------------------\nINFO src.main:main.py:65 No end coordinates provided. Using start=end.\nINFO src.main:main.py:97 Fetched 363 landmarks in \t: 0.134 seconds\nINFO src.main:main.py:122 Total computation time\t: 71.935 seconds\nINFO src.main:main.py:127 Generated a trip of 201 minutes with 18 landmarks in 72.068 seconds.\nINFO httpx:_client.py:1025 HTTP Request: POST http://testserver/trip/new &quot;HTTP/1.1 200 OK&quot;\n\n"}], "src/tests/test_main.py::test_new_york": [{"extras": [], "result": "Failed", "testId": "src/tests/test_main.py::test_new_york", "resultsTableRow": ["<td class=\"col-result\">Failed</td>", "<td class=\"col-testId\">src/tests/test_main.py::test_new_york</td>", "<td>start (0 | 0) - 6 - St. George's Church (344 | 5) - 7 - Grace Church (401 | 5) - 7 - Union Square Park (482 | 5) - 10 - Flatiron Building (604 | 5) - 5 - Cathedral of St. Sava (401 | 5) - 4 - Madison Square Park (482 | 5) - 7 - Calvary Church (357 | 5) - 17 - Saint Mark's in-the-Bowery (490 | 5) - 7 - Immaculate Conception Church (423 | 5) - 6 - St. Nicholas of Myra Orthodox Church (423 | 5) - 12 - Cathedral of the Holy Virgin Protection (344 | 5) - 9 - Saint Patrick's Old Cathedral (379 | 5) - 9 - Capitale (627 | 5) - 10 - Columbus Park (482 | 5) - 3 - Thomas Paine Park (334 | 5) - 3 - Collect Pond Park (412 | 5) - 10 - Tribeca Park (386 | 5) - 4 - Albert Capsouto Park (339 | 5) - 1 - Duarte Square (512 | 5) - 11 - St. Anthony of Padua Church (379 | 5) - 7 - Judson Memorial Church (401 | 5) - 13 - finish (0 | 0) - 0</td>", "<td>273 min</td>", "<td>600 min</td>", "<td class=\"col-duration\">782 ms</td>", "<td class=\"col-links\"></td>"], "log": "client = &lt;starlette.testclient.TestClient object at 0x70221d7b4740&gt;\nrequest = &lt;FixtureRequest for &lt;Function test_new_york&gt;&gt;\n\n def test_new_york(client, request) : # pylint: disable=redefined-outer-name\n &quot;&quot;&quot;\n Test n\u00b02 : Custom test in New York (les Halles) centre to ensure proper decision making in crowded area.\n \n Args:\n client:\n request:\n &quot;&quot;&quot;\n start_time = time.time() # Start timer\n duration_minutes = 600\n \n response = client.post(\n &quot;/trip/new&quot;,\n json={\n &quot;preferences&quot;: {&quot;sightseeing&quot;: {&quot;type&quot;: &quot;sightseeing&quot;, &quot;score&quot;: 5},\n &quot;nature&quot;: {&quot;type&quot;: &quot;nature&quot;, &quot;score&quot;: 5},\n &quot;shopping&quot;: {&quot;type&quot;: &quot;shopping&quot;, &quot;score&quot;: 5},\n &quot;max_time_minute&quot;: duration_minutes,\n &quot;detour_tolerance_minute&quot;: 0},\n &quot;start&quot;: [40.72592726802, -73.9920434795]\n }\n )\n result = response.json()\n landmarks = load_trip_landmarks(client, result[&#x27;first_landmark_uuid&#x27;])\n \n # Get computation time\n comp_time = time.time() - start_time\n \n # Add details to report\n log_trip_details(request, landmarks, result[&#x27;total_time&#x27;], duration_minutes)\n \n # for elem in landmarks :\n # print(elem)\n \n # checks :\n assert response.status_code == 200 # check for successful planning\n assert comp_time &lt; 30, f&quot;Computation time exceeded 30 seconds: {comp_time:.2f} seconds&quot;\n&gt; assert duration_minutes*0.8 &lt; result[&#x27;total_time&#x27;], f&quot;Trip too short: {result[&#x27;total_time&#x27;]} instead of {duration_minutes}&quot;\nE AssertionError: Trip too short: 273 instead of 600\nE assert (600 * 0.8) &lt; 273\n\nsrc/tests/test_main.py:303: AssertionError\n\n------------------------------ Captured log call -------------------------------\nINFO src.main:main.py:65 No end coordinates provided. Using start=end.\nINFO src.main:main.py:97 Fetched 211 landmarks in \t: 0.038 seconds\nINFO src.main:main.py:122 Total computation time\t: 0.739 seconds\nINFO src.main:main.py:127 Generated a trip of 273 minutes with 23 landmarks in 0.777 seconds.\nINFO httpx:_client.py:1025 HTTP Request: POST http://testserver/trip/new &quot;HTTP/1.1 200 OK&quot;\n\n"}], "src/tests/test_main.py::test_shopping": [{"extras": [], "result": "Passed", "testId": "src/tests/test_main.py::test_shopping", "resultsTableRow": ["<td class=\"col-result\">Passed</td>", "<td class=\"col-testId\">src/tests/test_main.py::test_shopping</td>", "<td>start (0 | 0) - 5 - Grand H\u00f4tel-Dieu (423 | 30) - 8 - Shopping Area (538 | 40) - 4 - Grand Bazar (93 | 30) - 20 - Halles de Lyon Paul Bocuse (210 | 30) - 8 - Westfield La Part-Dieu (423 | 30) - 32 - finish (0 | 0) - 0</td>", "<td>237 min</td>", "<td>240 min</td>", "<td class=\"col-duration\">424 ms</td>", "<td class=\"col-links\"></td>"], "log": "----------------------------- Captured stdout call -----------------------------\nLandmark(start): [start @(45.7576485, 4.8330241), score=0, time_to_next=5]\nLandmark(shopping): [Grand H\u00f4tel-Dieu @(45.7586955, 4.8364597), score=423, time_to_next=8]\nLandmark(shopping): [Shopping Area @(np.float64(45.76223053940519), np.float64(4.833794685873603)), score=538, time_to_next=4]\nLandmark(shopping): [Grand Bazar @(45.7632141, 4.8361975), score=93, time_to_next=20]\nLandmark(shopping): [Halles de Lyon Paul Bocuse @(45.7628282, 4.8505601), score=210, time_to_next=8]\nLandmark(shopping): [Westfield La Part-Dieu @(45.761331, 4.855676), score=423, time_to_next=32]\nLandmark(finish): [finish @(45.7576485, 4.8330241), score=0]\n\n------------------------------ Captured log call -------------------------------\nINFO src.main:main.py:65 No end coordinates provided. Using start=end.\nINFO src.main:main.py:97 Fetched 7 landmarks in \t: 0.01 seconds\nINFO src.main:main.py:122 Total computation time\t: 0.409 seconds\nINFO src.main:main.py:127 Generated a trip of 237 minutes with 7 landmarks in 0.419 seconds.\nINFO httpx:_client.py:1025 HTTP Request: POST http://testserver/trip/new &quot;HTTP/1.1 200 OK&quot;\n\n"}]}, "renderCollapsed": ["passed"], "initialSort": "result", "title": "Backend Testing Report"}"></div> + <script> + (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ +const { getCollapsedCategory, setCollapsedIds } = require('./storage.js') + +class DataManager { + setManager(data) { + const collapsedCategories = [...getCollapsedCategory(data.renderCollapsed)] + const collapsedIds = [] + const tests = Object.values(data.tests).flat().map((test, index) => { + const collapsed = collapsedCategories.includes(test.result.toLowerCase()) + const id = `test_${index}` + if (collapsed) { + collapsedIds.push(id) + } + return { + ...test, + id, + collapsed, + } + }) + const dataBlob = { ...data, tests } + this.data = { ...dataBlob } + this.renderData = { ...dataBlob } + setCollapsedIds(collapsedIds) + } + + get allData() { + return { ...this.data } + } + + resetRender() { + this.renderData = { ...this.data } + } + + setRender(data) { + this.renderData.tests = [...data] + } + + toggleCollapsedItem(id) { + this.renderData.tests = this.renderData.tests.map((test) => + test.id === id ? { ...test, collapsed: !test.collapsed } : test, + ) + } + + set allCollapsed(collapsed) { + this.renderData = { ...this.renderData, tests: [...this.renderData.tests.map((test) => ( + { ...test, collapsed } + ))] } + } + + get testSubset() { + return [...this.renderData.tests] + } + + get environment() { + return this.renderData.environment + } + + get initialSort() { + return this.data.initialSort + } +} + +module.exports = { + manager: new DataManager(), +} + +},{"./storage.js":8}],2:[function(require,module,exports){ +const mediaViewer = require('./mediaviewer.js') +const templateEnvRow = document.getElementById('template_environment_row') +const templateResult = document.getElementById('template_results-table__tbody') + +function htmlToElements(html) { + const temp = document.createElement('template') + temp.innerHTML = html + return temp.content.childNodes +} + +const find = (selector, elem) => { + if (!elem) { + elem = document + } + return elem.querySelector(selector) +} + +const findAll = (selector, elem) => { + if (!elem) { + elem = document + } + return [...elem.querySelectorAll(selector)] +} + +const dom = { + getStaticRow: (key, value) => { + const envRow = templateEnvRow.content.cloneNode(true) + const isObj = typeof value === 'object' && value !== null + const values = isObj ? Object.keys(value).map((k) => `${k}: ${value[k]}`) : null + + const valuesElement = htmlToElements( + values ? `<ul>${values.map((val) => `<li>${val}</li>`).join('')}<ul>` : `<div>${value}</div>`)[0] + const td = findAll('td', envRow) + td[0].textContent = key + td[1].appendChild(valuesElement) + + return envRow + }, + getResultTBody: ({ testId, id, log, extras, resultsTableRow, tableHtml, result, collapsed }) => { + const resultBody = templateResult.content.cloneNode(true) + resultBody.querySelector('tbody').classList.add(result.toLowerCase()) + resultBody.querySelector('tbody').id = testId + resultBody.querySelector('.collapsible').dataset.id = id + + resultsTableRow.forEach((html) => { + const t = document.createElement('template') + t.innerHTML = html + resultBody.querySelector('.collapsible').appendChild(t.content) + }) + + if (log) { + // Wrap lines starting with "E" with span.error to color those lines red + const wrappedLog = log.replace(/^E.*$/gm, (match) => `<span class="error">${match}</span>`) + resultBody.querySelector('.log').innerHTML = wrappedLog + } else { + resultBody.querySelector('.log').remove() + } + + if (collapsed) { + resultBody.querySelector('.collapsible > td')?.classList.add('collapsed') + resultBody.querySelector('.extras-row').classList.add('hidden') + } else { + resultBody.querySelector('.collapsible > td')?.classList.remove('collapsed') + } + + const media = [] + extras?.forEach(({ name, format_type, content }) => { + if (['image', 'video'].includes(format_type)) { + media.push({ path: content, name, format_type }) + } + + if (format_type === 'html') { + resultBody.querySelector('.extraHTML').insertAdjacentHTML('beforeend', `<div>${content}</div>`) + } + }) + mediaViewer.setup(resultBody, media) + + // Add custom html from the pytest_html_results_table_html hook + tableHtml?.forEach((item) => { + resultBody.querySelector('td[class="extra"]').insertAdjacentHTML('beforeend', item) + }) + + return resultBody + }, +} + +module.exports = { + dom, + htmlToElements, + find, + findAll, +} + +},{"./mediaviewer.js":6}],3:[function(require,module,exports){ +const { manager } = require('./datamanager.js') +const { doSort } = require('./sort.js') +const storageModule = require('./storage.js') + +const getFilteredSubSet = (filter) => + manager.allData.tests.filter(({ result }) => filter.includes(result.toLowerCase())) + +const doInitFilter = () => { + const currentFilter = storageModule.getVisible() + const filteredSubset = getFilteredSubSet(currentFilter) + manager.setRender(filteredSubset) +} + +const doFilter = (type, show) => { + if (show) { + storageModule.showCategory(type) + } else { + storageModule.hideCategory(type) + } + + const currentFilter = storageModule.getVisible() + const filteredSubset = getFilteredSubSet(currentFilter) + manager.setRender(filteredSubset) + + const sortColumn = storageModule.getSort() + doSort(sortColumn, true) +} + +module.exports = { + doFilter, + doInitFilter, +} + +},{"./datamanager.js":1,"./sort.js":7,"./storage.js":8}],4:[function(require,module,exports){ +const { redraw, bindEvents, renderStatic } = require('./main.js') +const { doInitFilter } = require('./filter.js') +const { doInitSort } = require('./sort.js') +const { manager } = require('./datamanager.js') +const data = JSON.parse(document.getElementById('data-container').dataset.jsonblob) + +function init() { + manager.setManager(data) + doInitFilter() + doInitSort() + renderStatic() + redraw() + bindEvents() +} + +init() + +},{"./datamanager.js":1,"./filter.js":3,"./main.js":5,"./sort.js":7}],5:[function(require,module,exports){ +const { dom, find, findAll } = require('./dom.js') +const { manager } = require('./datamanager.js') +const { doSort } = require('./sort.js') +const { doFilter } = require('./filter.js') +const { + getVisible, + getCollapsedIds, + setCollapsedIds, + getSort, + getSortDirection, + possibleFilters, +} = require('./storage.js') + +const removeChildren = (node) => { + while (node.firstChild) { + node.removeChild(node.firstChild) + } +} + +const renderStatic = () => { + const renderEnvironmentTable = () => { + const environment = manager.environment + const rows = Object.keys(environment).map((key) => dom.getStaticRow(key, environment[key])) + const table = document.getElementById('environment') + removeChildren(table) + rows.forEach((row) => table.appendChild(row)) + } + renderEnvironmentTable() +} + +const addItemToggleListener = (elem) => { + elem.addEventListener('click', ({ target }) => { + const id = target.parentElement.dataset.id + manager.toggleCollapsedItem(id) + + const collapsedIds = getCollapsedIds() + if (collapsedIds.includes(id)) { + const updated = collapsedIds.filter((item) => item !== id) + setCollapsedIds(updated) + } else { + collapsedIds.push(id) + setCollapsedIds(collapsedIds) + } + redraw() + }) +} + +const renderContent = (tests) => { + const sortAttr = getSort(manager.initialSort) + const sortAsc = JSON.parse(getSortDirection()) + const rows = tests.map(dom.getResultTBody) + const table = document.getElementById('results-table') + const tableHeader = document.getElementById('results-table-head') + + const newTable = document.createElement('table') + newTable.id = 'results-table' + + // remove all sorting classes and set the relevant + findAll('.sortable', tableHeader).forEach((elem) => elem.classList.remove('asc', 'desc')) + tableHeader.querySelector(`.sortable[data-column-type="${sortAttr}"]`)?.classList.add(sortAsc ? 'desc' : 'asc') + newTable.appendChild(tableHeader) + + if (!rows.length) { + const emptyTable = document.getElementById('template_results-table__body--empty').content.cloneNode(true) + newTable.appendChild(emptyTable) + } else { + rows.forEach((row) => { + if (!!row) { + findAll('.collapsible td:not(.col-links', row).forEach(addItemToggleListener) + find('.logexpander', row).addEventListener('click', + (evt) => evt.target.parentNode.classList.toggle('expanded'), + ) + newTable.appendChild(row) + } + }) + } + + table.replaceWith(newTable) +} + +const renderDerived = () => { + const currentFilter = getVisible() + possibleFilters.forEach((result) => { + const input = document.querySelector(`input[data-test-result="${result}"]`) + input.checked = currentFilter.includes(result) + }) +} + +const bindEvents = () => { + const filterColumn = (evt) => { + const { target: element } = evt + const { testResult } = element.dataset + + doFilter(testResult, element.checked) + const collapsedIds = getCollapsedIds() + const updated = manager.renderData.tests.map((test) => { + return { + ...test, + collapsed: collapsedIds.includes(test.id), + } + }) + manager.setRender(updated) + redraw() + } + + const header = document.getElementById('environment-header') + header.addEventListener('click', () => { + const table = document.getElementById('environment') + table.classList.toggle('hidden') + header.classList.toggle('collapsed') + }) + + findAll('input[name="filter_checkbox"]').forEach((elem) => { + elem.addEventListener('click', filterColumn) + }) + + findAll('.sortable').forEach((elem) => { + elem.addEventListener('click', (evt) => { + const { target: element } = evt + const { columnType } = element.dataset + doSort(columnType) + redraw() + }) + }) + + document.getElementById('show_all_details').addEventListener('click', () => { + manager.allCollapsed = false + setCollapsedIds([]) + redraw() + }) + document.getElementById('hide_all_details').addEventListener('click', () => { + manager.allCollapsed = true + const allIds = manager.renderData.tests.map((test) => test.id) + setCollapsedIds(allIds) + redraw() + }) +} + +const redraw = () => { + const { testSubset } = manager + + renderContent(testSubset) + renderDerived() +} + +module.exports = { + redraw, + bindEvents, + renderStatic, +} + +},{"./datamanager.js":1,"./dom.js":2,"./filter.js":3,"./sort.js":7,"./storage.js":8}],6:[function(require,module,exports){ +class MediaViewer { + constructor(assets) { + this.assets = assets + this.index = 0 + } + + nextActive() { + this.index = this.index === this.assets.length - 1 ? 0 : this.index + 1 + return [this.activeFile, this.index] + } + + prevActive() { + this.index = this.index === 0 ? this.assets.length - 1 : this.index -1 + return [this.activeFile, this.index] + } + + get currentIndex() { + return this.index + } + + get activeFile() { + return this.assets[this.index] + } +} + + +const setup = (resultBody, assets) => { + if (!assets.length) { + resultBody.querySelector('.media').classList.add('hidden') + return + } + + const mediaViewer = new MediaViewer(assets) + const container = resultBody.querySelector('.media-container') + const leftArrow = resultBody.querySelector('.media-container__nav--left') + const rightArrow = resultBody.querySelector('.media-container__nav--right') + const mediaName = resultBody.querySelector('.media__name') + const counter = resultBody.querySelector('.media__counter') + const imageEl = resultBody.querySelector('img') + const sourceEl = resultBody.querySelector('source') + const videoEl = resultBody.querySelector('video') + + const setImg = (media, index) => { + if (media?.format_type === 'image') { + imageEl.src = media.path + + imageEl.classList.remove('hidden') + videoEl.classList.add('hidden') + } else if (media?.format_type === 'video') { + sourceEl.src = media.path + + videoEl.classList.remove('hidden') + imageEl.classList.add('hidden') + } + + mediaName.innerText = media?.name + counter.innerText = `${index + 1} / ${assets.length}` + } + setImg(mediaViewer.activeFile, mediaViewer.currentIndex) + + const moveLeft = () => { + const [media, index] = mediaViewer.prevActive() + setImg(media, index) + } + const doRight = () => { + const [media, index] = mediaViewer.nextActive() + setImg(media, index) + } + const openImg = () => { + window.open(mediaViewer.activeFile.path, '_blank') + } + if (assets.length === 1) { + container.classList.add('media-container--fullscreen') + } else { + leftArrow.addEventListener('click', moveLeft) + rightArrow.addEventListener('click', doRight) + } + imageEl.addEventListener('click', openImg) +} + +module.exports = { + setup, +} + +},{}],7:[function(require,module,exports){ +const { manager } = require('./datamanager.js') +const storageModule = require('./storage.js') + +const genericSort = (list, key, ascending, customOrder) => { + let sorted + if (customOrder) { + sorted = list.sort((a, b) => { + const aValue = a.result.toLowerCase() + const bValue = b.result.toLowerCase() + + const aIndex = customOrder.findIndex((item) => item.toLowerCase() === aValue) + const bIndex = customOrder.findIndex((item) => item.toLowerCase() === bValue) + + // Compare the indices to determine the sort order + return aIndex - bIndex + }) + } else { + sorted = list.sort((a, b) => a[key] === b[key] ? 0 : a[key] > b[key] ? 1 : -1) + } + + if (ascending) { + sorted.reverse() + } + return sorted +} + +const durationSort = (list, ascending) => { + const parseDuration = (duration) => { + if (duration.includes(':')) { + // If it's in the format "HH:mm:ss" + const [hours, minutes, seconds] = duration.split(':').map(Number) + return (hours * 3600 + minutes * 60 + seconds) * 1000 + } else { + // If it's in the format "nnn ms" + return parseInt(duration) + } + } + const sorted = list.sort((a, b) => parseDuration(a['duration']) - parseDuration(b['duration'])) + if (ascending) { + sorted.reverse() + } + return sorted +} + +const doInitSort = () => { + const type = storageModule.getSort(manager.initialSort) + const ascending = storageModule.getSortDirection() + const list = manager.testSubset + const initialOrder = ['Error', 'Failed', 'Rerun', 'XFailed', 'XPassed', 'Skipped', 'Passed'] + + storageModule.setSort(type) + storageModule.setSortDirection(ascending) + + if (type?.toLowerCase() === 'original') { + manager.setRender(list) + } else { + let sortedList + switch (type) { + case 'duration': + sortedList = durationSort(list, ascending) + break + case 'result': + sortedList = genericSort(list, type, ascending, initialOrder) + break + default: + sortedList = genericSort(list, type, ascending) + break + } + manager.setRender(sortedList) + } +} + +const doSort = (type, skipDirection) => { + const newSortType = storageModule.getSort(manager.initialSort) !== type + const currentAsc = storageModule.getSortDirection() + let ascending + if (skipDirection) { + ascending = currentAsc + } else { + ascending = newSortType ? false : !currentAsc + } + storageModule.setSort(type) + storageModule.setSortDirection(ascending) + + const list = manager.testSubset + const sortedList = type === 'duration' ? durationSort(list, ascending) : genericSort(list, type, ascending) + manager.setRender(sortedList) +} + +module.exports = { + doInitSort, + doSort, +} + +},{"./datamanager.js":1,"./storage.js":8}],8:[function(require,module,exports){ +const possibleFilters = [ + 'passed', + 'skipped', + 'failed', + 'error', + 'xfailed', + 'xpassed', + 'rerun', +] + +const getVisible = () => { + const url = new URL(window.location.href) + const settings = new URLSearchParams(url.search).get('visible') + const lower = (item) => { + const lowerItem = item.toLowerCase() + if (possibleFilters.includes(lowerItem)) { + return lowerItem + } + return null + } + return settings === null ? + possibleFilters : + [...new Set(settings?.split(',').map(lower).filter((item) => item))] +} + +const hideCategory = (categoryToHide) => { + const url = new URL(window.location.href) + const visibleParams = new URLSearchParams(url.search).get('visible') + const currentVisible = visibleParams ? visibleParams.split(',') : [...possibleFilters] + const settings = [...new Set(currentVisible)].filter((f) => f !== categoryToHide).join(',') + + url.searchParams.set('visible', settings) + window.history.pushState({}, null, unescape(url.href)) +} + +const showCategory = (categoryToShow) => { + if (typeof window === 'undefined') { + return + } + const url = new URL(window.location.href) + const currentVisible = new URLSearchParams(url.search).get('visible')?.split(',').filter(Boolean) || + [...possibleFilters] + const settings = [...new Set([categoryToShow, ...currentVisible])] + const noFilter = possibleFilters.length === settings.length || !settings.length + + noFilter ? url.searchParams.delete('visible') : url.searchParams.set('visible', settings.join(',')) + window.history.pushState({}, null, unescape(url.href)) +} + +const getSort = (initialSort) => { + const url = new URL(window.location.href) + let sort = new URLSearchParams(url.search).get('sort') + if (!sort) { + sort = initialSort || 'result' + } + return sort +} + +const setSort = (type) => { + const url = new URL(window.location.href) + url.searchParams.set('sort', type) + window.history.pushState({}, null, unescape(url.href)) +} + +const getCollapsedCategory = (renderCollapsed) => { + let categories + if (typeof window !== 'undefined') { + const url = new URL(window.location.href) + const collapsedItems = new URLSearchParams(url.search).get('collapsed') + switch (true) { + case !renderCollapsed && collapsedItems === null: + categories = ['passed'] + break + case collapsedItems?.length === 0 || /^["']{2}$/.test(collapsedItems): + categories = [] + break + case /^all$/.test(collapsedItems) || collapsedItems === null && /^all$/.test(renderCollapsed): + categories = [...possibleFilters] + break + default: + categories = collapsedItems?.split(',').map((item) => item.toLowerCase()) || renderCollapsed + break + } + } else { + categories = [] + } + return categories +} + +const getSortDirection = () => JSON.parse(sessionStorage.getItem('sortAsc')) || false +const setSortDirection = (ascending) => sessionStorage.setItem('sortAsc', ascending) + +const getCollapsedIds = () => JSON.parse(sessionStorage.getItem('collapsedIds')) || [] +const setCollapsedIds = (list) => sessionStorage.setItem('collapsedIds', JSON.stringify(list)) + +module.exports = { + getVisible, + hideCategory, + showCategory, + getCollapsedIds, + setCollapsedIds, + getSort, + setSort, + getSortDirection, + setSortDirection, + getCollapsedCategory, + possibleFilters, +} + +},{}]},{},[4]); + </script> + </footer> +</html> \ No newline at end of file diff --git a/backend/src/cache.py b/backend/src/cache.py index 97f9bb7..dffc222 100644 --- a/backend/src/cache.py +++ b/backend/src/cache.py @@ -70,6 +70,6 @@ else: MEMCACHED_HOST_PATH, timeout=1, allow_unicode_keys=True, - encoding='utf-8', + encoding='utf-8', serde=serde.pickle_serde ) diff --git a/backend/src/logging_config.py b/backend/src/logging_config.py index c43a246..a00302c 100644 --- a/backend/src/logging_config.py +++ b/backend/src/logging_config.py @@ -19,10 +19,9 @@ def configure_logging(): # in that case we want to log to stdout and also to loki from loki_logger_handler.loki_logger_handler import LokiLoggerHandler loki_url = os.getenv('LOKI_URL') - loki_url = "http://localhost:3100/loki/api/v1/push" if loki_url is None: raise ValueError("LOKI_URL environment variable is not set") - + loki_handler = LokiLoggerHandler( url = loki_url, labels = {'app': 'anyway', 'environment': 'staging' if is_debug else 'production'} @@ -55,4 +54,3 @@ def configure_logging(): logging.getLogger('uvicorn').handlers = logging_handlers logging.getLogger('uvicorn.access').handlers = logging_handlers logging.getLogger('uvicorn.error').handlers = logging_handlers - diff --git a/backend/src/main.py b/backend/src/main.py index c8c1f40..085fa29 100644 --- a/backend/src/main.py +++ b/backend/src/main.py @@ -1,8 +1,9 @@ """Main app for backend api""" import logging -from fastapi import FastAPI, HTTPException, Query +import time from contextlib import asynccontextmanager +from fastapi import FastAPI, HTTPException, Query from .logging_config import configure_logging from .structs.landmark import Landmark, Toilets @@ -11,8 +12,8 @@ from .structs.linked_landmarks import LinkedLandmarks from .structs.trip import Trip from .utils.landmarks_manager import LandmarkManager from .utils.toilets_manager import ToiletsManager -from .utils.optimizer import Optimizer -from .utils.refiner import Refiner +from .optimization.optimizer import Optimizer +from .optimization.refiner import Refiner from .cache import client as cache_client logger = logging.getLogger(__name__) @@ -81,6 +82,7 @@ def new_trip(preferences: Preferences, must_do=True, n_tags=0) + start_time = time.time() # Generate the landmarks from the start location landmarks, landmarks_short = manager.generate_landmarks_list( center_coordinates = start, @@ -91,22 +93,38 @@ def new_trip(preferences: Preferences, landmarks_short.insert(0, start_landmark) landmarks_short.append(end_landmark) + t_generate_landmarks = time.time() - start_time + logger.info(f'Fetched {len(landmarks)} landmarks in \t: {round(t_generate_landmarks,3)} seconds') + start_time = time.time() + # First stage optimization try: base_tour = optimizer.solve_optimization(preferences.max_time_minute, landmarks_short) - except ArithmeticError as exc: - raise HTTPException(status_code=500, detail="No solution found") from exc - except TimeoutError as exc: - raise HTTPException(status_code=500, detail="Optimzation took too long") from exc + except Exception as exc: + raise HTTPException(status_code=500, detail=f"Optimization failed: {str(exc)}") from exc + + t_first_stage = time.time() - start_time + start_time = time.time() # Second stage optimization - refined_tour = refiner.refine_optimization(landmarks, base_tour, + # TODO : only if necessary (not enough landmarks for ex.) + try : + refined_tour = refiner.refine_optimization(landmarks, base_tour, preferences.max_time_minute, preferences.detour_tolerance_minute) + except Exception as exc : + raise HTTPException(status_code=500, detail=f"An unexpected error occurred: {str(exc)}") from exc + + t_second_stage = time.time() - start_time + + logger.debug(f'First stage optimization\t: {round(t_first_stage,3)} seconds') + logger.debug(f'Second stage optimization\t: {round(t_second_stage,3)} seconds') + logger.info(f'Total computation time\t: {round(t_first_stage + t_second_stage,3)} seconds') linked_tour = LinkedLandmarks(refined_tour) # upon creation of the trip, persistence of both the trip and its landmarks is ensured. trip = Trip.from_linked_landmarks(linked_tour, cache_client) + logger.info(f'Generated a trip of {trip.total_time} minutes with {len(refined_tour)} landmarks in {round(t_generate_landmarks + t_first_stage + t_second_stage,3)} seconds.') return trip @@ -165,7 +183,7 @@ def get_toilets(location: tuple[float, float] = Query(...), radius: int = 500) - raise HTTPException(status_code=406, detail="Coordinates not provided or invalid") if not (-90 <= location[0] <= 90 or -180 <= location[1] <= 180): raise HTTPException(status_code=422, detail="Start coordinates not in range") - + toilets_manager = ToiletsManager(location, radius) try : diff --git a/backend/src/optimization/__init__.py b/backend/src/optimization/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/backend/src/optimization/optimizer.py b/backend/src/optimization/optimizer.py new file mode 100644 index 0000000..86f98cc --- /dev/null +++ b/backend/src/optimization/optimizer.py @@ -0,0 +1,606 @@ +"""Module responsible for sloving an MILP to find best tour around the given landmarks.""" +import logging +from collections import defaultdict, deque +import yaml +import numpy as np +import pulp as pl + +from ..structs.landmark import Landmark +from ..utils.get_time_distance import get_time +from ..constants import OPTIMIZER_PARAMETERS_PATH + + +# Silence the pupl logger +logging.getLogger('pulp').setLevel(level=logging.CRITICAL) + + +class Optimizer: + """ + Optimizes the balance between the efficiency of a tour and the inclusion of landmarks. + + The `Optimizer` class is responsible for calculating the best possible detour adjustments + to a tour based on specific parameters such as detour time, walking speed, and the maximum + number of landmarks to visit. It helps refine a tour by determining whether adding additional + landmarks would significantly reduce the overall efficiency. + + Responsibilities: + - Calculates the maximum detour time allowed for a given tour. + - Considers the detour factor, which accounts for real-world walking paths versus straight-line distance. + - Takes into account the average walking speed to estimate walking times. + - Limits the number of landmarks that can be added to the tour to prevent excessive detouring. + - Allows some overflow (overshoot) in the maximum detour time to accommodate for slight inefficiencies. + + Attributes: + logger (logging.Logger): Logger for capturing relevant events and errors. + detour (int): The accepted maximum detour time in minutes. + detour_factor (float): The ratio between straight-line distance and actual walking distance in cities. + average_walking_speed (float): The average walking speed of an adult (in meters per second or kilometers per hour). + max_landmarks (int): The maximum number of landmarks to include in the tour. + overshoot (float): The overshoot allowance for exceeding the maximum detour time in a restrictive manner. + """ + logger = logging.getLogger(__name__) + + detour: int = None # accepted max detour time (in minutes) + detour_factor: float # detour factor of straight line vs real distance in cities + average_walking_speed: float # average walking speed of adult + max_landmarks: int # max number of landmarks to visit + overshoot: float # overshoot to allow maxtime to overflow. Optimizer is a bit restrictive + + def __init__(self) : + + # load parameters from file + with OPTIMIZER_PARAMETERS_PATH.open('r') as f: + parameters = yaml.safe_load(f) + self.detour_factor = parameters['detour_factor'] + self.average_walking_speed = parameters['average_walking_speed'] + self.max_landmarks = parameters['max_landmarks'] + self.overshoot = parameters['overshoot'] + + + def init_ub_time(self, prob: pl.LpProblem, x: pl.LpVariable, L: int, landmarks: list[Landmark], max_time: int): + """ + Initialize the objective function and inequality constraints for the linear program. + + This function sets up the objective to maximize the attractiveness of visiting landmarks, + while ensuring that the total time (including travel and visit duration) does not exceed + the maximum allowed time. It calculates the pairwise travel times between landmarks and + incorporates visit duration to form the inequality constraints. + + The objective is to maximize sightseeing by selecting the most attractive landmarks within + the time limit. + + Args: + prob (pl.LpProblem): The linear programming problem where constraints and the objective will be added. + x (pl.LpVariable): A decision variable representing whether a landmark is visited. + L (int): The number of landmarks. + landmarks (list[Landmark]): List of landmarks to visit. + max_time (int): Maximum allowable time for sightseeing, including travel and visit duration. + + Returns: + None: Adds the objective function and constraints to the LP problem directly. + constraint coefficients, and the right-hand side of the inequality constraint. + """ + L = len(landmarks) + + # Objective function coefficients. a*x1 + b*x2 + c*x3 + ... + c = np.zeros(L, dtype=np.int16) + + # inequality matrix and vector + A_ub = np.zeros(L*L, dtype=np.int16) + b_ub = round(max_time*self.overshoot) + + for i, spot1 in enumerate(landmarks) : + c[i] = spot1.attractiveness + for j in range(i+1, L) : + if i !=j : + t = get_time(spot1.location, landmarks[j].location) + A_ub[i*L + j] = t + spot1.duration + A_ub[j*L + i] = t + landmarks[j].duration + + # Expand 'c' to L*L for every decision variable and ad + c = np.tile(c, L) + + # Now sort and modify A_ub for each row + if L > 22 : + for i in range(L): + # Get indices of the 4 smallest values in row i + row_values = A_ub[i*L:i*L+L] + closest_indices = np.argpartition(row_values, 22)[:22] + + # Create a mask for non-closest landmarks + mask = np.ones(L, dtype=bool) + mask[closest_indices] = False + + # Set non-closest landmarks to 32765 + row_values[mask] = 32765 + A_ub[i*L:i*L+L] = row_values + + # Add the objective and the 1 distance constraint + prob += pl.lpSum([c[j] * x[j] for j in range(L*L)]) + prob += (pl.lpSum([A_ub[j] * x[j] for j in range(L*L)]) <= b_ub) + + + def respect_number(self, prob: pl.LpProblem, x: pl.LpVariable, L: int, max_landmarks: int): + """ + Generate constraints to ensure each landmark is visited at most once and cap the total number of visited landmarks. + + This function adds the following constraints to the linear program: + 1. Each landmark is visited at most once by creating L-2 constraints (one for each landmark). + 2. The total number of visited landmarks is capped by the specified maximum number (`max_landmarks`) plus 2. + + Args: + prob (pl.LpProblem): The linear programming problem where constraints will be added. + x (pl.LpVariable): Decision variable indicating whether a landmark is visited. + L (int): The total number of landmarks. + max_landmarks (int): The maximum number of landmarks that can be visited. + + Returns: + None: This function directly modifies the `prob` object by adding constraints. + """ + # L-2 constraints: each landmark is visited exactly once + for i in range(1, L-1): + prob += (pl.lpSum([x[L*i + j] for j in range(L)]) <= 1) + + # 1 constraint: cap the total number of visits + prob += (pl.lpSum([1 * x[j] for j in range(L*L)]) <= max_landmarks+2) + + + def break_sym(self, prob: pl.LpProblem, x: pl.LpVariable, L: int): + """ + Generate constraints to prevent simultaneous travel between two landmarks + in both directions. This constraint ensures that, for any pair of landmarks, + travel from landmark i to landmark j (dij) and travel from landmark j to landmark i (dji) + cannot happen simultaneously. + + This method adds constraints to break symmetry, specifically to prevent + cyclic paths with only two elements. It does not prevent cyclic paths involving more than two elements. + + Args: + prob (pl.LpProblem): The linear programming problem where constraints will be added. + x (pl.LpVariable): Decision variable representing travel between landmarks. + L (int): The total number of landmarks. + + Returns: + None: This function modifies the `prob` object by adding constraints in-place. + """ + upper_ind = np.triu_indices(L, 0, L) # Get the upper triangular indices + up_ind_x = upper_ind[0] + up_ind_y = upper_ind[1] + + # Loop over the upper triangular indices, excluding diagonal elements + for i, up_ind in enumerate(up_ind_x): + if up_ind != up_ind_y[i]: + # Add (L*L-L)/2 constraints to break symmetry + prob += (x[up_ind*L + up_ind_y[i]] + x[up_ind_y[i]*L + up_ind] <= 1) + + + def init_eq_not_stay(self, prob: pl.LpProblem, x: pl.LpVariable, L: int): + """ + Generate constraints to prevent staying at the same position during travel. + Specifically, it removes travel from a landmark to itself (e.g., d11, d22, d33, etc.). + + This function adds one equality constraint to the optimization problem that ensures + no decision variable corresponding to staying at the same landmark is included + in the solution. This helps in ensuring that the path does not include self-loops. + + Args: + prob (pl.LpProblem): The linear programming problem where constraints will be added. + x (pl.LpVariable): Decision variable representing travel between landmarks. + L (int): The total number of landmarks. + + Returns: + None: This function modifies the `prob` object by adding an equality constraint in-place. + """ + A_eq = np.zeros((L, L), dtype=np.int8) + + # Set diagonal elements to 1 (to prevent staying in the same position) + np.fill_diagonal(A_eq, 1) + A_eq = A_eq.flatten() + + # First equality constraint + prob += (pl.lpSum([A_eq[j] * x[j] for j in range(L*L)]) == 0) + + + def respect_start_finish(self, prob: pl.LpProblem, x: pl.LpVariable, L: int): + """ + Generate constraints to ensure that the optimization starts at the designated + start landmark and finishes at the goal landmark. + + Specifically, this function adds three equality constraints: + 1. Ensures that the path starts at the designated start landmark (row 0). + 2. Ensures that the path finishes at the designated goal landmark (row 1). + 3. Prevents any arrivals at the start landmark or departures from the goal landmark (row 2). + + Args: + prob (pl.LpProblem): The linear programming problem where constraints will be added. + x (pl.LpVariable): Decision variable representing travel between landmarks. + L (int): The total number of landmarks. + + Returns: + None: This function modifies the `prob` object by adding three equality constraints in-place. + """ + # Fill-in row 0. + A_eq = np.zeros((3,L*L), dtype=np.int8) + A_eq[0, :L] = np.ones(L, dtype=np.int8) # sets departures only for start (horizontal ones) + for k in range(L-1) : + if k != 0 : + # Fill-in row 1 + A_eq[1, k*L+L-1] = 1 # sets arrivals only for finish (vertical ones) + # Fill-in row 1 + A_eq[2, k*L] = 1 + + A_eq[2, L*(L-1):] = np.ones(L, dtype=np.int8) # prevents arrivals at start and departures from goal + b_eq= [1, 1, 0] + + # Add the constraints to pulp + for i in range(3) : + prob += (pl.lpSum([A_eq[i][j] * x[j] for j in range(L*L)]) == b_eq[i]) + + + def respect_order(self, prob: pl.LpProblem, x: pl.LpVariable, L: int): + """ + Generate constraints to tie the optimization problem together and prevent + stacked ones, although this does not fully prevent circles. + + This function adds constraints to the optimization problem that prevent + simultaneous travel between landmarks in a way that would result in stacked ones. + However, it does not fully prevent circular paths. + + Args: + prob (pl.LpProblem): The linear programming problem where constraints will be added. + x (pl.LpVariable): Decision variable representing travel between landmarks. + L (int): The total number of landmarks. + + Returns: + None: This function modifies the `prob` object by adding L-2 equality constraints in-place. + """ + # FIXME: weird 0 artifact in the coefficients popping up + # Loop through rows 1 to L-2 to prevent stacked ones + for i in range(1, L-1): + # Add the constraint that sums across each "row" or "block" in the decision variables + row_sum = -pl.lpSum(x[i + j*L] for j in range(L)) + pl.lpSum(x[i*L:(i+1)*L]) + prob += (row_sum == 0) + + + def respect_user_must(self, prob: pl.LpProblem, x: pl.LpVariable, L: int, landmarks: list[Landmark]) : + """ + Generate constraints to ensure that landmarks marked as 'must_do' are included in the optimization. + + This function adds constraints to the optimization problem to ensure that landmarks marked as + 'must_do' are included in the solution. It precomputes the constraints and adds them to the + problem accordingly. + + Args: + prob (pl.LpProblem): The linear programming problem where constraints will be added. + x (pl.LpVariable): Decision variable representing travel between landmarks. + L (int): The total number of landmarks. + landmarks (list[Landmark]): List of landmarks, where some are marked as 'must_do'. + + Returns: + None: This function modifies the `prob` object by adding equality constraints in-place. + """ + ones = np.ones(L, dtype=np.int8) + A_eq = np.zeros(L*L, dtype=np.int8) + + for i, elem in enumerate(landmarks) : + if elem.must_do is True and i not in [0, L-1]: + A_eq[i*L:i*L+L] = ones + prob += (pl.lpSum([A_eq[j] * x[j] for j in range(L*L)]) == 1) + if elem.must_avoid is True and i not in [0, L-1]: + A_eq[i*L:i*L+L] = ones + prob += (pl.lpSum([A_eq[j] * x[j] for j in range(L*L)]) == 2) + + + def prevent_circle(self, prob: pl.LpProblem, x: pl.LpVariable, circle_vertices: list, L: int) : + """ + Prevent circular paths by adding constraints to the optimization. + + This function ensures that circular paths in both directions (i.e., forward and reverse) + between landmarks are avoided in the optimization problem by adding the corresponding constraints. + + Args: + prob (pl.LpProblem): The linear programming problem instance to which the constraints will be added. + x (pl.LpVariable): Decision variable representing the travel between landmarks in the problem. + circle_vertices (list): List of indices representing the landmarks that form a circular path. + L (int): The total number of landmarks. + + Returns: + None: This function modifies the `prob` object by adding two equality constraints that + prevent circular paths in both directions for the specified circle vertices. + """ + l = np.zeros((2, L*L), dtype=np.int8) + + for i, node in enumerate(circle_vertices[:-1]) : + next = circle_vertices[i+1] + + l[0, node*L + next] = 1 + l[1, next*L + node] = 1 + + s = circle_vertices[0] + g = circle_vertices[-1] + + l[0, g*L + s] = 1 + l[1, s*L + g] = 1 + + # Add the constraints + prob += (pl.lpSum([l[0][j] * x[j] for j in range(L*L)]) == 0) + prob += (pl.lpSum([l[1][j] * x[j] for j in range(L*L)]) == 0) + + + def is_connected(self, resx) : + """ + Determine the order of visits and detect any circular paths in the given configuration. + + Args: + resx (list): List of edge weights. + + Returns: + tuple[list[int], Optional[list[list[int]]]]: A tuple containing the visit order and a list of any detected circles. + """ + resx = np.round(resx).astype(np.int8) # round all elements and cast them to int + + N = len(resx) # length of res + L = int(np.sqrt(N)) # number of landmarks. CAST INTO INT but should not be a problem because N = L**2 by def. + + nonzeroind = np.nonzero(resx)[0] # the return is a little funny so I use the [0] + nonzero_tup = np.unravel_index(nonzeroind, (L,L)) + + ind_a = nonzero_tup[0] + ind_b = nonzero_tup[1] + + # Extract all journeys + all_journeys_nodes = [] + visited_nodes = set() + + for node in ind_a: + if node not in visited_nodes: + journey_nodes = self.get_journey(node, ind_a, ind_b) + all_journeys_nodes.append(journey_nodes) + visited_nodes.update(journey_nodes) + + for l in all_journeys_nodes : + if 0 in l : + all_journeys_nodes.remove(l) + break + + if not all_journeys_nodes : + return None + + return all_journeys_nodes + + + def get_journey(self, start, ind_a, ind_b): + """ + Trace the journey starting from a given node and follow the connections between landmarks. + This method constructs a graph from two lists of landmark connections, `ind_a` and `ind_b`, + where each element in `ind_a` is connected to the corresponding element in `ind_b`. + It then performs a depth-first search (DFS) starting from the `start` node to determine + the path (journey) by following the connections. + + Args: + start (int): The starting node of the journey. + ind_a (list[int]): List of "from" nodes, representing the starting points of each connection. + ind_b (list[int]): List of "to" nodes, representing the endpoints of each connection. + + Returns: + list[int]: A list of nodes representing the order of the journey, starting from the `start` node. + + Example: + If `ind_a = [0, 1, 2]` and `ind_b = [1, 2, 3]`, starting from node 0, the journey would be `[0, 1, 2, 3]`. + """ + graph = defaultdict(list) + for a, b in zip(ind_a, ind_b): + graph[a].append(b) + + journey_nodes = [] + visited = set() + stack = deque([start]) + + while stack: + node = stack.pop() + if node not in visited: + visited.add(node) + journey_nodes.append(node) + for neighbor in graph[node]: + if neighbor not in visited: + stack.append(neighbor) + + return journey_nodes + + + def get_order(self, resx): + """ + Determine the order of visits given the result of the optimization. + + Args: + resx (list): List of edge weights. + + Returns: + list[int]: A list containing the visit order. + """ + resx = np.round(resx).astype(np.uint8) # must contain only 0 and 1 + + N = len(resx) # length of res + L = int(np.sqrt(N)) # number of landmarks. CAST INTO INT but should not be a problem because N = L**2 by def. + + nonzeroind = np.nonzero(resx)[0] # the return is a little funny so I use the [0] + nonzero_tup = np.unravel_index(nonzeroind, (L,L)) + + ind_a = nonzero_tup[0].tolist() + ind_b = nonzero_tup[1].tolist() + + order = [0] + current = 0 + used_indices = set() # Track visited index pairs + + while True: + # Find index of the current node in ind_a + try: + i = ind_a.index(current) + except ValueError: + break # No more links, stop the search + + if i in used_indices: + break # Prevent infinite loops + + used_indices.add(i) # Mark this index as visited + next_node = ind_b[i] # Get the corresponding node in ind_b + order.append(next_node) # Add it to the path + + # Switch roles, now look for next_node in ind_a + try: + current = next_node + except ValueError: + break # No further connections, end the path + + return order + + + def link_list(self, order: list[int], landmarks: list[Landmark])->list[Landmark] : + """ + Compute the time to reach from each landmark to the next and create a list of landmarks with updated travel times. + + Args: + order (list[int]): List of indices representing the order of landmarks to visit. + landmarks (list[Landmark]): List of all landmarks. + + Returns: + list[Landmark]]: The updated linked list of landmarks with travel times + """ + L = [] + j = 0 + while j < len(order)-1 : + # get landmarks involved + elem = landmarks[order[j]] + next = landmarks[order[j+1]] + + # get attributes + elem.time_to_reach_next = get_time(elem.location, next.location) + elem.must_do = True + elem.location = (round(elem.location[0], 5), round(elem.location[1], 5)) + elem.next_uuid = next.uuid + L.append(elem) + j += 1 + + next.location = (round(next.location[0], 5), round(next.location[1], 5)) + next.must_do = True + L.append(next) + + return L + + + def pre_processing(self, L: int, landmarks: list[Landmark], max_time: int, max_landmarks: int | None) : + """ + Preprocesses the optimization problem by setting up constraints and variables for the tour optimization. + + This method initializes and prepares the linear programming problem to optimize a tour that includes landmarks, + while respecting various constraints such as time limits, the number of landmarks to visit, and user preferences. + The pre-processing step sets up the problem before solving it using a linear programming solver. + + Responsibilities: + - Defines the optimization problem using linear programming (LP) with the objective to maximize the tour value. + - Creates binary decision variables for each potential transition between landmarks. + - Sets up inequality constraints to respect the maximum time available for the tour and the maximum number of landmarks. + - Implements equality constraints to ensure the tour respects the start and finish positions, avoids staying in the same place, + and adheres to a visit order. + - Forces inclusion or exclusion of specific landmarks based on user preferences. + + Attributes: + prob (pl.LpProblem): The linear programming problem to be solved. + x (list): A list of binary variables representing transitions between landmarks. + L (int): The total number of landmarks considered in the optimization. + landmarks (list[Landmark]): The list of landmarks to be visited in the tour. + max_time (int): The maximum allowable time for the entire tour. + max_landmarks (int | None): The maximum number of landmarks to visit in the tour, or None if no limit is set. + + Returns: + prob (pl.LpProblem): The linear programming problem setup for optimization. + x (list): The list of binary variables for transitions between landmarks in the tour. + """ + + if max_landmarks is None : + max_landmarks = self.max_landmarks + + # Initalize the optimization problem + prob = pl.LpProblem("OptimizationProblem", pl.LpMaximize) + + # Define the problem + x_bounds = [(0, 1)]*L*L + x = [pl.LpVariable(f"x_{i}", lowBound=x_bounds[i][0], upBound=x_bounds[i][1], cat='Binary') for i in range(L*L)] + + # Setup the inequality constraints + self.init_ub_time(prob, x, L, landmarks, max_time) # Adds the distances from each landmark to the other. + self.respect_number(prob, x, L, max_landmarks) # Respects max number of visits (no more possible stops than landmarks). + self.break_sym(prob, x, L) # Breaks the 'zig-zag' symmetry. Avoids d12 and d21 but not larger cirlces. + + # Setup the equality constraints + self.init_eq_not_stay(prob, x, L) # Force solution not to stay in same place + self.respect_start_finish(prob, x, L) # Force start and finish positions + self.respect_order(prob, x, L) # Respect order of visit (only works when max_time is limiting factor) + self.respect_user_must(prob, x, L, landmarks) # Force to do/avoid landmarks set by user. + + return prob, x + + + def solve_optimization(self, max_time: int, landmarks: list[Landmark], max_landmarks: int = None) -> list[Landmark]: + """ + Main optimization pipeline to solve the landmark visiting problem. + + This method sets up and solves a linear programming problem with constraints to find an optimal tour of landmarks, + considering user-defined must-visit landmarks, start and finish points, and ensuring no cycles are present. + + Args: + max_time (int): Maximum time allowed for the tour in minutes. + landmarks (list[Landmark]): List of landmarks to visit. + max_landmarks (int): Maximum number of landmarks visited + Returns: + list[Landmark]: The optimized tour of landmarks with updated travel times, or None if no valid solution is found. + """ + # Setup the optimization proplem. + L = len(landmarks) + prob, x = self.pre_processing(L, landmarks, max_time, max_landmarks) + + # Solve the problem and extract results. + prob.solve(pl.PULP_CBC_CMD(msg=False, gapRel=0.1)) + status = pl.LpStatus[prob.status] + solution = [pl.value(var) for var in x] # The values of the decision variables (will be 0 or 1) + + self.logger.debug("First results are out. Looking out for circles and correcting.") + + # Raise error if no solution is found. FIXME: for now this throws the internal server error + if status != 'Optimal' : + self.logger.error("The problem is overconstrained, no solution on first try.") + raise ArithmeticError("No solution could be found. Please try again with more time or different preferences.") + + # If there is a solution, we're good to go, just check for connectiveness + circles = self.is_connected(solution) + + i = 0 + timeout = 40 + while circles is not None : + i += 1 + if i == timeout : + self.logger.error(f'Timeout: No solution found after {timeout} iterations.') + raise TimeoutError(f"Optimization took too long. No solution found after {timeout} iterations.") + + for circle in circles : + self.prevent_circle(prob, x, circle, L) + + # Solve the problem again + prob.solve(pl.PULP_CBC_CMD(msg=False)) + solution = [pl.value(var) for var in x] + + if pl.LpStatus[prob.status] != 'Optimal' : + self.logger.error("The problem is overconstrained, no solution after {i} cycles.") + raise ArithmeticError("No solution could be found. Please try again with more time or different preferences.") + + circles = self.is_connected(solution) + if circles is None : + break + + # Sort the landmarks in the order of the solution + order = self.get_order(solution) + tour = [landmarks[i] for i in order] + + self.logger.debug(f"Re-optimized {i} times, objective value : {int(pl.value(prob.objective))}") + return tour diff --git a/backend/src/utils/refiner.py b/backend/src/optimization/refiner.py similarity index 92% rename from backend/src/utils/refiner.py rename to backend/src/optimization/refiner.py index 1f9c755..e3f1c71 100644 --- a/backend/src/utils/refiner.py +++ b/backend/src/optimization/refiner.py @@ -1,23 +1,32 @@ -import yaml, logging - -from shapely import buffer, LineString, Point, Polygon, MultiPoint, concave_hull +"""Allows to refine the tour by adding more landmarks and making the path easier to follow.""" +import logging from math import pi +import yaml +from shapely import buffer, LineString, Point, Polygon, MultiPoint, concave_hull from ..structs.landmark import Landmark -from . import take_most_important, get_time_separation +from ..utils.get_time_distance import get_time +from ..utils.take_most_important import take_most_important from .optimizer import Optimizer from ..constants import OPTIMIZER_PARAMETERS_PATH class Refiner : + """ + Refines a tour by incorporating smaller landmarks along the path to enhance the experience. + This class is designed to adjust an existing tour by considering additional, + smaller points of interest (landmarks) that may require minor detours but + improve the overall quality of the tour. It balances the efficiency of travel + with the added value of visiting these landmarks. + """ logger = logging.getLogger(__name__) - + detour_factor: float # detour factor of straight line vs real distance in cities detour_corridor_width: float # width of the corridor around the path average_walking_speed: float # average walking speed of adult - max_landmarks_refiner: int # max number of landmarks to visit + max_landmarks_refiner: int # max number of landmarks to visit optimizer: Optimizer # optimizer object def __init__(self, optimizer: Optimizer) : @@ -45,7 +54,7 @@ class Refiner : """ corrected_width = (180*width)/(6371000*pi) - + path = self.create_linestring(landmarks) obj = buffer(path, corrected_width, join_style="mitre", cap_style="square", mitre_limit=2) @@ -70,7 +79,7 @@ class Refiner : return LineString(points) - # Check if some coordinates are in area. Used for the corridor + # Check if some coordinates are in area. Used for the corridor def is_in_area(self, area: Polygon, coordinates) -> bool : """ Check if a given point is within a specified area. @@ -86,7 +95,7 @@ class Refiner : return point.within(area) - # Function to determine if two landmarks are close to each other + # Function to determine if two landmarks are close to each other def is_close_to(self, location1: tuple[float], location2: tuple[float]): """ Determine if two locations are close to each other by rounding their coordinates to 3 decimal places. @@ -119,7 +128,7 @@ class Refiner : Returns: list[Landmark]: The rearranged list of landmarks with grouped nearby visits. """ - + i = 1 while i < len(tour): j = i+1 @@ -131,9 +140,9 @@ class Refiner : break # Move to the next i-th element after rearrangement j += 1 i += 1 - + return tour - + def integrate_landmarks(self, sub_list: list[Landmark], main_list: list[Landmark]) : """ Inserts 'sub_list' of Landmarks inside the 'main_list' by leaving the ends untouched. @@ -166,27 +175,27 @@ class Refiner : should be visited, and the second element is a `Polygon` representing the path connecting all landmarks. """ - + # Step 1: Find 'start' and 'finish' landmarks start_idx = next(i for i, lm in enumerate(landmarks) if lm.type == 'start') finish_idx = next(i for i, lm in enumerate(landmarks) if lm.type == 'finish') - + start_landmark = landmarks[start_idx] finish_landmark = landmarks[finish_idx] - + # Step 2: Create a list of unvisited landmarks excluding 'start' and 'finish' unvisited_landmarks = [lm for i, lm in enumerate(landmarks) if i not in [start_idx, finish_idx]] - + # Step 3: Initialize the path with the 'start' landmark path = [start_landmark] coordinates = [landmarks[start_idx].location] current_landmark = start_landmark - + # Step 4: Use nearest neighbor heuristic to visit all landmarks while unvisited_landmarks: - nearest_landmark = min(unvisited_landmarks, key=lambda lm: get_time_separation.get_time(current_landmark.location, lm.location)) + nearest_landmark = min(unvisited_landmarks, key=lambda lm: get_time(current_landmark.location, lm.location)) path.append(nearest_landmark) coordinates.append(nearest_landmark.location) current_landmark = nearest_landmark @@ -224,12 +233,12 @@ class Refiner : for visited in visited_landmarks : visited_names.append(visited.name) - + for landmark in all_landmarks : if self.is_in_area(area, landmark.location) and landmark.name not in visited_names: second_order_landmarks.append(landmark) - return take_most_important.take_most_important(second_order_landmarks, int(self.max_landmarks_refiner*0.75)) + return take_most_important(second_order_landmarks, int(self.max_landmarks_refiner*0.75)) # Try fix the shortest path using shapely @@ -256,7 +265,7 @@ class Refiner : coords_dict[landmark.location] = landmark tour_poly = Polygon(coords) - + better_tour_poly = tour_poly.buffer(0) try : xs, ys = better_tour_poly.exterior.xy @@ -265,7 +274,7 @@ class Refiner : better_tour_poly = concave_hull(MultiPoint(coords)) # Create concave hull with "core" of tour leaving out start and finish xs, ys = better_tour_poly.exterior.xy - except : + except Exception: better_tour_poly = concave_hull(MultiPoint(coords)) # Create concave hull with "core" of tour leaving out start and finish xs, ys = better_tour_poly.exterior.xy """ @@ -299,7 +308,7 @@ class Refiner : # Rearrange only if polygon still not simple if not better_tour_poly.is_simple : better_tour = self.rearrange(better_tour) - + return better_tour @@ -330,10 +339,10 @@ class Refiner : # No need to refine if no detour is taken # if detour == 0: # return base_tour - + minor_landmarks = self.get_minor_landmarks(all_landmarks, base_tour, self.detour_corridor_width) - self.logger.info(f"Using {len(minor_landmarks)} minor landmarks around the predicted path") + self.logger.debug(f"Using {len(minor_landmarks)} minor landmarks around the predicted path") # Full set of visitable landmarks. full_set = self.integrate_landmarks(minor_landmarks, base_tour) # could probably be optimized with less overhead @@ -341,7 +350,7 @@ class Refiner : # Generate a new tour with the optimizer. new_tour = self.optimizer.solve_optimization( max_time = max_time + detour, - landmarks = full_set, + landmarks = full_set, max_landmarks = self.max_landmarks_refiner ) @@ -357,7 +366,7 @@ class Refiner : # Find shortest path using the nearest neighbor heuristic. better_tour, better_poly = self.find_shortest_path_through_all_landmarks(new_tour) - # Fix the tour using Polygons if the path looks weird. + # Fix the tour using Polygons if the path looks weird. # Conditions : circular trip and invalid polygon. if base_tour[0].location == base_tour[-1].location and not better_poly.is_valid : better_tour = self.fix_using_polygon(better_tour) diff --git a/backend/src/overpass/__init__.py b/backend/src/overpass/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/backend/src/overpass/caching_strategy.py b/backend/src/overpass/caching_strategy.py new file mode 100644 index 0000000..9ca11b7 --- /dev/null +++ b/backend/src/overpass/caching_strategy.py @@ -0,0 +1,140 @@ +"""Module defining the caching strategy for overpass requests.""" +import os +import xml.etree.ElementTree as ET +import hashlib + +from ..constants import OSM_CACHE_DIR + + +def get_cache_key(query: str) -> str: + """ + Generate a unique cache key for the query using a hash function. + This ensures that queries with different parameters are cached separately. + """ + return hashlib.md5(query.encode('utf-8')).hexdigest() + + +class CachingStrategyBase: + """ + Base class for implementing caching strategies. + + This class defines the structure for a caching strategy with basic methods + that must be implemented by subclasses. Subclasses should define how to + retrieve, store, and close the cache. + """ + def get(self, key): + """Retrieve the cached data associated with the provided key.""" + raise NotImplementedError('Subclass should implement get') + + def set(self, key, value): + """Store data in the cache with the specified key.""" + raise NotImplementedError('Subclass should implement set') + + def close(self): + """Clean up or close any resources used by the caching strategy.""" + + +class XMLCache(CachingStrategyBase): + """ + A caching strategy that stores and retrieves data in XML format. + + This class provides methods to cache data as XML files in a specified directory. + The directory is automatically suffixed with '_XML' to distinguish it from other + caching strategies. The data is stored and retrieved using XML serialization. + + Args: + cache_dir (str): The base directory where XML cache files will be stored. + Defaults to 'OSM_CACHE_DIR' with a '_XML' suffix. + + Methods: + get(key): Retrieve cached data from a XML file associated with the given key. + set(key, value): Store data in a XML file with the specified key. + """ + def __init__(self, cache_dir=OSM_CACHE_DIR): + # Add the class name as a suffix to the directory + self._cache_dir = f'{cache_dir}_XML' + if not os.path.exists(self._cache_dir): + os.makedirs(self._cache_dir) + + def _filename(self, key): + return os.path.join(self._cache_dir, f'{key}.xml') + + def get(self, key): + """Retrieve XML data from the cache and parse it as an ElementTree.""" + filename = self._filename(key) + if os.path.exists(filename): + try: + # Parse and return the cached XML data + tree = ET.parse(filename) + return tree.getroot() # Return the root element of the parsed XML + except ET.ParseError: + # print(f"Error parsing cached XML file: {filename}") + return None + return None + + def set(self, key, value): + """Save the XML data as an ElementTree to the cache.""" + filename = self._filename(key) + tree = ET.ElementTree(value) # value is expected to be an ElementTree root element + try: + # Write the XML data to a file + with open(filename, 'wb') as file: + tree.write(file, encoding='utf-8', xml_declaration=True) + except IOError as e: + raise IOError(f"Error writing to cache file: {filename} - {e}") from e + + +class CachingStrategy: + """ + A class to manage different caching strategies. + + This class provides an interface to switch between different caching strategies + (e.g., XMLCache, JSONCache) dynamically. It allows caching data in different formats, + depending on the strategy being used. By default, it uses the XMLCache strategy. + + Attributes: + __strategy (CachingStrategyBase): The currently active caching strategy. + __strategies (dict): A mapping between strategy names (as strings) and their corresponding + classes, allowing dynamic selection of caching strategies. + """ + __strategy = XMLCache() # Default caching strategy + __strategies = { + 'XML': XMLCache, + } + + @classmethod + def use(cls, strategy_name='XML', **kwargs): + """ + Set the caching strategy based on the strategy_name provided. + + Args: + strategy_name (str): The name of the caching strategy (e.g., 'XML'). + **kwargs: Additional keyword arguments to pass when initializing the strategy. + """ + # If a previous strategy exists, close it + if cls.__strategy: + cls.__strategy.close() + + # Retrieve the strategy class based on the strategy name + strategy_class = cls.__strategies.get(strategy_name) + + if not strategy_class: + raise ValueError(f"Unknown caching strategy: {strategy_name}") + + # Instantiate the new strategy with the provided arguments + cls.__strategy = strategy_class(**kwargs) + return cls.__strategy + + @classmethod + def get(cls, key): + """Get data from the current strategy's cache.""" + if not cls.__strategy: + raise RuntimeError("Caching strategy has not been set.") + return cls.__strategy.get(key) + + @classmethod + def set(cls, key, value): + """Set data in the current strategy's cache.""" + if not cls.__strategy: + raise RuntimeError("Caching strategy has not been set.") + cls.__strategy.set(key, value) diff --git a/backend/src/overpass/overpass.py b/backend/src/overpass/overpass.py new file mode 100644 index 0000000..505053c --- /dev/null +++ b/backend/src/overpass/overpass.py @@ -0,0 +1,171 @@ +"""Module allowing connexion to overpass api and fectch data from OSM.""" +from typing import Literal, List +import urllib +import logging +import xml.etree.ElementTree as ET + +from .caching_strategy import get_cache_key, CachingStrategy +from ..constants import OSM_CACHE_DIR + +logger = logging.getLogger('Overpass') +osm_types = List[Literal['way', 'node', 'relation']] + + +class Overpass : + """ + Overpass class to manage the query building and sending to overpass api. + The caching strategy is a part of this class and initialized upon creation of the Overpass object. + """ + def __init__(self, caching_strategy: str = 'XML', cache_dir: str = OSM_CACHE_DIR) : + """ + Initialize the Overpass instance with the url, headers and caching strategy. + """ + self.overpass_url = "https://overpass-api.de/api/interpreter" + self.headers = {'User-Agent': 'Mozilla/5.0 (compatible; OverpassQuery/1.0; +http://example.com)',} + self.caching_strategy = CachingStrategy.use(caching_strategy, cache_dir=cache_dir) + + + @classmethod + def build_query(self, area: tuple, osm_types: osm_types, + selector: str, conditions=[], out='center') -> str: + """ + Constructs a query string for the Overpass API to retrieve OpenStreetMap (OSM) data. + + Args: + area (tuple): A tuple representing the geographical search area, typically in the format + (radius, latitude, longitude). The first element is a string like "around:2000" + specifying the search radius, and the second and third elements represent + the latitude and longitude as floats or strings. + osm_types (list[str]): A list of OSM element types to search for. Must be one or more of + 'Way', 'Node', or 'Relation'. + selector (str): The key or tag to filter the OSM elements (e.g., 'amenity', 'highway', etc.). + conditions (list, optional): A list of conditions to apply as additional filters for the + selected OSM elements. The conditions should be written in + the Overpass QL format, and they are combined with '&&' if + multiple are provided. Defaults to an empty list. + out (str, optional): Specifies the output type, such as 'center', 'body', or 'tags'. + Defaults to 'center'. + + Returns: + str: The constructed Overpass QL query string. + + Notes: + - If no conditions are provided, the query will just use the `selector` to filter the OSM + elements without additional constraints. + - The search area must always formatted as "(radius, lat, lon)". + """ + if not isinstance(conditions, list) : + conditions = [conditions] + if not isinstance(osm_types, list) : + osm_types = [osm_types] + + query = '(' + + # Round the radius to nearest 50 and coordinates to generate less queries + if area[0] > 500 : + search_radius = round(area[0] / 50) * 50 + loc = tuple((round(area[1], 2), round(area[2], 2))) + else : + search_radius = round(area[0] / 25) * 25 + loc = tuple((round(area[1], 3), round(area[2], 3))) + + search_area = f"(around:{search_radius}, {str(loc[0])}, {str(loc[1])})" + + if conditions : + conditions = '(if: ' + ' && '.join(conditions) + ')' + else : + conditions = '' + + for elem in osm_types : + query += elem + '[' + selector + ']' + conditions + search_area + ';' + + query += ');' + f'out {out};' + + return query + + + def send_query(self, query: str) -> ET: + """ + Sends the Overpass QL query to the Overpass API and returns the parsed JSON response. + + Args: + query (str): The Overpass QL query to be sent to the Overpass API. + + Returns: + dict: The parsed JSON response from the Overpass API, or None if the request fails. + """ + + # Generate a cache key for the current query + cache_key = get_cache_key(query) + + # Try to fetch the result from the cache + cached_response = self.caching_strategy.get(cache_key) + if cached_response is not None : + logger.debug("Cache hit.") + return cached_response + + # Prepare the data to be sent as POST request, encoded as bytes + data = urllib.parse.urlencode({'data': query}).encode('utf-8') + + try: + # Create a Request object with the specified URL, data, and headers + request = urllib.request.Request(self.overpass_url, data=data, headers=self.headers) + + # Send the request and read the response + with urllib.request.urlopen(request) as response: + # Read and decode the response + response_data = response.read().decode('utf-8') + root = ET.fromstring(response_data) + + # Cache the response data as an ElementTree root + self.caching_strategy.set(cache_key, root) + logger.debug("Response data added to cache.") + + return root + + except urllib.error.URLError as e: + raise ConnectionError(f"Error connecting to Overpass API: {e}") from e + + +def get_base_info(elem: ET.Element, osm_type: osm_types, with_name=False) : + """ + Extracts base information (coordinates, OSM ID, and optionally a name) from an OSM element. + + This function retrieves the latitude and longitude coordinates, OSM ID, and optionally the name + of a given OpenStreetMap (OSM) element. It handles different OSM types (e.g., 'node', 'way') by + extracting coordinates either directly or from a center tag, depending on the element type. + + Args: + elem (ET.Element): The XML element representing the OSM entity. + osm_type (str): The type of the OSM entity (e.g., 'node', 'way'). If 'node', the coordinates + are extracted directly from the element; otherwise, from the 'center' tag. + with_name (bool): Whether to extract and return the name of the element. If True, it attempts + to find the 'name' tag within the element and return its value. Defaults to False. + + Returns: + tuple: A tuple containing: + - osm_id (str): The OSM ID of the element. + - coords (tuple): A tuple of (latitude, longitude) coordinates. + - name (str, optional): The name of the element if `with_name` is True; otherwise, not included. + """ + # 1. extract coordinates + if osm_type != 'node' : + center = elem.find('center') + lat = float(center.get('lat')) + lon = float(center.get('lon')) + + else : + lat = float(elem.get('lat')) + lon = float(elem.get('lon')) + + coords = tuple((lat, lon)) + + # 2. Extract OSM id + osm_id = elem.get('id') + + # 3. Extract name if specified and return + if with_name : + name = elem.find("tag[@k='name']").get('v') if elem.find("tag[@k='name']") is not None else None + return osm_id, coords, name + else : + return osm_id, coords diff --git a/backend/src/parameters/amenity_selectors.yaml b/backend/src/parameters/amenity_selectors.yaml index 551852b..26f90c6 100644 --- a/backend/src/parameters/amenity_selectors.yaml +++ b/backend/src/parameters/amenity_selectors.yaml @@ -51,25 +51,26 @@ sightseeing: - place_of_worship - fountain - townhall - water: - - reflecting_pool + water: reflecting_pool bridge: - aqueduct - viaduct - boardwalk - cantilever - abandoned - building: - - church - - chapel - - mosque - - synagogue - - ruins - - temple - - government - - cathedral - - castle - - museum + building: cathedral + +# unused sightseeing/buildings: + # - church + # - chapel + # - mosque + # - synagogue + # - ruins + # - temple + # - government + # - cathedral + # - castle + # - museum museums: tourism: diff --git a/backend/src/parameters/landmark_parameters.yaml b/backend/src/parameters/landmark_parameters.yaml index ef2c81d..aa03e55 100644 --- a/backend/src/parameters/landmark_parameters.yaml +++ b/backend/src/parameters/landmark_parameters.yaml @@ -4,9 +4,9 @@ church_coeff: 0.65 nature_coeff: 1.35 overall_coeff: 10 tag_exponent: 1.15 -image_bonus: 10 +image_bonus: 1.1 viewpoint_bonus: 5 -wikipedia_bonus: 4 +wikipedia_bonus: 1.1 name_bonus: 3 N_important: 40 pay_bonus: -1 diff --git a/backend/src/parameters/optimizer_parameters.yaml b/backend/src/parameters/optimizer_parameters.yaml index 8c0f9f5..4720ad0 100644 --- a/backend/src/parameters/optimizer_parameters.yaml +++ b/backend/src/parameters/optimizer_parameters.yaml @@ -2,5 +2,5 @@ detour_factor: 1.4 detour_corridor_width: 300 average_walking_speed: 4.8 max_landmarks: 10 -max_landmarks_refiner: 30 +max_landmarks_refiner: 20 overshoot: 1.1 diff --git a/backend/src/sandbox/bandung_data.json b/backend/src/sandbox/bandung_data.json deleted file mode 100644 index 0576b59..0000000 --- a/backend/src/sandbox/bandung_data.json +++ /dev/null @@ -1,4442 +0,0 @@ -{ - "type": "FeatureCollection", - "generator": "overpass-turbo", - "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.", - "timestamp": "2024-12-01T16:57:45Z", - "features": [ - { - "type": "Feature", - "properties": { - "@id": "way/119437950", - "addr:city": "Bandung", - "addr:housenumber": "113", - "addr:postcode": "40132", - "addr:street": "Jalan Ir. H. Juanda", - "amenity": "restaurant", - "building": "yes", - "building:levels": "1", - "building:roof": "tile", - "building:structure": "reinforced_masonry", - "building:use": "commercial", - "building:walls": "brick", - "name": "Babakaran x Taichi \"Goreng\"", - "opening_hours": "Mo-Fr 08:00-15:00", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6121703, - -6.8925273 - ], - [ - 107.6121626, - -6.8926664 - ], - [ - 107.612662, - -6.8926936 - ], - [ - 107.6126697, - -6.8925545 - ], - [ - 107.6121703, - -6.8925273 - ] - ] - ] - }, - "id": "way/119437950" - }, - { - "type": "Feature", - "properties": { - "@id": "way/119438626", - "building": "yes", - "building:levels": "1", - "building:roof": "tile", - "building:structure": "reinforced_masonry", - "building:use": "commercial", - "building:walls": "brick", - "name": "Donatello", - "opening_hours": "Mo-Su 09:00-21:00", - "shop": "shoes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6133702, - -6.8929284 - ], - [ - 107.6133658, - -6.8931467 - ], - [ - 107.6136889, - -6.893153 - ], - [ - 107.6136932, - -6.8929347 - ], - [ - 107.6133702, - -6.8929284 - ] - ] - ] - }, - "id": "way/119438626" - }, - { - "type": "Feature", - "properties": { - "@id": "way/119441849", - "building": "yes", - "building:levels": "2", - "building:roof": "tile", - "building:structure": "confined_masonry", - "building:use": "commercial", - "building:walls": "brick", - "name": "Morning Dew factory outlet", - "opening_hours": "Mo-Su 08:30-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6120737, - -6.8980245 - ], - [ - 107.6124941, - -6.8980706 - ], - [ - 107.6125117, - -6.8979131 - ], - [ - 107.6120912, - -6.897867 - ], - [ - 107.6120737, - -6.8980245 - ] - ] - ] - }, - "id": "way/119441849" - }, - { - "type": "Feature", - "properties": { - "@id": "way/119442272", - "building": "yes", - "building:levels": "1", - "building:roof": "tile", - "building:structure": "reinforced_masonry", - "building:use": "commercial", - "building:walls": "brick", - "name": "FO Outlet", - "opening_hours": "Mo-Su 08:30-21:00", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.612726, - -6.8969386 - ], - [ - 107.6123397, - -6.896938 - ], - [ - 107.6123395, - -6.8970606 - ], - [ - 107.6127258, - -6.8970612 - ], - [ - 107.612726, - -6.8969386 - ] - ] - ] - }, - "id": "way/119442272" - }, - { - "type": "Feature", - "properties": { - "@id": "way/119444369", - "building": "yes", - "building:levels": "1", - "building:roof": "tile", - "building:structure": "reinforced_masonry", - "building:use": "commercial", - "building:walls": "brick", - "name": "Arella Big Size", - "opening_hours": "Mo-Su 09:30-21:00", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.613241, - -6.8964107 - ], - [ - 107.6132368, - -6.8965313 - ], - [ - 107.613517, - -6.8965408 - ], - [ - 107.6135211, - -6.8964202 - ], - [ - 107.613241, - -6.8964107 - ] - ] - ] - }, - "id": "way/119444369" - }, - { - "type": "Feature", - "properties": { - "@id": "way/119445948", - "building": "yes", - "building:levels": "1", - "building:roof": "tile", - "building:structure": "reinforced_masonry", - "building:use": "commercial", - "building:walls": "brick", - "name": "Runway FO", - "opening_hours": "Mo-Su 09:30-21:00", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6135073, - -6.8956973 - ], - [ - 107.6131882, - -6.8956941 - ], - [ - 107.6131859, - -6.8959227 - ], - [ - 107.6135049, - -6.8959259 - ], - [ - 107.6135073, - -6.8956973 - ] - ] - ] - }, - "id": "way/119445948" - }, - { - "type": "Feature", - "properties": { - "@id": "way/119445949", - "building": "yes", - "building:levels": "1", - "building:roof": "tile", - "building:structure": "reinforced_masonry", - "building:use": "commercial", - "building:walls": "brick", - "name": "Fashion Galery", - "opening_hours": "Mo-Su 08:30-21:00", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.613165, - -6.8960427 - ], - [ - 107.6131606, - -6.8961644 - ], - [ - 107.6135099, - -6.8961648 - ], - [ - 107.6135143, - -6.8960379 - ], - [ - 107.613165, - -6.8960427 - ] - ] - ] - }, - "id": "way/119445949" - }, - { - "type": "Feature", - "properties": { - "@id": "way/119760178", - "addr:street": "Jalan Merdeka", - "building": "yes", - "building:levels": "2", - "building:roof": "tin", - "building:structure": "reinforced_masonry", - "building:use": "commercial", - "building:walls": "brick", - "name": "Merdeka Outlet", - "opening_hours": "Mo-Su 08:30-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6104768, - -6.9085338 - ], - [ - 107.6095601, - -6.9085285 - ], - [ - 107.6095585, - -6.9087948 - ], - [ - 107.6104752, - -6.9088001 - ], - [ - 107.6104768, - -6.9085338 - ] - ] - ] - }, - "id": "way/119760178" - }, - { - "type": "Feature", - "properties": { - "@id": "way/119760343", - "building": "yes", - "building:levels": "3", - "building:roof": "concrete", - "building:structure": "reinforced_masonry", - "building:use": "shop", - "building:walls": "brick", - "name": "Istana Sepatu", - "shop": "shoes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6104827, - -6.9094061 - ], - [ - 107.6102143, - -6.9094076 - ], - [ - 107.6102149, - -6.9095088 - ], - [ - 107.6104833, - -6.9095073 - ], - [ - 107.6104827, - -6.9094061 - ] - ] - ] - }, - "id": "way/119760343" - }, - { - "type": "Feature", - "properties": { - "@id": "way/120331565", - "building": "yes", - "building:levels": "1", - "building:roof": "tile", - "building:structure": "reinforced_masonry", - "building:use": "commercial", - "building:walls": "brick", - "name": "Level FO", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6138225, - -6.8884867 - ], - [ - 107.6138055, - -6.8887257 - ], - [ - 107.6139331, - -6.8887346 - ], - [ - 107.6139501, - -6.8884957 - ], - [ - 107.6138225, - -6.8884867 - ] - ] - ] - }, - "id": "way/120331565" - }, - { - "type": "Feature", - "properties": { - "@id": "way/120331567", - "building": "yes", - "building:levels": "1", - "building:roof": "asbestos", - "building:structure": "reinforced_masonry", - "building:use": "commercial", - "building:walls": "brick", - "name": "Glamour FO", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6133772, - -6.892449 - ], - [ - 107.6133643, - -6.8926379 - ], - [ - 107.6137136, - -6.8926614 - ], - [ - 107.6137264, - -6.8924725 - ], - [ - 107.6133772, - -6.892449 - ] - ] - ] - }, - "id": "way/120331567" - }, - { - "type": "Feature", - "properties": { - "@id": "way/120331568", - "building": "yes", - "building:levels": "1", - "building:roof": "asbestos", - "building:structure": "reinforced_masonry", - "building:use": "commercial", - "building:walls": "brick", - "name": "Blossom Factory Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6134349, - -6.8920245 - ], - [ - 107.6134172, - -6.8923248 - ], - [ - 107.6137371, - -6.8923433 - ], - [ - 107.6137548, - -6.892043 - ], - [ - 107.6134349, - -6.8920245 - ] - ] - ] - }, - "id": "way/120331568" - }, - { - "type": "Feature", - "properties": { - "@id": "way/124283574", - "building": "yes", - "building:levels": "1", - "building:roof": "tile", - "building:structure": "unreinforced_masonry", - "building:use": "shop", - "building:walls": "brick", - "name": "Dusky store", - "name:en": "Dusky", - "shop": "shoes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6146288, - -6.8834878 - ], - [ - 107.6146822, - -6.8835274 - ], - [ - 107.6147184, - -6.8834795 - ], - [ - 107.6146654, - -6.8834409 - ], - [ - 107.6146288, - -6.8834878 - ] - ] - ] - }, - "id": "way/124283574" - }, - { - "type": "Feature", - "properties": { - "@id": "way/199373955", - "building": "yes", - "name": "B'scout", - "opening_hours": "24/7", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6547831, - -6.9589444 - ], - [ - 107.6548627, - -6.9584449 - ], - [ - 107.654649, - -6.9584302 - ], - [ - 107.6546527, - -6.958495 - ], - [ - 107.6546093, - -6.958914 - ], - [ - 107.6547831, - -6.9589444 - ] - ] - ] - }, - "id": "way/199373955" - }, - { - "type": "Feature", - "properties": { - "@id": "way/376352101", - "building": "yes", - "name": "Rabbani", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6167716, - -6.895859 - ], - [ - 107.6170217, - -6.8960677 - ], - [ - 107.617178, - -6.8958418 - ], - [ - 107.6169331, - -6.8956625 - ], - [ - 107.6167716, - -6.895859 - ] - ] - ] - }, - "id": "way/376352101" - }, - { - "type": "Feature", - "properties": { - "@id": "way/377299637", - "building": "yes", - "name": "Haji Furniture", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6142272, - -6.8839414 - ], - [ - 107.6142072, - -6.8839843 - ], - [ - 107.614287, - -6.8840041 - ], - [ - 107.614292, - -6.8839701 - ], - [ - 107.6142791, - -6.8839444 - ], - [ - 107.6142272, - -6.8839414 - ] - ] - ] - }, - "id": "way/377299637" - }, - { - "type": "Feature", - "properties": { - "@id": "way/377299639", - "building": "yes", - "name": "INGGRID Batik", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6140656, - -6.8843909 - ], - [ - 107.6140514, - -6.8844406 - ], - [ - 107.6142151, - -6.8844994 - ], - [ - 107.6142321, - -6.884449 - ], - [ - 107.6141531, - -6.8844214 - ], - [ - 107.6140656, - -6.8843909 - ] - ] - ] - }, - "id": "way/377299639" - }, - { - "type": "Feature", - "properties": { - "@id": "way/377299640", - "building": "yes", - "name": "Indah Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6141313, - -6.8841835 - ], - [ - 107.6141193, - -6.884231 - ], - [ - 107.6142042, - -6.8842528 - ], - [ - 107.6142112, - -6.8842033 - ], - [ - 107.6141313, - -6.8841835 - ] - ] - ] - }, - "id": "way/377299640" - }, - { - "type": "Feature", - "properties": { - "@id": "way/377299681", - "building": "yes", - "name": "Siska Fasion", - "name:en": "Siska", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6144148, - -6.8836937 - ], - [ - 107.6143749, - -6.8837304 - ], - [ - 107.6144417, - -6.8837868 - ], - [ - 107.6144757, - -6.8837561 - ], - [ - 107.6144148, - -6.8836937 - ] - ] - ] - }, - "id": "way/377299681" - }, - { - "type": "Feature", - "properties": { - "@id": "way/377299696", - "building": "yes", - "name": "Toko Favorit", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6141193, - -6.884231 - ], - [ - 107.6140894, - -6.8843073 - ], - [ - 107.6141282, - -6.8843198 - ], - [ - 107.6142032, - -6.884344 - ], - [ - 107.6142172, - -6.8843054 - ], - [ - 107.6141872, - -6.8842885 - ], - [ - 107.6142042, - -6.8842528 - ], - [ - 107.6141193, - -6.884231 - ] - ] - ] - }, - "id": "way/377299696" - }, - { - "type": "Feature", - "properties": { - "@id": "way/377299703", - "building": "yes", - "name": "Toko Mas Dago Jaya", - "shop": "jewelry" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6138723, - -6.8850866 - ], - [ - 107.6139432, - -6.8851046 - ], - [ - 107.614005, - -6.8851227 - ], - [ - 107.6140138, - -6.885092 - ], - [ - 107.614023, - -6.8850601 - ], - [ - 107.6138892, - -6.8850221 - ], - [ - 107.6138723, - -6.8850866 - ] - ] - ] - }, - "id": "way/377299703" - }, - { - "type": "Feature", - "properties": { - "@id": "way/377299705", - "building": "yes", - "name": "Toko Mas Muda Akbarmas", - "shop": "jewelry" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6143449, - -6.883771 - ], - [ - 107.614314, - -6.8838136 - ], - [ - 107.6143737, - -6.8838513 - ], - [ - 107.6144128, - -6.883876 - ], - [ - 107.6144437, - -6.8838285 - ], - [ - 107.6143449, - -6.883771 - ] - ] - ] - }, - "id": "way/377299705" - }, - { - "type": "Feature", - "properties": { - "@id": "way/377299734", - "building": "yes", - "name": "Yantie Collection", - "name:en": "Yantie", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6140894, - -6.8843073 - ], - [ - 107.6140656, - -6.8843909 - ], - [ - 107.6141531, - -6.8844214 - ], - [ - 107.6142321, - -6.884449 - ], - [ - 107.6142476, - -6.8844014 - ], - [ - 107.6141163, - -6.8843565 - ], - [ - 107.6141282, - -6.8843198 - ], - [ - 107.6140894, - -6.8843073 - ] - ] - ] - }, - "id": "way/377299734" - }, - { - "type": "Feature", - "properties": { - "@id": "way/512704753", - "addr:city": "Bandung", - "addr:housenumber": "63", - "addr:postcode": "40115", - "addr:street": "Jalan R.E. Martadinata", - "building": "retail", - "name": "Uniqlo (ex-Cascade)", - "not:brand:wikidata": "Q26070", - "payment:coins": "yes", - "payment:gpn_debit": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:notes": "yes", - "payment:ovo": "yes", - "payment:visa": "yes", - "payment:visa_debit": "yes", - "payment:visa_electron": "yes", - "phone": "+62 22 4267707", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6172861, - -6.9057075 - ], - [ - 107.6172861, - -6.9059285 - ], - [ - 107.6175289, - -6.9059285 - ], - [ - 107.6175289, - -6.9057075 - ], - [ - 107.6172861, - -6.9057075 - ] - ] - ] - }, - "id": "way/512704753" - }, - { - "type": "Feature", - "properties": { - "@id": "way/530164064", - "addr:full": "Jl. Cihampelas 37, Tamansari, Bandung Wetan, Kota Bandung, Jawa Barat 40116", - "amenity": "pharmacy", - "building": "yes", - "name": "Sweet Baby Shop", - "name:en": "Sweet Baby", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6040046, - -6.9036798 - ], - [ - 107.6040767, - -6.9036794 - ], - [ - 107.6040767, - -6.9036495 - ], - [ - 107.6041558, - -6.9036468 - ], - [ - 107.6041552, - -6.9035596 - ], - [ - 107.603948, - -6.9035629 - ], - [ - 107.6039476, - -6.9036498 - ], - [ - 107.6040043, - -6.9036491 - ], - [ - 107.6040046, - -6.9036798 - ] - ] - ] - }, - "id": "way/530164064" - }, - { - "type": "Feature", - "properties": { - "@id": "way/548114607", - "building": "yes", - "name": "Factory Outlet Cargo", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6215874, - -6.9014317 - ], - [ - 107.6215891, - -6.901536 - ], - [ - 107.6215961, - -6.9015743 - ], - [ - 107.6216078, - -6.9016229 - ], - [ - 107.6216253, - -6.9016589 - ], - [ - 107.6216521, - -6.9016913 - ], - [ - 107.6216755, - -6.9017134 - ], - [ - 107.6217, - -6.9017238 - ], - [ - 107.6217198, - -6.9017249 - ], - [ - 107.6217233, - -6.9018687 - ], - [ - 107.6221007, - -6.9018612 - ], - [ - 107.6220923, - -6.9017082 - ], - [ - 107.6220631, - -6.9017087 - ], - [ - 107.6220537, - -6.9014375 - ], - [ - 107.6218051, - -6.9014421 - ], - [ - 107.6218144, - -6.901689 - ], - [ - 107.621777, - -6.9016867 - ], - [ - 107.6217689, - -6.9014305 - ], - [ - 107.6215874, - -6.9014317 - ] - ] - ] - }, - "id": "way/548114607" - }, - { - "type": "Feature", - "properties": { - "@id": "way/632659661", - "building": "yes", - "name": "Shafira", - "opening_hours": "Mo-Su 09:00-21:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6260834, - -6.9399953 - ], - [ - 107.6259963, - -6.9399278 - ], - [ - 107.6258576, - -6.9400994 - ], - [ - 107.6259465, - -6.9401711 - ], - [ - 107.6260834, - -6.9399953 - ] - ] - ] - }, - "id": "way/632659661" - }, - { - "type": "Feature", - "properties": { - "@id": "way/632673573", - "building": "commercial", - "building:use": "retail", - "level": "2", - "name": "Borma Fashion", - "opening_hours": "Mo-Su 09:00-21:00", - "operator": "Borma", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6299424, - -6.9437496 - ], - [ - 107.6299086, - -6.9437063 - ], - [ - 107.6297904, - -6.9436668 - ], - [ - 107.6295836, - -6.9439451 - ], - [ - 107.6296682, - -6.9440205 - ], - [ - 107.6296803, - -6.9440048 - ], - [ - 107.6297023, - -6.9440215 - ], - [ - 107.6299424, - -6.9437496 - ] - ] - ] - }, - "id": "way/632673573" - }, - { - "type": "Feature", - "properties": { - "@id": "way/637429216", - "addr:city": "Bandung", - "addr:housenumber": "5", - "addr:postcode": "40116", - "addr:street": "Jalan R.E. Martadinata", - "building": "yes", - "name": "The Oasis Factory Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6150454, - -6.9060643 - ], - [ - 107.6150477, - -6.9062242 - ], - [ - 107.6152159, - -6.9062242 - ], - [ - 107.6152042, - -6.906099 - ], - [ - 107.6151318, - -6.906099 - ], - [ - 107.6151178, - -6.9060619 - ], - [ - 107.6150454, - -6.9060643 - ] - ] - ] - }, - "id": "way/637429216" - }, - { - "type": "Feature", - "properties": { - "@id": "way/855678278", - "building": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6013497, - -6.813585 - ], - [ - 107.6013185, - -6.8136294 - ], - [ - 107.6013617, - -6.8136594 - ], - [ - 107.601393, - -6.813615 - ], - [ - 107.6013497, - -6.813585 - ] - ] - ] - }, - "id": "way/855678278" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1145003545", - "addr:city": "Bandung", - "addr:street": "Jalan Otto Iskandardinata", - "building": "yes", - "clothes": "women", - "name": "Fahira", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6034824, - -6.9314753 - ], - [ - 107.6034717, - -6.931663 - ], - [ - 107.603764, - -6.9316736 - ], - [ - 107.6037707, - -6.9315059 - ], - [ - 107.6034824, - -6.9314753 - ] - ] - ] - }, - "id": "way/1145003545" - }, - { - "type": "Feature", - "properties": { - "@id": "way/1231262374", - "building": "retail", - "clothes": "babies;children;men;women", - "name": "3 Seconds", - "shop": "clothes" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 107.6655141, - -6.9394336 - ], - [ - 107.6656334, - -6.9394523 - ], - [ - 107.6656618, - -6.9392732 - ], - [ - 107.6655424, - -6.9392545 - ], - [ - 107.6655141, - -6.9394336 - ] - ] - ] - }, - "id": "way/1231262374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1108674355", - "addr:city": "Bandung", - "addr:housenumber": "145", - "addr:postcode": "40265", - "addr:street": "Jalan Buah Batu", - "clothes": "women;children;men", - "name": "Rabbani", - "opening_hours": "Mo-Su 08:00-21:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6243315, - -6.9377575 - ] - }, - "id": "node/1108674355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1341941768", - "building": "yes", - "building:levels": "2", - "building:roof": "concrete", - "building:structure": "reinforced_masonry", - "building:use": "commercial", - "building:walls": "brick", - "name": "edward forrer", - "name:en": "Edward Forrer", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6129126, - -6.8924633 - ] - }, - "id": "node/1341941768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1341941777", - "building": "yes", - "building:levels": "2", - "building:roof": "concrete", - "building:structure": "reinforced_masonry", - "building:use": "commercial", - "building:walls": "brick", - "name": "Gossip", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6129189, - -6.8925451 - ] - }, - "id": "node/1341941777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1341941789", - "building": "yes", - "building:levels": "2", - "building:roof": "tile", - "building:structure": "reinforced_masonry", - "building:use": "commercial", - "building:walls": "brick", - "name": "carla, the uptown, and episode", - "name:en": "Carla the Uptown and Episode", - "opening_hours": "PH,Mo-Su 10:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6129465, - -6.8918699 - ] - }, - "id": "node/1341941789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1342944379", - "name": "Wisata Belanja Dago", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6107242, - -6.9039115 - ] - }, - "id": "node/1342944379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1342948130", - "addr:city": "Bandung", - "addr:housenumber": "61", - "addr:postcode": "40115", - "addr:street": "Jalan R.E. Martadinata", - "name": "Island Factory Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6162998, - -6.9062358 - ] - }, - "id": "node/1342948130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1879495053", - "name": "Ramayana Cimahi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5431522, - -6.8729169 - ] - }, - "id": "node/1879495053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2497173687", - "addr:city": "Bandung", - "addr:housenumber": "32", - "addr:postcode": "40115", - "addr:street": "Jalan R.E. Martadinata", - "name": "Terminal Tas", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6161237, - -6.9064585 - ] - }, - "id": "node/2497173687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3806721282", - "name": "DIMAS Toko Jam Elektronik", - "shop": "jewelry" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6139157, - -6.8850007 - ] - }, - "id": "node/3806721282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3806721285", - "name": "Dago Busana Modern", - "name:en": "Busana Modern", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6163332, - -6.8804713 - ] - }, - "id": "node/3806721285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3806721320", - "name": "Toko Mas Chahaya", - "shop": "jewelry" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6139592, - -6.8848463 - ] - }, - "id": "node/3806721320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3806721323", - "name": "Wedding Galery Rika", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6149985, - -6.8829912 - ] - }, - "id": "node/3806721323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3807746640", - "name": "Wenny's Gemstone", - "name:en": "Wenny's", - "shop": "jewelry" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6199566, - -6.8725885 - ] - }, - "id": "node/3807746640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3817206578", - "clothes": "children", - "name": "Modekids", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6155548, - -6.9194462 - ] - }, - "id": "node/3817206578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4084462216", - "name": "Maximilian", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6051976, - -6.8933013 - ] - }, - "id": "node/4084462216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090158012", - "name": "K Town", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6055955, - -6.8936042 - ] - }, - "id": "node/4090158012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4121539589", - "name": "반둥시장", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6971453, - -6.9338248 - ] - }, - "id": "node/4121539589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4168931239", - "brand": "Topshop", - "brand:wikidata": "Q1893576", - "brand:wikipedia": "en:Topshop", - "name": "Topshop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5957414, - -6.8883569 - ] - }, - "id": "node/4168931239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4168931240", - "name": "Topman", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.595743, - -6.8884219 - ] - }, - "id": "node/4168931240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4168931241", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "name": "H&M", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5958546, - -6.8881386 - ] - }, - "id": "node/4168931241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4168931242", - "name": "Quicksilver", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5957603, - -6.8888371 - ] - }, - "id": "node/4168931242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4168931243", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5957959, - -6.8882796 - ] - }, - "id": "node/4168931243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4168931244", - "brand": "Nike", - "brand:wikidata": "Q483915", - "brand:wikipedia": "en:Nike, Inc.", - "name": "Nike", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5958188, - -6.8897822 - ] - }, - "id": "node/4168931244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4168931245", - "name": "Urban Icon", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5958128, - -6.8896875 - ] - }, - "id": "node/4168931245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4168931247", - "brand": "Mango", - "brand:wikidata": "Q136503", - "brand:wikipedia": "en:Mango (retailer)", - "name": "Mango", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.595776, - -6.8892193 - ] - }, - "id": "node/4168931247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4168931249", - "brand": "La Senza", - "brand:wikidata": "Q3212802", - "brand:wikipedia": "en:La Senza", - "name": "La Senza", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5957714, - -6.8890914 - ] - }, - "id": "node/4168931249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4168931250", - "brand": "Promod", - "brand:wikidata": "Q3407429", - "brand:wikipedia": "en:Promod", - "name": "Promod", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.595764, - -6.8888962 - ] - }, - "id": "node/4168931250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4177773698", - "addr:housenumber": "61", - "addr:street": "Jalan Surapati", - "brand": "House of Hoops", - "brand:wikidata": "Q108232933", - "name": "House of Hoops", - "official_name": "House of Hoops by Foot Locker", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.620941, - -6.8989743 - ] - }, - "id": "node/4177773698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4259738885", - "addr:city": "Bandung", - "addr:housenumber": "47", - "addr:postcode": "40115", - "addr:street": "Jalan R.E. Martadinata", - "name": "The Secret Factory Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6148131, - -6.9062897 - ] - }, - "id": "node/4259738885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4259804165", - "addr:city": "Bandung", - "addr:housenumber": "#104", - "addr:postcode": "40132", - "addr:street": "Jalan Ir. H. Juanda", - "name": "House Of Donatello", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6104387, - -6.9047047 - ] - }, - "id": "node/4259804165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4259826284", - "addr:city": "Bandung", - "addr:housenumber": "#106", - "addr:postcode": "40132", - "addr:street": "Jalan Ir. H. Juanda", - "name": "Seximo Boutique Couture", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6132477, - -6.8927454 - ] - }, - "id": "node/4259826284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4259836017", - "addr:city": "Bandung", - "addr:housenumber": "#38", - "addr:postcode": "40115", - "addr:street": "Jalan R.E. Martadinata", - "name": "Stamp Factory Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6171781, - -6.9062808 - ] - }, - "id": "node/4259836017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4259882645", - "addr:city": "Bandung", - "addr:housenumber": "#36", - "addr:street": "Jalan R.E. Martadinata", - "name": "Passion Factory Outlate", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.616478, - -6.9063927 - ] - }, - "id": "node/4259882645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4259913603", - "addr:city": "Bandung", - "addr:housenumber": "26", - "addr:postcode": "40115", - "addr:street": "Jalan R.E. Martadinata", - "name": "D' Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6152246, - -6.906534 - ] - }, - "id": "node/4259913603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4260056827", - "addr:city": "Bandung", - "addr:housenumber": "#168", - "addr:postcode": "40131", - "addr:street": "Jalan Cihampelas", - "name": "Korek Api Jeans", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6041356, - -6.8945181 - ] - }, - "id": "node/4260056827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4260211694", - "addr:city": "Bandung", - "addr:housenumber": "#45", - "addr:postcode": "40161", - "addr:street": "Jalan Dr. Setiabudi", - "name": "House of Donatello", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5963497, - -6.8620585 - ] - }, - "id": "node/4260211694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4320645402", - "addr:city": "Bandung", - "addr:housenumber": "22", - "addr:street": "Jalan Sumatra", - "name": "Bodypack Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6138156, - -6.9166942 - ] - }, - "id": "node/4320645402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4373153918", - "addr:housenumber": "57", - "addr:street": "Jalan R.E. Martadinata", - "name": "HYPESTORE", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6157925, - -6.9062387 - ] - }, - "id": "node/4373153918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4551778873", - "name": "Babe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6219912, - -6.9061593 - ] - }, - "id": "node/4551778873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119339739", - "name": "Salt n Pepper", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5959214, - -6.8885726 - ] - }, - "id": "node/5119339739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119340025", - "name": "M dreams", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5959239, - -6.8886693 - ] - }, - "id": "node/5119340025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119341925", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "brand:wikipedia": "en:Lacoste", - "name": "Lacoste", - "name:en": "Lacoste", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5959163, - -6.8884095 - ] - }, - "id": "node/5119341925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119341926", - "brand": "Stradivarius", - "brand:wikidata": "Q3322945", - "brand:wikipedia": "en:Stradivarius (clothing brand)", - "name": "Stradivarius", - "name:en": "Stradivarius", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5959119, - -6.8882303 - ] - }, - "id": "node/5119341926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119708123", - "brand": "Guess", - "brand:wikidata": "Q2470307", - "brand:wikipedia": "en:Guess (clothing)", - "name": "Guess", - "name:en": "Guess", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5956872, - -6.8892254 - ] - }, - "id": "node/5119708123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119722921", - "name": "Clarks", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5957521, - -6.8887158 - ] - }, - "id": "node/5119722921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119722924", - "brand": "Dorothy Perkins", - "brand:wikidata": "Q5298588", - "brand:wikipedia": "en:Dorothy Perkins", - "name": "Dorothy Perkins", - "name:en": "Dorothy Perkins", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5956681, - -6.8889122 - ] - }, - "id": "node/5119722924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119722927", - "name": "Batik Keris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5956829, - -6.8895294 - ] - }, - "id": "node/5119722927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119722929", - "brand": "Victoria's Secret", - "brand:wikidata": "Q332477", - "brand:wikipedia": "en:Victoria's Secret", - "clothes": "underwear;women", - "name": "Victoria's Secret", - "name:en": "Victoria's Secret", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5956877, - -6.8897052 - ] - }, - "id": "node/5119722929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119722930", - "name": "Mezzo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5958072, - -6.8896081 - ] - }, - "id": "node/5119722930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119723521", - "name": "Rotelli", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5956676, - -6.8888097 - ] - }, - "id": "node/5119723521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119723524", - "name": "En's Collections", - "shop": "jewelry" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5956251, - -6.8892736 - ] - }, - "id": "node/5119723524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119723529", - "name": "Niks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5955546, - -6.8898086 - ] - }, - "id": "node/5119723529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119724021", - "brand": "Aldo", - "brand:wikidata": "Q2832297", - "brand:wikipedia": "en:Aldo Group", - "name": "Aldo", - "name:en": "Aldo", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.595769, - -6.8890252 - ] - }, - "id": "node/5119724021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119724022", - "brand": "Timberland", - "brand:wikidata": "Q1539185", - "brand:wikipedia": "en:The Timberland Company", - "name": "Timberland", - "name:en": "Timberland", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5956915, - -6.8897864 - ] - }, - "id": "node/5119724022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119724023", - "name": "Lumiere", - "shop": "jewelry" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5955556, - -6.8899506 - ] - }, - "id": "node/5119724023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119724024", - "name": "Heerens", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5955422, - -6.8891601 - ] - }, - "id": "node/5119724024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119724026", - "name": "Garage", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5954177, - -6.8888504 - ] - }, - "id": "node/5119724026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119724822", - "name": "InTime", - "shop": "jewelry" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5958284, - -6.8894219 - ] - }, - "id": "node/5119724822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119724824", - "name": "Everbest", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5959016, - -6.8893837 - ] - }, - "id": "node/5119724824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119724825", - "name": "Bershka", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5959631, - -6.890274 - ] - }, - "id": "node/5119724825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119724830", - "name": "Heatwave", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5955572, - -6.8897273 - ] - }, - "id": "node/5119724830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119724831", - "name": "Birds & Bees", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5954038, - -6.8896041 - ] - }, - "id": "node/5119724831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119724834", - "name": "Pretty Pastels", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5955461, - -6.8892393 - ] - }, - "id": "node/5119724834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119726021", - "brand": "Converse", - "brand:wikidata": "Q319515", - "brand:wikipedia": "en:Converse (shoe company)", - "name": "Converse", - "name:en": "Converse", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5956021, - -6.8902938 - ] - }, - "id": "node/5119726021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5119852122", - "name": "Pesona", - "shop": "jewelry" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5954434, - -6.8894445 - ] - }, - "id": "node/5119852122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5121620623", - "name": "Kencana", - "shop": "jewelry" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6226723, - -6.9194309 - ] - }, - "id": "node/5121620623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5121662723", - "name": "Jaga", - "shop": "jewelry" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6224864, - -6.9195341 - ] - }, - "id": "node/5121662723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141323924", - "name": "twighouse", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5966502, - -6.8902201 - ] - }, - "id": "node/5141323924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5181205852", - "name": "Jokowow", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6041816, - -6.8942169 - ] - }, - "id": "node/5181205852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5181205939", - "name": "Hypestore", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6042265, - -6.8938834 - ] - }, - "id": "node/5181205939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5182884494", - "name": "Nayla", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5968093, - -6.895036 - ] - }, - "id": "node/5182884494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5182885526", - "name": "Toean Njonja", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5967543, - -6.8868956 - ] - }, - "id": "node/5182885526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5190093667", - "name": "The Outfit Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6165816, - -6.906115 - ] - }, - "id": "node/5190093667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5190290979", - "name": "Babe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6225242, - -6.9063411 - ] - }, - "id": "node/5190290979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5209817521", - "addr:street": "Jalan Otto Iskandardinata", - "name": "PD.WANS", - "opening_hours": "Mo-Su 09:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6033812, - -6.9175795 - ] - }, - "id": "node/5209817521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5565796709", - "name": "Sports Station", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6133142, - -6.9053852 - ] - }, - "id": "node/5565796709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5700972321", - "addr:housenumber": "177", - "addr:street": "Jalan Cihampelas", - "email": "ethnic7vintage@gmail.com", - "name": "Ethnic 7 vintage", - "name:it": "Ethnic 7 Vintage", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+6282121258617", - "shop": "clothes", - "website": "https://www.tokopedia.com/ethnic7vintage" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.603946, - -6.8886489 - ] - }, - "id": "node/5700972321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5803815753", - "name": "Wildrose Collection", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6095596, - -6.9180383 - ] - }, - "id": "node/5803815753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5810385862", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.7384217, - -6.9390401 - ] - }, - "id": "node/5810385862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5841783486", - "brand": "Bershka", - "brand:wikidata": "Q827258", - "name": "Bershka", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5942741, - -6.9149659 - ] - }, - "id": "node/5841783486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5841850285", - "brand": "Zara", - "brand:wikidata": "Q147662", - "name": "Zara", - "opening_hours": "Mo-Su 09:00-21:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5948942, - -6.9150132 - ] - }, - "id": "node/5841850285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6165448998", - "name": "Soposiro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6055968, - -6.8937026 - ] - }, - "id": "node/6165448998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6165490246", - "name": "Emina", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6055913, - -6.8934891 - ] - }, - "id": "node/6165490246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6165989084", - "name": "Giordano", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6052089, - -6.8936632 - ] - }, - "id": "node/6165989084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6165996620", - "name": "Goldsmith Time", - "shop": "jewelry" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6052044, - -6.8937339 - ] - }, - "id": "node/6165996620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6180502085", - "name": "Minime", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6256304, - -6.9320397 - ] - }, - "id": "node/6180502085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6387698286", - "name": "Syndrome", - "name:de": "Syndrome", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6141847, - -6.898473 - ] - }, - "id": "node/6387698286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6656658445", - "addr:city": "Bandung", - "addr:postcode": "40175", - "addr:street": "Jalan Dakota", - "name": "Yen's Baby Shop Dakota", - "shop": "baby_goods" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5718178, - -6.8912109 - ] - }, - "id": "node/6656658445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6720528453", - "name": "Torch", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6055707, - -6.8934162 - ] - }, - "id": "node/6720528453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6720557751", - "name": "MOC", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6055815, - -6.8933745 - ] - }, - "id": "node/6720557751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7301581251", - "name": "Bateeq", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6026298, - -6.9137642 - ] - }, - "id": "node/7301581251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8265966762", - "addr:city": "Kota Bandung", - "addr:street": "jalan simpang sari no 4", - "name": "ITSTRUSTYWORTHY", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6678663, - -6.9078731 - ] - }, - "id": "node/8265966762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8510054568", - "addr:city": "bandung", - "addr:housenumber": "10", - "addr:postcode": "40291", - "addr:street": "Jalan Kuningan raya", - "clothes": "wedding", - "name": "Ernade Wedding Gallery", - "opening_hours": "Mo-Su 09:00-18:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "payment:mastercard": "yes", - "shop": "clothes", - "website": "https://www.ernade.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6601515, - -6.9145674 - ] - }, - "id": "node/8510054568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9756426585", - "addr:city": "Bandung", - "addr:full": "Jalan Alpina", - "name": "Giant Alpina", - "opening_hours": "Mo-Su 09:00-21:00", - "shop": "clothes", - "source": "S2City_POI_2022", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.613001, - -6.8792337 - ] - }, - "id": "node/9756426585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10657005914", - "addr:city": "Bandung", - "addr:street": "Jalan Insinyur Haji Juanda", - "name": "Dewan Kerajinan Nasional Daerah", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6107144, - -6.9038505 - ] - }, - "id": "node/10657005914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11049039942", - "name": "Sneakers One", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6171311, - -6.8913847 - ] - }, - "id": "node/11049039942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11054249406", - "name": "Azura", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6052029, - -6.8936343 - ] - }, - "id": "node/11054249406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11054252409", - "name": "BaOng", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6052056, - -6.8935893 - ] - }, - "id": "node/11054252409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11064305545", - "name": "Umama", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6163708, - -6.9050153 - ] - }, - "id": "node/11064305545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11170987619", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "opening_hours": "Mo-Su 09:00-21:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5950714, - -6.9157803 - ] - }, - "id": "node/11170987619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11170987620", - "name": "Onitsuka Tiger", - "opening_hours": "Mo-Su 09:00-21:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5948536, - -6.9153185 - ] - }, - "id": "node/11170987620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11237363079", - "brand": "Pull & Bear", - "brand:wikidata": "Q691029", - "name": "Pull & Bear", - "opening_hours": "Mo-Su 09:00-21:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5947078, - -6.9152956 - ] - }, - "id": "node/11237363079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538747832", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "0", - "name": "The Palace", - "shop": "jewelry" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6987346, - -6.9550772 - ] - }, - "id": "node/11538747832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538747836", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "0", - "name": "Boots", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6986378, - -6.9548616 - ] - }, - "id": "node/11538747836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538747843", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "1", - "name": "OWL", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6989304, - -6.9549774 - ] - }, - "id": "node/11538747843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538747853", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "1", - "name": "Scoop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6984, - -6.9550964 - ] - }, - "id": "node/11538747853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538747854", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "1", - "name": "Loly Poly", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6983597, - -6.9549992 - ] - }, - "id": "node/11538747854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538747857", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "1", - "name": "Made Modest Women", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6982588, - -6.9547558 - ] - }, - "id": "node/11538747857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797812", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "0", - "name": "Steve Madden", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6976151, - -6.9547717 - ] - }, - "id": "node/11538797812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797813", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "0", - "name": "Pedro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6974726, - -6.9549375 - ] - }, - "id": "node/11538797813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797814", - "level": "0", - "name": "Adelle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6975879, - -6.9550866 - ] - }, - "id": "node/11538797814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797815", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "Guess", - "brand:wikidata": "Q2470307", - "level": "0", - "name": "Guess", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6976831, - -6.9549428 - ] - }, - "id": "node/11538797815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797822", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "Birkenstock", - "brand:wikidata": "Q648458", - "level": "0", - "name": "Birkenstock", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6978263, - -6.955485 - ] - }, - "id": "node/11538797822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797823", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "Crocs", - "brand:wikidata": "Q926699", - "level": "0", - "name": "Crocs", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6977293, - -6.9555225 - ] - }, - "id": "node/11538797823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797824", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "Vans", - "brand:wikidata": "Q1135366", - "level": "0", - "name": "Vans", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6976318, - -6.9555603 - ] - }, - "id": "node/11538797824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797825", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "Converse", - "brand:wikidata": "Q319515", - "level": "0", - "name": "Converse", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6975348, - -6.9555951 - ] - }, - "id": "node/11538797825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797826", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "0", - "name": "JD", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6974172, - -6.9556461 - ] - }, - "id": "node/11538797826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797827", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "clothes": "sports", - "level": "0", - "name": "Foot Locker", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6983497, - -6.9552623 - ] - }, - "id": "node/11538797827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797828", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "0", - "name": "Zaxy", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6974427, - -6.9554485 - ] - }, - "id": "node/11538797828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797830", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "0", - "name": "Everbest", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6976368, - -6.9550094 - ] - }, - "id": "node/11538797830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797831", - "level": "0", - "name": "La Senza", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6977393, - -6.9548894 - ] - }, - "id": "node/11538797831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797832", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "Giordano", - "brand:en": "Giordano", - "brand:wikidata": "Q4115012", - "level": "0", - "name": "Giordano", - "name:en": "Giordano", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6978691, - -6.9547701 - ] - }, - "id": "node/11538797832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797836", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "0", - "name": "Frank & Co.", - "shop": "jewelry" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6984293, - -6.954379 - ] - }, - "id": "node/11538797836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797839", - "name": "The Palace", - "shop": "jewelry" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6987346, - -6.9550772 - ] - }, - "id": "node/11538797839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797840", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "ASICS", - "brand:wikidata": "Q327247", - "level": "0", - "name": "ASICS", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6982707, - -6.9552953 - ] - }, - "id": "node/11538797840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797841", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "0", - "name": "Marks & Spencer", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6970218, - -6.955821 - ] - }, - "id": "node/11538797841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797845", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "0", - "name": "Charles & Keith", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6974255, - -6.9550083 - ] - }, - "id": "node/11538797845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797846", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "0", - "name": "Stacatto", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6975159, - -6.9548875 - ] - }, - "id": "node/11538797846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797847", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "Aldo", - "brand:wikidata": "Q2832297", - "level": "0", - "name": "Aldo", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6976794, - -6.9547079 - ] - }, - "id": "node/11538797847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797848", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "0", - "name": "Urban Icon", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6980253, - -6.954484 - ] - }, - "id": "node/11538797848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797849", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "name": "Mondial", - "shop": "jewelry", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6982532, - -6.9543903 - ] - }, - "id": "node/11538797849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538797850", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "level": "0", - "name": "Uniqlo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6970415, - -6.9561131 - ] - }, - "id": "node/11538797850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539026770", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "Wacoal", - "brand:wikidata": "Q909522", - "clothes": "underwear", - "level": "1", - "name": "Wacoal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6977514, - -6.954578 - ] - }, - "id": "node/11539026770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539026771", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "name": "Sports Station", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6982347, - -6.9543459 - ] - }, - "id": "node/11539026771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539026783", - "name": "Frank & Co.", - "shop": "jewelry" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6984293, - -6.954379 - ] - }, - "id": "node/11539026783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539026795", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "1", - "name": "MyFeet", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6975517, - -6.955062 - ] - }, - "id": "node/11539026795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539026796", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "1", - "name": "ManZone", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6977541, - -6.9548132 - ] - }, - "id": "node/11539026796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539026797", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "1", - "name": "Minimal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6978146, - -6.9547637 - ] - }, - "id": "node/11539026797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539026803", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "1", - "name": "Carla", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6976439, - -6.9546708 - ] - }, - "id": "node/11539026803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539026804", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "1", - "name": "Fisik Sport", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6978826, - -6.9545005 - ] - }, - "id": "node/11539026804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539026805", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "1", - "name": "Our Daily Dose", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.698056, - -6.9544213 - ] - }, - "id": "node/11539026805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539026823", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "Skechers", - "brand:wikidata": "Q2945643", - "level": "0", - "name": "Skechers", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6972323, - -6.95603 - ] - }, - "id": "node/11539026823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539029910", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "clothes": "denim;men;women", - "level": "0", - "name": "Levi's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6973708, - -6.9559696 - ] - }, - "id": "node/11539029910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539029911", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "Clarks", - "brand:wikidata": "Q1095857", - "level": "0", - "name": "Clarks", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6975016, - -6.9559126 - ] - }, - "id": "node/11539029911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539029912", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "Hush Puppies", - "brand:wikidata": "Q1828588", - "level": "0", - "name": "Hush Puppies", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6976819, - -6.955834 - ] - }, - "id": "node/11539029912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539029913", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "0", - "name": "Casio", - "shop": "watches" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6978112, - -6.9557777 - ] - }, - "id": "node/11539029913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539029914", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "0", - "name": "Watch Club", - "shop": "watches" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6978942, - -6.9557415 - ] - }, - "id": "node/11539029914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539029915", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "New Balance", - "brand:wikidata": "Q742988", - "level": "0", - "name": "New Balance", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6979603, - -6.9557127 - ] - }, - "id": "node/11539029915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539029916", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "level": "0", - "name": "New Era", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6980825, - -6.9556594 - ] - }, - "id": "node/11539029916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539029917", - "addr:city": "Bandung", - "addr:country": "Indonesia", - "addr:place": "Summarecon Mall Bandung", - "addr:province": "Jawa Barat", - "addr:subdistrict": "Gedebage", - "brand": "Puma", - "brand:wikidata": "Q157064", - "level": "0", - "name": "Puma", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6981922, - -6.9556116 - ] - }, - "id": "node/11539029917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12012242566", - "brand": "Skechers", - "brand:wikidata": "Q2945643", - "name": "Skechers", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.5962262, - -6.8893839 - ] - }, - "id": "node/12012242566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12064412873", - "name": "Residence", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6043422, - -6.8932653 - ] - }, - "id": "node/12064412873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12157125618", - "name": "Watch Zone", - "shop": "watches" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6979134, - -6.9545478 - ] - }, - "id": "node/12157125618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12376804285", - "name": "Bonia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6981151, - -6.9544492 - ] - }, - "id": "node/12376804285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12376804289", - "name": "Smiggle", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6982854, - -6.9551047 - ] - }, - "id": "node/12376804289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12376804292", - "name": "This Is April", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6978831, - -6.954711 - ] - }, - "id": "node/12376804292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12376804293", - "name": "FOD.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 107.6979702, - -6.9546554 - ] - }, - "id": "node/12376804293" - } - ] - } \ No newline at end of file diff --git a/backend/src/sandbox/colmar_data.json b/backend/src/sandbox/colmar_data.json deleted file mode 100644 index 7564a95..0000000 --- a/backend/src/sandbox/colmar_data.json +++ /dev/null @@ -1,698 +0,0 @@ -{ - "type": "FeatureCollection", - "generator": "overpass-turbo", - "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.", - "timestamp": "2024-12-02T21:14:59Z", - "features": [ - { - "type": "Feature", - "properties": { - "@id": "node/1345741798", - "name": "Cordonnerie Saint-Joseph", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3481705, - 48.0816462 - ] - }, - "id": "node/1345741798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2659184738", - "brand": "Armand Thiery", - "brand:wikidata": "Q2861975", - "brand:wikipedia": "fr:Armand Thiery", - "name": "Armand Thiery", - "opening_hours": "Mo-Sa 09:30-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3594454, - 48.0785574 - ] - }, - "id": "node/2659184738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3618136290", - "name": "Chez Dominique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3362362, - 48.0712174 - ] - }, - "id": "node/3618136290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3618136605", - "name": "Divamod", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3304253, - 48.0782989 - ] - }, - "id": "node/3618136605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3618284507", - "name": "Star tendances et voyages", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3474029, - 48.0830993 - ] - }, - "id": "node/3618284507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3619696125", - "brand": "Zeeman", - "brand:wikidata": "Q184399", - "name": "Zeeman", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3413834, - 48.0638444 - ] - }, - "id": "node/3619696125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4594398129", - "name": "Miss et Mister", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3308309, - 48.0779118 - ] - }, - "id": "node/4594398129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4907320441", - "brand": "Sergent Major", - "brand:wikidata": "Q62521738", - "clothes": "babies;children", - "name": "Sergent Major", - "opening_hours": "Mo-Sa 09:30-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.359116, - 48.0787229 - ] - }, - "id": "node/4907320441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4907364791", - "brand": "Armand Thiery", - "brand:wikidata": "Q2861975", - "brand:wikipedia": "fr:Armand Thiery", - "clothes": "women", - "name": "Armand Thiery", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3601857, - 48.0783373 - ] - }, - "id": "node/4907364791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4907385675", - "check_date": "2024-05-19", - "clothes": "children", - "name": "Du Pareil...au même", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3604521, - 48.0779726 - ] - }, - "id": "node/4907385675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922191645", - "name": "Abilos", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3566167, - 48.0794136 - ] - }, - "id": "node/4922191645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922191648", - "brand": "Esprit", - "brand:wikidata": "Q532746", - "brand:wikipedia": "en:Esprit Holdings", - "name": "Esprit", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3554004, - 48.0787549 - ] - }, - "id": "node/4922191648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922191972", - "brand": "Guess", - "brand:wikidata": "Q2470307", - "brand:wikipedia": "en:Guess (clothing)", - "name": "Guess", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.355273, - 48.0788003 - ] - }, - "id": "node/4922191972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922192001", - "name": "Lingerie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3575453, - 48.0779317 - ] - }, - "id": "node/4922192001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5359915869", - "name": "Al Assil", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3305665, - 48.0780902 - ] - }, - "id": "node/5359915869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9089360040", - "brand": "Grain de Malice", - "brand:wikidata": "Q66757157", - "clothes": "women", - "name": "Grain de Malice", - "shop": "clothes", - "short_name": "GDM" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3593125, - 48.0786234 - ] - }, - "id": "node/9089360040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9095193153", - "brand": "Undiz", - "brand:wikidata": "Q105306275", - "clothes": "underwear", - "name": "Undiz", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3599579, - 48.0782846 - ] - }, - "id": "node/9095193153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9095193154", - "branch": "Lingerie", - "brand": "RougeGorge", - "brand:wikidata": "Q104600739", - "clothes": "underwear", - "name": "RougeGorge", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3604883, - 48.0781607 - ] - }, - "id": "node/9095193154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9095212690", - "alt_name": "North Face", - "brand": "The North Face", - "brand:wikidata": "Q152784", - "brand:wikipedia": "en:The North Face", - "check_date": "2024-05-19", - "name": "The North Face", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3603923, - 48.0773727 - ] - }, - "id": "node/9095212690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9095270059", - "air_conditioning": "no", - "clothes": "men", - "level": "0", - "name": "Maison Aume", - "second_hand": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.361364, - 48.0799999 - ] - }, - "id": "node/9095270059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9098624272", - "name": "Destock Place", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3575161, - 48.0793009 - ] - }, - "id": "node/9098624272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9123861652", - "name": "Weackers", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.361329, - 48.0785972 - ] - }, - "id": "node/9123861652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9162179887", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "name": "Calzedonia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3606374, - 48.0780809 - ] - }, - "id": "node/9162179887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9162206449", - "clothes": "women", - "name": "Cop. Copine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3600947, - 48.078399 - ] - }, - "id": "node/9162206449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9162226360", - "brand": "Okaïdi", - "brand:wikidata": "Q3350027", - "brand:wikipedia": "fr:Okaïdi", - "name": "Okaïdi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3596986, - 48.078428 - ] - }, - "id": "node/9162226360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9162227010", - "brand": "Jules", - "brand:wikidata": "Q3188386", - "brand:wikipedia": "fr:Jules (enseigne)", - "clothes": "men", - "name": "Jules", - "opening_hours": "Mo-Sa 09:30-19:00", - "phone": "+33 3 89 41 03 62", - "shop": "clothes", - "website": "https://www.jules.com/fr-fr/magasins/1600133/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3600323, - 48.0782229 - ] - }, - "id": "node/9162227010" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10151865029", - "name": "Atelier Cinq", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3571756, - 48.0772657 - ] - }, - "id": "node/10151865029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10862176110", - "name": "L'hexagone", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3808571, - 48.0814138 - ] - }, - "id": "node/10862176110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11150877331", - "brand": "Punt Roma", - "brand:wikidata": "Q101423290", - "clothes": "women", - "name": "Punt Roma", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3571859, - 48.0779406 - ] - }, - "id": "node/11150877331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11150959880", - "name": "Caroll", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3579354, - 48.0779291 - ] - }, - "id": "node/11150959880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11302242094", - "branch": "Wintzenheim", - "name": "Label Fripe", - "opening_hours": "Mo-Sa 09:00-18:45", - "phone": "+33 3 89 27 39 25", - "second_hand": "only", - "shop": "clothes", - "website": "https://labelfripe.fr/label-fripe-wintzenheim/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3109899, - 48.0850362 - ] - }, - "id": "node/11302242094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11392247003", - "name": "Lingerie Sipp", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3111507, - 48.0841835 - ] - }, - "id": "node/11392247003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11778819781", - "addr:city": "Colmar", - "addr:housenumber": "10", - "addr:postcode": "68000", - "addr:street": "Rue des Têtes", - "clothes": "suits;hats;men", - "name": "Phillipe", - "phone": "0389411983", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3559389, - 48.0789064 - ] - }, - "id": "node/11778819781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11799215969", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:00; Su 10:00-18:00", - "phone": "+33 3 89 24 97 85", - "shop": "clothes", - "website": "https://stores.petit-bateau.com/france/colmar/9-rue-des-boulangers" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.355149, - 48.0780213 - ] - }, - "id": "node/11799215969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11816704669", - "addr:housenumber": "10", - "addr:street": "Rue des Boulangers", - "name": "des petits hauts", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3555001, - 48.0780768 - ] - }, - "id": "node/11816704669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12320343534", - "addr:city": "Colmar", - "addr:housenumber": "44", - "addr:postcode": "68000", - "addr:street": "Rue des Clefs", - "brand": "Un Jour Ailleurs", - "brand:wikidata": "Q105106211", - "clothes": "women", - "name": "Un Jour Ailleurs", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:30", - "phone": "+33368318572", - "shop": "clothes", - "website": "https://boutique.unjourailleurs.com/fr/mode-femme/boutique-colmar-76" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.35897, - 48.0789807 - ] - }, - "id": "node/12320343534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12320343536", - "addr:city": "Colmar", - "addr:housenumber": "38", - "addr:postcode": "68000", - "addr:street": "Rue des Clefs", - "brand": "Timberland", - "brand:wikidata": "Q1539185", - "name": "Timberland", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33389298650", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.3592409, - 48.0788785 - ] - }, - "id": "node/12320343536" - } - ] - } \ No newline at end of file diff --git a/backend/src/sandbox/get_streets.py b/backend/src/sandbox/get_streets.py deleted file mode 100644 index 7940017..0000000 --- a/backend/src/sandbox/get_streets.py +++ /dev/null @@ -1,350 +0,0 @@ -# pylint: skip-file - -import numpy as np -import json -import os -from typing import Optional, Literal -from sklearn.cluster import DBSCAN -from sklearn.decomposition import PCA -import matplotlib.pyplot as plt -from pydantic import BaseModel -from OSMPythonTools.overpass import Overpass, overpassQueryBuilder -from OSMPythonTools.cachingStrategy import CachingStrategy, JSON -from math import sin, cos, sqrt, atan2, radians - - -EARTH_RADIUS_KM = 6373 - - -class ShoppingLocation(BaseModel): - type: Literal['street', 'area'] - importance: int - centroid: tuple - start: Optional[list] = None - end: Optional[list] = None - - -# Output to frontend -class Landmark(BaseModel) : - # Properties of the landmark - name : str - type: Literal['sightseeing', 'nature', 'shopping', 'start', 'finish'] - location : tuple - osm_type : str - osm_id : int - attractiveness : int - n_tags : int - image_url : Optional[str] = None - website_url : Optional[str] = None - description : Optional[str] = None # TODO future - duration : Optional[int] = 0 - name_en : Optional[str] = None - - # Additional properties depending on specific tour - must_do : Optional[bool] = False - must_avoid : Optional[bool] = False - is_secondary : Optional[bool] = False - - time_to_reach_next : Optional[int] = 0 - next_uuid : Optional[str] = None - - -def extract_points(filestr: str) : - """ - Extract points from geojson file. - - Returns : - np.array containing the points - """ - points = [] - - with open(os.path.dirname(__file__) + '/' + filestr, 'r') as f: - geojson = json.load(f) - - for feature in geojson['features']: - if feature['geometry']['type'] == 'Point': - centroid = feature['geometry']['coordinates'] - points.append(centroid) - - elif feature['geometry']['type'] == 'Polygon': - centroid = np.array(feature['geometry']['coordinates'][0][0]) - points.append(centroid) - - # Convert the list of points to a NumPy array - return np.array(points) - - -def get_distance(p1: tuple[float, float], p2: tuple[float, float]) -> int: - """ - Calculate the time in minutes to travel from one location to another. - - Args: - p1 (tuple[float, float]): Coordinates of the starting location. - p2 (tuple[float, float]): Coordinates of the destination. - - Returns: - int: Time to travel from p1 to p2 in minutes. - """ - - - if p1 == p2: - return 0 - else: - # Compute the distance in km along the surface of the Earth - # (assume spherical Earth) - # this is the haversine formula, stolen from stackoverflow - # in order to not use any external libraries - lat1, lon1 = radians(p1[0]), radians(p1[1]) - lat2, lon2 = radians(p2[0]), radians(p2[1]) - - dlon = lon2 - lon1 - dlat = lat2 - lat1 - - a = sin(dlat / 2)**2 + cos(lat1) * cos(lat2) * sin(dlon / 2)**2 - c = 2 * atan2(sqrt(a), sqrt(1 - a)) - - return EARTH_RADIUS_KM * c - -def filter_clusters(cluster_points, cluster_labels): - """ - Remove clusters of less importance. - """ - label_counts = np.bincount(cluster_labels) - - # Step 3: Get the indices (labels) of the 5 largest clusters - top_5_labels = np.argsort(label_counts)[-5:] # Get the largest 5 clusters - - # Step 4: Filter points to keep only the points in the top 5 clusters - filtered_cluster_points = [] - filtered_cluster_labels = [] - - for label in top_5_labels: - filtered_cluster_points.append(cluster_points[cluster_labels == label]) - filtered_cluster_labels.append(np.full((label_counts[label],), label)) # Replicate the label - - # Concatenate filtered clusters into a single array - return np.vstack(filtered_cluster_points), np.concatenate(filtered_cluster_labels) - - -def fit_lines(points, labels): - """ - Fit lines to identified clusters. - """ - all_x = [] - all_y = [] - lines = [] - locations = [] - - for label in set(labels): - cluster_points = points[labels == label] - - # If there's not enough points, skip - if len(cluster_points) < 2: - continue - - # Apply PCA to find the principal component (i.e., the line of best fit) - pca = PCA(n_components=1) - pca.fit(cluster_points) - - direction = pca.components_[0] - centroid = pca.mean_ - - # Project the cluster points onto the principal direction (line direction) - projections = np.dot(cluster_points - centroid, direction) - - # Get the range of the projections to find the approximate length of the cluster - cluster_length = projections.max() - projections.min() - - # Now adjust `t` so that it scales with the cluster length - t = np.linspace(-cluster_length / 2.75, cluster_length / 2.75, 10) - - # Calculate the start and end of the line based on min/max projections - start_point = centroid[0] + t*direction[0] - end_point = centroid[1] + t*direction[1] - - # Store the line - lines.append((start_point, end_point)) - - # For visualization, store the points - all_x.append(min(start_point)) - all_x.append(max(start_point)) - all_y.append(min(end_point)) - all_y.append(max(end_point)) - - if np.linalg.norm(t) <= 0.0045 : - loc = ShoppingLocation( - type='area', - centroid=tuple((centroid[1], centroid[0])), - importance = len(cluster_points), - ) - else : - loc = ShoppingLocation( - type='street', - centroid=tuple((centroid[1], centroid[0])), - importance = len(cluster_points), - start=start_point, - end=end_point - ) - - locations.append(loc) - - xmin = min(all_x) - xmax = max(all_x) - ymin = min(all_y) - ymax = max(all_y) - corners = (xmin, xmax, ymin, ymax) - - return corners, locations - - - -def create_landmark(shopping_location: ShoppingLocation): - - # Define the bounding box for a given radius around the coordinates - lat, lon = shopping_location.centroid - bbox = ("around:1000", str(lat), str(lon)) - - overpass = Overpass() - # CachingStrategy.use(JSON, cacheDir=OSM_CACHE_DIR) - - # Query neighborhoods and shopping malls - selectors = ['"place"~"^(suburb|neighborhood|neighbourhood|quarter|city_block)$"', '"shop"="mall"'] - - min_dist = float('inf') - new_name = 'Shopping Area' - new_name_en = None - osm_id = 0 - osm_type = 'node' - - for sel in selectors : - query = overpassQueryBuilder( - bbox = bbox, - elementType = ['node', 'way', 'relation'], - selector = sel, - includeCenter = True, - out = 'center' - ) - - try: - result = overpass.query(query) - except Exception as e: - raise Exception("query unsuccessful") - - for elem in result.elements(): - - location = (elem.centerLat(), elem.centerLon()) - - if location[0] is None : - location = (elem.lat(), elem.lon()) - if location[0] is None : - # print(f"Fetching coordinates failed with {elem.type()}/{elem.id()}") - continue - - # print(f"Distance : {get_distance(shopping_location.centroid, location)}") - d = get_distance(shopping_location.centroid, location) - if d < min_dist : - min_dist = d - new_name = elem.tag('name') - osm_type = elem.type() # Add type: 'way' or 'relation' - osm_id = elem.id() # Add OSM id - - # add english name if it exists - try : - new_name_en = elem.tag('name:en') - except: - pass - - return Landmark( - name=new_name, - type='shopping', - location=shopping_location.centroid, # TODO: use the fact the we can also recognize streets. - attractiveness=shopping_location.importance, - n_tags=0, - osm_id=osm_id, - osm_type=osm_type, - name_en=new_name_en - ) - - -# Extract points -points = extract_points('vienna_data.json') - -# print(len(points)) - -######## Create a figure with 1 row and 3 columns for side-by-side plots -fig, axes = plt.subplots(1, 3, figsize=(15, 5)) -# Plot Raw data points -axes[0].set_title('Raw Data') -axes[0].scatter(points[:, 0], points[:, 1], color='blue', s=20) - - -# Apply DBSCAN to find clusters. Choose different settings for different cities. -if len(points) > 400 : - dbscan = DBSCAN(eps=0.00118, min_samples=15, algorithm='kd_tree') # for large cities -else : - dbscan = DBSCAN(eps=0.00075, min_samples=10, algorithm='kd_tree') # for small cities - -labels = dbscan.fit_predict(points) - -# Separate clustered points and noise points -clustered_points = points[labels != -1] -clustered_labels = labels[labels != -1] -noise_points = points[labels == -1] - -######## Plot n°1: DBSCAN Clustering Results -axes[1].set_title('DBSCAN Clusters') -axes[1].scatter(clustered_points[:, 0], clustered_points[:, 1], c=clustered_labels, cmap='rainbow', s=20) -axes[1].scatter(noise_points[:, 0], noise_points[:, 1], c='blue', s=7, label='Noise') - -# Keep the 5 biggest clusters -clustered_points, clustered_labels = filter_clusters(clustered_points, clustered_labels) - -# Fit lines -corners, locations = fit_lines(clustered_points, clustered_labels) -(xmin, xmax, ymin, ymax) = corners - - -######## Plot clustered points in normal size and noise points separately -axes[2].scatter(clustered_points[:, 0], clustered_points[:, 1], c=clustered_labels, cmap='rainbow', s=30) -axes[2].set_title('PCA Fitted Lines on Clusters') - -# Create a list of Landmarks for the shopping things -shopping_landmarks = [] -for loc in locations : - axes[2].scatter(loc.centroid[1], loc.centroid[0], color='red', marker='x', s=200, linewidth=3) - landmark = create_landmark(loc) - shopping_landmarks.append(landmark) - axes[2].text(loc.centroid[1], loc.centroid[0], landmark.name, - ha='center', va='top', fontsize=6, - bbox=dict(facecolor='white', edgecolor='black', boxstyle='round,pad=0.2'), - zorder=3) - - - -####### Plot the detected lines in the final plot ####### -# for loc in locations: -# if loc.type == 'street' : -# line_x = loc.start -# line_y = loc.end -# axes[2].plot(line_x, line_y, color='lime', linewidth=3) -# else : - - - -axes[0].set_xlim(xmin-0.01, xmax+0.01) -axes[0].set_ylim(ymin-0.01, ymax+0.01) - -axes[1].set_xlim(xmin-0.01, xmax+0.01) -axes[1].set_ylim(ymin-0.01, ymax+0.01) - -axes[2].set_xlim(xmin-0.01, xmax+0.01) -axes[2].set_ylim(ymin-0.01, ymax+0.01) - - -print("\n\n\n") -for landmark in shopping_landmarks : - print(f"{landmark.name} is a shopping area with a score of {landmark.attractiveness}") - - -plt.tight_layout() -plt.show() diff --git a/backend/src/sandbox/lyon_data.json b/backend/src/sandbox/lyon_data.json deleted file mode 100644 index a73e70b..0000000 --- a/backend/src/sandbox/lyon_data.json +++ /dev/null @@ -1,17824 +0,0 @@ -{ - "type": "FeatureCollection", - "generator": "overpass-turbo", - "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.", - "timestamp": "2024-12-02T21:03:57Z", - "features": [ - { - "type": "Feature", - "properties": { - "@id": "node/95836772", - "name": "KL Destockage", - "shop": "shoes", - "survey:date": "2020-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8442915, - 45.7445962 - ] - }, - "id": "node/95836772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/273204887", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "brand:wikipedia": "fr:Zadig & Voltaire", - "name": "Zadig & Voltaire", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "survey:date": "2023-06-18", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8342714, - 45.7624072 - ] - }, - "id": "node/273204887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/273209129", - "name": "By Johanne", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "50062971200075", - "shop": "clothes", - "website": "http://www.by-johanne.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8322113, - 45.7595615 - ] - }, - "id": "node/273209129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/539430205", - "addr:city": "Lyon", - "addr:country": "FR", - "addr:postcode": "69003", - "check_date:opening_hours": "2024-04-19", - "name": "Milpau", - "opening_hours:signed": "no", - "ref:FR:SIRET": "33764419900024", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8410213, - 45.7583034 - ] - }, - "id": "node/539430205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/730495372", - "brand": "Intersport", - "clothes": "sports", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.879155, - 45.7693615 - ] - }, - "id": "node/730495372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/832463266", - "name": "Liberty's", - "ref:FR:SIRET": "43424030500012", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8117884, - 45.7578022 - ] - }, - "id": "node/832463266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1088477421", - "name": "D'une Idée à l'Autre", - "opening_hours": "Tu-Sa 10:00-12:30,15:00-19:00; Su 10:00-12:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8170133, - 45.8143381 - ] - }, - "id": "node/1088477421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1391026568", - "check_date:opening_hours": "2024-02-03", - "contact:facebook": "kanopeestore", - "name": "Kanopee", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-19:30", - "ref:FR:SIRET": "79780345900032", - "shop": "clothes", - "survey:date": "2023-08-20", - "website": "https://kanopee-store.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8301137, - 45.7547287 - ] - }, - "id": "node/1391026568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1421966709", - "name": "Armée du Salut", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8754214, - 45.7664267 - ] - }, - "id": "node/1421966709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1422033282", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8804733, - 45.7702408 - ] - }, - "id": "node/1422033282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1422045205", - "brand": "Armand Thiery", - "brand:wikidata": "Q2861975", - "brand:wikipedia": "fr:Armand Thiery", - "name": "Armand Thiery", - "opening_hours": "Mo-Sa 09:30-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.879265, - 45.7682136 - ] - }, - "id": "node/1422045205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1422045223", - "brand": "Naf Naf", - "brand:wikidata": "Q3334188", - "brand:wikipedia": "fr:Naf Naf", - "name": "Naf Naf", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8797317, - 45.7692099 - ] - }, - "id": "node/1422045223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1422045268", - "brand": "Sergent Major", - "brand:wikidata": "Q62521738", - "brand:wikipedia": "fr:Sergent Major (entreprise)", - "clothes": "babies;children", - "name": "Sergent Major", - "opening_hours": "Tu-Sa 09:30-19:00; Mo 10:00-13:00,14:00-19:00", - "phone": "+33478953530", - "shop": "clothes", - "website": "https://www.sergent-major.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8791281, - 45.7694681 - ] - }, - "id": "node/1422045268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1422070694", - "clothes": "leather", - "name": "Cuirs et Peaux", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8807663, - 45.7684918 - ] - }, - "id": "node/1422070694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1423371849", - "name": "Exode", - "opening_hours": "Tu-Th,Sa 10:00-19:30; Mo 13:30-19:30; Fr 10:00-12:30,14:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8829745, - 45.7686271 - ] - }, - "id": "node/1423371849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1430501612", - "name": "Patrice Bréal", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.879701, - 45.768684 - ] - }, - "id": "node/1430501612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1430501615", - "brand": "Pimkie", - "brand:wikidata": "Q1758066", - "brand:wikipedia": "en:Pimkie", - "name": "Pimkie", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8796909, - 45.768774 - ] - }, - "id": "node/1430501615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1430501616", - "name": "Kickers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8797062, - 45.7685645 - ] - }, - "id": "node/1430501616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1430501617", - "name": "carré blanc", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8796802, - 45.7689742 - ] - }, - "id": "node/1430501617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1430511892", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "name": "Caroll", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8797079, - 45.7684086 - ] - }, - "id": "node/1430511892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1430511903", - "brand": "Riu Paris", - "brand:wikidata": "Q16644311", - "brand:wikipedia": "fr:RIU Paris", - "check_date:opening_hours": "2024-05-24", - "clothes": "women", - "name": "Riu Paris", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8792698, - 45.7690191 - ] - }, - "id": "node/1430511903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1430540866", - "name": "Modern' style", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8793407, - 45.7676409 - ] - }, - "id": "node/1430540866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1430555128", - "brand": "Celio", - "brand:wikidata": "Q2672003", - "brand:wikipedia": "en:Celio (retailer)", - "check_date:opening_hours": "2024-06-15", - "name": "Celio", - "opening_hours": "Mo-Sa 09:30-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8797714, - 45.7671667 - ] - }, - "id": "node/1430555128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1430555129", - "brand": "Un Jour Ailleurs", - "brand:wikidata": "Q105106211", - "name": "Un jour ailleurs", - "opening_hours": "Tu,We,Fr,Sa 10:00-19:00, Mo,Th 14:00-19:00, Th 10:00-13:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.879758, - 45.7673763 - ] - }, - "id": "node/1430555129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1430571467", - "name": "B concept", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8789935, - 45.7674755 - ] - }, - "id": "node/1430571467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1550875427", - "name": "Stocks Bellecour", - "opening_hours": "Tu-Sa 10:00-12:30,13:30-19:00; Mo 13:15-19:00", - "ref:FR:SIRET": "95750968000014", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8318762, - 45.7566346 - ] - }, - "id": "node/1550875427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1594863173", - "name": "Izac", - "ref:FR:SIRET": "44957299900034", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344564, - 45.7645367 - ] - }, - "id": "node/1594863173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1594864734", - "brand": "Diesel", - "brand:wikidata": "Q158285", - "brand:wikipedia": "en:Diesel (brand)", - "contact:city": "Lyon", - "contact:housenumber": "29", - "contact:postcode": "69002", - "contact:street": "Rue du Président Édouard Herriot", - "contact:website": "http://www.diesel.com/", - "name": "Diesel", - "ref:FR:SIRET": "38283726800137", - "shop": "clothes", - "survey:date": "2024-02-10", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344227, - 45.7649241 - ] - }, - "id": "node/1594864734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1594865084", - "contact:phone": "+33478287944", - "name": "Capel", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "58208748200169", - "shop": "clothes", - "website": "https://www.capelstore.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.834211, - 45.7654537 - ] - }, - "id": "node/1594865084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1597720179", - "name": "Miss Babouche", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8551202, - 45.7076702 - ] - }, - "id": "node/1597720179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1597721846", - "name": "Tendance Lilas", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8551202, - 45.7079624 - ] - }, - "id": "node/1597721846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1606942594", - "name": "address for a different need", - "opening_hours": "Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "89067042500010", - "shop": "clothes", - "short_name": "adn", - "survey:date": "2023-08-27", - "website": "https://adnshop.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8315597, - 45.7557492 - ] - }, - "id": "node/1606942594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1609412581", - "fixme": "name", - "name": "Kidégrif", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8814757, - 45.7703559 - ] - }, - "id": "node/1609412581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1616889092", - "name": "Carhartt", - "opening_hours": "Mo-Sa 11:00-19:00", - "phone": "+33 4 78 29 95 13", - "ref:FR:SIRET": "40149353100123", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.831696, - 45.7668747 - ] - }, - "id": "node/1616889092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1790679867", - "brand": "Jules", - "brand:wikidata": "Q3188386", - "brand:wikipedia": "fr:Jules (enseigne)", - "check_date:opening_hours": "2024-03-05", - "clothes": "men", - "name": "Jules", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478844718", - "ref:FR:SIRET": "30515426203023", - "shop": "clothes", - "survey:date": "2023-08-20", - "website": "https://www.jules.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8303679, - 45.7547824 - ] - }, - "id": "node/1790679867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1802663162", - "addr:city": "Lyon", - "addr:country": "FR", - "addr:postcode": "69003", - "addr:street": "Rue Paul Bert", - "clothes": "wedding", - "contact:housenumber": "2", - "contact:website": "http://www.lesmarieesdelyon.com", - "description": "Robes de mariée", - "name": "Divina Sposa", - "ref:FR:SIRET": "39027705100061", - "shop": "clothes", - "source": "Neighbour" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.843495, - 45.7553907 - ] - }, - "id": "node/1802663162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1802754069", - "addr:city": "Lyon", - "addr:country": "FR", - "addr:postcode": "69003", - "addr:street": "Rue Paul Bert", - "contact:housenumber": "2", - "name": "Record", - "ref:FR:SIRET": "83279653600015", - "shop": "clothes", - "source": "Neighbour" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8437119, - 45.7554506 - ] - }, - "id": "node/1802754069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1802817806", - "addr:city": "Lyon", - "addr:country": "FR", - "addr:postcode": "69003", - "addr:street": "Rue Paul Bert", - "clothes": "wedding", - "contact:housenumber": "4", - "description": "Costumes de mariage", - "name": "Cerimonia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8438715, - 45.7554927 - ] - }, - "id": "node/1802817806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1802838478", - "name": "Au Paradis Nuptial", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8443031, - 45.7556154 - ] - }, - "id": "node/1802838478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1802844228", - "name": "La Caverne des merveilles", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8444649, - 45.75566 - ] - }, - "id": "node/1802844228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1802855789", - "name": "Dina Boutique", - "organic": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8449337, - 45.7557922 - ] - }, - "id": "node/1802855789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1802856475", - "name": "Sublime", - "shop": "clothes", - "survey:date": "2020-11-21" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8450143, - 45.7558147 - ] - }, - "id": "node/1802856475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1871671209", - "clothes": "women", - "name": "Sézane", - "shop": "clothes", - "survey:date": "2024-05-30" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8345953, - 45.7647407 - ] - }, - "id": "node/1871671209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1874833143", - "brand": "Volcom", - "brand:wikidata": "Q2021416", - "brand:wikipedia": "en:Volcom", - "name": "Volcom", - "opening_hours": "Mo 14:00-19:15; Tu 10:15-13:00, 14:00-19:15; We-Sa 10:15-19:15", - "phone": "+33 4 37 26 01 38", - "ref:FR:SIRET": "79459361600012", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8330285, - 45.7649922 - ] - }, - "id": "node/1874833143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1896193341", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "brand:wikipedia": "en:Uniqlo", - "check_date:opening_hours": "2023-10-02", - "name": "Uniqlo", - "opening_hours": "Mo-Sa 10:00-20:00", - "opening_hours:url": "https://map.uniqlo.com/fr/fr/detail/10800517", - "phone": "+33 4 69 98 01 40", - "ref:FR:SIRET": "79475900100256", - "shop": "clothes", - "website": "https://www.uniqlo.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8365335, - 45.7612361 - ] - }, - "id": "node/1896193341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2079142111", - "addr:postcode": "69160", - "addr:street": "Avenue Général Brosset", - "contact:housenumber": "54", - "name": "Cat & Nat", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7816696, - 45.7566017 - ] - }, - "id": "node/2079142111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2092747332", - "check_date": "2024-10-13", - "check_date:opening_hours": "2024-10-13", - "name": "Laspid", - "opening_hours": "Tu-Sa 11:00-13:00,14:00-19:00", - "ref:FR:SIRET": "49297371400032", - "shop": "clothes", - "website": "http://www.laspid.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8361798, - 45.7693203 - ] - }, - "id": "node/2092747332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2100925215", - "check_date": "2023-09-22", - "contact:facebook": "blushconceptstorelyon", - "contact:instagram": "blush.conceptstore", - "name": "Blush", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 78 92 42 30", - "ref:FR:SIRET": "83459940900010", - "shop": "clothes", - "source": "Survey", - "website": "https://blush-conceptstore.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8345883, - 45.7626784 - ] - }, - "id": "node/2100925215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2100936060", - "brand": "Jules", - "brand:wikidata": "Q3188386", - "brand:wikipedia": "fr:Jules (enseigne)", - "check_date:opening_hours": "2024-02-03", - "clothes": "men", - "name": "Jules", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 78 42 19 78", - "ref:FR:SIRET": "30515426200995", - "shop": "clothes", - "toilets:wheelchair": "no", - "website": "https://www.jules.com/fr-fr/magasins/16001157/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8359523, - 45.762893 - ] - }, - "id": "node/2100936060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2108038909", - "name": "1 2 3", - "opening_hours": "Tu-Sa 09:30-19:00; Mo 10:00-19:00", - "ref:FR:SIRET": "44460046401026", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8341833, - 45.757568 - ] - }, - "id": "node/2108038909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2108908844", - "name": "Cap Tennis", - "opening_hours": "Mo 11:00-13:00,14:00-19:00; Tu-Fr 10:00-13:00,14:00-19:00; Sa 10:00-19:00", - "ref:FR:SIRET": "91109014000029", - "shop": "clothes", - "website": "https://www.captennislyon.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8409182, - 45.7573605 - ] - }, - "id": "node/2108908844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2159433517", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "name": "H&M", - "opening_hours": "Mo-Sa 10:00-19:30", - "ref:FR:SIRET": "39897931000925", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8359888, - 45.7630871 - ] - }, - "id": "node/2159433517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2212084404", - "check_date:opening_hours": "2021-08-24", - "name": "Denim", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 09:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8423087, - 45.7549491 - ] - }, - "id": "node/2212084404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2212084420", - "name": "Le Printemps de Hui Huy", - "opening_hours": "Mo 14:00-19:00, Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8414463, - 45.7550828 - ] - }, - "id": "node/2212084420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2217042326", - "brand": "Ulla Popken", - "brand:wikidata": "Q2475146", - "brand:wikipedia": "en:Ulla Popken", - "contact:facebook": "ullapopken.france", - "name": "Ulla Popken", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "41972516300085", - "shop": "clothes", - "website": "https://www.ullapopken.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8461869, - 45.7519567 - ] - }, - "id": "node/2217042326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2217114301", - "addr:postcode": "69007", - "addr:street": "Cours Gambetta", - "contact:housenumber": "18", - "contact:website": "http://www.lesmarieesdelyon.com", - "name": "Sarah", - "ref:FR:SIRET": "39027705100079", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8432649, - 45.7550434 - ] - }, - "id": "node/2217114301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2267861184", - "name": "Cesar et Margo", - "opening_hours": "Mo-Sa 10:00-19:30", - "ref:FR:SIRET": "38880707500014", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8318373, - 45.7649293 - ] - }, - "id": "node/2267861184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2273314757", - "name": "Terres d'Asie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8418677, - 45.7539335 - ] - }, - "id": "node/2273314757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2284366546", - "name": "Dubaï Center", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8452408, - 45.7560055 - ] - }, - "id": "node/2284366546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2284382538", - "check_date:opening_hours": "2023-03-07", - "name": "Record", - "opening_hours": "Mo-Fr 10:00-12:00,14:00-19:00; Sa 10:00-19:00", - "ref:FR:SIRET": "85014923800014", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8434643, - 45.7549824 - ] - }, - "id": "node/2284382538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2284382539", - "name": "Sana Style", - "shop": "clothes", - "survey:date": "2021-01-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8447022, - 45.7555214 - ] - }, - "id": "node/2284382539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2284382541", - "name": "Julian", - "ref:FR:SIRET": "95950159400011", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8443779, - 45.7557632 - ] - }, - "id": "node/2284382541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2292582361", - "name": "Coquill'age", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.779035, - 45.7751293 - ] - }, - "id": "node/2292582361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2292952491", - "name": "Sabottine", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7797653, - 45.7748447 - ] - }, - "id": "node/2292952491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2309466392", - "check_date:opening_hours": "2024-03-20", - "name": "NYHM", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8652011, - 45.7716081 - ] - }, - "id": "node/2309466392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2322615641", - "check_date": "2023-08-18", - "name": "Le palais des anges", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8449656, - 45.7544967 - ] - }, - "id": "node/2322615641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2443973821", - "clothes": "women", - "name": "Belmiraz", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8409932, - 45.7530534 - ] - }, - "id": "node/2443973821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2454967052", - "check_date": "2023-05-13", - "name": "La Canadienne", - "opening_hours": "Mo-Sa 09:30-19:00", - "ref:FR:SIRET": "32806228600013", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.841067, - 45.7588104 - ] - }, - "id": "node/2454967052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2457712086", - "check_date": "2023-09-22", - "name": "Dm's", - "opening_hours": "Mo-Fr 10:00-19:30; Sa 10:00-20:00", - "ref:FR:SIRET": "40984785200079", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8361385, - 45.766029 - ] - }, - "id": "node/2457712086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2457712088", - "name": "Elephant", - "opening_hours": "Mo 13:30-19:00; Tu-Sa 10:30-19:30", - "second_hand": "only", - "shop": "clothes", - "website": "https://elephantvintage.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.830901, - 45.7676012 - ] - }, - "id": "node/2457712088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2476288487", - "brand": "Devred", - "brand:wikidata": "Q3025542", - "check_date:opening_hours": "2024-01-03", - "contact:city": "Lyon", - "contact:phone": "+33 4 37 85 81 74", - "contact:postcode": "69002", - "contact:street": "Rue de la République", - "contact:website": "https://www.devred.com/", - "name": "Devred", - "opening_hours:signed": "no", - "ref:FR:SIRET": "34294896502720", - "shop": "clothes", - "survey:date": "2023-08-17", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8359742, - 45.7603466 - ] - }, - "id": "node/2476288487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2503273012", - "name": "Trésors de l'Inde Sari Palace", - "opening_hours": "Mo-Sa 09:30-19:30", - "ref:FR:SIRET": "48412037300028", - "shop": "clothes", - "survey:date": "2020-11-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8436511, - 45.7551931 - ] - }, - "id": "node/2503273012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2506477974", - "name": "Women dept", - "shop": "clothes", - "website": "https://women-dept-saint-genis-laval.business.site/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.793565, - 45.6952591 - ] - }, - "id": "node/2506477974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2512621924", - "name": "Element", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 14:00-19:00", - "ref:FR:SIRET": "75281304800010", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8317879, - 45.7673845 - ] - }, - "id": "node/2512621924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2545486573", - "clothes": "martial arts", - "name": "Arts Martiaux Lyonnais", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 09:00-12:00,14:00-19:00", - "shop": "clothes", - "website": "http://www.artsmartiaux-lyon.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.834261, - 45.7756086 - ] - }, - "id": "node/2545486573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2636375957", - "addr:housenumber": "49", - "addr:postcode": "69002", - "addr:street": "Rue Smith", - "name": "Alory", - "opening_hours": "We-Fr 14:00-19:00; Sa 10:30-19:00", - "shop": "clothes", - "website": "https://alory-shop.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8232209, - 45.7435927 - ] - }, - "id": "node/2636375957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2771819170", - "clothes": "women", - "name": "Suncoo Paris", - "opening_hours": "Mo-Sa 10:30-19:30", - "ref:FR:SIRET": "49872004400136", - "shop": "clothes", - "survey:date": "2023-08-24", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8332001, - 45.762977 - ] - }, - "id": "node/2771819170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2845450102", - "name": "Laurent Giuliani", - "phone": "+33 4 78 71 73 04", - "ref:FR:SIRET": "38030472500027", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8482782, - 45.7601065 - ] - }, - "id": "node/2845450102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2908724421", - "name": "Asylum", - "opening_hours": "\"Fermé à la clientèle de passage\"", - "ref:FR:SIRET": "32359131300073", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8315408, - 45.7672014 - ] - }, - "id": "node/2908724421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2993551110", - "check_date:opening_hours": "2024-03-27", - "name": "Charles", - "opening_hours": "Tu-Sa 09:30-13:00,14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8097708, - 45.7169232 - ] - }, - "id": "node/2993551110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3066189906", - "brand:wikidata": "Q104192959", - "name": "Mistigriff", - "opening_hours": "Mo-Sa 10:00-19:30", - "ref:FR:SIRET": "43511609000166", - "second_hand": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8464066, - 45.7556903 - ] - }, - "id": "node/3066189906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3139885738", - "check_date": "2024-02-02", - "contact:facebook": "Brume-Myrtille-Concept-store-Mode-Déco-281690732525980", - "contact:instagram": "brumeetmyrtille", - "email": "brume.myrtille@gmail.com", - "name": "Brume et Myrtille", - "opening_hours": "Tu-Sa 11:00-19:00", - "phone": "+33 4 78 94 24 72", - "ref:FR:SIRET": "84505478200014", - "shop": "clothes", - "website": "https://brumemyrtille.wixsite.com/brumeetmyrtille", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8510955, - 45.7694569 - ] - }, - "id": "node/3139885738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3139885741", - "check_date:opening_hours": "2024-04-18", - "clothes": "women", - "name": "Smart Femme", - "opening_hours:signed": "no", - "ref:FR:SIRET": "52532092500023", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8564945, - 45.7663276 - ] - }, - "id": "node/3139885741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3139885742", - "name": "Smart", - "ref:FR:SIRET": "52532092500015", - "shop": "clothes", - "survey:date": "2023-06-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8567349, - 45.7659811 - ] - }, - "id": "node/3139885742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3239700751", - "access:covid19": "yes", - "brand": "Hugo Boss", - "brand:wikidata": "Q491627", - "brand:wikipedia": "en:Hugo Boss", - "check_date": "2024-02-02", - "check_date:opening_hours": "2024-02-02", - "clothes": "men", - "contact:facebook": "boutiquelegend", - "delivery:covid19": "yes", - "email": "boutiquelegend@hotmail.com", - "name": "Legend", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 14:00-19:00", - "phone": "+33 4 78 89 81 88", - "ref:FR:SIRET": "42224413700028", - "shop": "clothes", - "source:name": "Mapillary;knowledge", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.850879, - 45.7694376 - ] - }, - "id": "node/3239700751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3283380007", - "name": "Stock 28", - "opening_hours": "Tu-Th,Sa 10:00-19:00; Mo 14:00-19:00; Fr 10:00-12:00,14:00-19:00", - "ref:FR:SIRET": "83184254700018", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8443597, - 45.7547053 - ] - }, - "id": "node/3283380007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3283614961", - "name": "Fourrures Périquel", - "ref:FR:SIRET": "32154966900018", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8501639, - 45.7691339 - ] - }, - "id": "node/3283614961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3344715948", - "name": "Ding'Fring", - "opening_hours": "Mo-Sa 09:30-18:45", - "phone": "+33 4 78 74 16 02", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8660408, - 45.7373441 - ] - }, - "id": "node/3344715948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3344715951", - "name": "Vestiboutique Croix-Rouge", - "opening_hours": "Tu,Th,Sa 14:00-18:00", - "phone": "+33 9 72 61 39 02", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8680576, - 45.736707 - ] - }, - "id": "node/3344715951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3453552260", - "name": "CleanShoes", - "opening_hours": "Tu-Sa 11:00-13:30,14:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8875992, - 45.7816656 - ] - }, - "id": "node/3453552260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3588618498", - "addr:city": "Lyon", - "addr:housenumber": "69C", - "addr:postcode": "69009", - "addr:street": "Avenue René Cassin", - "name": "Céline Bussy", - "phone": "+33 6 89 36 48 32", - "shop": "shoes", - "website": "https://www.chaussure-de-danse.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8068404, - 45.7679908 - ] - }, - "id": "node/3588618498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3617722221", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "check_date:opening_hours": "2024-09-20", - "level": "0", - "name": "Zara", - "opening_hours": "Mo-Sa 10:00-20:00", - "ref:FR:SIRET": "34899155501526", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8157178, - 45.7418089 - ] - }, - "id": "node/3617722221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3658918228", - "brand": "Sud Express", - "brand:wikidata": "Q104826254", - "check_date": "2023-06-24", - "clothes": "women", - "level": "0", - "name": "Sud Express", - "opening_hours": "Mo 14:30-19:00; Tu-Sa 10:00-19:00; Su off", - "payment:debit_cards": "yes", - "shop": "clothes", - "survey:date": "2019-11-07", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8732984, - 45.7433808 - ] - }, - "id": "node/3658918228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3662689273", - "brand:wikidata": "Q104192959", - "check_date": "2024-10-01", - "check_date:opening_hours": "2024-10-01", - "contact:facebook": "MistigriffFrance", - "name": "Mistigriff", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 4 78 52 92 50", - "ref:FR:SIRET": "43511609000158", - "shop": "clothes", - "website": "https://www.mistigriff.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8664382, - 45.7639966 - ] - }, - "id": "node/3662689273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3662690643", - "brand:wikidata": "Q104192959", - "check_date:opening_hours": "2024-09-07", - "name": "Mistigriff", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 4 78 93 72 27", - "ref:FR:SIRET": "43511609000265", - "shop": "clothes", - "website": "https://www.mistigriff.fr/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8514882, - 45.7694927 - ] - }, - "id": "node/3662690643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3813631865", - "branch": "Lyon", - "brand": "Primark", - "brand:wikidata": "Q137023", - "brand:wikipedia": "fr:Primark", - "contact:facebook": "primark", - "level": "2;3", - "name": "Primark", - "opening_hours": "Mo-Sa 09:30-20:00", - "phone": "+33 4 37 24 11 09", - "shop": "clothes", - "website": "https://www.primark.com/fr/magasin/lyon" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8570541, - 45.7619716 - ] - }, - "id": "node/3813631865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3824873161", - "brand:wikidata": "Q104192959", - "name": "Mistigriff", - "opening_hours": "Mo-Sa 10:00-19:30", - "ref:FR:SIRET": "43511609000323", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8562677, - 45.7477407 - ] - }, - "id": "node/3824873161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4258937698", - "brand": "La Halle", - "brand:wikidata": "Q100728296", - "name": "La Halle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9191881, - 45.722118 - ] - }, - "id": "node/4258937698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4258937712", - "name": "DPM by Depech'Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9251285, - 45.7226437 - ] - }, - "id": "node/4258937712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4420185489", - "check_date:opening_hours": "2024-02-24", - "name": "Romane Shoes", - "opening_hours:signed": "no", - "shop": "shoes", - "survey:date": "2023-08-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8328523, - 45.7556701 - ] - }, - "id": "node/4420185489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4426294194", - "name": "Zapa", - "ref:FR:SIRET": "72202470001020", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8343975, - 45.7643881 - ] - }, - "id": "node/4426294194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4426486394", - "brand": "Naf Naf", - "brand:wikidata": "Q3334188", - "brand:wikipedia": "fr:Naf Naf", - "check_date:opening_hours": "2023-09-22", - "level": "0", - "name": "Naf Naf", - "opening_hours:signed": "no", - "ref:FR:SIRET": "30034580801580", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8356188, - 45.7630695 - ] - }, - "id": "node/4426486394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4427647596", - "addr:housenumber": "123", - "addr:postcode": "69007", - "addr:street": "Rue Sébastien Gryphe", - "check_date": "2023-03-11", - "clothes": "children", - "contact:facebook": "localocalelyon", - "contact:instagram": "localoca_lyon", - "description": "Chez Loca Loca, découvrez des vêtements d'occasion pour enfants de 0 à 6 ans (mode fille & garçon), des chaussures, des chaussons, des jeux (puzzle, éveil, manipulation...), jouets en bois, peluches, livres... et tout de seconde main !", - "name": "Pastel", - "opening_hours": "Tu-Fr 11:00-19:00; Sa 10:00-19:00", - "outdoor_seating": "no", - "second_hand": "only", - "shop": "clothes", - "website": "https://pastelsecondemain.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8394256, - 45.7482235 - ] - }, - "id": "node/4427647596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4490874389", - "brand": "Tally Weijl", - "brand:wikidata": "Q689695", - "brand:wikipedia": "en:Tally Weijl", - "level": "0", - "name": "Tally Weijl", - "opening_hours": "Mo-Sa 09:30-20:00", - "phone": "+33 4 72 16 75 20", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8565665, - 45.7621848 - ] - }, - "id": "node/4490874389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4574085294", - "brand": "Petite Mendigote", - "contact:facebook": "PetiteMendigote", - "name": "Petite Mendigote", - "opening_hours": "Tu-Sa 10:00-13:00,14:00-19:00", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.petitemendigote.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8330516, - 45.7600621 - ] - }, - "id": "node/4574085294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4594569898", - "addr:housenumber": "13", - "addr:street": "Rue du Président Édouard Herriot", - "brand": "Bonobo", - "brand:wikidata": "Q63682093", - "check_date": "2023-09-22", - "clothes": "men;women", - "name": "Bonobo", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "79326491200015", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8345076, - 45.765971 - ] - }, - "id": "node/4594569898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682026699", - "brand": "Minelli", - "brand:wikidata": "Q61994831", - "fixme": "Deux magasins sont présents dans Part-Dieu, un nommé \"haut\" et l'autre \"bas\"", - "name": "Minelli", - "opening_hours": "Mo-Sa 09:30-20:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8556467, - 45.7598716 - ] - }, - "id": "node/4682026699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682026700", - "name": "Dessine moi un soulier", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8331424, - 45.7698509 - ] - }, - "id": "node/4682026700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682093591", - "check_date": "2023-09-22", - "name": "Pop and shoes", - "opening_hours": "Tu-Sa 10:00-19:00, Mo 14:00-19:00", - "ref:FR:SIRET": "51753076200015", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8322383, - 45.7653688 - ] - }, - "id": "node/4682093591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4689411788", - "check_date": "2024-09-02", - "check_date:opening_hours": "2024-09-02", - "contact:facebook": "https://www.facebook.com/pages/category/Footwear-Store/Pas-de-printemps-pour-marnie-Lyon-720403228105213/", - "name": "Pas de printemps pour marnie", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:15-12:45,13:45-19:00", - "phone": "+33 4 78 62 35 31", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8332446, - 45.7593537 - ] - }, - "id": "node/4689411788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4708152349", - "brand": "De Fursac", - "brand:wikidata": "Q22248311", - "brand:wikipedia": "fr:De Fursac", - "clothes": "men", - "name": "De Fursac", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478372150", - "ref:FR:SIRET": "37848609600159", - "shop": "clothes", - "survey:date": "2023-09-13", - "website": "https://www.defursac.fr/fr/boutiques/boutique-de-fursac-lyon.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8339737, - 45.761744 - ] - }, - "id": "node/4708152349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4713131477", - "clothes": "women", - "name": "Seven Shopping", - "opening_hours": "Mo 10:00-13:00,14:00-19:00; Tu-Sa 10:00-19:00; Su 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.938808, - 45.6945129 - ] - }, - "id": "node/4713131477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4720207694", - "name": "Le Barber Shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344088, - 45.7683451 - ] - }, - "id": "node/4720207694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4772452402", - "check_date:opening_hours": "2024-07-22", - "clothes": "women;underwear;men;denim;lingerie", - "name": "Modetic", - "opening_hours": "Tu-Sa 11:00-13:00,14:00-19:00", - "operator": "Modetic 1083", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:visa": "yes", - "phone": "+33482326047", - "ref:FR:SIRET": "82191782000028", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8321334, - 45.7790393 - ] - }, - "id": "node/4772452402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4827450262", - "check_date:opening_hours": "2024-10-01", - "name": "Un bruit qui court", - "opening_hours": "Mo 14:00-19:30; Tu-Sa 10:00-19:30", - "opening_hours:signed": "no", - "phone": "+33 4 78 24 97 03", - "ref:FR:SIRET": "95650978000063", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8665573, - 45.7638927 - ] - }, - "id": "node/4827450262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4834741724", - "email": "gaspardetsimone@gmail.com", - "name": "Gaspard & Simone", - "opening_hours": "Tu-Sa 10:00-19:00", - "phone": "+33633613520", - "shop": "clothes", - "website": "http://gaspardetsimone.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8361219, - 45.7694484 - ] - }, - "id": "node/4834741724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4843360729", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "check_date:opening_hours": "2024-03-06", - "contact:facebook": "calzedonia", - "name": "Calzedonia", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 09:30-19:30", - "phone": "+33478039368", - "ref:FR:SIRET": "82309282000021", - "shop": "clothes", - "survey:date": "2023-08-20", - "website": "https://www.calzedonia.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8311018, - 45.7559286 - ] - }, - "id": "node/4843360729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4843369267", - "clothes": "women", - "name": "Falbala", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8311247, - 45.7564197 - ] - }, - "id": "node/4843369267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5012797099", - "branch": "Store Lyon République", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "check_date:opening_hours": "2024-02-03", - "clothes": "denim;men;women", - "name": "Levi's", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 4 78 42 49 10", - "ref:FR:SIRET": "53915531700024", - "shop": "clothes", - "survey:date": "2023-08-17", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8358614, - 45.7613935 - ] - }, - "id": "node/5012797099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5013678827", - "brand": "Tape à l'Œil", - "brand:wikidata": "Q30749175", - "brand:wikipedia": "fr:Tape à l'œil", - "clothes": "children", - "name": "Tape à l'Œil", - "opening_hours": "Mo-Sa 09:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8797547, - 45.7676748 - ] - }, - "id": "node/5013678827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5075316121", - "clothes": "underwear", - "name": "Valege", - "opening_hours": "Mo,Th 10:00-13:00,14:00-19:00; Tu,We,Fr,Su 10:00-19:00", - "shop": "clothes", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8303413, - 45.7551224 - ] - }, - "id": "node/5075316121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5080030110", - "name": "Vêtements Charles", - "opening_hours": "Tu-Sa 09:30-12:30,14:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8321907, - 45.7766576 - ] - }, - "id": "node/5080030110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5167633021", - "brand": "Mango", - "brand:wikidata": "Q136503", - "brand:wikipedia": "en:Mango (retailer)", - "check_date:opening_hours": "2024-05-21", - "clothes": "women", - "name": "Mango", - "opening_hours": "Mo-Sa 10:00-19:30", - "operator": "Mango", - "phone": "+33472828740", - "ref:FR:SIRET": "40325913800416", - "shop": "clothes", - "survey:date": "2023-08-17", - "website": "https://shop.mango.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8353114, - 45.7601727 - ] - }, - "id": "node/5167633021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5167633023", - "brand": "Minelli", - "brand:wikidata": "Q61994831", - "check_date:opening_hours": "2024-02-05", - "name": "Minelli", - "opening_hours": "Mo-Sa 09:30-19:00", - "phone": "+33478373333", - "ref:FR:SIRET": "41315730601070", - "shop": "shoes", - "survey:date": "2023-08-17", - "website": "https://www.minelli.fr/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8349886, - 45.7595346 - ] - }, - "id": "node/5167633023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5167633024", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "check_date:opening_hours": "2024-02-14", - "clothes": "underwear;women;lingerie", - "contact:facebook": "https://www.facebook.com/etam/", - "contact:instagram": "https://instagram.com/etam/", - "contact:pinterest": "https://fr.pinterest.com/etamfrance/", - "contact:twitter": "https://twitter.com/etam_france/", - "name": "Etam", - "opening_hours:signed": "no", - "operator": "Etam", - "phone": "+33 4 78 42 38 19", - "ref:FR:SIRET": "47835575303205", - "shop": "clothes", - "survey:date": "2023-08-17", - "website": "https://www.etam.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8352853, - 45.7593931 - ] - }, - "id": "node/5167633024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5167633025", - "brand": "Célio", - "brand:wikidata": "Q2672003", - "brand:wikipedia": "en:Celio (retailer)", - "clothes": "men", - "contact:facebook": "celiofrance", - "contact:instagram": "celio_officiel", - "name": "Celio Lyon République", - "opening_hours": "Mo-Sa 10:00-19:30", - "operator": "Celio", - "ref:FR:SIRET": "31333485602559", - "shop": "clothes", - "survey:date": "2023-08-17", - "website": "https://store.celio.com/vetement-homme/lyon-republique/0181", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8348936, - 45.7593592 - ] - }, - "id": "node/5167633025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5167633026", - "brand": "Heyraud", - "brand:wikidata": "Q104599699", - "check_date:opening_hours": "2024-09-02", - "name": "Bocage", - "opening_hours": "Mo-Sa 10:00-19:30", - "opening_hours:url": "https://www.bocage.fr/boutiques/bocage-lyon-republique", - "operator": "Heyraud", - "phone": "+33 4 78 37 49 78", - "ref:FR:SIRET": "68980022503397", - "shop": "shoes", - "website": "https://www.bocage.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8348092, - 45.7592094 - ] - }, - "id": "node/5167633026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5167633027", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "check_date:opening_hours": "2022-02-23", - "contact:facebook": "https://www.facebook.com/ZARACare", - "contact:instagram": "zara", - "contact:pinterest": "zaraofficial", - "contact:twitter": "http://twitter.com/ZARA_Care", - "name": "Zara", - "opening_hours": "Mo-Sa 10:00-19:30", - "operator": "Zara", - "phone": "+33 4 78 92 46 60", - "ref:FR:SIRET": "34899155500122", - "shop": "clothes", - "website": "https://www.zara.com/fr", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8351039, - 45.7590922 - ] - }, - "id": "node/5167633027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5302962885", - "name": "Nelly Chaussures", - "opening_hours": "Tu-Sa 09:00-13:00,14:00-19:30; Mo 14:00-19:30", - "shop": "shoes", - "survey:date": "2023-10-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8041692, - 45.7127779 - ] - }, - "id": "node/5302962885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5302972783", - "check_date": "2023-07-28", - "name": "Marc Degrange", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8057867, - 45.7138826 - ] - }, - "id": "node/5302972783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5302973220", - "name": "Billie & June", - "opening_hours": "Tu-Sa 09:30-13:00,14:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8058046, - 45.7137086 - ] - }, - "id": "node/5302973220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5313648249", - "contact:email": "lyon@maisonstandards.com", - "contact:phone": "+33982457044", - "name": "Maison Standards", - "opening_hours": "Tu-Th 10:00-19:00; Fr,Sa 10:00-19:30", - "ref:FR:SIRET": "78923245100110", - "shop": "clothes", - "website": "https://www.maisonstandards.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8337532, - 45.7621325 - ] - }, - "id": "node/5313648249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5316343146", - "name": "Jade & coco", - "opening_hours": "Tu-Sa 09:30-13:00,14:30-18:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8071731, - 45.7146852 - ] - }, - "id": "node/5316343146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5316470916", - "name": "Promise Lingerie", - "opening_hours": "Tu-Sa 09:30-13:00,14:30-19:00; Mo 14:00-18:00", - "shop": "clothes", - "survey:date": "2023-10-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.805084, - 45.7134718 - ] - }, - "id": "node/5316470916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5343201547", - "name": "XandO junor", - "opening_hours": "Tu-Sa 10:00-13:00,14:00-18:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8060675, - 45.7140482 - ] - }, - "id": "node/5343201547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5343203570", - "name": "L'atelier de la mode", - "opening_hours": "Tu-Sa 09:30-12:30,14:00-18:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8072226, - 45.7147269 - ] - }, - "id": "node/5343203570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5343203572", - "name": "Quoi d'autre", - "opening_hours": "Tu-Fr 10:00-12:30,14:00-19:00; Sa 10:00-13:00,14:00-19:00", - "ref:FR:SIRET": "40127727200019", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8074046, - 45.7148251 - ] - }, - "id": "node/5343203572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5343206243", - "check_date:opening_hours": "2024-03-27", - "name": "Patrice Bréal", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8075935, - 45.7149368 - ] - }, - "id": "node/5343206243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5343219990", - "check_date": "2023-03-13", - "name": "Tess", - "opening_hours": "Mo-Sa 09:30-12:30,14:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8090414, - 45.7155497 - ] - }, - "id": "node/5343219990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5343288803", - "clothes": "women", - "name": "O Déesse", - "opening_hours": "Tu-Sa 09:30-13:00,14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8095374, - 45.7163434 - ] - }, - "id": "node/5343288803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5347227005", - "clothes": "children", - "name": "John and Joy", - "opening_hours": "Mo 10:00-19:00; Tu-Th 09:30-19:00; Fr 09:30-17:00", - "phone": "+33 980 65 58 68", - "ref:FR:SIRET": "75249934300016", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8736743, - 45.7639708 - ] - }, - "id": "node/5347227005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5350514962", - "email": "Ok.Sport.fr@gmail.com", - "name": "OK sport", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 14:00-19:00", - "shop": "shoes", - "website": "https://www.ok-sport.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8095176, - 45.7166143 - ] - }, - "id": "node/5350514962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5409425238", - "clothes": "underwear;women", - "name": "Lingerie Sylvette", - "opening_hours": "Tu-Sa 09:30-12:00,14:30-19:00", - "shop": "clothes", - "women": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8087193, - 45.7156057 - ] - }, - "id": "node/5409425238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5412663062", - "name": "Vetiwork", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-15:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8678051, - 45.7708095 - ] - }, - "id": "node/5412663062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5416230146", - "brand": "Gémo", - "brand:wikidata": "Q3122954", - "brand:wikipedia": "fr:Gémo", - "clothes": "women;children;men;hats;lingerie;babies;underwear", - "name": "Gémo", - "operator": "Gémo", - "second_hand": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9309173, - 45.7495993 - ] - }, - "id": "node/5416230146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5422188520", - "brand": "C&A", - "brand:wikidata": "Q701338", - "brand:wikipedia": "en:C&A", - "name": "C&A", - "opening_hours": "Mo-Sa 10:00-20:00", - "phone": "+33 1 44 88 79 79", - "shop": "clothes", - "website": "https://www.c-and-a.com/stores/fr-fr/auvergne-rhone-alpes/vaulx-en-velin/10-rue-jacquard.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9220962, - 45.7645906 - ] - }, - "id": "node/5422188520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5422202512", - "brand": "Armand Thiery", - "brand:wikidata": "Q2861975", - "brand:wikipedia": "fr:Armand Thiery", - "name": "Armand Thiery", - "opening_hours": "Mo-Sa 10:00-18:45", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9228641, - 45.7646597 - ] - }, - "id": "node/5422202512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5433380456", - "check_date": "2023-04-13", - "email": "dons@emmaus-lyon.org", - "name": "Emmaüs Gratte-Ciel", - "opening_hours": "Tu, We, Fr, Sa 10:00-11:45; Tu-Sa 13:30-17:45", - "operator": "Emmaüs", - "phone": "+33 478 91 69 97", - "shop": "clothes", - "website": "http://www.emmaus-lyon.org/trouver-lyon", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8755023, - 45.7693121 - ] - }, - "id": "node/5433380456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5450843825", - "contact:phone": "+33 954 692 410", - "contact:website": "http://www.les-curieux-lyon.com/", - "description": "Mode, coiffure et café", - "name": "Les Curieux", - "opening_hours": "Mo-Sa 10:00-19:30", - "ref:FR:SIRET": "81420948200011", - "shop": "clothes", - "survey:date": "2023-08-17" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8351781, - 45.7624748 - ] - }, - "id": "node/5450843825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5450843827", - "contact:city": "Lyon", - "contact:housenumber": "5", - "contact:phone": "+33 4 72 31 48 18", - "contact:postcode": "69002", - "contact:street": "Rue François Dauphin", - "name": "Le LAB", - "opening_hours": "Tu-Fr 10:00-13:00,14:00-19:00; Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8318567, - 45.755733 - ] - }, - "id": "node/5450843827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5489074221", - "brand": "Armor Lux", - "brand:wikidata": "Q951079", - "brand:wikipedia": "fr:Armor Lux", - "name": "Armor Lux", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 11:00-13:00,14:00-19:00", - "shop": "clothes", - "survey:date": "2022-11-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333546, - 45.7635907 - ] - }, - "id": "node/5489074221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5536564128", - "check_date:opening_hours": "2023-04-11", - "clothes": "women", - "contact:facebook": "Toutpourellelepetitcreateur", - "contact:instagram": "Toutpourellelepetitcreateur", - "name": "Tout pour L", - "opening_hours": "Tu-Sa 10:00-18:00", - "shop": "clothes", - "takeaway:website": "https://le-petit-createur-by-tout-pour-l.myshopify.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8874478, - 45.753977 - ] - }, - "id": "node/5536564128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5539748163", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q2978447", - "brand:wikipedia": "fr:Claudie Pierlot", - "clothes": "women", - "name": "Claudie Pierlot", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "32875985700829", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8339752, - 45.7615809 - ] - }, - "id": "node/5539748163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5552142517", - "brand": "La Halle", - "brand:wikidata": "Q100728296", - "name": "La Halle", - "shop": "clothes", - "website": "https://www.lahalle.com/magasins-rhone-69-champagne-au-mont-d-or-221.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7824357, - 45.8032422 - ] - }, - "id": "node/5552142517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5559748712", - "name": "Le Chausseur des Gones", - "opening_hours": "Tu-Sa 10:00-13:00,15:00-19:00", - "operator": "Le Chausseur des Gones", - "ref:FR:SIRET": "82258058500013", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8077841, - 45.7150267 - ] - }, - "id": "node/5559748712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5607827700", - "check_date:opening_hours": "2024-06-15", - "contact:phone": "+33675539618", - "description": "Créations artisanales fabriquées en France à partir de savoir-faire du luxe.", - "name": "Epsilon", - "opening_hours:signed": "no", - "ref:FR:SIRET": "91983790600016", - "shop": "clothes", - "website": "https://www.epsilonclothes.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8329996, - 45.7697704 - ] - }, - "id": "node/5607827700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5622751687", - "check_date": "2023-04-11", - "clothes": "men", - "name": "Smart", - "opening_hours": "Tu-Sa 10:00-19:00", - "phone": "+33 4 78 52 33 62", - "ref:FR:SIRET": "33872374500026", - "shop": "clothes", - "website": "http://boutique-lyon.smart.fr/lyautey/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8431257, - 45.7680748 - ] - }, - "id": "node/5622751687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5622751688", - "name": "Paul & Nany", - "opening_hours": "Tu,Th 09:30-12:30,13:30-19:00; Fr 10:00-19:00; We,Sa 09:30-19:00", - "phone": "+33 4 78 52 28 32", - "ref:FR:SIRET": "97250659600022", - "shoes": "children", - "shop": "shoes", - "website": "https://www.paul-et-nany.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8438329, - 45.7679799 - ] - }, - "id": "node/5622751688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5622751690", - "name": "Sessùn", - "ref:FR:SIRET": "57218568401376", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8441986, - 45.7681199 - ] - }, - "id": "node/5622751690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5625407663", - "brand": "Cyrillus", - "brand:wikidata": "Q3009179", - "brand:wikipedia": "fr:Cyrillus", - "clothes": "women;men;babies;children", - "contact:facebook": "Cyrillus.fr", - "name": "Cyrillus", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 14:00-19:00", - "phone": "+33 4 72 74 98 19", - "ref:FR:SIRET": "42102299700389", - "shop": "clothes", - "website": "https://magasin.cyrillus.fr/103381-cyrillus-lyon-saxe" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8442713, - 45.7678334 - ] - }, - "id": "node/5625407663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5625407668", - "brand": "Arthur", - "brand:wikidata": "Q104196818", - "clothes": "underwear;women;men", - "contact:facebook": "BoutiqueArthur", - "name": "Arthur", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-13:00,14:00-19:00", - "phone": "+33 4 72 83 52 40", - "ref:FR:SIRET": "51899070000073", - "shop": "clothes", - "website": "https://www.boutique-arthur.com/fr/store-boutique-arthur-lyon----28.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8443235, - 45.7675626 - ] - }, - "id": "node/5625407668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5625407670", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "fr:Petit Bateau", - "clothes": "children;underwear;babies;women", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 78 52 85 72", - "ref:FR:SIRET": "30529134600628", - "shop": "clothes", - "website": "https://www.petit-bateau.fr/s/boutique/056-petit-bateau-lyon-saxe.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8443411, - 45.767469 - ] - }, - "id": "node/5625407670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5625407671", - "brand": "Saint James", - "brand:wikidata": "Q3463859", - "brand:wikipedia": "fr:Saint James (entreprise)", - "name": "Saint James", - "shop": "clothes", - "survey:date": "2021-01-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8443551, - 45.767403 - ] - }, - "id": "node/5625407671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5633125356", - "addr:housenumber": "10", - "addr:street": "Avenue Maréchal de Saxe", - "email": "cordoan@orange.fr", - "name": "Cordoan", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 4 78 52 96 49", - "ref:FR:SIRET": "75820060400257", - "shop": "shoes", - "website": "http://cordoan.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8439017, - 45.7676434 - ] - }, - "id": "node/5633125356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5633125357", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "check_date": "2023-04-11", - "check_date:opening_hours": "2023-04-11", - "clothes": "women", - "name": "Ba&sh", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8439294, - 45.7675784 - ] - }, - "id": "node/5633125357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5633125358", - "brand": "Des Petits Hauts", - "brand:wikidata": "Q104197445", - "clothes": "women", - "contact:facebook": "despetitshauts", - "name": "Des Petits Hauts", - "phone": "+33 4 78 24 31 56", - "ref:FR:SIRET": "50018702600058", - "shop": "clothes", - "website": "https://www.despetitshauts.com/fr/lyon-6-eme-193.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8439392, - 45.7675129 - ] - }, - "id": "node/5633125358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5633125359", - "name": "L'Adresse", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8439449, - 45.7674833 - ] - }, - "id": "node/5633125359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5633348566", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "brand:wikipedia": "fr:IKKS", - "clothes": "women;men", - "name": "Ikks", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 4 72 74 92 32", - "ref:FR:SIRET": "47996096501501", - "shop": "clothes", - "website": "https://stores.ikks.com/fr-fr/boutique/lyon/ikks-women-men-lyon-saxe/536c8f21e0bbafaa06e12a891a359fa3" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8439575, - 45.7674115 - ] - }, - "id": "node/5633348566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5633348567", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "clothes": "women;men", - "name": "The Kooples", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 4 72 75 04 37", - "ref:FR:SIRET": "50053950701019", - "shop": "clothes", - "website": "https://www.thekooples.com/fr/boutiques" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8439799, - 45.7673161 - ] - }, - "id": "node/5633348567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5633348571", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "brand:wikipedia": "fr:Maje", - "clothes": "women", - "name": "Maje", - "opening_hours": "Tu 11:00-19:00; We-Sa 10:00-19:00", - "phone": "+33 4 72 74 49 38", - "ref:FR:SIRET": "38254431000891", - "shop": "clothes", - "website": "https://fr.maje.com/fr/boutiques/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8440167, - 45.7671593 - ] - }, - "id": "node/5633348571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5633348572", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "clothes": "women", - "name": "Sandro", - "phone": "+33 4 78 24 82 07", - "ref:FR:SIRET": "31942731601023", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8440067, - 45.7672089 - ] - }, - "id": "node/5633348572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5706966331", - "name": "S K F K", - "ref:FR:SIRET": "80475796100037", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333529, - 45.7660353 - ] - }, - "id": "node/5706966331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5728525893", - "check_date:opening_hours": "2024-03-27", - "clothes": "women;fashion", - "name": "X and O", - "opening_hours": "Tu-Sa 09:30-13:00,14:30-19:00", - "operator": "X and O", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8080434, - 45.7151979 - ] - }, - "id": "node/5728525893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5745229616", - "brand": "Riu Paris", - "brand:wikidata": "Q16644311", - "brand:wikipedia": "fr:RIU Paris", - "clothes": "women", - "name": "Riu Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7792284, - 45.8082068 - ] - }, - "id": "node/5745229616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5750231061", - "name": "Popleen shop", - "opening_hours": "Mo-Sa 10:00-19:30", - "ref:FR:SIRET": "49428083700027", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8312143, - 45.7673854 - ] - }, - "id": "node/5750231061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5760109036", - "name": "Trésor de Soie", - "shop": "clothes", - "survey:date": "2020-11-10" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8284402, - 45.7638143 - ] - }, - "id": "node/5760109036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5773202776", - "name": "Shone Request", - "opening_hours": "Mo-Fr 10:30-12:30,14:00-19:00; Sa 10:30-19:00", - "shop": "clothes", - "website": "https://shonerequest.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8082642, - 45.715982 - ] - }, - "id": "node/5773202776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5859940651", - "name": "Hellocutie", - "opening_hours": "Mo-Sa 14:00-19:00", - "ref:FR:SIRET": "75320217500018", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8290992, - 45.7699002 - ] - }, - "id": "node/5859940651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5894675089", - "check_date": "2023-06-24", - "contact:instagram": "https://www.instagram.com/boutique_preppy_lyon", - "contact:phone": "+33 4 78 76 27 44", - "level": "0", - "name": "Preppy", - "ref:FR:SIRET": "83435837600020", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.873884, - 45.7432854 - ] - }, - "id": "node/5894675089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5896288999", - "branch": "Champagne Mont d'Or", - "brand": "Kiabi", - "brand:wikidata": "Q3196299", - "brand:wikipedia": "fr:Kiabi", - "name": "Kiabi", - "opening_hours": "Mo-Sa 09:30-19:00", - "phone": "+33 4 37 49 67 80", - "shop": "clothes", - "website": "https://www.kiabi.com/magasin/kiabi-CHAMPAGNE-MONT-DOR_FMMONTO" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7808161, - 45.805871 - ] - }, - "id": "node/5896288999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5929195139", - "clothes": "sports", - "name": "Gipsy Bis", - "phone": "+33 4 78200118", - "second_hand": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.941618, - 45.6951422 - ] - }, - "id": "node/5929195139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5929195140", - "clothes": "women", - "name": "Gipsy", - "opening_hours": "Tu-Fr 9:00-12:00,14:30-19:00;Sa 9:00-12:00", - "phone": "+33 4 78200118", - "second_hand": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9416332, - 45.695231 - ] - }, - "id": "node/5929195140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5929195141", - "clothes": "women", - "name": "Sidonie", - "phone": "+33 4 78200117", - "second_hand": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9415605, - 45.6949703 - ] - }, - "id": "node/5929195141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5933342085", - "brand": "COS", - "brand:wikidata": "Q60772401", - "brand:wikipedia": "en:COS (clothing)", - "name": "COS", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8556447, - 45.7604191 - ] - }, - "id": "node/5933342085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5971447411", - "clothes": "women;men", - "contact:facebook": "https://www.facebook.com/Lidealtassin", - "name": "L'Idéal", - "opening_hours": "Mo-Fr 14:30-19:00, We,Fr,Sa 10:00-12:30, Sa 14:00-19:00, Tu,Th 10:00-12:00", - "phone": "+33472529492", - "ref:FR:SIRET": "81325318400028", - "shop": "clothes", - "website": "http://lidealboutique.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7803329, - 45.7631875 - ] - }, - "id": "node/5971447411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6009951774", - "brand": "Bonne Gueule", - "brand:wikidata": "Q22248146", - "brand:wikipedia": "fr:BonneGueule", - "clothes": "men;denim;traditional;costumes", - "contact:facebook": "bonnegueule.fr", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 72 16 00 91", - "ref:FR:SIRET": "79067487300068", - "shop": "clothes", - "website": "https://shop.bonnegueule.fr/pages/147-boutique-bonnegueule-mode-homme-lyon", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8341981, - 45.7652555 - ] - }, - "id": "node/6009951774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6034233987", - "brand": "COS", - "brand:wikidata": "Q60772401", - "brand:wikipedia": "en:COS (clothing)", - "check_date": "2024-09-28", - "check_date:opening_hours": "2024-09-28", - "level": "0", - "name": "COS", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 26 03 17 50", - "shop": "clothes", - "website": "https://www.cosstores.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8360363, - 45.7595343 - ] - }, - "id": "node/6034233987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6065970595", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "clothes": "women", - "name": "Caroll", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 14:00-19:00", - "phone": "+33 4 72 77 91 06", - "ref:FR:SIRET": "58200170703281", - "shop": "clothes", - "survey:date": "2023-08-19", - "website": "https://www.caroll.com/fr_fr/Details-Store/?storeID=1298" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.835163, - 45.7575543 - ] - }, - "id": "node/6065970595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6087576945", - "brand": "La Halle", - "brand:wikidata": "Q100728296", - "name": "La Halle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8892324, - 45.8154794 - ] - }, - "id": "node/6087576945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6124752066", - "clothes": "women", - "name": "acoté", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 14:00-19:00", - "payment:credit_cards": "yes", - "ref:FR:SIRET": "37823997400314", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.acoté.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8312469, - 45.7551618 - ] - }, - "id": "node/6124752066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6139930086", - "name": "La Corbasienne", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8958757, - 45.6644474 - ] - }, - "id": "node/6139930086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6163935726", - "clothes": "historic;costumes;traditional;hats", - "name": "Mandragore", - "opening_hours": "Tu-Su 09:00-19:00", - "shop": "clothes", - "website": "https://www.boutique-mandragore.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8271286, - 45.7622217 - ] - }, - "id": "node/6163935726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6259341985", - "access:covid19": "yes", - "contact:facebook": "greenbrother", - "contact:instagram": "mondeethique", - "contact:twitter": "MondeEthique", - "delivery:covid19": "no", - "email": "contact@monde-ethique.fr", - "name": "Monde Éthique", - "opening_hours": "Mo 15:00-19:00; Tu-Sa 11:00-13:00,14:00-19:30", - "phone": "+33 9 83 32 27 99", - "shop": "clothes", - "website": "https://www.monde-ethique.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8332602, - 45.769139 - ] - }, - "id": "node/6259341985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6259341986", - "brand": "Cordoan", - "check_date:opening_hours": "2024-02-03", - "email": "cordoan@orange.fr", - "name": "Cordoan", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33478378039", - "ref:FR:SIRET": "75820060400265", - "shop": "shoes", - "survey:date": "2023-08-20", - "website": "http://www.cordoan.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8305863, - 45.7551189 - ] - }, - "id": "node/6259341986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6266144087", - "name": "La chapelle", - "ref:FR:SIRET": "81251367900033", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8328625, - 45.7771417 - ] - }, - "id": "node/6266144087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6267620730", - "name": "Mademoiselle Zingara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8447249, - 45.767913 - ] - }, - "id": "node/6267620730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6277151487", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "check_date:opening_hours": "2024-09-20", - "clothes": "underwear", - "level": "1", - "name": "Etam", - "opening_hours": "Mo-Sa 10:00-20:00", - "opening_hours:signed": "no", - "phone": "+33478379211", - "shop": "clothes", - "website": "https://www.etam.com/2357_etam_lingerie_lyon_confluence.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8166169, - 45.7415634 - ] - }, - "id": "node/6277151487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6318240078", - "brand": "Zeeman", - "brand:wikidata": "Q184399", - "name": "Zeeman", - "opening_hours": "Mo-Sa 9:30-19:00", - "phone": "+33 4 26990219", - "shop": "clothes", - "website": "https://www.zeeman.com/fr/store/saint-priest-place-daniel-3-place-daniel-balavoine" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9401945, - 45.6941921 - ] - }, - "id": "node/6318240078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6341699510", - "brand": "RougeGorge", - "brand:wikidata": "Q104600739", - "clothes": "underwear", - "name": "RougeGorge", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8797499, - 45.7678697 - ] - }, - "id": "node/6341699510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6341716012", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "brand:wikipedia": "fr:Éram", - "check_date:opening_hours": "2023-12-26", - "name": "Éram", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "31270783900154", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.879346, - 45.7675618 - ] - }, - "id": "node/6341716012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6341716013", - "brand": "Antonelle", - "brand:wikidata": "Q105082567", - "clothes": "women", - "name": "Antonelle", - "opening_hours": "Tu-Fr 10:00-12:30,14:00-19:00; Sa 10:00-13:00,14:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8793452, - 45.7673316 - ] - }, - "id": "node/6341716013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6341716014", - "name": "grain de malice", - "not:brand:wikidata": "Q66757157", - "opening_hours": "Mo 10:00-19:00; Tu-Sa 09:30-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8793359, - 45.7677678 - ] - }, - "id": "node/6341716014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6341725349", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "name": "Calzedonia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8797068, - 45.7686202 - ] - }, - "id": "node/6341725349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6342562893", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "contact:phone": "+33 4 37 23 16 60", - "contact:website": "https://www.zara.com/", - "name": "Zara", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8343668, - 45.7634784 - ] - }, - "id": "node/6342562893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6372764515", - "addr:city": "Lyon", - "addr:housenumber": "6", - "addr:postcode": "69006", - "addr:street": "Quai Général Sarrail", - "check_date": "2023-05-26", - "clothes": "women", - "name": "Assia", - "phone": "+33 4 72 45 58 18", - "ref:FR:SIRET": "52442785300022", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8416143, - 45.7664259 - ] - }, - "id": "node/6372764515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6372764516", - "addr:city": "Lyon", - "addr:housenumber": "5", - "addr:postcode": "69006", - "addr:street": "Quai Général Sarrail", - "check_date": "2023-05-26", - "clothes": "yes", - "name": "Atelier du Quai", - "phone": "+33 4 72 41 84 38", - "ref:FR:SIRET": "80242018200015", - "shop": "clothes", - "website": "https://www.atelierduquai.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8415757, - 45.7666251 - ] - }, - "id": "node/6372764516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6376343015", - "name": "Mod’Express", - "ref:FR:SIRET": "39887455200043", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8427756, - 45.7639367 - ] - }, - "id": "node/6376343015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6381913772", - "brand": "Damart", - "brand:wikidata": "Q3012602", - "brand:wikipedia": "en:Damart", - "name": "Damart", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8494806, - 45.7632845 - ] - }, - "id": "node/6381913772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6383821110", - "clothes": "wedding", - "contact:phone": "+33478921597", - "name": "Eglantine Création", - "opening_hours": "Mo-Fr 10:00-13:00, 14:00-18:00; Sa 10:00-19:00", - "ref:FR:SIRET": "32803774200066", - "shop": "clothes", - "website": "https://magasin.eglantine-mariages-ceremonies.com/8-eglantine-mariages-ceremonies-lyon" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8434763, - 45.7637075 - ] - }, - "id": "node/6383821110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6418158032", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "brand:wikipedia": "fr:Du Pareil au Même (entreprise)", - "check_date": "2024-10-20", - "check_date:opening_hours": "2024-10-20", - "name": "Du Pareil au Même", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "32601977502860", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8364069, - 45.76164 - ] - }, - "id": "node/6418158032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6418161936", - "check_date:opening_hours": "2024-02-10", - "name": "Subdued", - "opening_hours": "Mo-Sa 10:30-19:30", - "ref:FR:SIRET": "80970359800031", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8367695, - 45.7620835 - ] - }, - "id": "node/6418161936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6418161937", - "alt_name": "Salomon Sports", - "brand": "Salomon", - "brand:wikidata": "Q2120822", - "clothes": "outdoor;sports", - "name": "Salomon", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "06250127500234", - "shop": "clothes", - "survey:date": "2023-08-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8371247, - 45.76201 - ] - }, - "id": "node/6418161937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6425005087", - "brand": "Nike", - "brand:wikidata": "Q483915", - "check_date:opening_hours": "2024-06-04", - "name": "Nike", - "opening_hours": "Mo-Sa 10:00-19:30", - "ref:FR:SIRET": "81345353700025", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8356898, - 45.7644748 - ] - }, - "id": "node/6425005087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6430559321", - "brand": "Courir", - "brand:wikidata": "Q3001258", - "brand:wikipedia": "fr:Courir (chaîne de magasins)", - "name": "Courir", - "phone": "+33 4 78 52 04 87", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9201069, - 45.764278 - ] - }, - "id": "node/6430559321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6430559322", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "name": "H&M", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.920249, - 45.7643098 - ] - }, - "id": "node/6430559322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6437898196", - "brand": "Faguo", - "brand:wikidata": "Q48752850", - "contact:phone": "+33 4 72 41 90 04", - "contact:website": "https://www.faguo-store.com", - "name": "Faguo", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 14:00-19:00", - "ref:FR:SIRET": "83944065800012", - "shop": "clothes", - "survey:date": "2023-09-14", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8334441, - 45.7622413 - ] - }, - "id": "node/6437898196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6445230107", - "check_date:opening_hours": "2024-06-04", - "clothes": "yes", - "description": "Location de vêtements de théâtre.", - "name": "Styl Costumier", - "opening_hours:signed": "no", - "phone": "+33 4 78 28 61 75", - "shop": "clothes", - "website": "https://www.stylceremonie.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.837085, - 45.7678458 - ] - }, - "id": "node/6445230107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6451537736", - "access:covid19": "no", - "check_date": "2023-09-22", - "contact:facebook": "addictedlyon", - "contact:instagram": "addictedshop_lyon", - "delivery:covid19": "yes", - "name": "Addicted", - "opening_hours": "Mo 14:00-19:15; Tu-Sa 10:15-19:15", - "phone": "+33 4 72 00 32 00", - "shop": "clothes", - "website": "https://www.addicted.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8334316, - 45.7649836 - ] - }, - "id": "node/6451537736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6480636487", - "brand": "Secand", - "email": "contact@secandshop.com", - "name": "Secand", - "opening_hours": "Tu 11:00-14:00,15:00-19:00; We,Fr,Sa 10:00-13:00,14:00-19:00; Th 11:00-13:00,14:00-19:00", - "second_hand": "only", - "shop": "clothes", - "survey:date": "2023-08-15", - "website": "https://www.secandshop.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8441707, - 45.7495295 - ] - }, - "id": "node/6480636487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6522641387", - "check_date:opening_hours": "2024-06-26", - "email": "auvieuxmarin@orange.fr", - "name": "Au Vieux Marin", - "opening_hours": "Tu-Sa 10:00-13:00,14:00-19:00", - "phone": "+33478799772", - "ref:FR:SIRET": "79901332100028", - "shop": "clothes", - "source": "survey", - "survey:date": "2023-08-19", - "website": "https://www.saint-james.com/fr/saint-james-au-vieux-marin-539/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8320912, - 45.7541015 - ] - }, - "id": "node/6522641387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6522641786", - "check_date:opening_hours": "2023-11-25", - "clothes": "men", - "name": "Trendy", - "opening_hours": "Tu-Sa 10:00-13:00,14:00-19:00", - "phone": "+33478422964", - "ref:FR:SIRET": "44250235700019", - "shop": "clothes", - "source": "survey", - "survey:date": "2023-08-19", - "website": "http://www.trendylyon.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8320578, - 45.7540367 - ] - }, - "id": "node/6522641786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6579632140", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "check_date:opening_hours": "2024-03-20", - "clothes": "underwear", - "contact:facebook": "https://www.facebook.com/etam/", - "contact:instagram": "https://instagram.com/etam/", - "contact:pinterest": "https://fr.pinterest.com/etamfrance/", - "contact:twitter": "https://twitter.com/etam_france/", - "name": "Etam", - "opening_hours": "Mo-Sa 10:00-19:00", - "operator": "Etam", - "phone": "+33 4 78 37 50 41", - "ref:FR:SIRET": "47835575300912", - "shop": "clothes", - "website": "https://www.etam.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8347039, - 45.7583803 - ] - }, - "id": "node/6579632140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6579633401", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "brand:wikipedia": "de:Snipes (Unternehmen)", - "check_date:opening_hours": "2022-10-31", - "name": "Snipes", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 4 72 16 95 27", - "ref:FR:SIRET": "83789476500119", - "shop": "shoes", - "website": "https://www.snipes.fr/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8349598, - 45.7588301 - ] - }, - "id": "node/6579633401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6579651665", - "brand": "K-Way", - "brand:wikidata": "Q2820820", - "name": "K-Way", - "shop": "clothes", - "survey:date": "2024-07-22", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8341771, - 45.7611061 - ] - }, - "id": "node/6579651665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6588861199", - "email": "boutiquecube@free.fr", - "name": "Boutique Cube", - "phone": "+33 4 78 33 39 39", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7778272, - 45.7747227 - ] - }, - "id": "node/6588861199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6687094783", - "name": "Épik Épok", - "opening_hours": "Mo-Fr 10:30-18:30", - "phone": "+33617567234", - "shop": "clothes", - "survey:date": "2020-10-11" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8500412, - 45.7618524 - ] - }, - "id": "node/6687094783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6710240388", - "email": "contact@labviewshop.fr", - "name": "Labview", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 9 53 88 56 96", - "ref:FR:SIRET": "48974847500022", - "shop": "clothes", - "website": "https://labviewshop.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8325626, - 45.7643327 - ] - }, - "id": "node/6710240388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6724849518", - "clothes": "women", - "email": "deshabitsetvous69@gmail.com", - "name": "Des Habits et Vous", - "opening_hours": "Tu-Sa 11:00-19:00", - "operator": "Vadeboin Joelle Marcelle", - "payment:cash": "yes", - "phone": "+33 6 72 84 55 24", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8321699, - 45.7689009 - ] - }, - "id": "node/6724849518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6792056110", - "access:covid19": "no", - "contact:facebook": "labulledange", - "delivery:covid19": "no", - "email": "labulledange.lyon@gmail.com", - "name": "La Bulle d'Ange", - "phone": "+33 9 87 72 71 70", - "ref:FR:SIRET": "85011732600015", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8874701, - 45.7503842 - ] - }, - "id": "node/6792056110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6792062830", - "contact:facebook": "lesflaneuseslyon", - "contact:instagram": "lesflaneuseslyon", - "contact:mobile": "+33 6 63 14 15 33", - "email": "alexandra@les-flaneuses.fr", - "name": "Les Flâneuses", - "phone": "+33 4 78 54 90 26", - "ref:FR:SIRET": "75251304400012", - "shop": "clothes", - "website": "https://www.les-flaneuses.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8869746, - 45.750446 - ] - }, - "id": "node/6792062830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6860981837", - "access:covid19": "no", - "brand": "Classic All Blacks", - "brand:wikidata": "Q102047517", - "clothes": "sports", - "contact:facebook": "ClassicAllBlacksOfficiel", - "delivery:covid19": "yes", - "email": "lyon@classic-all-blacks.com", - "name": "Classic All Blacks", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 78 62 96 23", - "ref:FR:SIRET": "85200380500011", - "shop": "clothes", - "website": "https://www.classic-all-blacks.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8336554, - 45.7621288 - ] - }, - "id": "node/6860981837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6860997425", - "clothes": "women", - "name": "IKKS Women", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "47996096501774", - "shop": "clothes", - "survey:date": "2023-09-14", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8334491, - 45.7621191 - ] - }, - "id": "node/6860997425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6860997426", - "check_date:opening_hours": "2023-05-15", - "clothes": "men", - "name": "IKKS Men", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "47996096501022", - "shop": "clothes", - "survey:date": "2023-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8334539, - 45.7619359 - ] - }, - "id": "node/6860997426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6861011420", - "check_date:opening_hours": "2024-02-24", - "name": "Pop Corn Seconde Main", - "opening_hours:signed": "no", - "ref:FR:SIRET": "95309112100012", - "second_hand": "only", - "shop": "clothes", - "survey:date": "2023-08-17" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8345538, - 45.761748 - ] - }, - "id": "node/6861011420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6861065639", - "check_date:opening_hours": "2023-05-15", - "name": "Libertie", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 4 72 41 83 19", - "ref:FR:SIRET": "43962889200051", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8336933, - 45.7619581 - ] - }, - "id": "node/6861065639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6863421830", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "clothes": "women", - "name": "Sandro", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "31942731601007", - "shop": "clothes", - "survey:date": "2023-09-13", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8339586, - 45.7619503 - ] - }, - "id": "node/6863421830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6874995537", - "name": "La jolie malle", - "opening_hours": "Tu-Sa 10:00-13:00,14:00-18:30", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8328062, - 45.779551 - ] - }, - "id": "node/6874995537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6918345351", - "check_date": "2024-07-14", - "level": "0", - "name": "HF Outlet", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8358648, - 45.7682347 - ] - }, - "id": "node/6918345351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6920743271", - "brand:wikidata": "Q17626103", - "check_date:opening_hours": "2024-09-02", - "clothes": "wedding", - "contact:facebook": "pronovias.fr", - "contact:instagram": "pronovias", - "contact:pinterest": "pronovias", - "name": "Pronovias", - "opening_hours": "Mo-Sa 10:00-19:00", - "opening_hours:url": "https://www.pronovias.com/fr/robes-mariee-lyon", - "phone": "+33 4 72 77 59 50", - "ref:FR:SIRET": "05680729000053", - "shop": "clothes", - "website": "https://www.pronovias.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8347195, - 45.7592323 - ] - }, - "id": "node/6920743271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6920817782", - "brand": "Camper", - "brand:wikidata": "Q1030922", - "brand:wikipedia": "en:Camper (company)", - "check_date": "2024-08-26", - "check_date:opening_hours": "2024-08-26", - "contact:facebook": "https://www.facebook.com/Camper", - "contact:instagram": "https://instagram.com/camper/", - "contact:pinterest": "https://www.pinterest.com/campershoes/", - "contact:twitter": "https://twitter.com/camper", - "name": "Camper", - "opening_hours": "Fr 10:30-19:00; Sa 10:00-19:30; Mo-Th 10:30-13:00,14:00-19:00", - "phone": "+33 4 78 37 91 33", - "ref:FR:SIRET": "60204041200168", - "shop": "shoes", - "website": "https://www.camper.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8346687, - 45.7589881 - ] - }, - "id": "node/6920817782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6920826991", - "access:covid19": "yes", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "brand:wikipedia": "en:Lacoste", - "check_date:opening_hours": "2024-08-02", - "name": "Lacoste", - "opening_hours": "Mo-Sa 10:00-19:00", - "opening_hours:signed": "no", - "operator": "Lacoste", - "phone": "+33478928437", - "ref:FR:SIRET": "30725830100125", - "shop": "clothes", - "website": "https://www.lacoste.com/fr/stores/france/lyon/lacostelyonherriot-604", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8340807, - 45.7594587 - ] - }, - "id": "node/6920826991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6923968057", - "level": "0", - "name": "samson", - "opening_hours": "Tu-Fr 10:30-13:00,14:30-19:00; Sa 10:00-19:00", - "ref:FR:SIRET": "79277715300026", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8439774, - 45.7691798 - ] - }, - "id": "node/6923968057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6939207894", - "check_date": "2023-09-22", - "name": "Oxxo", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8331717, - 45.7615447 - ] - }, - "id": "node/6939207894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6939207896", - "name": "Offshoes", - "ref:FR:SIRET": "48862750600014", - "shop": "shoes", - "survey:date": "2023-08-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8332762, - 45.7615495 - ] - }, - "id": "node/6939207896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6939207898", - "brand": "Puma", - "brand:wikidata": "Q157064", - "brand:wikipedia": "en:Puma (brand)", - "name": "Puma", - "shop": "clothes", - "survey:date": "2023-08-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8331971, - 45.7616743 - ] - }, - "id": "node/6939207898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6940225308", - "check_date:opening_hours": "2024-02-24", - "clothes": "women", - "name": "Fashion Gallery", - "opening_hours:signed": "no", - "ref:FR:SIRET": "53251456900013", - "shop": "clothes", - "survey:date": "2023-08-19", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8350195, - 45.7578402 - ] - }, - "id": "node/6940225308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6940227494", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "brand:wikipedia": "fr:Éram", - "check_date:opening_hours": "2024-03-05", - "name": "Éram", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 78 37 32 47", - "ref:FR:SIRET": "31270783902176", - "shop": "shoes", - "website": "https://www.eram.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8345338, - 45.7581034 - ] - }, - "id": "node/6940227494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6952720635", - "clothes": "women", - "contact:phone": "+33478424460", - "name": "17H10", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes", - "survey:date": "2024-09-17", - "website": "https://17h10.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8337882, - 45.7589203 - ] - }, - "id": "node/6952720635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6952720636", - "brand": "Max et Moi", - "brand:wikidata": "Q104717564", - "check_date:opening_hours": "2024-02-05", - "clothes": "women", - "contact:facebook": "maxemoi", - "contact:instagram": "maxemoi", - "contact:pinterest": "Maxemoi", - "name": "Max et Moi", - "opening_hours:signed": "no", - "operator": "Max et moi", - "phone": "+33478370974", - "ref:FR:SIRET": "90325485200028", - "shop": "clothes", - "survey:date": "2023-08-17", - "website": "https://www.maxemoi.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8337882, - 45.7589679 - ] - }, - "id": "node/6952720636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6952785723", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "check_date:opening_hours": "2024-02-05", - "clothes": "children;babies", - "contact:facebook": "petitbateau", - "contact:instagram": "petitbateau", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478373040", - "ref:FR:SIRET": "30529134601139", - "shop": "clothes", - "survey:date": "2023-08-17", - "website": "https://stores.petit-bateau.com/france/lyon/98-rue-edouard-herriot" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8337958, - 45.7590345 - ] - }, - "id": "node/6952785723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6952785724", - "brand": "Figaret", - "brand:wikidata": "Q4705652", - "clothes": "men;women", - "name": "Figaret", - "opening_hours": "Mo-Fr 10:00-14:00,15:00-19:00; Sa 10:00-19:00", - "phone": "+33478423993", - "ref:FR:SIRET": "50949446400191", - "shop": "clothes", - "survey:date": "2023-08-17", - "website": "https://www.figaret.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8338035, - 45.7591119 - ] - }, - "id": "node/6952785724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6952785729", - "brand": "Devernois", - "brand:wikidata": "Q98778444", - "check_date": "2024-10-03", - "check_date:opening_hours": "2024-10-03", - "clothes": "women", - "contact:facebook": "fanpagedevernois", - "contact:instagram": "maison.devernois", - "name": "Devernois", - "opening_hours": "Mo 10:00-13:00,14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33478377547", - "ref:FR:SIRET": "32173632400021", - "shop": "clothes", - "website": "https://www.devernois.fr", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8340496, - 45.7590545 - ] - }, - "id": "node/6952785729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6955083086", - "clothes": "women", - "mobile": "+33 6 69 17 32 37", - "name": "Le Comptoir de la mode", - "ref:FR:SIRET": "84112282300013", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8688244, - 45.736394 - ] - }, - "id": "node/6955083086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6958573996", - "brand": "Tilt Vintage", - "email": "lyon@tilt-vintage.com", - "name": "Tilt Vintage Store", - "opening_hours": "Mo 14:00-19:00; Tu 11:30-19:00; We-Sa 11:00-19:00", - "phone": "+33962606910", - "ref:FR:SIRET": "50792893500059", - "shop": "clothes", - "source": "survey", - "survey:date": "2023-08-20", - "website": "https://www.tilt-vintage.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.828443, - 45.7520337 - ] - }, - "id": "node/6958573996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6958573997", - "contact:facebook": "https://www.facebook.com/boutiquekazak/", - "name": "Kazak", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33472311647", - "ref:FR:SIRET": "38864581400038", - "shop": "clothes", - "source": "survey", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8284532, - 45.7520546 - ] - }, - "id": "node/6958573997" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6958686188", - "brand": "Sur mon 31", - "clothes": "women;men", - "name": "Sur mon 31", - "opening_hours": "Mo 14:00-18:00; Tu-Sa 10:00-18:00", - "phone": "+33981395091", - "ref:FR:SIRET": "78849833500041", - "shop": "clothes", - "survey:date": "2023-08-20", - "website": "https://surmon31.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8285926, - 45.7523013 - ] - }, - "id": "node/6958686188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6958686189", - "name": "Pivoina", - "opening_hours": "Mo,Tu,Th,Fr 10:00-19:00; We,Sa 10:30-19:00", - "shop": "clothes", - "source": "survey", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8286232, - 45.7523468 - ] - }, - "id": "node/6958686189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6958738975", - "check_date:opening_hours": "2024-02-03", - "clothes": "hats", - "name": "Au diable l'avarice", - "opening_hours": "Tu-Sa 10:00-13:00,14:00-19:00", - "phone": "+33478425421", - "shop": "clothes", - "source": "survey", - "survey:date": "2023-08-20", - "website": "http://audiablelavarice.jimdo.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8295892, - 45.7539018 - ] - }, - "id": "node/6958738975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6958778611", - "clothes": "women", - "name": "Tout l'monde en parle", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes", - "source": "survey", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8288828, - 45.7527839 - ] - }, - "id": "node/6958778611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6958778616", - "name": "S price outlet", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "49032736800075", - "shop": "clothes", - "source": "survey", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8283526, - 45.7519016 - ] - }, - "id": "node/6958778616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6970262266", - "clothes": "women", - "name": "Saphire", - "opening_hours": "Mo 12:00-19:00; Tu,We 10:00-13:00,14:00-19:00; Th-Sa 10:00-19:00", - "ref:FR:SIRET": "40852183900014", - "shop": "clothes", - "survey:date": "2023-08-17" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8340427, - 45.7586347 - ] - }, - "id": "node/6970262266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6970262274", - "brand": "United Colors of Benetton", - "brand:wikidata": "Q817139", - "brand:wikipedia": "en:Benetton Group", - "check_date:opening_hours": "2024-09-02", - "clothes": "women;men", - "name": "United Colors of Benetton", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478370557", - "ref:FR:SIRET": "95551344500184", - "shop": "clothes", - "short_name": "Benetton", - "website": "https://fr.benetton.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8335757, - 45.7587316 - ] - }, - "id": "node/6970262274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6970262277", - "brand": "J.M. Weston", - "brand:wikidata": "Q2399832", - "brand:wikipedia": "fr:J.M. Weston", - "check_date": "2024-09-02", - "check_date:opening_hours": "2024-09-02", - "contact:facebook": "https://www.facebook.com/jmwestonofficiel", - "contact:instagram": "https://instagram.com/jmwestonofficial", - "contact:pinterest": "https://www.pinterest.fr/jmwestonofficial/", - "email": "lyon@jmweston.fr", - "name": "J.M. Weston", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 72 41 74 17", - "ref:FR:SIRET": "33203766200118", - "shop": "shoes", - "website": "https://www.jmweston.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333694, - 45.7587475 - ] - }, - "id": "node/6970262277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6974650356", - "clothes": "women", - "name": "Simone Blain", - "opening_hours": "Mo 14:00-19:00; Tu-Fr 09:30-19:00; Sa 09:30-18:30", - "phone": "+33 4 78 37 45 68", - "ref:FR:SIRET": "31682610600015", - "shop": "clothes", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8286196, - 45.751955 - ] - }, - "id": "node/6974650356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6974650357", - "clothes": "women", - "name": "Fashion Store", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "82774719700040", - "shop": "clothes", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8286872, - 45.7520666 - ] - }, - "id": "node/6974650357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6974650358", - "email": "piedfragile@orange.fr", - "name": "Pied Fragile", - "opening_hours": "Tu-Fr 10:00-18:45; Sa 10:00-18:00", - "phone": "+33478376331", - "ref:FR:SIRET": "50062903500014", - "shoes": "men;women", - "shop": "shoes", - "survey:date": "2023-08-20", - "website": "http://www.pied-fragile.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8287158, - 45.7521286 - ] - }, - "id": "node/6974650358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6974650366", - "contact:facebook": "https://www.facebook.com/pages/category/Interest/ENI-Shoes-456761017784943/", - "name": "Eni Shoes", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "shop": "shoes", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8292052, - 45.7529012 - ] - }, - "id": "node/6974650366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6974650369", - "clothes": "women", - "name": "Victorine", - "shop": "clothes", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.829238, - 45.7529703 - ] - }, - "id": "node/6974650369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6974789910", - "name": "Quoi d'Autre chaussures", - "phone": "+33967289001", - "shop": "shoes", - "survey:date": "2023-08-20", - "website": "https://www.quoidautre.shoes/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8298504, - 45.7539332 - ] - }, - "id": "node/6974789910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6974789912", - "brand": "Dim", - "brand:wikidata": "Q3028013", - "brand:wikipedia": "fr:Dim (lingerie)", - "clothes": "underwear", - "name": "Dim", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "48872729800256", - "shop": "clothes", - "survey:date": "2023-08-20", - "website": "https://www.dim.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8299673, - 45.7541371 - ] - }, - "id": "node/6974789912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6977929707", - "brand": "RougeGorge", - "brand:wikidata": "Q104600739", - "clothes": "underwear", - "name": "RougeGorge", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478375028", - "ref:FR:SIRET": "55850335500270", - "shop": "clothes", - "survey:date": "2023-08-20", - "website": "https://www.rougegorge.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8298668, - 45.7543509 - ] - }, - "id": "node/6977929707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6977929708", - "clothes": "women", - "name": "Les Filles en ville", - "opening_hours": "Tu 10:00-13:00, 14:00-19:00; We-Sa 10:00-19:00", - "shop": "clothes", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8298934, - 45.7544058 - ] - }, - "id": "node/6977929708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6977929710", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "brand:wikipedia": "fr:Du Pareil au Même (entreprise)", - "clothes": "children", - "name": "Du Pareil au Même", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478373679", - "ref:FR:SIRET": "32601977503207", - "shop": "clothes", - "survey:date": "2023-08-20", - "website": "https://www.dpam.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8299547, - 45.7545096 - ] - }, - "id": "node/6977929710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6977929714", - "brand": "Tamaris", - "brand:wikidata": "Q61994827", - "email": "contact@tamaris-lyon.com", - "name": "Tamaris", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 13:00-19:00", - "phone": "+33 472654640", - "shoes": "men;women", - "shop": "shoes", - "website": "https://tamaris.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8304686, - 45.7553201 - ] - }, - "id": "node/6977929714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6977929715", - "brand": "Armand Thiery", - "brand:wikidata": "Q2861975", - "brand:wikipedia": "fr:Armand Thiery", - "clothes": "women", - "name": "Armand Thiery", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33472162110", - "ref:FR:SIRET": "38062233206313", - "shop": "clothes", - "survey:date": "2023-08-20", - "website": "https://www.armandthiery.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.830553, - 45.7555026 - ] - }, - "id": "node/6977929715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6977929717", - "brand": "Bocage", - "brand:wikidata": "Q104599699", - "name": "Bocage", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478370688", - "ref:FR:SIRET": "68980022500567", - "shop": "shoes", - "survey:date": "2023-08-20", - "website": "https://www.bocage.fr/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8315596, - 45.7566819 - ] - }, - "id": "node/6977929717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6978020240", - "brand:wikidata": "Q2906440", - "clothes": "underwear", - "email": "boutiquelyon2@bleuforet.fr", - "name": "Bleuforêt", - "opening_hours": "Tu-Sa 10:00-14:00,15:00-19:00", - "phone": "+33967471728", - "ref:FR:SIRET": "39835624600163", - "shop": "clothes", - "survey:date": "2023-08-20", - "website": "https://www.bleuforet.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8313415, - 45.7566836 - ] - }, - "id": "node/6978020240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6978020242", - "name": "De Long en Large", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8312275, - 45.7564916 - ] - }, - "id": "node/6978020242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6978020245", - "brand": "Christine Laure", - "brand:wikidata": "Q90472537", - "clothes": "women", - "name": "Christine Laure", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "89990962600025", - "shop": "clothes", - "survey:date": "2023-08-20", - "website": "https://www.christine-laure.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.830949, - 45.7560796 - ] - }, - "id": "node/6978020245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6978214465", - "brand": "Rieker", - "brand:wikidata": "Q2152193", - "brand:wikipedia": "en:Rieker Shoes", - "clothes": "children", - "name": "Rieker", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 13:00-19:00", - "shop": "shoes", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8312441, - 45.7561556 - ] - }, - "id": "node/6978214465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6978214468", - "check_date:opening_hours": "2024-03-07", - "name": "Offshoes", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478382936", - "shop": "shoes", - "survey:date": "2023-08-20", - "website": "https://www.offshoes.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8309788, - 45.755736 - ] - }, - "id": "node/6978214468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6978214471", - "brand": "Riu Paris", - "brand:wikidata": "Q16644311", - "brand:wikipedia": "fr:RIU Paris", - "clothes": "women", - "name": "Jacqueline Riu", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478384907", - "ref:FR:SIRET": "71204450201357", - "shop": "clothes", - "survey:date": "2023-08-20", - "website": "https://www.riuparis.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.830767, - 45.7553723 - ] - }, - "id": "node/6978214471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6982777965", - "brand": "Punt Roma", - "brand:wikidata": "Q101423290", - "check_date:opening_hours": "2024-03-05", - "clothes": "women", - "name": "Punt Roma", - "opening_hours:signed": "no", - "phone": "+33478826188", - "ref:FR:SIRET": "80748941400357", - "shop": "clothes", - "survey:date": "2023-08-20", - "website": "https://www.puntroma.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8315145, - 45.7566076 - ] - }, - "id": "node/6982777965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985103525", - "brand": "Cotélac", - "brand:wikidata": "Q2998637", - "check_date": "2024-10-03", - "check_date:opening_hours": "2024-10-03", - "clothes": "men", - "name": "Cotélac Bellecour", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33472410527", - "ref:FR:SIRET": "37823997400322", - "shop": "clothes", - "website": "https://www.cotelac.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8330815, - 45.7583186 - ] - }, - "id": "node/6985103525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985301129", - "brand": "Liu Jo", - "brand:wikidata": "Q3835099", - "clothes": "women", - "contact:facebook": "https://www.facebook.com/liujolyon/", - "name": "Liu Jo", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 78 37 78 00", - "ref:FR:SIRET": "95551344500010", - "shop": "clothes", - "website": "https://www.liujo.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8335078, - 45.759544 - ] - }, - "id": "node/6985301129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985320634", - "brand": "Tara Jarmon", - "brand:wikidata": "Q7685079", - "check_date": "2024-09-03", - "check_date:opening_hours": "2024-09-03", - "clothes": "women", - "contact:facebook": "TaraJarmonParis", - "name": "Tara Jarmon", - "opening_hours": "Mo-Sa 10:30-19:00", - "phone": "+33478380681", - "ref:FR:SIRET": "40814067100087", - "shop": "clothes", - "website": "https://www.tarajarmon.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8335116, - 45.7593543 - ] - }, - "id": "node/6985320634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985755807", - "brand": "Promod", - "brand:website": "https://www.promod.fr/", - "brand:wikidata": "Q3407429", - "brand:wikipedia": "en:Promod", - "clothes": "women", - "contact:facebook": "PromodFR", - "delivery": "yes", - "name": "Promod", - "opening_hours": "Mo-Sa 10:00-19:00", - "payment:coins": "yes", - "payment:mastercard": "yes", - "payment:notes": "yes", - "payment:visa": "yes", - "phone": "+33478421703", - "ref:FR:SIRET": "68542060601192", - "shop": "clothes", - "website": "https://magasins.promod.fr/fr/magasins/france-fra/lyon/promod-lyon-jacobins-200", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8336046, - 45.7601106 - ] - }, - "id": "node/6985755807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985755808", - "check_date": "2024-09-03", - "check_date:opening_hours": "2024-09-03", - "contact:facebook": "hartford", - "contact:instagram": "hartford", - "name": "Hartford", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478629784", - "ref:FR:SIRET": "33953400000171", - "shop": "clothes", - "website": "https://hartford.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8335316, - 45.759856 - ] - }, - "id": "node/6985755808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985755809", - "name": "Heschung 1934", - "opening_hours": "Tu-Sa 10:30-19:00", - "phone": "+33478381595", - "ref:FR:SIRET": "67608038500153", - "shoes": "men;women", - "shop": "shoes", - "website": "https://www.heschung.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8335308, - 45.7597577 - ] - }, - "id": "node/6985755809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985755810", - "brand": "Just over the top", - "brand:wikidata": "Q104890420", - "clothes": "women;men", - "description": "Magasin vendant des doudounes", - "name": "Just over the top", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33472319659", - "ref:FR:SIRET": "81021566500060", - "shop": "clothes", - "short_name": "JOTT", - "survey:date": "2021-11-27", - "website": "https://justoverthetop.com/fr/content/34-jott-lyon", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8335105, - 45.7596815 - ] - }, - "id": "node/6985755810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985755812", - "brand": "Soeur", - "brand:wikidata": "Q104232980", - "clothes": "women", - "contact:instagram": "soeur_paris", - "name": "Soeur", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 11:00-19:00", - "phone": "+33478429268", - "ref:FR:SIRET": "50018820600246", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.soeur.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8334506, - 45.7592258 - ] - }, - "id": "node/6985755812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985755813", - "brand": "Des petits hauts", - "brand:wikidata": "Q104197445", - "clothes": "women", - "contact:facebook": "despetitshauts", - "contact:instagram": "despetitshauts", - "contact:pinterest": "vieenplusjolie", - "name": "Des Petits Hauts", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478379291", - "ref:FR:SIRET": "83243499700173", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.despetitshauts.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8334313, - 45.7591381 - ] - }, - "id": "node/6985755813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985755814", - "brand": "La Bagagerie", - "check_date": "2024-11-30", - "check_date:opening_hours": "2024-11-30", - "name": "La Bagagerie", - "opening_hours": "Tu-Sa 11:00-19:00", - "phone": "+33478426479", - "ref:FR:SIRET": "30506442000147", - "shop": "bag", - "website": "https://labagagerie.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333569, - 45.758669 - ] - }, - "id": "node/6985755814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985824209", - "check_date": "2024-11-30", - "check_date:opening_hours": "2024-11-30", - "clothes": "women", - "contact:phone": "+33472134216", - "name": "Laurence Bras", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 14:00-19:00", - "ref:FR:SIRET": "91742672800023", - "shop": "clothes", - "website": "https://laurencebras.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333453, - 45.7585663 - ] - }, - "id": "node/6985824209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985824212", - "name": "Kickers", - "opening_hours": "Mo 14:00-19:00; Tu,We,Fr,Sa 10:00-19:00; Th 10:00-14:00,15:00-19:00", - "shop": "shoes", - "survey:date": "2023-08-17" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8332929, - 45.7582884 - ] - }, - "id": "node/6985824212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985906152", - "brand": "Manfield", - "brand:wikidata": "Q58328872", - "brand:wikipedia": "nl:Manfield schoenen", - "check_date": "2024-09-02", - "check_date:opening_hours": "2024-09-02", - "name": "Manfield", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 4 78 37 71 32", - "ref:FR:SIRET": "45111649500560", - "shop": "shoes", - "website": "https://www.manfield.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8329379, - 45.7596092 - ] - }, - "id": "node/6985906152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985906153", - "brand": "Iro", - "clothes": "women", - "contact:facebook": "https://www.facebook.com/iroparis/", - "contact:instagram": "https://www.instagram.com/iroparis/", - "contact:pinterest": "https://www.pinterest.fr/iroparis/", - "contact:twitter": "https://twitter.com/IROPARIS", - "email": "lyon@iro.fr", - "name": "Iro", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33478928181", - "ref:FR:SIRET": "52847198000094", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.iroparis.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8330018, - 45.7594475 - ] - }, - "id": "node/6985906153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985906154", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q2978447", - "brand:wikipedia": "fr:Claudie Pierlot", - "check_date:opening_hours": "2024-05-16", - "clothes": "women", - "contact:facebook": "ClaudiePierlot", - "name": "Claudie Pierlot", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478428281", - "ref:FR:SIRET": "32875985700357", - "shop": "clothes", - "website": "https://fr.claudiepierlot.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8328871, - 45.7594568 - ] - }, - "id": "node/6985906154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985906155", - "brand": "ba&sh", - "brand:wikidata": "Q104214363", - "clothes": "women", - "contact:facebook": "bash.paris", - "name": "ba&sh", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33478598660", - "ref:FR:SIRET": "44915889800568", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://ba-sh.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8327336, - 45.7596294 - ] - }, - "id": "node/6985906155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985906156", - "brand": "Victoire", - "clothes": "women", - "contact:facebook": "monVictoire", - "email": "lyon@monvictoire.fr", - "name": "Victoire", - "opening_hours": "Mo-Sa 10:30-19:00", - "phone": "+33478370207", - "ref:FR:SIRET": "95550030100010", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.victoire.shop", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8326098, - 45.7596438 - ] - }, - "id": "node/6985906156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985906161", - "contact:phone": "+33481132110", - "name": "bobbies", - "opening_hours": "Mo-Sa 10:00-19:30", - "ref:FR:SIRET": "51944119000153", - "shop": "shoes", - "survey:date": "2023-08-27", - "website": "https://www.bobbies.com/fr/boutique/lyon/796" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8324146, - 45.759672 - ] - }, - "id": "node/6985906161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985906162", - "brand": "Tartine et chocolat", - "brand:wikidata": "Q3515868", - "check_date:opening_hours": "2024-05-16", - "clothes": "children", - "name": "Tartine et chocolat", - "opening_hours": "Mo 14:00-19:00; Tu-Fr 10:00-13:00,14:00-19:00; Sa 10:00-19:00", - "ref:FR:SIRET": "33285569100355", - "shop": "clothes", - "website": "https://www.tartine-et-chocolat.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.832326, - 45.7597014 - ] - }, - "id": "node/6985906162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985906164", - "brand": "Repetto", - "brand:wikidata": "Q3427237", - "check_date": "2024-11-30", - "check_date:opening_hours": "2024-11-30", - "clothes": "women", - "name": "Repetto", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 14:00-19:00", - "phone": "+33428383263", - "ref:FR:SIRET": "49344122400224", - "shop": "clothes", - "website": "https://www.repetto.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8324988, - 45.7595136 - ] - }, - "id": "node/6985906164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985906166", - "brand": "Antoine et Lili", - "brand:wikidata": "Q105338416", - "check_date": "2024-11-30", - "check_date:opening_hours": "2024-11-30", - "clothes": "women", - "name": "Antoine et Lili", - "opening_hours": "Mo 11:00-13:00,14:00-19:00; Tu-Th 10:00-13:00,14:00-19:00; Fr,Sa 10:00-19:00", - "phone": "+33478391781", - "ref:FR:SIRET": "31031095800213", - "shop": "clothes", - "website": "https://fr.antoineetlili.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8323974, - 45.759528 - ] - }, - "id": "node/6985906166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985906167", - "brand": "ysé", - "check_date": "2024-11-30", - "check_date:opening_hours": "2024-11-30", - "clothes": "lingerie", - "name": "ysé", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33478790028", - "ref:FR:SIRET": "53437604100081", - "shop": "clothes", - "website": "https://www.yse-paris.com/fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8323226, - 45.7595364 - ] - }, - "id": "node/6985906167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985907559", - "brand": "Les garçons", - "check_date": "2024-11-30", - "check_date:opening_hours": "2024-11-30", - "clothes": "men", - "contact:facebook": "https://www.facebook.com/lesgarconsbellecour", - "name": "Les garçons", - "opening_hours:signed": "no", - "phone": "+33 4 78 38 26 99", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8331494, - 45.7587202 - ] - }, - "id": "node/6985907559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985907560", - "brand": "momoni", - "brand:wikidata": "Q104233463", - "check_date": "2024-10-03", - "check_date:opening_hours": "2024-10-03", - "clothes": "women", - "contact:facebook": "momoni.official", - "contact:instagram": "momoni_official", - "email": "ruegasparinlyon@momoni.it", - "name": "momoni", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478790189", - "shop": "clothes", - "website": "https://www.momoni.it" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8331648, - 45.7587974 - ] - }, - "id": "node/6985907560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985907562", - "brand": "Marina Rinaldi", - "clothes": "women", - "name": "Marina Rinaldi", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33478429042", - "ref:FR:SIRET": "40034621900167", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://fr.marinarinaldi.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8331995, - 45.7590402 - ] - }, - "id": "node/6985907562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985907563", - "brand": "Upper Shoes", - "contact:facebook": "https://www.facebook.com/uppershoes", - "contact:instagram": "https://instagram.com/boutiqueuppershoes/", - "contact:pinterest": "https://fr.pinterest.com/uppershoes/", - "email": "uppershoes.gasparin@upper-shoes.com", - "name": "Upper Shoes", - "opening_hours": "Mo 11:00-19:00; Tu-Fr 10:00-19:00; Sa 10:00-19:30", - "phone": "+33 4 78 84 82 60", - "ref:FR:SIRET": "44062794100063", - "shoes": "men;women", - "shop": "shoes", - "survey:date": "2023-08-27", - "website": "https://www.upper-shoes.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8332048, - 45.7591057 - ] - }, - "id": "node/6985907563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985907564", - "brand": "Mac Douglas", - "check_date": "2024-09-02", - "check_date:opening_hours": "2024-09-02", - "contact:phone": "+33478383924", - "email": "contact@mac-douglas.fr", - "name": "Mac Douglas Bags", - "opening_hours:signed": "no", - "ref:FR:SIRET": "34760444900012", - "shop": "bag", - "website": "https://www.macdouglas.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8332142, - 45.7591787 - ] - }, - "id": "node/6985907564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985907565", - "brand": "INDIES", - "check_date": "2024-09-02", - "check_date:opening_hours": "2024-09-02", - "name": "INDIES", - "opening_hours": "Tu-Fr 10:30-13:00,14:00-19:00; Sa 10:30-19:00", - "phone": "+33478374871", - "shop": "clothes", - "website": "https://www.indies.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8332209, - 45.7592348 - ] - }, - "id": "node/6985907565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985907566", - "brand": "Free Lance", - "brand:wikidata": "Q60853879", - "check_date": "2024-09-02", - "check_date:opening_hours": "2024-09-02", - "name": "Free Lance", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478379595", - "ref:FR:SIRET": "30264000800223", - "shoes": "women", - "shop": "shoes", - "website": "https://www.freelance.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.833235, - 45.7592784 - ] - }, - "id": "node/6985907566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985907568", - "brand": "fusalp", - "brand:wikidata": "Q3091095", - "clothes": "women;men", - "name": "fusalp", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "33079298700126", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.fusalp.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333148, - 45.7597279 - ] - }, - "id": "node/6985907568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985907570", - "brand": "jacadi", - "brand:wikidata": "Q3157058", - "clothes": "children", - "name": "jacadi", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33472417708", - "ref:FR:SIRET": "44187547300205", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.jacadi.fr/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333557, - 45.7600358 - ] - }, - "id": "node/6985907570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985907571", - "brand": "Mariées du Rhône", - "clothes": "wedding", - "name": "Mariées du Rhône", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-13:00, 14:00-19:00", - "phone": "+33 4 78 42 27 98", - "ref:FR:SIRET": "95751766700011", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://mariees-du-rhone.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333584, - 45.7601396 - ] - }, - "id": "node/6985907571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6988030690", - "check_date:opening_hours": "2022-11-11", - "clothes": "wedding", - "name": "Elsa Gary", - "opening_hours:signed": "no", - "ref:FR:SIRET": "48360909500060", - "shop": "clothes", - "survey:date": "2023-08-19", - "website": "https://elsagary.fr/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8303642, - 45.7503282 - ] - }, - "id": "node/6988030690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6992750710", - "brand": "Hugo Boss", - "brand:website": "https://www.hugoboss.com/", - "brand:wikidata": "Q491627", - "brand:wikipedia": "en:Hugo Boss", - "check_date": "2024-09-02", - "check_date:opening_hours": "2024-09-02", - "email": "BOSS_Lyon_Jacobins@hugoboss.com", - "name": "Hugo Boss", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33437236750", - "ref:FR:SIRET": "45077204100270", - "shop": "clothes", - "short_name": "Boss", - "website": "https://www.hugoboss.com/fr/storedetail?storeid=9923464" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8338554, - 45.7600859 - ] - }, - "id": "node/6992750710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6992750713", - "contact:instagram": "pauletnany", - "email": "pauletnany.jacobins@orange.fr", - "name": "Paul & Nanny", - "opening_hours": "Mo 14:00-19:00; Tu,Th 10:00-12:00,14:00-19:00; We,Fr,Sa 10:00-19:00", - "phone": "+33 4 78 37 22 14", - "ref:FR:SIRET": "97250659600014", - "shoes": "children", - "shop": "shoes", - "survey:date": "2023-08-27", - "website": "https://www.paul-et-nany.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8328729, - 45.7601345 - ] - }, - "id": "node/6992750713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6994448353", - "clothes": "women", - "contact:email": "boutique.xix@gmail.com", - "name": "XIX", - "opening_hours": "Tu,Fr 09:30-13:00,14:00-19:00; Th 09:30-16:00; Sa 10:00-13:00,14:00-19:00", - "phone": "+33478383027", - "ref:FR:SIRET": "75021801800026", - "shop": "clothes", - "survey:date": "2023-08-19", - "website": "https://www.boutique-dix-neuf.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8318527, - 45.7532107 - ] - }, - "id": "node/6994448353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6997123036", - "clothes": "wedding", - "name": "Luna Paige", - "ref:FR:SIRET": "82899420200020", - "shop": "clothes", - "survey:date": "2024-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8312732, - 45.7521204 - ] - }, - "id": "node/6997123036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6997154510", - "clothes": "women", - "email": "contact@ofeminine.fr", - "name": "Ofeminine", - "opening_hours": "Tu-Sa 10:00-13:30,14:30-19:00", - "phone": "+33665748465", - "ref:FR:SIRET": "53999603300053", - "shop": "clothes", - "survey:date": "2023-08-19", - "website": "https://www.ofeminine.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8314116, - 45.7523842 - ] - }, - "id": "node/6997154510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7004510476", - "clothes": "women", - "contact:phone": "+33478823864", - "name": "Melle D", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "91781134100010", - "shop": "clothes", - "website": "https://melle-d.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.833145, - 45.7635257 - ] - }, - "id": "node/7004510476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7004526655", - "name": "5ème Avenue", - "opening_hours": "Mo 14:30-19:00; Tu-Fr 11:00-13:30,14:30-19:00; Sa 10:30-19:00", - "shop": "clothes", - "survey:date": "2022-03-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8331234, - 45.7637187 - ] - }, - "id": "node/7004526655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7004531367", - "clothes": "women", - "name": "Kobacci", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 13:30-19:00", - "ref:FR:SIRET": "85171452700013", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8331434, - 45.7636068 - ] - }, - "id": "node/7004531367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7004544596", - "brand": "Okaïdi", - "brand:wikidata": "Q3350027", - "brand:wikipedia": "fr:Okaïdi", - "check_date:opening_hours": "2024-02-14", - "clothes": "children", - "name": "Okaïdi", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "39811044500846", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8330894, - 45.7639838 - ] - }, - "id": "node/7004544596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7004545193", - "name": "Sarah Pacini", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "52378797600035", - "shop": "clothes", - "survey:date": "2023-08-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8332117, - 45.7626108 - ] - }, - "id": "node/7004545193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7004551552", - "brand": "Tommy Hilfiger", - "brand:wikidata": "Q634881", - "brand:wikipedia": "en:Tommy Hilfiger (company)", - "name": "Tommy Hilfiger", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "52245590600027", - "shop": "clothes", - "survey:date": "2023-08-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8332027, - 45.7626618 - ] - }, - "id": "node/7004551552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7004555459", - "access:covid19": "yes", - "contact:facebook": "streetconnexionlyon", - "contact:instagram": "streetconnexionlyon", - "contact:twitter": "streetconnexion", - "delivery:covid19": "yes", - "name": "Street Connexion", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 78 42 16 51", - "ref:FR:SIRET": "44250957600082", - "shop": "shoes", - "survey:date": "2023-08-24", - "website": "https://www.streetconnexion.fr/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8331486, - 45.7633915 - ] - }, - "id": "node/7004555459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7004568721", - "clothes": "men;women;children", - "name": "Pyrenex", - "shop": "clothes", - "website": "https://pyrenex.com/fr/store/1126-69002-Lyon" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8332249, - 45.7625456 - ] - }, - "id": "node/7004568721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7004574711", - "brand": "Polo Ralph Lauren", - "brand:wikidata": "Q1641437", - "brand:wikipedia": "en:Ralph Lauren Corporation", - "name": "Polo Ralph Lauren", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "48317287000022", - "shop": "clothes", - "survey:date": "2023-08-24", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8331713, - 45.7630858 - ] - }, - "id": "node/7004574711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7004591158", - "addr:postcode": "69002", - "name": "Gertrude + Gaston", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "38749838900015", - "shop": "clothes", - "survey:date": "2023-08-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8332255, - 45.7623347 - ] - }, - "id": "node/7004591158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7004592900", - "brand": "K-Way", - "brand:wikidata": "Q2820820", - "brand:wikipedia": "fr:K-way", - "name": "K-way", - "opening_hours": "Mo-Sa 11:00-19:00", - "phone": "+33478425599", - "ref:FR:SIRET": "75362526800127", - "shop": "clothes", - "survey:date": "2023-08-24", - "website": "https://www.k-way.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8332232, - 45.7624276 - ] - }, - "id": "node/7004592900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7004596133", - "brand:wikidata": "Q3463859", - "name": "Saint-James Lyon", - "opening_hours": "Tu,Th-Sa 10:00-19:00, Mo,We 14:00-19:00, We 10:00-13:00", - "ref:FR:SIRET": "34504264200040", - "shop": "clothes", - "survey:date": "2023-08-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.833246, - 45.7621634 - ] - }, - "id": "node/7004596133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7006399168", - "brand": "Max Mara", - "brand:wikidata": "Q1151774", - "brand:wikipedia": "en:Max Mara", - "check_date:opening_hours": "2024-08-02", - "clothes": "women", - "name": "Max Mara", - "opening_hours": "Tu-Sa 11:00-13:00,14:00-19:00", - "opening_hours:signed": "no", - "opening_hours:url": "https://fr.maxmara.com/store/0901042", - "phone": "+33 4 72 41 72 53", - "ref:FR:SIRET": "31506530000123", - "shop": "clothes", - "website": "https://fr.maxmara.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.834102, - 45.7598457 - ] - }, - "id": "node/7006399168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7006403782", - "brand": "Armand Thiery", - "brand:wikidata": "Q2861975", - "brand:wikipedia": "fr:Armand Thiery", - "clothes": "men", - "name": "Armand Thiery", - "opening_hours": "Mo-Sa 09:30-19:00", - "ref:FR:SIRET": "38062233200449", - "shop": "clothes", - "website": "https://www.armandthiery.fr/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8336445, - 45.7608696 - ] - }, - "id": "node/7006403782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7006407412", - "brand": "Kujten", - "brand:website": "https://www.kujten.com/", - "brand:wikidata": "Q104889858", - "clothes": "women;men;children", - "clothes:men": "yes", - "clothes:women": "yes", - "contact:facebook": "https://www.facebook.com/Kujten", - "contact:instagram": "https://www.instagram.com/kujten/", - "description": "Vêtements en cachemire", - "name": "Kujten", - "opening_hours": "Mo,Fr,Sa 10:00-19:00; Tu-Th 10:00-12:00,13:00-19:00", - "phone": "+33 4 78 59 82 77", - "ref:FR:SIRET": "83018502100086", - "shop": "clothes", - "survey:date": "2023-08-17", - "website": "https://www.kujten.com/nos-boutiques/lyon_lyon_69002/18.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8338753, - 45.7599384 - ] - }, - "id": "node/7006407412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7006412659", - "check_date:opening_hours": "2024-02-14", - "clothes": "women", - "name": "Yaya", - "opening_hours:signed": "no", - "ref:FR:SIRET": "84374890600016", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.yaya.nl/stores/yaya-lyon/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8331651, - 45.7609703 - ] - }, - "id": "node/7006412659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7006422702", - "brand": "Sergent Major", - "brand:wikidata": "Q62521738", - "brand:wikipedia": "fr:Sergent Major (entreprise)", - "clothes": "babies;children", - "contact:facebook": "sergent.major.officiel", - "contact:instagram": "sergent_major_officiel", - "name": "Sergent Major", - "opening_hours": "Mo 10:00-19:00; Tu-Sa 09:30-19:00", - "phone": "+33 4 78 37 32 33", - "ref:FR:SIRET": "39127677100022", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.sergent-major.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8328098, - 45.7603511 - ] - }, - "id": "node/7006422702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7006446103", - "clothes": "socks", - "email": "ddi.lyon1@doredore.fr", - "name": "Doré Doré", - "opening_hours": "Mo 13:00-19:00; Tu-Th 10:00-13:00,14:00-19:00; Fr,Sa 10:00-19:00", - "opening_hours:url": "http://www.doredore1819.com/magasins/les-boutiques-dore-dore/dore-dore-lyon-jacobins/", - "phone": "+33 4 78 38 06 65", - "ref:FR:SIRET": "44857645400053", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.doredore1819.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8329528, - 45.7603957 - ] - }, - "id": "node/7006446103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7006446497", - "brand": "Armand Thiery", - "brand:wikidata": "Q2861975", - "brand:wikipedia": "fr:Armand Thiery", - "check_date:opening_hours": "2023-04-24", - "clothes": "women", - "name": "Armand Thiery", - "opening_hours": "Mo-Sa 09:30-19:00", - "ref:FR:SIRET": "38062233201413", - "shop": "clothes", - "survey:date": "2023-08-17", - "website": "https://www.armandthiery.fr/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8342204, - 45.760828 - ] - }, - "id": "node/7006446497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7006476478", - "brand": "Pablo", - "brand:wikidata": "Q104718978", - "check_date": "2024-09-03", - "check_date:opening_hours": "2024-09-03", - "clothes": "women", - "name": "Pablo", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33428298345", - "ref:FR:SIRET": "81411679400870", - "shop": "clothes", - "website": "https://www.pablo.fr", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8341517, - 45.7604743 - ] - }, - "id": "node/7006476478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7006508604", - "brand": "Falconeri", - "brand:wikidata": "Q28056375", - "check_date:opening_hours": "2024-08-02", - "clothes": "women", - "name": "Falconeri", - "opening_hours:signed": "no", - "ref:FR:SIRET": "33910906800231", - "shop": "clothes", - "website": "https://www.falconeri.com/fr/boutiques/auvergne-rhone-alpes/rhone/lyon_2_rue_childebert_69002_lyon/F323.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8342169, - 45.7601826 - ] - }, - "id": "node/7006508604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7017438371", - "email": "b_lyonzola@zapa.fr", - "name": "Zapa", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33437570800", - "ref:FR:SIRET": "72202470001038", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.zapa.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8327617, - 45.7590813 - ] - }, - "id": "node/7017438371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7017438372", - "brand": "American Vintage", - "brand:wikidata": "Q2422884", - "brand:wikipedia": "fr:American Vintage", - "name": "American Vintage", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478030983", - "ref:FR:SIRET": "51820608100029", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.americanvintage-store.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8327897, - 45.7591885 - ] - }, - "id": "node/7017438372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7017438373", - "name": "Transit", - "opening_hours": "Tu 11:30-14:00, 14:30-19:00; We-Sa 10:00-14:00, 14:30-19:00", - "shop": "clothes", - "survey:date": "2023-08-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8328233, - 45.7592822 - ] - }, - "id": "node/7017438373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7017438375", - "contact:phone": "+33478823415", - "name": "M.Moustache", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "75092338500124", - "shop": "shoes", - "website": "https://www.m-moustache.com", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8328585, - 45.7593989 - ] - }, - "id": "node/7017438375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7029546273", - "brand": "Agnès B.", - "brand:wikidata": "Q282967", - "brand:wikipedia": "fr:agnès b.", - "check_date:opening_hours": "2023-04-16", - "clothes": "men", - "name": "Agnès B. homme", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 478375863", - "ref:FR:SIRET": "30375429500481", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.agnesb.eu/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8309714, - 45.7546476 - ] - }, - "id": "node/7029546273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7029584085", - "brand": "Agnès B.", - "brand:wikidata": "Q282967", - "brand:wikipedia": "fr:agnès b.", - "check_date:opening_hours": "2023-04-16", - "clothes": "women;children;babies", - "name": "Agnès B.", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 478375863", - "ref:FR:SIRET": "30375429500242", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.agnesb.eu/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8310275, - 45.7547761 - ] - }, - "id": "node/7029584085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7029615326", - "check_date:opening_hours": "2024-02-24", - "contact:email": "contact@maisonfranc.com", - "contact:phone": "+33478050335", - "name": "Maison Franc", - "opening_hours:signed": "no", - "ref:FR:SIRET": "82236736300030", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.maisonfranc.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8312958, - 45.7552742 - ] - }, - "id": "node/7029615326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7029616713", - "check_date:opening_hours": "2024-02-24", - "name": "Officine Générale Paris 6", - "opening_hours:signed": "no", - "shop": "clothes", - "survey:date": "2023-08-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8313375, - 45.7553368 - ] - }, - "id": "node/7029616713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7030885385", - "brand": "Tinsels", - "check_date:opening_hours": "2023-04-16", - "name": "Tinsels", - "opening_hours": "Mo 13:00-19:00; Tu-Fr 10:30-14:00,15:00-19:00; Sa 10:00-19:00", - "ref:FR:SIRET": "53987432100026", - "shop": "clothes", - "website": "https://tinsels.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8316206, - 45.7555114 - ] - }, - "id": "node/7030885385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7033881603", - "name": "bonny", - "opening_hours": "Tu-Fr 10:00-18:00; Sa 10:30-18:30", - "ref:FR:SIRET": "79204121200020", - "shop": "clothes", - "survey:date": "2023-10-06", - "website": "https://bonny-clothes.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8311361, - 45.7545945 - ] - }, - "id": "node/7033881603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7033904327", - "clothes": "women", - "email": "bonjour@ac17store.com", - "name": "AC17", - "opening_hours": "Tu-Sa 10:30-18:00", - "phone": "+33472400156", - "ref:FR:SIRET": "80347418800015", - "shop": "clothes", - "survey:date": "2023-10-06", - "website": "https://www.ac17store.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.831233, - 45.7547659 - ] - }, - "id": "node/7033904327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7033929224", - "brand": "Paraboot", - "name": "Paraboot", - "opening_hours": "Mo, We 10:00-13:00, 14:00-19:00; Tu, Th-Sa 10:00-19:00", - "phone": "+33478420672", - "ref:FR:SIRET": "34986959400011", - "shop": "shoes", - "survey:date": "2023-08-27", - "website": "https://www.paraboot.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8314684, - 45.7555769 - ] - }, - "id": "node/7033929224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7033935359", - "check_date:opening_hours": "2024-03-07", - "name": "Vicomte", - "opening_hours:signed": "no", - "ref:FR:SIRET": "34421985200011", - "shop": "clothes", - "survey:date": "2023-08-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8314505, - 45.7555296 - ] - }, - "id": "node/7033935359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7035268806", - "brand": "Isabel Marant", - "email": "lyon@isabelmarant.fr", - "name": "Isabel Marant", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33481490840", - "ref:FR:SIRET": "41988231100089", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.isabelmarant.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8318761, - 45.7559922 - ] - }, - "id": "node/7035268806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7036599735", - "contact:facebook": "https://www.facebook.com/StaseOner/", - "name": "Les Fringantes", - "opening_hours": "Tu-Fr 10:45-14:00, 15:00-19:00; Sa 10:45-19:00", - "ref:FR:SIRET": "84217205800013", - "shop": "clothes", - "survey:date": "2023-08-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8320254, - 45.7562904 - ] - }, - "id": "node/7036599735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7036627061", - "brand": "Bensimon", - "name": "Autour du Monde", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:30-19:00", - "phone": "+33472322858", - "ref:FR:SIRET": "42152971000269", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.bensimon.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.831608, - 45.7558767 - ] - }, - "id": "node/7036627061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7036631707", - "name": "Dupont Dupont", - "opening_hours": "Tu-Sa 11:00-14:00, 15:00-19:00", - "ref:FR:SIRET": "90459076700011", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://dupontdupontstore.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8319741, - 45.756205 - ] - }, - "id": "node/7036631707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7036639373", - "brand": "Niack Boutique", - "clothes": "women", - "name": "Nyack Boutique", - "opening_hours": "Tu-Fr 10:00-13:00,14:00-19:00; Sa 10:30-19:00", - "phone": "+33 4 37 57 53 26", - "ref:FR:SIRET": "51975555700013", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://nyackboutique.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8318194, - 45.7559062 - ] - }, - "id": "node/7036639373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7064467686", - "name": "Graphiti Homme", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "31338383800148", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8341693, - 45.7659936 - ] - }, - "id": "node/7064467686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7064467786", - "check_date:opening_hours": "2024-11-15", - "name": "Upper Shoes", - "opening_hours": "Mo 14:00-19:00; Tu-Fr 10:00-19:00; Sa 10:00-19:30", - "phone": "+33 4 78 38 39 31", - "ref:FR:SIRET": "44062794100022", - "shop": "shoes", - "website": "https://www.upper-shoes.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8347546, - 45.7606375 - ] - }, - "id": "node/7064467786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7064467787", - "branch": "Cachemire", - "brand": "Éric Bompard", - "brand:wikidata": "Q3590998", - "name": "Éric Bompard", - "ref:FR:SIRET": "33837545400067", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8291279, - 45.7576688 - ] - }, - "id": "node/7064467787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7065522316", - "check_date": "2023-06-08", - "name": "Rita Corp", - "opening_hours": "Tu-Sa 13:30-19:00", - "second_hand": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8731641, - 45.7541594 - ] - }, - "id": "node/7065522316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7072588365", - "brand": "Armor Lux", - "brand:wikidata": "Q951079", - "brand:wikipedia": "fr:Armor Lux", - "name": "Armor Lux", - "opening_hours": "Tu-Sa 10:00-12:30, 14:30-19:00", - "phone": "+33478383210", - "shop": "clothes", - "survey:date": "2023-08-20", - "website": "https://www.armorlux.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8285514, - 45.7525013 - ] - }, - "id": "node/7072588365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7080975385", - "brand:wikidata": "Q3590998", - "name": "Eric Bompard", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "33837545400604", - "shop": "clothes", - "survey:date": "2023-09-14", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.834013, - 45.7634478 - ] - }, - "id": "node/7080975385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7088660185", - "brand:wikidata": "Q3590998", - "name": "Eric Bompard Cachemire", - "opening_hours": "Mo-Sa 10:30-19:00", - "phone": "+33 4 78 17 24 49", - "ref:FR:SIRET": "33837545400265", - "shop": "clothes", - "survey:date": "2020-10-20", - "website": "https://www.eric-bompard.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8484441, - 45.7692594 - ] - }, - "id": "node/7088660185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7101734377", - "clothes": "men", - "name": "Omazoma", - "opening_hours": "Tu-Fr 10:00-12:30,14:00-19:00; Sa 10:00-19:00; Mo 14:30-18:30", - "ref:FR:SIRET": "82046313100012", - "shop": "clothes", - "website": "https://omazoma.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8577444, - 45.7695372 - ] - }, - "id": "node/7101734377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7103166989", - "name": "Minimax", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8278565, - 45.7523351 - ] - }, - "id": "node/7103166989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105175843", - "name": "Coton Doux", - "opening_hours": "Mo-Sa 09:30-19:30", - "ref:FR:SIRET": "52984268400027", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://cotondoux.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8325935, - 45.7590587 - ] - }, - "id": "node/7105175843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105179923", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "brand:wikipedia": "fr:Zadig & Voltaire", - "name": "Zadig & Voltaire", - "opening_hours": "Mo 10:30-19:00; Tu-Sa 10:00-19:00", - "phone": "+33478605539", - "ref:FR:SIRET": "41348498100399", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.zadig-et-voltaire.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8325668, - 45.7589759 - ] - }, - "id": "node/7105179923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105182769", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "clothes": "women", - "name": "Sandro", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33472650955", - "ref:FR:SIRET": "31942731601015", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://fr.sandro-paris.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8325161, - 45.758804 - ] - }, - "id": "node/7105182769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105189350", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "brand:wikipedia": "fr:Maje", - "clothes": "women", - "name": "Maje", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478953824", - "ref:FR:SIRET": "38254431000883", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://fr.maje.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.832669, - 45.7593187 - ] - }, - "id": "node/7105189350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105191658", - "clothes": "women", - "name": "Gérard Darel", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478380695", - "ref:FR:SIRET": "81411679400565", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.gerarddarel.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8326332, - 45.7592112 - ] - }, - "id": "node/7105191658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105196920", - "name": "Majestic Filatures", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478422802", - "ref:FR:SIRET": "79497353700093", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.majesticfilatures.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8326089, - 45.7591276 - ] - }, - "id": "node/7105196920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105199927", - "name": "High", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "80475619500017", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.high-everydaycouture.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8325389, - 45.758893 - ] - }, - "id": "node/7105199927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105202963", - "clothes": "women", - "name": "Xavanne", - "opening_hours": "Tu-Sa 10:00-13:00, 14:15-19:00", - "phone": "+33986102424", - "ref:FR:SIRET": "32806184100057", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "http://www.xavanne.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8325616, - 45.7589377 - ] - }, - "id": "node/7105202963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105202964", - "clothes": "women", - "name": "Sessùn", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33472042728", - "ref:FR:SIRET": "42920428200181", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://fr.sessun.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8324521, - 45.758595 - ] - }, - "id": "node/7105202964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105230748", - "brand": "Wolford", - "brand:wikidata": "Q431607", - "brand:wikipedia": "en:Wolford", - "clothes": "women", - "name": "Wolford", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 72 40 26 30", - "ref:FR:SIRET": "34202053400059", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.wolfordshop.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8330655, - 45.7601095 - ] - }, - "id": "node/7105230748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105241983", - "brand": "Philippe Model Paris", - "contact:facebook": "https://www.facebook.com/PhilippeModelParis/", - "contact:instagram": "https://www.instagram.com/philippemodelparis/", - "name": "Philippe Model Paris", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-13:00,14:00-19:00", - "ref:FR:SIRET": "84264914700019", - "shop": "shoes", - "survey:date": "2023-08-27", - "website": "https://www.philippemodel.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8330009, - 45.7598457 - ] - }, - "id": "node/7105241983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105243204", - "brand": "Bonpoint", - "clothes": "babies;children", - "name": "Bonpoint", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 78 37 80 61", - "ref:FR:SIRET": "34889047600271", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.bonpoint.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8329552, - 45.7596908 - ] - }, - "id": "node/7105243204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105245090", - "clothes": "women", - "name": "Maison Stella & Suzie", - "opening_hours": "Mo,Tu 10:00-13:00,14:00-19:00; We-Sa 10:00-19:00", - "shop": "clothes", - "survey:date": "2023-08-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8329794, - 45.7597713 - ] - }, - "id": "node/7105245090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105245485", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "contact:phone": "+33451236882", - "name": "Jonak", - "opening_hours": "Tu-Sa 11:00-13:00, 14:00-19:00", - "ref:FR:SIRET": "47789770600057", - "shop": "shoes", - "survey:date": "2023-08-27", - "website": "https://www.jonak.fr/nos-boutiques/jonak-lyon-zola_lyon_69002/89.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8328215, - 45.75985 - ] - }, - "id": "node/7105245485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105255083", - "contact:phone": "+33437230022", - "name": "Mellow Yellow", - "opening_hours": "Mo,Tu,Th 10:00-14:00,15:00-19:00; We,Fr,Sa 10:00-19:00", - "ref:FR:SIRET": "44348622000363", - "shop": "shoes", - "survey:date": "2024-09-17", - "website": "https://www.mellowyellow.com/boutique/lyon/mellowyellow-lyon-02867" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8328392, - 45.7599348 - ] - }, - "id": "node/7105255083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105259374", - "clothes": "women", - "name": "Oska", - "opening_hours": "Tu-Sa 11:00-18:30", - "ref:FR:SIRET": "32680240200056", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "http://fr.osaka.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8328249, - 45.7599026 - ] - }, - "id": "node/7105259374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7107607470", - "alt_name": "GOSSYP by Casy’s", - "clothes": "women", - "name": "G.O.S.S.Y.P", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "51306764500046", - "shop": "clothes", - "survey:date": "2024-09-25", - "website": "https://www.magasin-pret-a-porter.fr", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8347629, - 45.7596675 - ] - }, - "id": "node/7107607470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7107656945", - "check_date": "2023-11-16", - "clothes": "women", - "contact:facebook": "courbettesetgalipettes", - "delivery:covid19": "yes", - "name": "Courbettes et Galipettes", - "opening_hours": "Tu-Sa 11:00-19:30", - "phone": "+33 4 78 38 04 17", - "ref:FR:SIRET": "49134771200110", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8343854, - 45.7600414 - ] - }, - "id": "node/7107656945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7110224475", - "brand": "Rossignol", - "check_date:opening_hours": "2024-02-26", - "name": "Rossignol", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8346892, - 45.7603374 - ] - }, - "id": "node/7110224475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7110228969", - "check_date": "2023-11-16", - "clothes": "maternity", - "name": "Balloon", - "opening_hours": "Tu-Sa 10:30-13:00, 13:45-18:45", - "ref:FR:SIRET": "32833016200079", - "shop": "clothes", - "website": "http://balloon-paris.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344566, - 45.7603409 - ] - }, - "id": "node/7110228969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7110229312", - "name": "Warm-up F1.com", - "opening_hours": "Tu-Th,Sa 10:00-19:00; Fr 10:30-19:00", - "phone": "+33472419515", - "ref:FR:SIRET": "41842307500013", - "shop": "clothes", - "website": "https://www.warm-upf1.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8350075, - 45.76032 - ] - }, - "id": "node/7110229312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7110247028", - "brand": "Weekend Max Mara", - "brand:wikidata": "Q1151774", - "clothes": "women", - "name": "Weekend Max Mara", - "opening_hours": "Tu-Sa 10:00-19:00", - "phone": "+33 4 37 57 17 55", - "ref:FR:SIRET": "31506530000180", - "shop": "clothes", - "website": "https://world.weekendmaxmara.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8346412, - 45.7606424 - ] - }, - "id": "node/7110247028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7110250496", - "brand:wikidata": "Q1539185", - "check_date": "2023-11-16", - "name": "Timberland", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33478378272", - "ref:FR:SIRET": "35323852000533", - "shop": "shoes", - "website": "https://www.timberland.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8345766, - 45.7603318 - ] - }, - "id": "node/7110250496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7110266694", - "brand": "Aubade", - "brand:wikidata": "Q2870536", - "brand:wikipedia": "fr:Aubade (lingerie)", - "check_date": "2023-11-16", - "clothes": "underwear", - "name": "Aubade", - "opening_hours": "Mo 10:00-13:00, 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33478381475", - "ref:FR:SIRET": "77569590100139", - "shop": "clothes", - "website": "https://www.aubade.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8345003, - 45.7603432 - ] - }, - "id": "node/7110266694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7110272606", - "brand": "Hackett London", - "brand:wikidata": "Q1136426", - "brand:wikipedia": "en:Hackett London", - "clothes": "men", - "email": "lyon@hackett.com", - "name": "Hackett London", - "opening_hours": "Tu-Sa 10:00-19:00", - "phone": "+33 6 12 05 64 67", - "shop": "clothes", - "website": "https://www.hackett.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8348297, - 45.7606332 - ] - }, - "id": "node/7110272606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7110274262", - "brand": "Bexley", - "brand:wikidata": "Q101247434", - "check_date:opening_hours": "2024-11-07", - "name": "Bexley", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 09:30-20:00", - "ref:FR:SIRET": "34443425300029", - "shoes": "men", - "shop": "shoes", - "website": "https://bexley.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344882, - 45.7601876 - ] - }, - "id": "node/7110274262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7110277061", - "check_date:opening_hours": "2024-11-15", - "clothes": "men", - "contact:phone": "+33977962113", - "name": "Hast", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "79359015900067", - "shop": "clothes", - "website": "https://www.hast.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8349047, - 45.7606302 - ] - }, - "id": "node/7110277061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7110278924", - "brand": "Serge Blanco", - "brand:wikidata": "Q101407017", - "check_date:opening_hours": "2023-07-09", - "clothes": "men", - "name": "Serge Blanco", - "opening_hours:signed": "no", - "phone": "+33 4 72 40 26 66", - "ref:FR:SIRET": "45227802100020", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8349974, - 45.7606242 - ] - }, - "id": "node/7110278924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7110279448", - "brand": "American Vintage", - "brand:wikidata": "Q2422884", - "brand:wikipedia": "fr:American Vintage", - "check_date": "2024-11-15", - "check_date:opening_hours": "2024-11-15", - "name": "American Vintage", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "50305543600359", - "shop": "clothes", - "website": "https://fr.americanvintage-store.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8345588, - 45.7607907 - ] - }, - "id": "node/7110279448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7110283021", - "check_date:opening_hours": "2024-02-14", - "contact:facebook": "Colmar-lyon-246072082566153", - "name": "Colmar", - "opening_hours:signed": "no", - "phone": "+33 4 78 37 09 44", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8345664, - 45.7606374 - ] - }, - "id": "node/7110283021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7110323693", - "brand": "Gant", - "brand:wikidata": "Q1493667", - "brand:wikipedia": "en:Gant (retailer)", - "email": "lyon-01@gant.com", - "name": "Gant", - "opening_hours": "Fr,Sa 10:00-19:00; Tu-Th 10:00-13:30,14:30-19:00", - "phone": "+33472157753", - "ref:FR:SIRET": "50381367700120", - "shop": "clothes", - "website": "https://fr.gant.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8343844, - 45.7606318 - ] - }, - "id": "node/7110323693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7110326357", - "brand": "Eden Park", - "brand:wikidata": "Q3047389", - "brand:wikipedia": "fr:Eden Park (marque)", - "clothes": "men", - "name": "Eden Park", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-13:30,14:30-19:00", - "phone": "+33478370996", - "ref:FR:SIRET": "34879032000397", - "shop": "clothes", - "website": "https://www.eden-park.fr", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344842, - 45.7606427 - ] - }, - "id": "node/7110326357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7115121472", - "name": "F&F Collections", - "opening_hours": "Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.827818, - 45.7527002 - ] - }, - "id": "node/7115121472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7149664858", - "name": "Influenceuse", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.872841, - 45.8242502 - ] - }, - "id": "node/7149664858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7154511485", - "name": "Fabienne Alagama", - "ref:FR:SIRET": "50795955900059", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8419427, - 45.7698645 - ] - }, - "id": "node/7154511485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7175614345", - "level": "0", - "name": "Le Studio", - "ref:FR:SIRET": "83955923400027", - "shop": "bag", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8297546, - 45.7541597 - ] - }, - "id": "node/7175614345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7175633808", - "name": "Laurent-St-Michel", - "opening_hours": "Tu-Sa 10:00-18:30", - "ref:FR:SIRET": "50501123900025", - "shop": "clothes", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8310097, - 45.7557838 - ] - }, - "id": "node/7175633808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7175644132", - "check_date:opening_hours": "2024-02-03", - "name": "Côté à Côte", - "opening_hours": "Mo-Fr 10:00-19:00", - "shop": "clothes", - "survey:date": "2023-08-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8309169, - 45.7556141 - ] - }, - "id": "node/7175644132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7201346926", - "brand": "United Colors of Benetton", - "brand:wikidata": "Q817139", - "brand:wikipedia": "en:Benetton Group", - "check_date:opening_hours": "2022-02-26", - "contact:email": "benetton.lyon@gmail.com", - "contact:phone": "+33 638737344", - "name": "United colors of Benetton", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes", - "short_name": "Benetton", - "takeaway:covid19": "yes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8679044, - 45.7447905 - ] - }, - "id": "node/7201346926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7257778820", - "check_date": "2023-09-22", - "name": "Bellucci Domenico", - "ref:FR:SIRET": "81983928300010", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8339523, - 45.7650159 - ] - }, - "id": "node/7257778820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7258529795", - "email": "initialesboutique@gmail.com", - "name": "Initiales", - "phone": "+33 4 78 37 26 93", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.initialesboutique.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8322762, - 45.7611165 - ] - }, - "id": "node/7258529795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7258529797", - "contact:facebook": "Trampslyon", - "contact:instagram": "tramps_lyon", - "email": "tramps69@live.be", - "name": "Tramps", - "opening_hours": "Mo 14:00-19:30; Tu-Sa 10:00-19:30", - "phone": "+33 4 72 77 51 47", - "shop": "shoes", - "survey:date": "2023-08-27", - "website": "https://www.tramps.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8324733, - 45.7610751 - ] - }, - "id": "node/7258529797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7258529799", - "name": "La Canadienne", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 4 81 09 00 29", - "ref:FR:SIRET": "84006218600027", - "shop": "clothes", - "website": "https://www.la-canadienne.com/boutique/schott-by-la-canadienne.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8325602, - 45.7610589 - ] - }, - "id": "node/7258529799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7258529801", - "clothes": "underwear", - "contact:facebook": "La-Manufacture-Lyon-1911292462469255", - "contact:mobile": "+33 6 08 05 50 30", - "name": "La manufacture", - "opening_hours": "Mo 14:00-19:30; Tu-Fr 10:00-13:00,14:00-19:30; Sa 10:00-19:30", - "ref:FR:SIRET": "72682038400113", - "shop": "clothes", - "survey:date": "2023-08-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8326924, - 45.7609293 - ] - }, - "id": "node/7258529801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7258529802", - "contact:facebook": "Lesaffranchis.lyon", - "contact:instagram": "Lesaffranchislyon", - "contact:snapchat": "Lesaffranchis69", - "email": "lesaffranchis69002@gmail.com", - "name": "Les affranchis", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 4 72 41 97 57", - "ref:FR:SIRET": "43401396700022", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.lesaffranchis.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8328052, - 45.7609093 - ] - }, - "id": "node/7258529802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7258529806", - "name": "Les Affranchis", - "opening_hours": "Mo-Sa 10:00-19:30", - "ref:FR:SIRET": "43401396700014", - "shop": "clothes", - "survey:date": "2023-08-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8329855, - 45.7608648 - ] - }, - "id": "node/7258529806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7258688692", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "name": "The Kooples", - "ref:FR:SIRET": "50053950700243", - "shop": "clothes", - "survey:date": "2023-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8334954, - 45.7613102 - ] - }, - "id": "node/7258688692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7258688696", - "name": "Ycône", - "ref:FR:SIRET": "43476274600049", - "shop": "clothes", - "survey:date": "2023-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8334939, - 45.7613645 - ] - }, - "id": "node/7258688696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7258688697", - "brand": "Un Jour Ailleurs", - "brand:wikidata": "Q105106211", - "contact:phone": "+33451555150", - "name": "Un Jour Ailleurs", - "opening_hours": "Mo-Th 10:00-13:00,14:00-19:00; Fr,Sa 10:00-19:00", - "shop": "clothes", - "survey:date": "2023-09-14", - "website": "https://boutique.unjourailleurs.com/fr/france-FR/784/lyon/details" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.833487, - 45.7614354 - ] - }, - "id": "node/7258688697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7258688702", - "name": "Planète jeunes", - "opening_hours": "Mo-Fr 10:00-19:00; Su 13:00-18:00", - "ref:FR:SIRET": "32102468900051", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8337154, - 45.7616943 - ] - }, - "id": "node/7258688702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7301436159", - "brand": "Antonelle", - "brand:wikidata": "Q105082567", - "check_date:opening_hours": "2024-11-15", - "clothes": "women", - "name": "Antonelle", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "34408028800212", - "shop": "clothes", - "website": "https://www.antonelle.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8341662, - 45.7609528 - ] - }, - "id": "node/7301436159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7301436166", - "brand": "Livy", - "clothes": "underwear", - "name": "Livy", - "opening_hours": "Mo-Sa 10:30-19:30", - "phone": "+33 4 78 85 12 94", - "ref:FR:SIRET": "82268359500166", - "shop": "clothes", - "survey:date": "2023-09-13", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8339655, - 45.7612343 - ] - }, - "id": "node/7301436166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7301436167", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "check_date": "2024-11-15", - "check_date:opening_hours": "2024-11-15", - "name": "The Kooples", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-19:30", - "ref:FR:SIRET": "50053950700805", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8339588, - 45.7614228 - ] - }, - "id": "node/7301436167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7301436168", - "brand": "The North Face", - "brand:website": "https://www.thenorthface.fr", - "brand:wikidata": "Q152784", - "clothes": "outdoor", - "name": "The North Face", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "35323852001010", - "shop": "clothes", - "survey:date": "2024-11-18", - "website": "https://locations.thenorthface.fr/lyon/lyon/TNFSL-67REH1416R", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8341921, - 45.7613382 - ] - }, - "id": "node/7301436168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7301436170", - "alt_name": "Ikks Junior", - "branch": "junior", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "name": "Ikks", - "ref:FR:SIRET": "47996096500180", - "shop": "clothes", - "survey:date": "2023-08-17", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8342009, - 45.7614476 - ] - }, - "id": "node/7301436170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7301436173", - "brand:wikidata": "Q18353156", - "clothes": "women", - "name": "Elena Miro", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 10:00-13:00,14:00-19:00", - "ref:FR:SIRET": "32898800100215", - "shop": "clothes", - "survey:date": "2023-08-17", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8342042, - 45.7616029 - ] - }, - "id": "node/7301436173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7301436174", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "check_date": "2024-11-15", - "check_date:opening_hours": "2024-11-15", - "name": "Sandro", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8339702, - 45.7615015 - ] - }, - "id": "node/7301436174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7302402752", - "clothes": "men", - "name": "Why Not", - "opening_hours": "Tu-Sa 10:00-12:00, 14:00-19:00", - "phone": "+339 81099135", - "ref:FR:SIRET": "83894873500025", - "shop": "clothes", - "survey:date": "2023-10-08", - "website": "https://boutique-whynot.business.site/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8313357, - 45.7596311 - ] - }, - "id": "node/7302402752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7302402757", - "name": "Garbis Devar", - "phone": "+33 4 72 41 94 09", - "shop": "clothes", - "survey:date": "2023-10-08", - "website": "http://www.garbisdevar.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8308153, - 45.7598434 - ] - }, - "id": "node/7302402757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7367481943", - "brand": "Mephisto", - "brand:wikidata": "Q822975", - "brand:wikipedia": "fr:Mephisto (chaussure)", - "contact:facebook": "https://www.facebook.com/mephistolyon", - "contact:twitter": "https://twitter.com/mephistolyon", - "name": "Mephisto Lyon Bellecour", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 4 78 42 60 28", - "ref:FR:SIRET": "42326155100034", - "shop": "shoes", - "website": "https://www.mephistolyon.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8285596, - 45.7574236 - ] - }, - "id": "node/7367481943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7367798925", - "clothes": "men;wedding;suits;fashion", - "name": "Danyberd", - "opening_hours": "Mo-Fr 09:45-19:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "ref:FR:SIRET": "30544597500066", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.834207, - 45.7658605 - ] - }, - "id": "node/7367798925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7367798926", - "contact:phone": "+33478587828", - "name": "Sébastien Le Guillou - Denim", - "opening_hours": "Tu-Sa 10:00-13:00,14:00-19:00", - "ref:FR:SIRET": "95752557900059", - "shop": "clothes", - "survey:date": "2021-09-12", - "website": "https://sebastienleguillou.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.834207, - 45.7657988 - ] - }, - "id": "node/7367798926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7367798927", - "brand:wikidata": "Q95988405", - "clothes": "men", - "contact:facebook": "Gianni-Ferrucci-214070158611636", - "contact:instagram": "gianniferrucci", - "email": "contactgianniferrucci@gmail.com", - "name": "Gianni Ferrucci", - "opening_hours": "Mo-Fr 09:30-19:30; Su 09:30-13:30", - "phone": "+33 4 72 00 98 61", - "ref:FR:SIRET": "48337604200014", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.834203, - 45.7657398 - ] - }, - "id": "node/7367798927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7367798928", - "check_date": "2024-02-24", - "contact:phone": "+33953432491", - "name": "Pied de Biche", - "opening_hours": "Mo-Fr 11:00-19:30; Sa 10:30-19:30", - "ref:FR:SIRET": "81442846200109", - "shop": "shoes", - "website": "https://fr.pieddebiche-paris.com/boutiques/point-de-vente/5.html", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8342016, - 45.7656786 - ] - }, - "id": "node/7367798928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7367798929", - "brand": "Bexley", - "brand:wikidata": "Q101247434", - "name": "Bexley", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 09:30-20:00", - "ref:FR:SIRET": "34443425300193", - "shoes": "men", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8341976, - 45.7655775 - ] - }, - "id": "node/7367798929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7367805506", - "brand": "Le Slip Français", - "brand:wikidata": "Q14594793", - "brand:wikipedia": "fr:Le Slip français", - "clothes": "underwear", - "name": "Le Slip Français", - "opening_hours": "Tu-Sa 10:30-19:00; Mo 13:00-19:00", - "ref:FR:SIRET": "53913019500123", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8341051, - 45.7640689 - ] - }, - "id": "node/7367805506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7367805507", - "brand:wikidata": "Q105176791", - "check_date:opening_hours": "2023-09-22", - "clothes": "men", - "name": "Father & Sons", - "opening_hours:signed": "no", - "ref:FR:SIRET": "42161959400151", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.834097, - 45.7638987 - ] - }, - "id": "node/7367805507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7367805508", - "check_date:opening_hours": "2023-09-22", - "name": "Cabaïa", - "opening_hours:signed": "no", - "shop": "bag", - "survey:date": "2022-11-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.834093, - 45.7637134 - ] - }, - "id": "node/7367805508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7367805512", - "brand": "Massimo Dutti", - "brand:wikidata": "Q788231", - "brand:wikipedia": "en:Massimo Dutti", - "name": "Massimo Dutti", - "ref:FR:SIRET": "43884309600274", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8340407, - 45.7631333 - ] - }, - "id": "node/7367805512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7367848845", - "name": "Jonak", - "ref:FR:SIRET": "42856578200185", - "shop": "shoes", - "survey:date": "2023-09-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8340192, - 45.7627048 - ] - }, - "id": "node/7367848845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7367848846", - "brand": "Aigle", - "brand:wikidata": "Q404391", - "brand:wikipedia": "fr:Aigle (entreprise)", - "name": "Aigle", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-13:00,14:00-19:00", - "ref:FR:SIRET": "31439771200287", - "shop": "clothes", - "survey:date": "2023-09-13", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8340058, - 45.7626225 - ] - }, - "id": "node/7367848846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7367848847", - "brand": "Cyrillus", - "brand:wikidata": "Q105132734", - "brand:wikipedia": "fr:Cyrillus", - "check_date": "2024-11-30", - "check_date:opening_hours": "2024-11-30", - "name": "Cyrillus", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "42102299700371", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8339991, - 45.762529 - ] - }, - "id": "node/7367848847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7367848849", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "clothes": "women", - "name": "Maje", - "ref:FR:SIRET": "38254431000875", - "shop": "clothes", - "survey:date": "2023-09-13", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8339871, - 45.7622408 - ] - }, - "id": "node/7367848849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7367848851", - "brand": "Cosmoparis", - "brand:wikidata": "Q105105839", - "name": "Cosmoparis", - "ref:FR:SIRET": "35297505600446", - "shop": "shoes", - "survey:date": "2023-09-13", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8339649, - 45.7618558 - ] - }, - "id": "node/7367848851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7399696066", - "name": "Shops", - "ref:FR:SIRET": "88114840700011", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8266993, - 45.7548723 - ] - }, - "id": "node/7399696066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7476137677", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8735107, - 45.7638868 - ] - }, - "id": "node/7476137677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7489739522", - "name": "Belle Anna", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "website": "https://belleanna.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8326126, - 45.7600443 - ] - }, - "id": "node/7489739522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7489894375", - "brand": "Geox", - "brand:wikidata": "Q588001", - "brand:wikipedia": "en:Geox", - "name": "Geox", - "phone": "+33 4 72162833", - "ref:FR:SIRET": "41088291400709", - "shop": "shoes", - "survey:date": "2023-09-13", - "website": "https://www.geox.com/fr-FR/storedetails?StoreID=104675", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8342427, - 45.7619749 - ] - }, - "id": "node/7489894375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7489931485", - "access:covid19": "yes", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "check_date": "2023-09-22", - "name": "Caroll", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 78 38 07 68", - "ref:FR:SIRET": "58200170702952", - "shop": "clothes", - "website": "https://www.caroll.com/fr_fr/Details-Store/?StoreID=B782", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8342596, - 45.7621678 - ] - }, - "id": "node/7489931485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7489970896", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "brand:wikipedia": "fr:Jacadi", - "clothes": "children", - "name": "Jacadi", - "shop": "clothes", - "survey:date": "2023-09-13", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8342956, - 45.7626439 - ] - }, - "id": "node/7489970896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7489970897", - "name": "Balibaris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8342607, - 45.7622547 - ] - }, - "id": "node/7489970897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7490053418", - "brand": "Gabor", - "brand:wikidata": "Q1488760", - "brand:wikipedia": "de:Gabor Shoes", - "name": "Gabor", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 4 78 37 34 97", - "ref:FR:SIRET": "77983824200013", - "shop": "shoes", - "survey:date": "2023-09-13", - "website": "https://www.gabor-shop.fr/boutiques?id_store=2", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8343019, - 45.762847 - ] - }, - "id": "node/7490053418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7490127040", - "brand": "Vertbaudet", - "brand:wikidata": "Q2518521", - "brand:wikipedia": "fr:Vertbaudet", - "check_date": "2023-09-22", - "clothes": "babies;children", - "contact:phone": "+33 4 81 49 10 70", - "contact:website": "https://magasin.vertbaudet.fr/", - "name": "Vertbaudet", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "39755532700576", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344368, - 45.7650553 - ] - }, - "id": "node/7490127040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7490196836", - "check_date": "2023-09-22", - "contact:facebook": "https://www.facebook.com/JUST-Be-Basic-Ethnic-323037187885604/", - "contact:instagram": "https://www.instagram.com/basicethnic/", - "email": "basic.ethnic@wanadoo.fr", - "name": "Basic Ethnic", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 4 72 98 86 32", - "ref:FR:SIRET": "32705814500035", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344181, - 45.7651822 - ] - }, - "id": "node/7490196836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7490196837", - "contact:facebook": "https://www.facebook.com/lyon.imperial/", - "contact:instagram": "https://www.instagram.com/imperialfashionlyon/", - "email": "contact@imperial-lyon.fr", - "name": "Imperial Lyon", - "phone": "+33 4 78 85 69 32", - "ref:FR:SIRET": "83467825200018", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344375, - 45.7654467 - ] - }, - "id": "node/7490196837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7490332600", - "brand": "Le Coq Sportif", - "brand:wikidata": "Q1066156", - "check_date": "2023-09-22", - "clothes": "sports", - "name": "Le Coq Sportif", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 78 69 15 73", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.834465, - 45.7655059 - ] - }, - "id": "node/7490332600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7490558261", - "contact:facebook": "https://www.facebook.com/JUST-Be-Basic-Ethnic-323037187885604/", - "contact:instagram": "https://www.instagram.com/basicethnic/", - "email": "basic.ethnic@wanadoo.fr", - "name": "Just BE", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 4 72 98 86 32", - "ref:FR:SIRET": "32705814500043", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344711, - 45.765643 - ] - }, - "id": "node/7490558261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7490558262", - "contact:facebook": "EvokShoes", - "contact:instagram": "evok_shoes", - "contact:snapchat": "evok-shoes", - "name": "Evok Shop", - "opening_hours": "Mo-Fr 10:30-13:00,14:00-19:30; Sa 10:30-19:30", - "phone": "+33 4 78 39 61 98", - "ref:FR:SIRET": "75273938300012", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344665, - 45.7656031 - ] - }, - "id": "node/7490558262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7490580615", - "clothes": "women", - "contact:phone": "+33478293232", - "name": "Madame by Le Guillou", - "opening_hours": "Tu-Sa 10:00-13:00,14:00-19:00", - "ref:FR:SIRET": "95752557900034", - "shop": "clothes", - "website": "https://sebastienleguillou.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344764, - 45.7658727 - ] - }, - "id": "node/7490580615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7490580616", - "brand": "BOGGI Milano", - "brand:wikidata": "Q93451035", - "brand:wikipedia": "it:Boggi Milano", - "name": "Boggi Milano", - "ref:FR:SIRET": "52056686000141", - "shop": "clothes", - "source": "INSEE - 04/2020" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344811, - 45.7657375 - ] - }, - "id": "node/7490580616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7490648336", - "check_date": "2024-11-23", - "check_date:opening_hours": "2024-11-23", - "name": "Finsbury", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-19:30", - "phone": "+33 9 80 78 46 06", - "ref:FR:SIRET": "82430552800187", - "shoes": "men", - "shop": "shoes", - "source": "INSEE - 04/2020" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8345023, - 45.7662766 - ] - }, - "id": "node/7490648336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7490648337", - "check_date": "2023-09-22", - "name": "Maison Haussman", - "ref:FR:SIRET": "78005433400138", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344976, - 45.7661921 - ] - }, - "id": "node/7490648337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7490880723", - "contact:phone": "+33478281048", - "name": "Le Guillou", - "opening_hours": "Mo-Sa 09:30-19:00", - "ref:FR:SIRET": "95752557900067", - "shop": "clothes", - "source": "INSEE - 04/2020", - "website": "https://sebastienleguillou.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8342269, - 45.7662037 - ] - }, - "id": "node/7490880723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7501712040", - "brand": "Maison Lejaby", - "check_date": "2023-09-22", - "check_date:opening_hours": "2024-02-24", - "clothes": "underwear", - "name": "Maison Lejaby", - "opening_hours:signed": "no", - "ref:FR:SIRET": "53952260700040", - "shop": "clothes", - "website": "https://www.maisonlejaby.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8346107, - 45.762834 - ] - }, - "id": "node/7501712040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7501718809", - "brand:wikidata": "Q94691417", - "check_date:opening_hours": "2024-02-24", - "contact:facebook": "Lullisurlatoile", - "name": "Lullli", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 88 00 89 89", - "ref:FR:SIRET": "83191173000024", - "shop": "clothes", - "website": "https://www.lulli-sur-la-toile.com/boutique-mode-lyon" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8346207, - 45.7625565 - ] - }, - "id": "node/7501718809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7501746808", - "check_date": "2024-02-24", - "check_date:opening_hours": "2024-02-24", - "name": "School Rag", - "opening_hours:signed": "no", - "ref:FR:SIRET": "41751738000081", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8345909, - 45.7627697 - ] - }, - "id": "node/7501746808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7501748090", - "check_date": "2023-09-22", - "clothes": "women", - "contact:phone": "+33428898558", - "name": "Mes Demoiselles", - "opening_hours": "Mo-Sa 10:00-13:30,14:30-19:00", - "ref:FR:SIRET": "49071464900186", - "shop": "clothes", - "website": "https://www.mesdemoisellesparis.com/fr/cms/49/lyon-2" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8346543, - 45.7622913 - ] - }, - "id": "node/7501748090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7512452355", - "check_date:opening_hours": "2022-07-16", - "contact:email": "gds69@hotmail.fr", - "contact:phone": "+33 621955246", - "contact:website": "https://graindesablelyon.com/", - "name": "Grain de sable", - "opening_hours:signed": "no", - "ref:FR:SIRET": "40201577000017", - "shop": "clothes", - "takeaway:covid19": "yes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.868965, - 45.7445451 - ] - }, - "id": "node/7512452355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7512452359", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "check_date:opening_hours": "2024-06-30", - "contact:phone": "+33 478011846", - "name": "Caroll", - "opening_hours": "Mo 10:00-19:15; Tu-Sa 09:30-19:15", - "ref:FR:SIRET": "42935719700038", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8692513, - 45.7444743 - ] - }, - "id": "node/7512452359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7523880782", - "alt_name": "Plein Sud jeanius", - "check_date:opening_hours": "2024-05-16", - "clothes": "women", - "name": "Plein Sud", - "opening_hours:signed": "no", - "phone": "+33 4 72 56 07 59", - "ref:FR:SIRET": "49297335900010", - "shop": "clothes", - "survey:date": "2023-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8314497, - 45.7602649 - ] - }, - "id": "node/7523880782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7526050004", - "brand": "Mephisto", - "brand:wikidata": "Q822975", - "brand:wikipedia": "fr:Mephisto (chaussure)", - "name": "Mephisto", - "ref:FR:SIRET": "42326155100018", - "shop": "shoes", - "survey:date": "2023-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8336848, - 45.7632648 - ] - }, - "id": "node/7526050004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7526086429", - "name": "Street Connexion", - "ref:FR:SIRET": "44250957600082", - "shop": "clothes", - "survey:date": "2023-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8335274, - 45.7632411 - ] - }, - "id": "node/7526086429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7526109029", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "name": "Jonak", - "ref:FR:SIRET": "47789770600032", - "shop": "shoes", - "survey:date": "2023-09-14", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.832901, - 45.7632287 - ] - }, - "id": "node/7526109029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7526118285", - "name": "T'as Ma Pointure, Chou ?", - "shop": "shoes", - "short_name": "TMP,c?", - "survey:date": "2023-09-14", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8330644, - 45.7632404 - ] - }, - "id": "node/7526118285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7529548957", - "check_date": "2024-06-28", - "contact:phone": "+33 478007764", - "name": "Auguste et Louis", - "opening_hours:covid19": "We-Fr 10:00-13:00", - "shop": "clothes", - "takeaway:covid19": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8652176, - 45.7453002 - ] - }, - "id": "node/7529548957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7529548967", - "name": "Happy shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8648987, - 45.745387 - ] - }, - "id": "node/7529548967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7529548977", - "brand": "Sergent Major", - "brand:wikidata": "Q62521738", - "brand:wikipedia": "fr:Sergent Major (entreprise)", - "clothes": "babies;children", - "contact:website": "https://www.sergent-major.com/magasin?storeID=1386", - "level": "0", - "name": "Sergent Major", - "opening_hours": "Mo 10:00-13:00,14:00-19:00; Tu-Sa 09:30-19:00", - "payment:american_express": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "ref:FR:SIRET": "43196414700026", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8666199, - 45.7451133 - ] - }, - "id": "node/7529548977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7529548981", - "name": "Bella Vita", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8656915, - 45.7454354 - ] - }, - "id": "node/7529548981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7529639956", - "check_date": "2023-09-22", - "name": "Tout l'Monde en Parle", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "39478508300012", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.832206, - 45.7636324 - ] - }, - "id": "node/7529639956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7529676104", - "name": "Emi & Milie", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8324777, - 45.7647723 - ] - }, - "id": "node/7529676104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7529705872", - "name": "Stock Américain", - "ref:FR:SIRET": "30144574800017", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8314318, - 45.7654723 - ] - }, - "id": "node/7529705872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7529733172", - "name": "Upper Shoes", - "opening_hours": "Mo 14:00-19:00; Tu-Fr 11:00-19:00; Sa 10:00-19:30", - "ref:FR:SIRET": "44062794100055", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.830862, - 45.7661668 - ] - }, - "id": "node/7529733172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7530174509", - "check_date": "2023-08-07", - "check_date:opening_hours": "2024-06-30", - "clothes": "women", - "contact:phone": "+33 472789859", - "name": "MiniBulle", - "opening_hours": "Mo-We,Fr,Sa 10:00-19:00; Th 10:00-18:30", - "payment:american_express": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "ref:FR:SIRET": "44919592400039", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8676704, - 45.7446361 - ] - }, - "id": "node/7530174509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7530174511", - "access:covid19": "yes", - "check_date:opening_hours": "2024-06-30", - "clothes": "women", - "contact:phone": "+33 782625727", - "contact:website": "http://www.karboonshop.com/", - "level": "0", - "name": "Karboon", - "opening_hours": "Mo-Fr 09:30-19:00; Su 09:30-13:00", - "ref:FR:SIRET": "30684242800089", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.867345, - 45.7447199 - ] - }, - "id": "node/7530174511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7530174514", - "brand": "Antonelle", - "brand:wikidata": "Q105082567", - "clothes": "women", - "contact:phone": "+33 478767572", - "name": "Antonelle", - "opening_hours": "Tu-Sa 10:00-13:00,14:30-19:00", - "ref:FR:SIRET": "69200792500146", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8676135, - 45.7448617 - ] - }, - "id": "node/7530174514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7531795710", - "check_date": "2023-05-26", - "name": "VBL Pro", - "ref:FR:SIRET": "35057631000030", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8416124, - 45.7662262 - ] - }, - "id": "node/7531795710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7533911061", - "brand": "Courir", - "brand:wikidata": "Q3001258", - "check_date:opening_hours": "2024-04-06", - "contact:phone": "+33428870207", - "name": "Courir", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-19:30", - "ref:FR:SIRET": "42855996703051", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8354868, - 45.7618035 - ] - }, - "id": "node/7533911061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7533914247", - "brand": "New Balance", - "brand:wikidata": "Q742988", - "brand:wikipedia": "en:New Balance", - "check_date": "2024-08-29", - "check_date:opening_hours": "2024-08-29", - "name": "New Balance", - "opening_hours:signed": "no", - "ref:FR:SIRET": "81908468200171", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.835223, - 45.7605883 - ] - }, - "id": "node/7533914247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7533919074", - "brand": "Pimkie", - "brand:wikidata": "Q1758066", - "brand:wikipedia": "en:Pimkie", - "name": "Pimkie", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "47728084600437", - "shop": "clothes", - "survey:date": "2024-06-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8355349, - 45.7622187 - ] - }, - "id": "node/7533919074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7533932529", - "brand": "Offshoes", - "check_date:opening_hours": "2024-02-17", - "name": "Offshoes", - "opening_hours:signed": "no", - "ref:FR:SIRET": "80194765600022", - "shop": "shoes", - "survey:date": "2023-08-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8355796, - 45.7626212 - ] - }, - "id": "node/7533932529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7533934529", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "brand:wikipedia": "en:Foot Locker", - "check_date:opening_hours": "2023-09-22", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-19:30; Su closed", - "opening_hours:signed": "no", - "phone": "+33 4 81 49 51 98", - "ref:FR:SIRET": "38240186700173", - "shop": "shoes", - "website": "https://stores.footlocker.fr/en/fr-69/lyon/26-rue-de-la-republique-219_31_05114.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8355804, - 45.7627666 - ] - }, - "id": "node/7533934529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7533949625", - "brand": "Janie Philip", - "check_date:opening_hours": "2023-09-22", - "name": "Janie Philip", - "opening_hours:signed": "no", - "ref:FR:SIRET": "66080079801281", - "shop": "shoes", - "website": "https://www.janiephilip.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8356149, - 45.7631416 - ] - }, - "id": "node/7533949625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7534014252", - "check_date:opening_hours": "2024-11-23", - "clothes": "gloves", - "name": "Favel", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "50450440800015", - "shop": "clothes", - "website": "https://www.gantfavel.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8358289, - 45.766816 - ] - }, - "id": "node/7534014252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7534030882", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "brand:wikipedia": "en:Intimissimi", - "clothes": "underwear", - "name": "Intimissimi", - "opening_hours": "Tu-Sa 10:00-19:30; Mo 11:00-18:00", - "ref:FR:SIRET": "51509956201865", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8359368, - 45.7628031 - ] - }, - "id": "node/7534030882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7534067251", - "brand": "Darjeeling", - "brand:wikidata": "Q3016203", - "brand:wikipedia": "fr:Darjeeling (lingerie)", - "clothes": "underwear", - "name": "Darjeeling", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "39925851600547", - "shop": "clothes", - "survey:date": "2023-08-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8359176, - 45.7624218 - ] - }, - "id": "node/7534067251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7534087570", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "check_date:opening_hours": "2024-02-03", - "clothes": "underwear", - "name": "Calzedonia", - "opening_hours:covid19": "off", - "opening_hours:signed": "no", - "ref:FR:SIRET": "51509956201865", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8359189, - 45.7624932 - ] - }, - "id": "node/7534087570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7534109991", - "brand": "Undiz", - "brand:wikidata": "Q105306275", - "check_date:opening_hours": "2024-02-17", - "clothes": "underwear", - "name": "Undiz", - "opening_hours:signed": "no", - "ref:FR:SIRET": "47835611600473", - "shop": "clothes", - "survey:date": "2023-08-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8359067, - 45.7620442 - ] - }, - "id": "node/7534109991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7534110092", - "brand": "Bizzbee", - "brand:wikidata": "Q27962159", - "brand:wikipedia": "fr:Bizzbee", - "name": "Bizzbee", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-19:30", - "ref:FR:SIRET": "48243589800572", - "shop": "clothes", - "short_name": "BZB", - "survey:date": "2023-08-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.835914, - 45.7623575 - ] - }, - "id": "node/7534110092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7534121211", - "brand": "Sud Express", - "brand:wikidata": "Q104826254", - "check_date": "2024-08-29", - "check_date:opening_hours": "2024-08-29", - "clothes": "women", - "name": "Sud express", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "30970699200505", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8358683, - 45.7612461 - ] - }, - "id": "node/7534121211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7534121998", - "brand": "Tezenis", - "brand:wikidata": "Q28056374", - "check_date:opening_hours": "2024-02-03", - "clothes": "underwear", - "name": "Tezenis", - "opening_hours:covid19": "off", - "opening_hours:signed": "no", - "ref:FR:SIRET": "51509956201923", - "shop": "clothes", - "survey:date": "2023-08-17" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.835865, - 45.7616383 - ] - }, - "id": "node/7534121998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7534122901", - "brand": "Minelli", - "brand:wikidata": "Q61994831", - "name": "Minelli", - "opening_hours": "Mo-Sa 10:00-19:30", - "ref:FR:SIRET": "41315730601062", - "shop": "shoes", - "survey:date": "2023-08-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8358877, - 45.7619654 - ] - }, - "id": "node/7534122901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7538371491", - "clothes": "wedding", - "name": "Max Chaoul", - "phone": "+33 4 37 57 07 66", - "ref:FR:SIRET": "39478000100027", - "shop": "clothes", - "website": "https://www.maxchaoulcouture.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8320748, - 45.7556549 - ] - }, - "id": "node/7538371491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7538384296", - "clothes": "wedding", - "name": "Les invités de Max Chaoul", - "ref:FR:SIRET": "39478000100035", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8322561, - 45.7555967 - ] - }, - "id": "node/7538384296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7538435871", - "clothes": "babies;children", - "name": "Lili sur les Pavés", - "opening_hours": "Mo 14:30-18:30; Tu-Fr 10:30-18:30; Sa 10:00-13:00, 14:00-18:30", - "ref:FR:SIRET": "51783795100014", - "shop": "clothes", - "website": "http://www.lilisurlespaves.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8317023, - 45.7548422 - ] - }, - "id": "node/7538435871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549458269", - "check_date:opening_hours": "2023-05-15", - "clothes": "men", - "name": "Indigo", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 78 37 00 66", - "ref:FR:SIRET": "50479167400014", - "shop": "clothes", - "survey:date": "2023-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8334728, - 45.7617182 - ] - }, - "id": "node/7549458269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549468816", - "brand:wikidata": "Q546542", - "name": "A.p.c", - "opening_hours": "Mo-Sa 10:00-19:00", - "opening_hours:url": "https://www.apc.fr/retailer/presentation/retailer/urlKey/gasparin.html", - "phone": "+33 4 81 91 84 70", - "ref:FR:SIRET": "33414016700357", - "shop": "clothes", - "survey:date": "2023-08-27", - "website": "https://www.apc.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333221, - 45.7598025 - ] - }, - "id": "node/7549468816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549524697", - "clothes": "women", - "contact:phone": "+33986729680", - "name": "Les Sisterettes", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes", - "survey:date": "2023-09-14", - "website": "https://www.lessisterettes.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8334612, - 45.7618071 - ] - }, - "id": "node/7549524697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549548944", - "clothes": "women", - "name": "Pain de Sucre", - "ref:FR:SIRET": "32651866900253", - "shop": "clothes", - "survey:date": "2023-08-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8332476, - 45.7619047 - ] - }, - "id": "node/7549548944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549551403", - "brand": "Superdry", - "brand:wikidata": "Q1684445", - "brand:wikipedia": "en:Superdry", - "name": "Superdry", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:00-19:00; Su closed", - "phone": "+33 4 28 29 75 90", - "ref:FR:SIRET": "83089180000021", - "shop": "clothes", - "survey:date": "2023-09-14", - "website": "https://stores.superdry.com/fr/lyon/25-rue-de-brest" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8334341, - 45.7624719 - ] - }, - "id": "node/7549551403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549557483", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "clothes": "women", - "name": "Comptoir des Cotonniers", - "opening_hours": "Mo-We, Fr 10:00-19:00; Th 11:00-13:00, 14:00-18:00; Sa 10:00-19:30", - "ref:FR:SIRET": "72080277600180", - "shop": "clothes", - "survey:date": "2023-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8334278, - 45.7623668 - ] - }, - "id": "node/7549557483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549559500", - "name": "Eleven Paris", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-19:00", - "ref:FR:SIRET": "83005937400041", - "shop": "clothes", - "survey:date": "2023-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8334328, - 45.7622905 - ] - }, - "id": "node/7549559500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549567701", - "name": "Princesse tam tam", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:30-19:00", - "ref:FR:SIRET": "32761140601021", - "shop": "clothes", - "survey:date": "2023-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333911, - 45.7628096 - ] - }, - "id": "node/7549567701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549575983", - "clothes": "men", - "name": "Hero Seven", - "ref:FR:SIRET": "50158257100086", - "shop": "clothes", - "survey:date": "2023-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333811, - 45.7630387 - ] - }, - "id": "node/7549575983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549586873", - "brand": "La Fée Maraboutée", - "brand:wikidata": "Q105429377", - "clothes": "women", - "name": "La Fée Maraboutée", - "ref:FR:SIRET": "48341284700046", - "shop": "clothes", - "survey:date": "2023-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333752, - 45.7631322 - ] - }, - "id": "node/7549586873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549587457", - "name": "Stella Forest", - "opening_hours": "Mo-Sa 10:30-19:00", - "ref:FR:SIRET": "41949334100129", - "shop": "clothes", - "survey:date": "2023-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333943, - 45.7629534 - ] - }, - "id": "node/7549587457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549596076", - "contact:facebook": "maroquineriebarret", - "contact:instagram": "Maroquineriebarret", - "email": "contact@barretmaroquinerie.fr", - "name": "Barret", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 72 56 94 40", - "ref:FR:SIRET": "55206427100190", - "shop": "bag", - "survey:date": "2023-09-14", - "website": "https://barretmaroquinerie.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333677, - 45.7632436 - ] - }, - "id": "node/7549596076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549603845", - "check_date:opening_hours": "2023-10-08", - "name": "Le Colonel", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333191, - 45.7637051 - ] - }, - "id": "node/7549603845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549611532", - "name": "Giles Hévair", - "ref:FR:SIRET": "40089648600042", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8331098, - 45.7639247 - ] - }, - "id": "node/7549611532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549614416", - "brand": "Oxbow", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8332361, - 45.7649992 - ] - }, - "id": "node/7549614416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549622027", - "brand": "Damart", - "brand:wikidata": "Q3012602", - "brand:wikipedia": "en:Damart", - "name": "Damart", - "opening_hours:covid19": "Mo-Sa 10:00-18:00", - "ref:FR:SIRET": "33320208300155", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8333733, - 45.764123 - ] - }, - "id": "node/7549622027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7549659266", - "clothes": "women", - "name": "Eagle Story", - "opening_hours": "Tu-Sa 10:00-13:00, 14:00-19:00", - "ref:FR:SIRET": "39436630600014", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8330028, - 45.7651998 - ] - }, - "id": "node/7549659266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551063190", - "name": "Destockage Vêtement", - "shop": "clothes", - "survey:date": "2023-08-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8422018, - 45.7557662 - ] - }, - "id": "node/7551063190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551063191", - "name": "Holiz Tendance", - "shop": "clothes", - "survey:date": "2023-08-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8421008, - 45.7557984 - ] - }, - "id": "node/7551063191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551063196", - "name": "Saphicuir", - "shop": "bag", - "survey:date": "2023-08-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8419998, - 45.7558336 - ] - }, - "id": "node/7551063196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551063203", - "description": "Déguisements", - "name": "Zaim Shop", - "ref:FR:SIRET": "83402873000010", - "shop": "clothes", - "survey:date": "2023-08-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8409683, - 45.7557679 - ] - }, - "id": "node/7551063203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551616575", - "clothes": "costumes", - "email": "contact@au-bal-masque.fr", - "name": "Au Bal Masqué", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 78 27 83 66", - "ref:FR:SIRET": "43044600500018", - "shop": "clothes", - "website": "http://www.au-bal-masque.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8366835, - 45.7658826 - ] - }, - "id": "node/7551616575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551633040", - "clothes": "costumes", - "name": "Au Bal Masqué Costumes", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 4 72 00 24 25", - "ref:FR:SIRET": "43044600500026", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8366895, - 45.7662317 - ] - }, - "id": "node/7551633040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551668946", - "clothes": "women", - "name": "Graphiti Femme", - "ref:FR:SIRET": "31338383800098", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8338576, - 45.7660359 - ] - }, - "id": "node/7551668946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551677365", - "access:covid19": "no", - "clothes": "men", - "contact:facebook": "boutiquearrowlyon", - "contact:instagram": "arrowlyon", - "delivery:covid19": "yes", - "email": "contact@arrowlyon.fr", - "name": "Arrow", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 4 78 39 51 78", - "ref:FR:SIRET": "48924928400014", - "shop": "clothes", - "takeaway:covid19": "yes", - "website": "https://www.arrowlyon.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8346382, - 45.7660046 - ] - }, - "id": "node/7551677365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551694988", - "name": "C.P. Company", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8349198, - 45.7661906 - ] - }, - "id": "node/7551694988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551702291", - "name": "La maison de l'homme", - "ref:FR:SIRET": "80400874600039", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8348067, - 45.7661862 - ] - }, - "id": "node/7551702291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551704841", - "name": "Ego", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8330028, - 45.7669265 - ] - }, - "id": "node/7551704841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551716860", - "check_date": "2023-09-22", - "clothes": "men", - "name": "Jordan Malka Homme", - "opening_hours:covid19": "off", - "ref:FR:SIRET": "51387929600012", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.833658, - 45.7660299 - ] - }, - "id": "node/7551716860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551721522", - "name": "Little Italy", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8330737, - 45.7663377 - ] - }, - "id": "node/7551721522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551750130", - "name": "Soul & Fashion", - "opening_hours:signed": "no", - "shop": "clothes", - "survey:date": "2023-05-03" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.832817, - 45.766577 - ] - }, - "id": "node/7551750130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551754878", - "check_date": "2023-09-22", - "name": "Cymbeline", - "opening_hours": "Mo-Sa 10:00-13:00,14:00-19:00", - "ref:FR:SIRET": "80849874500039", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8327967, - 45.7656657 - ] - }, - "id": "node/7551754878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551767594", - "check_date": "2023-09-22", - "name": "Project X Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8328528, - 45.7658104 - ] - }, - "id": "node/7551767594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551768868", - "check_date": "2023-09-22", - "name": "Corner", - "ref:FR:SIRET": "52785087900026", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8328671, - 45.7658772 - ] - }, - "id": "node/7551768868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551897552", - "description": "Mercerie, bonneterie, laine", - "name": "Chat botté", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8528492, - 45.7527635 - ] - }, - "id": "node/7551897552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551897569", - "name": "Ponderosa", - "shop": "clothes", - "website": "https://www.ponderosalyon.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8518846, - 45.7526411 - ] - }, - "id": "node/7551897569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551915122", - "name": "Moda 23", - "ref:FR:SIRET": "84855846600019", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8473315, - 45.753646 - ] - }, - "id": "node/7551915122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551915137", - "check_date": "2023-08-18", - "name": "Gentlemen's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.846211, - 45.7543217 - ] - }, - "id": "node/7551915137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551915151", - "name": "Borza", - "shop": "bag", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8451435, - 45.7544357 - ] - }, - "id": "node/7551915151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551915152", - "check_date": "2023-08-18", - "name": "Hanna Shoes", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8448574, - 45.7545402 - ] - }, - "id": "node/7551915152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551915157", - "name": "Holly Dressing", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8448235, - 45.754793 - ] - }, - "id": "node/7551915157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551915162", - "check_date": "2023-08-18", - "female": "yes", - "name": "La Maille d'Or", - "opening_hours": "Tu-Sa 09:00-12:00,14:00-19:00", - "ref:FR:SIRET": "96650109000015", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8443536, - 45.7549552 - ] - }, - "id": "node/7551915162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551915167", - "name": "Alma Chaussures", - "opening_hours": "Tu-Th,Sa 10:00-19:30; Fr 10:00-12:00,14:00-19:30", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8439389, - 45.7548577 - ] - }, - "id": "node/7551915167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551915169", - "name": "Barron's", - "ref:FR:SIRET": "80056675400019", - "shop": "clothes", - "survey:date": "2020-11-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.843832, - 45.7551304 - ] - }, - "id": "node/7551915169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7556356308", - "name": "Franckal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8474445, - 45.7997646 - ] - }, - "id": "node/7556356308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7556356318", - "description:covid19": "Click and Collect sur https://www.mavillemonshopping.fr", - "name": "R.A.S", - "phone": "+33478084882", - "shop": "boutique", - "takeaway:website": "https://www.mavillemonshopping.fr/fr/caluire-et-cuire/caluire-et-cuire/ras", - "website": "https://ras-boutique.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8469949, - 45.7992731 - ] - }, - "id": "node/7556356318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7556356326", - "name": "Les chaussures de Margaux", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.846419, - 45.7989329 - ] - }, - "id": "node/7556356326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7560862486", - "name": "Madame W", - "opening_hours": "mo off; tu,th 14:00-18:30; we,fr-sa 10:00-12:00,14:00-18:30; su off", - "phone": "+33 6 23 82 34 78", - "shop": "clothes", - "survey:date": "2020-05-26", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9433485, - 45.6987087 - ] - }, - "id": "node/7560862486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7563704896", - "check_date:opening_hours": "2024-11-15", - "clothes": "men", - "contact:facebook": "Le-Dressing-Lyon-1554749371470754", - "contact:instagram": "ledressing_lyon", - "email": "ledressing@wanadoo.fr", - "name": "Le Dressing", - "opening_hours": "Tu-Sa 10:00-19:00", - "phone": "+33 4 78 42 56 33", - "ref:FR:SIRET": "43769847500013", - "shop": "clothes", - "website": "https://www.ledressinglyon.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344134, - 45.7607988 - ] - }, - "id": "node/7563704896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7563709955", - "brand": "Elisabetta Franchi", - "brand:wikidata": "Q17993175", - "brand:wikipedia": "it:Elisabetta Franchi", - "check_date:opening_hours": "2024-08-02", - "clothes": "women", - "name": "Elisabetta Franchi", - "opening_hours:signed": "no", - "ref:FR:SIRET": "88104733600014", - "shop": "clothes", - "website": "https://www.elisabettafranchi.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8348236, - 45.7601831 - ] - }, - "id": "node/7563709955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7563748338", - "brand": "Vanessa Bruno", - "brand:wikidata": "Q3493957", - "clothes": "women", - "name": "Vanessa Bruno", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "survey:date": "2023-09-13", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8342425, - 45.7617521 - ] - }, - "id": "node/7563748338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7563755051", - "clothes": "children", - "name": "Planète Jeunes Garçons", - "ref:FR:SIRET": "44806854400056", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8349904, - 45.7617711 - ] - }, - "id": "node/7563755051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7563778465", - "check_date": "2024-07-11", - "check_date:opening_hours": "2024-07-11", - "name": "Le Blok by Solis", - "opening_hours:signed": "no", - "ref:FR:SIRET": "82911893400019", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8377739, - 45.7615849 - ] - }, - "id": "node/7563778465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7563778644", - "name": "Solis", - "opening_hours": "Mo 13:30-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 4 72 40 93 27", - "shop": "clothes", - "survey:date": "2023-09-17", - "website": "https://www.solisboutique.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8377758, - 45.7617947 - ] - }, - "id": "node/7563778644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7563779128", - "check_date:opening_hours": "2024-02-24", - "name": "United vintage", - "opening_hours:signed": "no", - "ref:FR:SIRET": "52809182000019", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8350883, - 45.7617892 - ] - }, - "id": "node/7563779128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7563826215", - "clothes": "women", - "name": "Grace & Mila", - "ref:FR:SIRET": "49071999400025", - "shop": "clothes", - "website": "https://www.graceandmila.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8338564, - 45.7621278 - ] - }, - "id": "node/7563826215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7563832718", - "brand": "Bizzbee", - "brand:wikidata": "Q27962159", - "brand:wikipedia": "fr:Bizzbee", - "name": "Bizzbee", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-19:30", - "phone": "+33 4 78 85 50 52", - "shop": "clothes", - "survey:date": "2023-08-25", - "website": "https://www.bizzbee.com/magasins/2260012058/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.836139, - 45.7622327 - ] - }, - "id": "node/7563832718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7563849233", - "clothes": "men", - "contact:facebook": "stock.courmont", - "name": "Courmont Hommes", - "phone": "+33 4 78 42 64 32", - "shop": "clothes", - "survey:date": "2023-09-17" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8379352, - 45.7623046 - ] - }, - "id": "node/7563849233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7566300026", - "check_date": "2023-09-22", - "clothes": "women", - "name": "Kabaya", - "ref:FR:SIRET": "48875724600027", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8337347, - 45.7629635 - ] - }, - "id": "node/7566300026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7566329982", - "name": "Spode", - "ref:FR:SIRET": "40371497500105", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8335605, - 45.7629533 - ] - }, - "id": "node/7566329982" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7566334539", - "clothes": "women;children", - "name": "Scotch & Soda Women and Kids", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "81298499500116", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8347545, - 45.7628857 - ] - }, - "id": "node/7566334539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7566379846", - "clothes": "hats", - "name": "Cartier", - "ref:FR:SIRET": "45269017500024", - "shop": "clothes", - "survey:date": "2023-09-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8343943, - 45.7611888 - ] - }, - "id": "node/7566379846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7566392547", - "brand": "Café Coton", - "brand:wikidata": "Q105076734", - "clothes": "men", - "name": "Café Coton", - "ref:FR:SIRET": "40815855800143", - "shop": "clothes", - "survey:date": "2023-09-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8343728, - 45.7611126 - ] - }, - "id": "node/7566392547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7566406828", - "name": "Gandy", - "ref:FR:SIRET": "05850054700078", - "shop": "bag", - "survey:date": "2023-09-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8345276, - 45.7611065 - ] - }, - "id": "node/7566406828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7566413989", - "clothes": "underwear", - "name": "Fleur de Peau", - "ref:FR:SIRET": "45114686400033", - "shop": "clothes", - "survey:date": "2023-09-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8348453, - 45.7612008 - ] - }, - "id": "node/7566413989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7566443738", - "clothes": "hats", - "name": "Chapellerie Weiss", - "ref:FR:SIRET": "52191611400023", - "shop": "clothes", - "survey:date": "2023-09-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8350782, - 45.7612072 - ] - }, - "id": "node/7566443738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7578478626", - "clothes": "costumes", - "name": "Feta", - "opening_hours": "Tu-Sa 10:00-18:30", - "ref:FR:SIRET": "39425824800118", - "shop": "clothes", - "survey:date": "2023-09-17", - "website": "https://www.1001deguisement.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8375845, - 45.7607465 - ] - }, - "id": "node/7578478626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7578565163", - "check_date": "2024-04-09", - "clothes": "women", - "name": "Swagger shop", - "ref:FR:SIRET": "80882606900011", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8345417, - 45.7684177 - ] - }, - "id": "node/7578565163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7578589232", - "name": "Focus", - "ref:FR:SIRET": "81950886200029", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8342681, - 45.7680689 - ] - }, - "id": "node/7578589232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7578603684", - "name": "backpack", - "ref:FR:SIRET": "98457300600025", - "shop": "bag", - "website": "https://backpack.paris" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8325488, - 45.7671814 - ] - }, - "id": "node/7578603684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7578612909", - "clothes": "women", - "name": "Blanchini Ferier", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8341112, - 45.7680566 - ] - }, - "id": "node/7578612909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7578614420", - "clothes": "underwear", - "name": "Les Dessous d'Apollon", - "ref:FR:SIRET": "48085038700022", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8323777, - 45.7669916 - ] - }, - "id": "node/7578614420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7578617105", - "clothes": "women", - "name": "HF Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.834945, - 45.767937 - ] - }, - "id": "node/7578617105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7578629937", - "name": "Street Connexion", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8321494, - 45.7671001 - ] - }, - "id": "node/7578629937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7578642267", - "name": "Maya", - "opening_hours": "Mo 14:15-19:00; Tu-Fr 11:00-19:00; Sa 10:30-19:00", - "ref:FR:SIRET": "83157884400019", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8322046, - 45.7669715 - ] - }, - "id": "node/7578642267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7578654068", - "clothes": "underwear", - "name": "Espace plaisir", - "opening_hours": "Mo-Sa 11:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8320746, - 45.7669632 - ] - }, - "id": "node/7578654068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7578655495", - "clothes": "gloves", - "name": "Au Gant Grenoblois", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "38027331800010", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8320522, - 45.767101 - ] - }, - "id": "node/7578655495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7610177889", - "name": "Le Sens de la Marche", - "opening_hours:signed": "no", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8327589, - 45.7638655 - ] - }, - "id": "node/7610177889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7610280525", - "check_date": "2023-09-22", - "name": "Picture", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8335805, - 45.7649856 - ] - }, - "id": "node/7610280525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7610317807", - "name": "Kulture Clothing", - "ref:FR:SIRET": "89811710600044", - "shop": "clothes", - "website": "https://www.kulturelyon.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.835462, - 45.7649823 - ] - }, - "id": "node/7610317807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7610368003", - "check_date": "2023-09-22", - "name": "K-Mu", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 14:00-19:00", - "ref:FR:SIRET": "81373544600029", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8324272, - 45.7653039 - ] - }, - "id": "node/7610368003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7610374081", - "name": "Attitude", - "opening_hours": "Tu-Sa 14:00-19:00,10:30-12:30", - "ref:FR:SIRET": "85285380300041", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8324407, - 45.7653838 - ] - }, - "id": "node/7610374081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7610396414", - "clothes": "sports;unisex", - "name": "Les Pièces Vintage", - "opening_hours": "Mo 14:00-19:30; Tu-Fr 10:30-13:00,14:00-19:30; Sa 10:30-19:30", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+33482911608", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8317805, - 45.7652775 - ] - }, - "id": "node/7610396414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7610408224", - "name": "Le comptoir des quartiers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8325385, - 45.7655198 - ] - }, - "id": "node/7610408224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7720644535", - "clothes": "wedding", - "name": "Rime Arodaki", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8445238, - 45.764653 - ] - }, - "id": "node/7720644535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7844128923", - "name": "Bibi Textile", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8437506, - 45.7540037 - ] - }, - "id": "node/7844128923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7844161769", - "clothes": "wedding", - "name": "New Yams", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8437088, - 45.7540456 - ] - }, - "id": "node/7844161769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7844167974", - "contact:facebook": "ECLAT-Boutique-LYON-1164061516996591", - "email": "eclatboutique@hotmail.fr", - "name": "Éclat", - "phone": "+33 4 78 58 39 91", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8433954, - 45.7544002 - ] - }, - "id": "node/7844167974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7847676805", - "brand": "Barbour", - "brand:wikidata": "Q182399", - "name": "Barbour", - "opening_hours": "Tu-Sa 10:00-12:30,14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8298735, - 45.7579446 - ] - }, - "id": "node/7847676805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7859002761", - "check_date": "2023-05-16", - "clothes": "women", - "contact:phone": "+33478667788", - "name": "Nathalie Chaize", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 10:30-19:00", - "ref:FR:SIRET": "37790734000188", - "shop": "clothes", - "website": "https://nathaliechaize.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8417537, - 45.7654724 - ] - }, - "id": "node/7859002761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7869435829", - "check_date": "2024-10-31", - "name": "Une Marque Un Style", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8428162, - 45.7635093 - ] - }, - "id": "node/7869435829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7869441592", - "contact:mail": "hello@lemamas.com", - "contact:phone": "+33478424568", - "description": "Family Store", - "name": "Lémamas", - "opening_hours": "Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "89921936400028", - "shop": "clothes", - "website": "https://lemamas.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8434195, - 45.7634564 - ] - }, - "id": "node/7869441592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7873808295", - "name": "Ponsard & Dumas", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.846353, - 45.7578783 - ] - }, - "id": "node/7873808295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7890692157", - "clothes": "women", - "contact:facebook": "MonaDressVitton", - "contact:instagram": "mona_dress_lyon", - "email": "boutique@mona-dress.com", - "name": "Mona Dress", - "opening_hours": "Mo 10:00-17:00; Tu-Sa 10:00-18:00; Su 13:00-17:00", - "phone": "+33 4 78 89 66 04", - "ref:FR:SIRET": "79864079300013", - "shop": "clothes", - "website": "https://mona-dress.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8549248, - 45.7698136 - ] - }, - "id": "node/7890692157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7890709298", - "brand": "Serge Blanco", - "brand:wikidata": "Q101407017", - "clothes": "men", - "contact:facebook": "sergeblancolyon", - "name": "Serge Blanco", - "phone": "+33 4 78 94 01 74", - "ref:FR:SIRET": "45227802100012", - "shop": "clothes", - "website": "https://sergeblanco.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8543258, - 45.7697521 - ] - }, - "id": "node/7890709298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7890731270", - "contact:facebook": "soplease", - "contact:instagram": "soplease.lyon", - "name": "Soplease", - "phone": "+33 4 78 93 06 58", - "ref:FR:SIRET": "33987492700058", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8519089, - 45.769522 - ] - }, - "id": "node/7890731270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7958899966", - "check_date:opening_hours": "2023-10-12", - "name": "Mouchka", - "opening_hours:signed": "no", - "ref:FR:SIRET": "41864993500016", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8548905, - 45.7695981 - ] - }, - "id": "node/7958899966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7958918760", - "clothes": "women", - "name": "Marie-Catherine", - "opening_hours": "Mo-Fr 11:00-13:30,14:00-19:00; Sa 11:00-13:00,14:00-19:00", - "phone": "+33 4 78 52 46 89.", - "ref:FR:SIRET": "37856069200014", - "shop": "clothes", - "website": "https://marie-catherine.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8533491, - 45.7694452 - ] - }, - "id": "node/7958918760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7958929849", - "check_date:opening_hours": "2023-11-07", - "name": "À la Confiance", - "opening_hours": "Tu-Sa 09:30-12:00,14:00-19:00", - "ref:FR:SIRET": "42170083200015", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8535464, - 45.7694642 - ] - }, - "id": "node/7958929849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7958960730", - "name": "Bou Boune", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8530669, - 45.7694182 - ] - }, - "id": "node/7958960730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7958981644", - "clothes": "underwear", - "contact:facebook": "cupidon.lingerie", - "contact:instagram": "cupidon.lingerie", - "contact:twitter": "cupidonlingerie", - "email": "contact@cupidonlingerie.fr", - "name": "Cupidon", - "opening_hours": "Mo-Fr 09:00-19:00; Sa,Su 10:00-16:00", - "phone": "+33 7 83 05 93 69", - "ref:FR:SIRET": "32242444100010", - "shop": "clothes", - "website": "https://www.cupidonlingerie.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8527132, - 45.7694297 - ] - }, - "id": "node/7958981644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7980734851", - "brand": "Punt Roma", - "brand:wikidata": "Q101423290", - "clothes": "women", - "contact:facebook": "puntromafr", - "name": "Punt Roma", - "opening_hours": "Tu-Sa 10:00-12:00,14:00-19:00", - "phone": "+33 4 78 24 85 54", - "ref:FR:SIRET": "80748941400217", - "shop": "clothes", - "website": "https://www.puntroma.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8518502, - 45.7693598 - ] - }, - "id": "node/7980734851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7980742339", - "brand": "Devernois", - "brand:wikidata": "Q98778444", - "name": "Devernois", - "opening_hours": "Tu-Sa 10:00-12:30,14:30-19:00", - "ref:FR:SIRET": "44309219200022", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8519202, - 45.7693666 - ] - }, - "id": "node/7980742339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7980758159", - "clothes": "women", - "contact:facebook": "magdolcevita", - "contact:instagram": "boutique_dolcevit", - "name": "Dolce Vita", - "opening_hours": "Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "48475557400015", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8513127, - 45.7693073 - ] - }, - "id": "node/7980758159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7980759026", - "access:covid19": "yes", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "check_date:opening_hours": "2024-02-02", - "clothes": "women", - "delivery:covid19": "no", - "name": "Caroll", - "opening_hours": "Mo 10:00-19:00; Tu-Sa 09:30-19:00", - "opening_hours:url": "https://www.caroll.com/fr_fr/Details-Store/?StoreID=B652", - "phone": "+33 4 72 74 18 00", - "ref:FR:SIRET": "33217377200036", - "shop": "clothes", - "website": "https://www.caroll.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8515187, - 45.7693316 - ] - }, - "id": "node/7980759026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7997624631", - "name": "Tee-Shirts Folie", - "shop": "clothes", - "survey:date": "2021-04-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8444962, - 45.7616571 - ] - }, - "id": "node/7997624631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8018413874", - "contact:email": "jewellassy@gmail.com", - "contact:facebook": "https://www.facebook.com/jewellassy.69/", - "contact:instagram": "https://www.instagram.com/jewellassy_/", - "name": "Jewellassy", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "phone": "+33 9 53 74 19 51", - "ref:FR:SIRET": "88900820700017", - "shop": "clothes", - "survey:date": "2024-03-23", - "website": "https://jewellassy.com/fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8428254, - 45.7510732 - ] - }, - "id": "node/8018413874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8024576957", - "brand": "Bexley", - "brand:wikidata": "Q101247434", - "contact:facebook": "Bexley.com", - "contact:instagram": "bexleyshoes", - "contact:pinterest": "BexleyShoes", - "email": "roosevelt@bexley.fr", - "name": "Bexley", - "phone": "+33 4 69 67 14 28", - "ref:FR:SIRET": "34443425300144", - "shoes": "men", - "shop": "shoes", - "website": "https://www.bexley.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8497836, - 45.7693845 - ] - }, - "id": "node/8024576957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8024591454", - "name": "Happy shoes", - "opening_hours": "Mo 14:00-19:00; Tu,Th,Fr 10:00-12:00,14:00-19:00; We,Sa 10:00-19:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8506014, - 45.7694111 - ] - }, - "id": "node/8024591454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8024607794", - "contact:facebook": "melesofficial", - "contact:instagram": "melesofficial", - "contact:pinterest": "melesofficial", - "contact:twitter": "melesofficial", - "name": "Meles", - "opening_hours": "Tu-Fr 10:00-19:00; Sa 10:00-18:00", - "phone": "+33 4 37 43 18 92", - "ref:FR:SIRET": "80754364000021", - "shop": "clothes", - "website": "https://www.shopmeles.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8499192, - 45.769392 - ] - }, - "id": "node/8024607794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8024608679", - "contact:instagram": "miss_laurent_6eme_", - "name": "Miss Laurent", - "ref:FR:SIRET": "43192440600025", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.849988, - 45.7693995 - ] - }, - "id": "node/8024608679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8024620211", - "name": "Natalia Osipova", - "ref:FR:SIRET": "34867416903260", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8495821, - 45.7693643 - ] - }, - "id": "node/8024620211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8024620222", - "brand": "Dolcezza", - "brand:wikidata": "Q101247243", - "clothes": "women", - "name": "Dolcezza", - "phone": "+33 4 37 48 98 73", - "shop": "clothes", - "website": "https://dolcezza.ca" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8494474, - 45.7693468 - ] - }, - "id": "node/8024620222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8027390985", - "brand": "Besson Chaussures", - "brand:wikidata": "Q2899930", - "brand:wikipedia": "fr:Besson Chaussures", - "contact:city": "Champagne-au-Mont-d'Or", - "contact:housenumber": "17", - "contact:phone": "+33 806 80 00 04", - "contact:postcode": "69410", - "contact:street": "Avenue du Général de Gaulle", - "delivery": "yes", - "name": "Besson Chaussures", - "official_name": "Besson Chaussures Lyon Limonest", - "opening_hours": "Mo-Sa 10:00-19:00; Su 14:00-18:00", - "payment:debit_cards": "yes", - "ref:FR:SIRET": "30431845400721", - "shop": "shoes", - "website": "https://www.besson-chaussures.com/nos-boutiques/besson-chaussures-lyon-limonest_champagne-au-mont-d-or_69410/233.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7815011, - 45.8034178 - ] - }, - "id": "node/8027390985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8035275531", - "clothes": "women", - "contact:instagram": "tlmplyon", - "name": "Tout le Monde en Parle", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8454602, - 45.7690606 - ] - }, - "id": "node/8035275531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8035277912", - "clothes": "women", - "contact:facebook": "JUNE-boutique-334685663530850", - "contact:instagram": "june_boutique_lyon6", - "name": "June", - "opening_hours": "Mo-We 14:00-19:00, Tu,We 10:00-13:00, Th-Sa 10:00-19:00", - "phone": "+33 4 78 94 65 13", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8463856, - 45.7691516 - ] - }, - "id": "node/8035277912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8035324734", - "clothes": "men", - "name": "Officiel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8442346, - 45.7689565 - ] - }, - "id": "node/8035324734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8035328408", - "contact:instagram": "maisonmorgankirch", - "email": "morgankirch@gmail.com", - "name": "Morgan Kirch", - "shop": "clothes", - "website": "https://www.morgankirch.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.844421, - 45.7689766 - ] - }, - "id": "node/8035328408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8043967394", - "name": "Dress Code", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.918034, - 45.778002 - ] - }, - "id": "node/8043967394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8046871686", - "name": "New Delhi", - "opening_hours": "PH,Mo-Su 11:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8280404, - 45.7632173 - ] - }, - "id": "node/8046871686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8072611563", - "name": "Lauramath", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.791997, - 45.7956775 - ] - }, - "id": "node/8072611563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8075496533", - "addr:city": "Champagne-au-Mont-d'Or", - "addr:housenumber": "92", - "addr:postcode": "69410", - "addr:street": "Avenue de Lanessan", - "brand": "Size-Factory", - "description": "Petites et grandes tailles", - "name": "Size-Factory Lyon", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33966979126", - "shop": "clothes", - "website": "https://www.size-factory.com/magasin-grande-taille-homme-lyon" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7875933, - 45.7999132 - ] - }, - "id": "node/8075496533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8091597070", - "name": "Soierie Saint-Georges", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8256597, - 45.7596489 - ] - }, - "id": "node/8091597070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8091612772", - "check_date": "2023-07-12", - "name": "Seek & Find(e)", - "opening_hours": "We-Fr 11:00-13:00, We,Th 14:30-19:00, Fr 14:30-19:30, Sa 11:00-19:30, Su 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8254984, - 45.7595867 - ] - }, - "id": "node/8091612772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8098800009", - "brand:wikidata": "Q101427858", - "clothes": "women", - "name": "Mes Demoiselles", - "opening_hours": "Tu-Sa 10:00-14:00,15:00-19:00", - "phone": "+33 4 28 89 86 47", - "ref:FR:SIRET": "49071464900194", - "shop": "clothes", - "website": "https://www.mesdemoisellesparis.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8437255, - 45.768458 - ] - }, - "id": "node/8098800009" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8098800010", - "clothes": "women", - "contact:facebook": "saxbridge", - "contact:instagram": "saxbridge", - "name": "Saxbridge", - "opening_hours": "Tu-Sa 10:00-13:00,14:00-19:00", - "phone": "+33 4 78 24 91 83", - "ref:FR:SIRET": "34407225100020", - "shop": "clothes", - "website": "http://www.saxbridge.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8436403, - 45.7684529 - ] - }, - "id": "node/8098800010" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8098800013", - "brand:wikidata": "Q256562", - "clothes": "women", - "contact:facebook": "Ines-de-la-Fressange-PARIS-store-LYON-242970753062946", - "name": "Ines de la Fressange", - "phone": "+33 4 72 74 14 12", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8433346, - 45.7684356 - ] - }, - "id": "node/8098800013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8104304160", - "name": "Janklo's World", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8281764, - 45.7640692 - ] - }, - "id": "node/8104304160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8104313014", - "brand": "Von Dutch", - "brand:wikidata": "Q17091130", - "clothes": "hats", - "name": "Von Dutch", - "opening_hours": "We-Mo 10:00-13:00,14:00-19:00", - "ref:FR:SIRET": "84106264900014", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8282931, - 45.7639938 - ] - }, - "id": "node/8104313014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8104316583", - "name": "Cockpit", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.828385, - 45.7636326 - ] - }, - "id": "node/8104316583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8104386345", - "name": "CathAm", - "opening_hours": "Mo-Su 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8268073, - 45.7626302 - ] - }, - "id": "node/8104386345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8104392768", - "name": "Maison Brochier", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8267054, - 45.7624341 - ] - }, - "id": "node/8104392768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8105150154", - "brand:wikidata": "Q3037289", - "clothes": "underwear", - "name": "Doré Doré", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:00-13:00,14:00-19:00", - "phone": "+33 4 78 52 72 25", - "ref:FR:SIRET": "44857645400038", - "shop": "clothes", - "website": "https://www.doredore1819.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8458488, - 45.7686527 - ] - }, - "id": "node/8105150154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8105150163", - "name": "Chemiserie Prestance", - "opening_hours": "Tu-Sa 10:15-12:00,15:00-19:00", - "phone": "+33 4 78 52 23 96", - "ref:FR:SIRET": "31585658300010", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8448552, - 45.7685475 - ] - }, - "id": "node/8105150163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8105374108", - "name": "Mon Ours et Moi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8471396, - 45.7687731 - ] - }, - "id": "node/8105374108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8105374110", - "clothes": "women", - "email": "contact@n20.fr", - "name": "N20 Femme", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 4 27 82 37 28", - "ref:FR:SIRET": "82239469800010", - "shop": "clothes", - "website": "https://www.n20.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8463623, - 45.7686912 - ] - }, - "id": "node/8105374110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8105433687", - "delivery:covid19": "yes", - "email": "jeanantoinechausseur@gmail.com", - "name": "Jean Antoine Chausseur", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00; Su 14:00-18:00", - "phone": "+33 4 72 74 10 34", - "ref:FR:SIRET": "38128309200033", - "shop": "shoes", - "website": "https://jeanantoinechausseur.fr/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8496546, - 45.7690971 - ] - }, - "id": "node/8105433687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8107965728", - "brand": "Urban Culture", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.784108, - 45.8023648 - ] - }, - "id": "node/8107965728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8107965750", - "branch": "Champagne au Mont d'Or", - "brand": "Bonobo", - "brand:wikidata": "Q63682093", - "clothes": "men;women", - "name": "Bonobo", - "phone": "+33437503524", - "shop": "clothes", - "takeaway": "yes", - "website": "https://www.bonoboplanet.com/magasins-rhone-69-champagne-au-mont-d-or-6979.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7816172, - 45.8061812 - ] - }, - "id": "node/8107965750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8109637308", - "contact:facebook": "Jordan-MALKA-145405565565026", - "contact:instagram": "jordanmalka", - "name": "Jordan Malka", - "opening_hours": "Tu-Sa 10:00-19:30; Mo 14:00-19:30", - "phone": "+33 4 82 29 51 03", - "ref:FR:SIRET": "51153224400031", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8431387, - 45.7679937 - ] - }, - "id": "node/8109637308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8109830289", - "clothes": "women", - "contact:facebook": "MellePruneOfficiel", - "contact:instagram": "mademoiselleprunelyon", - "email": "tijou.laurence@neuf.fr", - "name": "Mademoiselle Prune", - "opening_hours": "Tu,Th 10:00-19:00; We,Fr,Sa 10:00-13:30,14:30-19:00", - "phone": "+33 4 72 15 06 83", - "ref:FR:SIRET": "49233204400014", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8442098, - 45.7661782 - ] - }, - "id": "node/8109830289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8109830291", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "brand:wikipedia": "fr:Jacadi", - "check_date:opening_hours": "2023-04-11", - "clothes": "children", - "name": "Jacadi", - "opening_hours:signed": "no", - "ref:FR:SIRET": "44187547301534", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8441512, - 45.7664928 - ] - }, - "id": "node/8109830291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8109830293", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "brand:wikipedia": "fr:Comptoir des Cotonniers", - "check_date": "2023-04-29", - "check_date:opening_hours": "2023-04-29", - "clothes": "women", - "contact:facebook": "comptoirdescotonniers", - "name": "Comptoir des Cotonniers", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 4 72 83 50 41", - "shop": "clothes", - "website": "https://www.comptoirdescotonniers.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8438022, - 45.7681403 - ] - }, - "id": "node/8109830293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8109830294", - "brand:wikidata": "Q3403500", - "clothes": "underwear", - "name": "Princesse Tam Tam", - "opening_hours": "Mo 13:30-19:00; Tu-Fr 10:30-19:00; Sa 10:00-19:00", - "phone": "+33 4 78 65 00 96", - "ref:FR:SIRET": "32761140601013", - "shop": "clothes", - "website": "https://www.princessetamtam.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8437902, - 45.7682156 - ] - }, - "id": "node/8109830294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8112719754", - "contact:mobile": "+33 6 11 63 24 23", - "name": "Tropic'Art", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+33 4 72 98 36 47", - "ref:FR:SIRET": "32474051300050", - "shop": "clothes", - "website": "http://www.tropicart.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8283181, - 45.7660281 - ] - }, - "id": "node/8112719754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8113395810", - "name": "Halogene", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8427438, - 45.7642705 - ] - }, - "id": "node/8113395810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8113395814", - "name": "Patoon", - "ref:FR:SIRET": "52401472700019", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8425194, - 45.7667569 - ] - }, - "id": "node/8113395814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8113395815", - "name": "Galerie Eve", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8425006, - 45.7668459 - ] - }, - "id": "node/8113395815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8118960756", - "access:covid19": "no", - "contact:facebook": "friperie.look.vintage", - "contact:instagram": "friperielookvintage", - "delivery:covid19": "yes", - "name": "Look Vintage", - "opening_hours": "Tu-Sa 12:00-19:00", - "ref:FR:SIRET": "82469538100015", - "second_hand": "yes", - "shop": "clothes", - "website": "https://shop.look-vintage.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8281236, - 45.7665612 - ] - }, - "id": "node/8118960756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8130162606", - "clothes": "children", - "name": "Arsène et les Pipelettes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8467523, - 45.7687439 - ] - }, - "id": "node/8130162606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8130197961", - "check_date": "2023-07-10", - "name": "Avril", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8449229, - 45.7685627 - ] - }, - "id": "node/8130197961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8139941854", - "clothes": "women;men", - "delivery": "yes", - "name": "WeDressFair", - "opening_hours": "Tu 14:30-19:30; We-Fr 13:00-19:30; Sa 11:00-19:30", - "organic": "yes", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+33428297104", - "shop": "clothes", - "website": "https://www.wedressfair.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8327298, - 45.7690193 - ] - }, - "id": "node/8139941854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8146589783", - "name": "Astrapi", - "ref:FR:SIRET": "31717005800042", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8880704, - 45.7507796 - ] - }, - "id": "node/8146589783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8147283477", - "check_date": "2023-03-27", - "clothes": "wedding", - "email": "contact@delliciouzrobe.com", - "name": "Delliciouz Robe", - "opening_hours": "Tu-Fr 10:00-12:00,14:00-18:30; Sa 10:00-19:00", - "phone": "+33 9 51 79 99 23", - "ref:FR:SIRET": "83187816000017", - "shop": "clothes", - "website": "https://www.delliciouzrobe.com/boutiquerobedemarieelyon.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8811525, - 45.7485188 - ] - }, - "id": "node/8147283477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8148819319", - "name": "H&A", - "shop": "shoes", - "survey:date": "2020-11-21" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8446328, - 45.7558353 - ] - }, - "id": "node/8148819319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8148847920", - "name": "Bollywood Boutique", - "shop": "clothes", - "survey:date": "2020-11-21" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8450254, - 45.7559495 - ] - }, - "id": "node/8148847920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8148848417", - "name": "Chaussures Pronto", - "shop": "shoes", - "survey:date": "2020-11-21" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8440947, - 45.7555585 - ] - }, - "id": "node/8148848417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8148865818", - "name": "Orient Touch", - "shop": "clothes", - "survey:date": "2020-11-21" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8448593, - 45.7559001 - ] - }, - "id": "node/8148865818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8148866517", - "name": "Allure", - "shop": "shoes", - "survey:date": "2020-11-21" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8448311, - 45.7557668 - ] - }, - "id": "node/8148866517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8148895217", - "name": "Kxo", - "shop": "clothes", - "survey:date": "2020-11-21" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8453284, - 45.756028 - ] - }, - "id": "node/8148895217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8148895226", - "name": "Madinah", - "shop": "clothes", - "survey:date": "2020-11-21" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8456253, - 45.7563534 - ] - }, - "id": "node/8148895226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8148895517", - "name": "Reine d'un Soir", - "shop": "clothes", - "survey:date": "2020-11-21" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8454645, - 45.7560695 - ] - }, - "id": "node/8148895517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8149946091", - "contact:mobile": "+33 6 20 25 53 95", - "email": "funkyshop.lyon@gmail.com", - "name": "Funky Shop", - "ref:FR:SIRET": "84220062800019", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8478058, - 45.7499643 - ] - }, - "id": "node/8149946091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8150743913", - "check_date": "2023-12-04", - "name": "Advice shop Lyon", - "opening_hours": "Mo-Su 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8286823, - 45.7660027 - ] - }, - "id": "node/8150743913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151049619", - "clothes": "sports", - "name": "Al Sportswear co.", - "shop": "clothes", - "survey:date": "2020-11-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8439242, - 45.7638375 - ] - }, - "id": "node/8151049619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151049817", - "name": "MB Mariage", - "shop": "clothes", - "survey:date": "2021-04-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8439156, - 45.7638766 - ] - }, - "id": "node/8151049817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151049819", - "name": "Dong Aline", - "phone": "+33627990703", - "shop": "clothes", - "survey:date": "2020-11-22", - "website": "http://www.grossiste-france.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8436695, - 45.7640118 - ] - }, - "id": "node/8151049819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151079418", - "name": "Djap", - "shop": "clothes", - "survey:date": "2020-11-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8435638, - 45.7644795 - ] - }, - "id": "node/8151079418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151109818", - "name": "Planète Marques", - "shop": "shoes", - "survey:date": "2020-11-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8434644, - 45.7650803 - ] - }, - "id": "node/8151109818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151109917", - "clothes": "women", - "name": "Souriez vous êtes habillée", - "shop": "clothes", - "survey:date": "2020-11-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8434588, - 45.76511 - ] - }, - "id": "node/8151109917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151109918", - "name": "Berlingue", - "shop": "clothes", - "survey:date": "2020-11-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8434525, - 45.7651416 - ] - }, - "id": "node/8151109918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151124519", - "name": "Lpb", - "shop": "clothes", - "survey:date": "2020-11-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8436014, - 45.7656258 - ] - }, - "id": "node/8151124519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151143420", - "name": "Display", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8432512, - 45.7661633 - ] - }, - "id": "node/8151143420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151143424", - "name": "Idelle", - "shop": "clothes", - "survey:date": "2020-11-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8430592, - 45.7671863 - ] - }, - "id": "node/8151143424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151151418", - "check_date": "2023-04-11", - "name": "Lea Valentina", - "opening_hours": "Mo-Fr 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8434973, - 45.766165 - ] - }, - "id": "node/8151151418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151151420", - "name": "Le Coin des Filles", - "shop": "clothes", - "survey:date": "2020-11-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8433359, - 45.7669734 - ] - }, - "id": "node/8151151420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151151422", - "name": "Amazone", - "shop": "clothes", - "survey:date": "2020-11-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8433103, - 45.7670924 - ] - }, - "id": "node/8151151422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151151517", - "name": "Bee Fly", - "shop": "shoes", - "survey:date": "2020-11-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8432327, - 45.7662761 - ] - }, - "id": "node/8151151517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151151518", - "check_date": "2023-04-11", - "name": "Lara Manukyan", - "opening_hours": "\"Sur rendez-vous\"", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8432195, - 45.766358 - ] - }, - "id": "node/8151151518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151151522", - "name": "Esthy Boutique", - "shop": "clothes", - "survey:date": "2020-11-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8433198, - 45.7670437 - ] - }, - "id": "node/8151151522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151151717", - "name": "En Vogue", - "shop": "clothes", - "survey:date": "2020-11-22" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8430975, - 45.7669803 - ] - }, - "id": "node/8151151717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8152358319", - "name": "Smart femmes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8565833, - 45.7661702 - ] - }, - "id": "node/8152358319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8154255826", - "check_date": "2023-01-07", - "description": "Vêtement de travail, prêt-à-porter, flocage et sérigraphie", - "email": "dc-equipements@live.fr", - "name": "DC Équipements", - "opening_hours": "Mo-Fr 08:30-12:30,14:00-19:00; Sa 09:00-12:15", - "phone": "+33950094843;+33608692754", - "shop": "clothes", - "website": "https://www.dc-equipements.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8730617, - 45.8252976 - ] - }, - "id": "node/8154255826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8158178390", - "delivery": "yes", - "delivery:website": "https://duracuir.com/", - "name": "Dur à Cuir", - "note": "Position approximative", - "operator": "Dur à Cuir", - "payment:american_express": "yes", - "payment:cash": "yes", - "payment:cheque": "yes", - "payment:credit_cards": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "payment:visa_electron": "yes", - "phone": "+33619300068", - "ref:FR:SIRET": "52275922400036", - "shop": "bag", - "website": "https://duracuir.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344589, - 45.7699092 - ] - }, - "id": "node/8158178390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8160363319", - "name": "Muslim Élégance", - "shop": "clothes", - "survey:date": "2020-11-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.845275, - 45.7564494 - ] - }, - "id": "node/8160363319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8160363320", - "name": "Liza Mariage", - "shop": "clothes", - "survey:date": "2020-11-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8443781, - 45.7562245 - ] - }, - "id": "node/8160363320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8160363321", - "clothes": "wedding", - "name": "Merveilles Du Marriage", - "shop": "clothes", - "survey:date": "2020-11-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8441308, - 45.7560373 - ] - }, - "id": "node/8160363321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8160367117", - "name": "Costumes l'Exception", - "shop": "clothes", - "survey:date": "2020-11-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8447895, - 45.7565181 - ] - }, - "id": "node/8160367117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8160367121", - "contact:facebook": "Lotuussss", - "name": "Sundus Shop", - "shop": "clothes", - "survey:date": "2020-11-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8439867, - 45.7560861 - ] - }, - "id": "node/8160367121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8160369617", - "clothes": "wedding", - "name": "Sept de Trèfle", - "shop": "clothes", - "survey:date": "2020-11-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8443125, - 45.7563296 - ] - }, - "id": "node/8160369617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8160370117", - "clothes": "women", - "contact:facebook": "Karakou-Lyon-LE-TEMPS-DUN-SOIR-111236070488598", - "name": "Le Temps d'un Soir", - "shop": "clothes", - "survey:date": "2020-11-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8444129, - 45.7562536 - ] - }, - "id": "node/8160370117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8160370118", - "clothes": "women", - "name": "Julia Domna", - "shop": "clothes", - "survey:date": "2020-11-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.844315, - 45.756172 - ] - }, - "id": "node/8160370118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8161362817", - "name": "BK Habillement", - "shop": "clothes", - "survey:date": "2020-11-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8418508, - 45.7562517 - ] - }, - "id": "node/8161362817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8161996517", - "name": "Festi Print", - "shop": "clothes", - "survey:date": "2020-11-24" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8418566, - 45.7570826 - ] - }, - "id": "node/8161996517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8168857218", - "name": "Red Mode", - "shop": "clothes", - "survey:date": "2020-11-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8473949, - 45.7516839 - ] - }, - "id": "node/8168857218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8176307817", - "check_date": "2023-08-18", - "name": "Bombay Fashion", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8439557, - 45.7550896 - ] - }, - "id": "node/8176307817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8176307917", - "check_date": "2023-08-18", - "name": "Fontaine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8444367, - 45.7549279 - ] - }, - "id": "node/8176307917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8176308018", - "check_date": "2023-08-18", - "name": "Elles et Moi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8451453, - 45.7546994 - ] - }, - "id": "node/8176308018" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8197421320", - "check_date": "2024-02-01", - "name": "Be Happy", - "opening_hours": "Mo 15:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8436587, - 45.7478741 - ] - }, - "id": "node/8197421320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8197421321", - "check_date": "2024-02-01", - "name": "Ferraris", - "opening_hours": "Tu-Su 09:30-12:30,14:00-19:00; Mo off, Sa 09:30-12:30,14:00-18:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8436051, - 45.7477929 - ] - }, - "id": "node/8197421321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8197463417", - "check_date": "2024-02-01", - "name": "Tentations", - "opening_hours": "Tu,Th,Fr 10:00-19:00; We,Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.843459, - 45.7475208 - ] - }, - "id": "node/8197463417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8197463617", - "name": "A. Millioni", - "opening_hours": "Mo-Fr 08:45-12:00,13:30-18:00; Sa 08:45-12:00", - "shop": "shoes", - "survey:date": "2023-08-15", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8429935, - 45.7475287 - ] - }, - "id": "node/8197463617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8198723227", - "name": "La Pure", - "opening_hours": "Tu-Sa 12:00-19:00", - "shop": "clothes", - "survey:date": "2024-03-23", - "website": "https://la-pure.eu/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8439959, - 45.7520154 - ] - }, - "id": "node/8198723227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8203904803", - "name": "SF Destockmark", - "phone": "+33760481536", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8909567, - 45.7585453 - ] - }, - "id": "node/8203904803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8205180119", - "check_date": "2024-02-29", - "name": "Seven", - "opening_hours": "Mo-Fr 10:00-13:00,14:00-19:00; Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8463148, - 45.7531074 - ] - }, - "id": "node/8205180119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8205180217", - "check_date": "2024-02-29", - "name": "Paris Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8465924, - 45.753574 - ] - }, - "id": "node/8205180217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8261726920", - "name": "L'Équipementier", - "shop": "clothes", - "survey:date": "2020-12-26" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8426477, - 45.7473916 - ] - }, - "id": "node/8261726920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8261839119", - "check_date": "2023-05-01", - "contact:phone": "+33478724106", - "name": "Berthelon", - "opening_hours": "Mo 14:00-18:00; Tu-Th 09:00-12:00,14:00-18:00; Fr 09:00-18:00; Sa 09:00-16:00", - "ref:FR:SIRET": "82842997700014", - "shop": "clothes", - "website": "https://www.berthelon-laboutique.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8345541, - 45.7477041 - ] - }, - "id": "node/8261839119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8267701918", - "name": "Destockage de Luxe", - "shop": "clothes", - "survey:date": "2020-12-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8468965, - 45.7564853 - ] - }, - "id": "node/8267701918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8294374594", - "clothes": "women", - "name": "Seven 7", - "opening_hours": "Mo-Fr 10:00-13:00,14:00-19:00; Sa 10:00-19:00; Su 10:00-13:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8856669, - 45.7000058 - ] - }, - "id": "node/8294374594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8294458518", - "name": "Maysam Tradition", - "shop": "clothes", - "survey:date": "2021-01-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8448153, - 45.7556782 - ] - }, - "id": "node/8294458518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8294458917", - "name": "Maysam Cocktail", - "shop": "clothes", - "survey:date": "2021-01-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8448396, - 45.7556349 - ] - }, - "id": "node/8294458917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8342669418", - "name": "Weekend MaxMara", - "shop": "clothes", - "survey:date": "2021-01-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8445278, - 45.7665914 - ] - }, - "id": "node/8342669418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8342678019", - "name": "Isaya", - "opening_hours": "Tu,Th-Sa 10:00-19:00; We 10:00-13:00,14:00-19:00", - "shop": "clothes", - "survey:date": "2021-01-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8445417, - 45.7665363 - ] - }, - "id": "node/8342678019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8342678219", - "check_date": "2023-04-11", - "name": "Mostra", - "opening_hours": "Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8441386, - 45.7665475 - ] - }, - "id": "node/8342678219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8342695417", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "brand:wikipedia": "fr:Du Pareil au Même (entreprise)", - "check_date": "2023-12-23", - "name": "Du Pareil au Même", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8444534, - 45.7669462 - ] - }, - "id": "node/8342695417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8342695517", - "name": "Gérard Darel", - "shop": "clothes", - "survey:date": "2021-01-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8444127, - 45.7671736 - ] - }, - "id": "node/8342695517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8361103218", - "name": "Maperla", - "shop": "clothes", - "survey:date": "2021-01-25" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8462382, - 45.7565041 - ] - }, - "id": "node/8361103218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8366724618", - "brand": "Pablo", - "brand:wikidata": "Q104718978", - "check_date": "2023-04-29", - "clothes": "women", - "name": "Pablo", - "opening_hours": "Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "81411679400847", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8438162, - 45.7680614 - ] - }, - "id": "node/8366724618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8366728017", - "name": "Nina Bey", - "opening_hours": "Tu-Sa 10:00-12:00,14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8441507, - 45.7683493 - ] - }, - "id": "node/8366728017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8366793719", - "name": "Maille Street", - "shop": "clothes", - "survey:date": "2021-01-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.841958, - 45.7657102 - ] - }, - "id": "node/8366793719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8366793817", - "clothes": "women", - "name": "Alissone", - "shop": "clothes", - "survey:date": "2023-08-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.842293, - 45.7657455 - ] - }, - "id": "node/8366793817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8375946823", - "name": "Studio 35", - "shop": "clothes", - "survey:date": "2021-01-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8427449, - 45.7655724 - ] - }, - "id": "node/8375946823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8599512288", - "addr:city": "Lyon", - "addr:housenumber": "4", - "addr:postcode": "69003", - "addr:street": "Rue Chalopin", - "check_date:opening_hours": "2024-09-03", - "clothes": "women", - "name": "Yümna", - "old_name": "Tendance Immobilier Conseils", - "opening_hours": "Tu-Fr 11:00-19:00; Sa 11:00-20:00; Su 13:00-19:00", - "religion": "muslim", - "shop": "clothes", - "was:office": "estate_agent", - "website": "https://www.yumna.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8451572, - 45.7522738 - ] - }, - "id": "node/8599512288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8625830087", - "name": "Bloom", - "opening_hours": "Tu-Sa 11:00-19:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.835363, - 45.7696454 - ] - }, - "id": "node/8625830087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8632890120", - "level": "-1", - "name": "Bobbies", - "shop": "shoes", - "survey:date": "2021-04-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8359115, - 45.7577195 - ] - }, - "id": "node/8632890120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8632890217", - "level": "-1", - "name": "Maison Montagut", - "shop": "clothes", - "survey:date": "2021-04-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8361877, - 45.75782 - ] - }, - "id": "node/8632890217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8638863469", - "check_date": "2023-06-23", - "clothes": "women;men", - "description": "The BrickLane est votre concept Store qui va vite devenir votre immanquable sur Lyon ! The Bricklane propose d'abord de la fripe, de toute qualité et pour tous les genres ! Le plus important c'est que vous y trouverez aussi tous les prix !", - "email": "thebricklanelyon@gmail.com", - "image": "http://thebricklane.b.enregistreuse.fr/", - "internet_access": "yes", - "name": "The Bricklane", - "opening_hours": "Tu-Sa 10:00-19:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+33 9 51 59 28 72", - "second_hand": "no", - "shop": "clothes", - "source": "Grand Lyon - 10/2011", - "website": "http://thebricklane.b.enregistreuse.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8316958, - 45.7710222 - ] - }, - "id": "node/8638863469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8648707332", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "check_date": "2023-06-21", - "name": "Petit Bateau", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 4 78 39 90 71", - "shop": "clothes", - "website": "https://stores.petit-bateau.com/france/lyon/41-grande-rue-de-la-croix-rousse" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8321534, - 45.7783123 - ] - }, - "id": "node/8648707332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8651119012", - "name": "Fripesketchup", - "opening_hours": "Tu-Sa 13:30-19:30", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.fripesketchup.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8313076, - 45.7688923 - ] - }, - "id": "node/8651119012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8653047551", - "name": "Louize", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 09:00-12:30,14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8310628, - 45.7752787 - ] - }, - "id": "node/8653047551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8743017785", - "name": "Maroquinerie & Bazar", - "opening_hours": "Mo-Fr 08:00-12:00,14:00-18:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8075606, - 45.7743485 - ] - }, - "id": "node/8743017785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8743017788", - "clothes": "underwear;women", - "name": "Passion'Elle", - "opening_hours": "Tu-Th 10:00-14:00,14:30-19:00; Fr 10:00-14:00,15:00-19:00; Sa 10:00-13:00,14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8071784, - 45.7743752 - ] - }, - "id": "node/8743017788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8743017789", - "contact:facebook": "boutiquehistoiredefemmes", - "name": "Histoire de femmes", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8070305, - 45.7744404 - ] - }, - "id": "node/8743017789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8743017796", - "name": "Podium", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8065621, - 45.7748113 - ] - }, - "id": "node/8743017796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8946523047", - "check_date": "2023-01-07", - "name": "Vie de Bohème", - "opening_hours": "Tu-Th 10:00-12:00,14:00-18:00; Fr 10:00-12:00,14:00-19:00; Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8739687, - 45.8240721 - ] - }, - "id": "node/8946523047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9084450421", - "check_date": "2023-09-22", - "name": "Empire du Marié", - "opening_hours": "Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8345184, - 45.7666833 - ] - }, - "id": "node/9084450421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9084461417", - "contact:phone": "+33478399331", - "name": "Paire & Fils", - "opening_hours": "Tu-Sa 11:00-19:00", - "ref:FR:SIRET": "80841860200070", - "shoes": "women;men", - "shop": "shoes", - "website": "https://fr.pairetfils.com/catalog/shop/entry/28.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8342001, - 45.7655284 - ] - }, - "id": "node/9084461417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9084796017", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "clothes": "underwear", - "name": "Princesse tam.tam", - "shop": "clothes", - "survey:date": "2021-09-12" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8343982, - 45.7644478 - ] - }, - "id": "node/9084796017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9111426314", - "name": "Zeeman", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9041662, - 45.8181643 - ] - }, - "id": "node/9111426314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9210896424", - "name": "Cinelle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9010231, - 45.8171619 - ] - }, - "id": "node/9210896424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9211475241", - "name": "Follow Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9014575, - 45.8172043 - ] - }, - "id": "node/9211475241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9392412696", - "name": "Mr & Miss", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8746058, - 45.7349074 - ] - }, - "id": "node/9392412696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9393180111", - "check_date": "2023-06-11", - "name": "Haute Couture Clean", - "opening_hours": "Mo-Tu,Th-Fr 09:00-12:00,14:00-19:00; We,Sa 09:30-12:30; Su off", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8653646, - 45.7507366 - ] - }, - "id": "node/9393180111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9442555917", - "check_date": "2024-04-17", - "name": "Maliparmi", - "opening_hours": "Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "45057579000032", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8346228, - 45.762464 - ] - }, - "id": "node/9442555917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9484509917", - "name": "Capsule by Eso", - "shop": "clothes", - "survey:date": "2022-02-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8352766, - 45.7664571 - ] - }, - "id": "node/9484509917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9576063717", - "clothes": "men", - "name": "Zelys", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes", - "survey:date": "2024-06-30", - "website": "https://www.zelystore.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8361223, - 45.7617678 - ] - }, - "id": "node/9576063717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9643356102", - "addr:city": "Lyon", - "addr:housenumber": "82", - "addr:postcode": "69008", - "addr:street": "Boulevard des États-Unis", - "clothes": "women", - "name": "Zen Mode", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8654231, - 45.7316659 - ] - }, - "id": "node/9643356102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9657831527", - "clothes": "workwear", - "name": "Marsh", - "opening_hours": "Mo-Fr 09:00-12:00,14:00-18:00; Sa 10:00-17:00", - "shop": "clothes", - "source": "local knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8537834, - 45.7490727 - ] - }, - "id": "node/9657831527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9657834617", - "contact:city": "Lyon 3eme Arrondissement", - "contact:housenumber": "17", - "contact:phone": "+33 9 52 86 04 02", - "contact:postcode": "69003", - "contact:street": "Rue Du Docteur Bouchut", - "name": "Draeger", - "official_name": "Draeger Paris - Tie Rack - Lyon Part Dieu", - "opening_hours": "Mo-Sa 09:30-20:00", - "shop": "clothes", - "website": "https://www.draegerparis.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8561318, - 45.76044 - ] - }, - "id": "node/9657834617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9679232037", - "check_date": "2024-07-03", - "check_date:opening_hours": "2024-07-03", - "clothes": "women", - "level": "0", - "name": "EGO", - "opening_hours": "Mo 12:00-19:00; Tu-Sa 10:00-19:00; Su off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8577272, - 45.7637862 - ] - }, - "id": "node/9679232037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9719227948", - "brand": "Valege", - "brand:website": "https://valege.com", - "clothes": "underwear;collants;maillots_de_bain", - "opening_hours": "Mo-Su 10:00-20:00", - "phone": "+33478246596", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9198274, - 45.7642118 - ] - }, - "id": "node/9719227948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9751988543", - "clothes": "underwear", - "name": "Maison Lejaby", - "phone": "+33 4 78 97 11 49", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8722124, - 45.8055061 - ] - }, - "id": "node/9751988543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9817327211", - "check_date": "2023-08-07", - "clothes": "women", - "clothes:women": "yes", - "name": "Les Carnets d'Églantine", - "opening_hours": "Tu-Sa 10:00-13:00,14:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8666116, - 45.7449189 - ] - }, - "id": "node/9817327211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9817393728", - "brand": "Okaïdi", - "brand:wikidata": "Q3350027", - "check_date:opening_hours": "2024-06-30", - "name": "Okaïdi", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8698891, - 45.7443146 - ] - }, - "id": "node/9817393728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9874223330", - "check_date:opening_hours": "2024-11-13", - "name": "Lola Victoria", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8797667, - 45.7671087 - ] - }, - "id": "node/9874223330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10008230391", - "addr:city": "Lyon", - "addr:housenumber": "88", - "addr:postcode": "69007", - "addr:street": "Cours Gambetta", - "email": "secretariat@entraide-lyon.com", - "name": "La boutique de l'entraide", - "opening_hours": "Tu 13:00-17:45; We 13:00-18:15; Th 11:30-14:00; Fr 13:00-16:45", - "phone": "+33 4 72 72 92 08", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.entraideprotestantedelyon.fr/poles/la-boutique-de-lentraide/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8521023, - 45.7519616 - ] - }, - "id": "node/10008230391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10060570543", - "addr:city": "Villeurbanne", - "addr:housenumber": "3", - "addr:postcode": "69100", - "addr:street": "Rue Charles Robin", - "clothes": "sports;women;men;madeinfrance", - "description": "Vêtements Techniques. Pas de compromis sur la technicité. Co-créés avec plus de 3000 coureurs, nos vêtements sont faits pour vous accompagner sur des km. Made in France. Tricotage | Confection | Finition Nous produisons de façon locale et transparente.", - "name": "Bomolet - Les Bureaux", - "opening_hours": "Tu-Fr 15:00-18:00", - "shop": "clothes", - "website": "https://bomolet.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8964198, - 45.7648044 - ] - }, - "id": "node/10060570543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10126449463", - "check_date": "2022-10-24", - "clothes": "women;men", - "contact:facebook": "https://www.facebook.com/DiamantineLyon", - "contact:instagram": "https://www.instagram.com/DiamantineLyon", - "contact:phone": "+33 6 67 54 47 32; +33 6 60 99 67 40", - "contact:website": "https://fr.diamantine.com", - "name": "Diamantine", - "opening_hours": "Mo-Fr 10:30-12:00,14:00-19:00; Sa 10:30-19:00; Su off", - "payment:american_express": "yes", - "payment:contactless": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8757867, - 45.7558041 - ] - }, - "id": "node/10126449463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10129682257", - "clothes": "men", - "name": "Mac'b", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.832349, - 45.7791593 - ] - }, - "id": "node/10129682257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10129682258", - "clothes": "women", - "name": "Maison Musy, chemiserie", - "opening_hours": "Tu-Sa 10:00-12:00,14:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8323403, - 45.779103 - ] - }, - "id": "node/10129682258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10129682259", - "clothes": "women", - "name": "Les Filles en Soie", - "opening_hours": "Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8321851, - 45.7794235 - ] - }, - "id": "node/10129682259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10129682260", - "name": "Astuces", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8321641, - 45.7791493 - ] - }, - "id": "node/10129682260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10132343828", - "name": "Tout à 10€", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8324453, - 45.7797602 - ] - }, - "id": "node/10132343828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10132349357", - "name": "Mika mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8324808, - 45.7799041 - ] - }, - "id": "node/10132349357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10182970235", - "brand": "Dr. Martens", - "brand:wikidata": "Q1126126", - "check_date": "2024-04-27", - "name": "Dr. Martens", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "41505341200128", - "shop": "shoes", - "website": "https://drmartens.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8363595, - 45.7615307 - ] - }, - "id": "node/10182970235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10246265894", - "contact:email": "elegance_dress@hotmail.com", - "contact:instagram": "Elegancedresslyon", - "contact:snapchat": "Elegancedress69", - "name": "Elegance Dress", - "opening_hours": "We-Sa 10:00-19:00; Su 12:00-17:00", - "phone": "+33760188163", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8064722, - 45.7750452 - ] - }, - "id": "node/10246265894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10289547510", - "name": "Kilo Shop", - "opening_hours": "Mo 13:00-19:30; Tu-Fr 10:30-19:30; Sa 10:00-19:30", - "ref:FR:SIRET": "89924537700010", - "shop": "clothes", - "survey:date": "2023-08-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8369733, - 45.7645655 - ] - }, - "id": "node/10289547510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10289547511", - "name": "Eso", - "opening_hours": "Tu-Fr 13:00-19:00; Sa 11:00-19:00", - "shop": "clothes", - "survey:date": "2023-08-19", - "website": "http://capsulebyeso.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8369641, - 45.7644576 - ] - }, - "id": "node/10289547511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10310398216", - "name": "Dimension", - "shop": "shoes", - "survey:date": "2024-08-04" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8319895, - 45.7655676 - ] - }, - "id": "node/10310398216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10310405051", - "name": "POP AND SHOP", - "shop": "clothes", - "survey:date": "2024-08-04" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8321427, - 45.7654745 - ] - }, - "id": "node/10310405051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10559298859", - "name": "L’Univers des enfants", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8083801, - 45.7151679 - ] - }, - "id": "node/10559298859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10559298862", - "name": "Galilée", - "opening_hours": "Tu-Fr 10:00-12:00,14:00-19:00; Sa 10:00-12:30,14:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.808948, - 45.7154857 - ] - }, - "id": "node/10559298862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10575306446", - "contact:instagram": "https://www.instagram.com/lespot_lyon/", - "name": "Le Spot", - "opening_hours": "Mo-Sa 12:00-19:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8351777, - 45.7679496 - ] - }, - "id": "node/10575306446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10652337325", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "name": "Zadig & Voltaire", - "opening_hours": "Mo-Sa 10:00-19:00", - "opening_hours:url": "https://storelocator.zadig-et-voltaire.com/zadigandvoltaire-e2b083b742ca", - "phone": "+33478422713", - "shop": "clothes", - "website": "https://storelocator.zadig-et-voltaire.com/zadigandvoltaire-e2b083b742ca", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8295607, - 45.7582943 - ] - }, - "id": "node/10652337325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10652337328", - "contact:email": "contact@lingeers.com", - "contact:mobile": "+33760427795", - "name": "Lingeer's", - "opening_hours": "Mo-Su 11:00-13:00,14:00-18:00", - "shop": "clothes", - "website": "https://lingeers.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8292811, - 45.7581698 - ] - }, - "id": "node/10652337328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10652337329", - "clothes": "suits", - "contact:email": "bellecour@samsonsurmesure.fr", - "contact:phone": "+33472775901", - "name": "samson sur mesure", - "opening_hours": "Tu-Fr 10:30-13:00,14:30-19:30; Sa 10:00-19:30", - "opening_hours:url": "https://samsonsurmesure.fr/samson-lyon-bellecour/", - "shop": "clothes", - "website": "https://samsonsurmesure.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8292563, - 45.7581432 - ] - }, - "id": "node/10652337329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10652337330", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "name": "Zadig & Voltaire", - "opening_hours": "Mo-Sa 10:00-19:00", - "opening_hours:url": "https://storelocator.zadig-et-voltaire.com/zadigandvoltaire-e2b083b742ca", - "phone": "+33478422713", - "shop": "clothes", - "website": "https://storelocator.zadig-et-voltaire.com/zadigandvoltaire-e2b083b742ca" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8294172, - 45.7580884 - ] - }, - "id": "node/10652337330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10652337331", - "contact:phone": "+33660341877", - "name": "Clothe2Me & Régine", - "opening_hours": "We-Sa 10:00-19:00", - "second_hand": "yes", - "shop": "clothes", - "website": "https://clothe2me.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8295212, - 45.7580455 - ] - }, - "id": "node/10652337331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10652848648", - "clothes": "wedding", - "contact:phone": "+33478929578", - "name": "Lauren", - "shop": "clothes", - "website": "https://www.lauren-creations.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8299604, - 45.7588627 - ] - }, - "id": "node/10652848648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10652848650", - "contact:phone": "+33478377361", - "name": "JB Roddle", - "opening_hours": "Tu-Sa 10:30-13:00,14:00-18:30", - "shop": "shoes", - "website": "https://www.jbrodde.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8297156, - 45.7587733 - ] - }, - "id": "node/10652848650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10652848656", - "contact:email": "info@ansari-cachemire.com", - "contact:phone": "+33983350191", - "name": "Ansari Pashmina", - "opening_hours": "Tu-Sa 10:00-13:00,14:00-19:00", - "shop": "clothes", - "website": "https://www.ansaripashmina.com", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.82978, - 45.7585946 - ] - }, - "id": "node/10652848656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10652848657", - "contact:email": "contact@acanthe-paris.fr", - "contact:phone": "+33478422785", - "name": "Acanthe", - "opening_hours": "Tu-Sa 10:00-12:30,14:30-19:00", - "shop": "clothes", - "website": "https://www.acanthe-paris.com", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8297492, - 45.7585581 - ] - }, - "id": "node/10652848657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10652848658", - "contact:email": "postmaster@officielboutique.fr", - "contact:phone": "+33950312066", - "name": "Officiel Boutique Bellecour", - "opening_hours": "Tu-Sa 10:00-12:15,14:00-19:00", - "operator": "Officiel Boutiques", - "shop": "clothes", - "website": "https://officielboutique.fr", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8296955, - 45.7584767 - ] - }, - "id": "node/10652848658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10652848661", - "clothes": "wedding", - "contact:email": "contact@nicolasfafiotte.com", - "contact:phone": "+33472418479", - "name": "Nicolas Fafiotte Couture", - "opening_hours": "Tu-Sa 10:00-13:00,14:00-19:00", - "shop": "clothes", - "website": "https://nicolasfafiotte.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8294702, - 45.7584477 - ] - }, - "id": "node/10652848661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10674978006", - "addr:housenumber": "14", - "addr:postcode": "69003", - "addr:street": "Rue Aimé Collomb", - "name": "Fripes Machine", - "opening_hours": "Tu, Th-Sa 11:00-19:00; We 12:00-19:00", - "phone": "+33 9 77 33 12 81", - "shop": "clothes", - "website": "http://fripesmachines.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.842206, - 45.7567625 - ] - }, - "id": "node/10674978006" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10721193303", - "air_conditioning": "yes", - "brand": "homecore", - "clothes": "men;women;unisex;fashion", - "name": "Homecore", - "opening_hours": "Mo-Sa 10:30-19:30", - "payment:american_express": "yes", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "payment:mastercard": "yes", - "payment:notes": "yes", - "payment:visa": "yes", - "phone": "+33 4 78 28 02 68", - "shop": "clothes", - "stroller": "limited", - "toilets": "no", - "website": "https://www.homecore.com/pages/nos-boutiques", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.83061, - 45.7672076 - ] - }, - "id": "node/10721193303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10732427690", - "email": "bcbgfrancheville@gmail.com", - "name": "BCBG", - "opening_hours": "Mo-Sa 09:00-20:00", - "phone": "+33478595884", - "shop": "clothes", - "website": "https://www.facebook.com/bcbgfrancheville/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7738494, - 45.7338384 - ] - }, - "id": "node/10732427690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10739084139", - "addr:city": "Oullins", - "addr:housenumber": "5", - "addr:postcode": "69600", - "addr:street": "Place Anatole France", - "name": "Boutique seconde main", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.80571, - 45.71437 - ] - }, - "id": "node/10739084139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10817009292", - "brand": "Paul Smith", - "brand:wikidata": "Q56356277", - "name": "Paul Smith", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8324326, - 45.7565166 - ] - }, - "id": "node/10817009292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10819647143", - "check_date:opening_hours": "2024-02-24", - "name": "Maison FT", - "opening_hours:signed": "no", - "shop": "clothes", - "survey:date": "2023-08-19", - "website": "https://www.maisonft.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8321549, - 45.7541939 - ] - }, - "id": "node/10819647143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10833564014", - "name": "Atye Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8636944, - 45.7383942 - ] - }, - "id": "node/10833564014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10837226718", - "brand": "Victoire", - "clothes": "men", - "contact:facebook": "monVictoire", - "email": "lyon@monvictoire.fr", - "name": "sacrécoeur", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33472400952", - "ref:FR:SIRET": "95751632100016", - "shop": "clothes", - "website": "https://www.victoire.shop" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8324407, - 45.7599022 - ] - }, - "id": "node/10837226718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10837226719", - "name": "Héroïnes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8323816, - 45.7598223 - ] - }, - "id": "node/10837226719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10864977705", - "name": "Kritik", - "opening_hours": "Tu-Sa 10:00-12:30,14:00-19:00", - "shop": "clothes", - "survey:date": "2023-05-03" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8310806, - 45.7753928 - ] - }, - "id": "node/10864977705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10921920844", - "addr:housenumber": "21", - "addr:street": "Rue de la Charité", - "contact:phone": "+33988419622", - "description": "Friperie vegan et mixte, point relay colis Mondial Relay", - "name": "Clai Rah", - "opening_hours": "Tu-Sa 10:00-19:00", - "post_office": "post_partner", - "post_office:brand": "Point Relais", - "post_office:brand:wikidata": "Q3320547", - "post_office:service_provider": "Mondial relay", - "ref:FR:SIRET": "88538699500025", - "second_hand": "only", - "shop": "clothes", - "source": "survey", - "survey:date": "2023-08-19", - "website": "https://www.friperieclai-rah.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8316949, - 45.7529606 - ] - }, - "id": "node/10921920844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10969317610", - "check_date": "2023-06-11", - "clothes": "wedding", - "contact:facebook": "https://www.facebook.com/GM-Creation-1458957904402000", - "contact:instagram": "https://www.instagram.com/gm_creation", - "contact:phone": "+33 6 09 48 95 77", - "contact:website": "https://www.gm-creation.com", - "name": "GM Création", - "opening_hours": "Mo,Su off; Tu-Fr 10:30-18:30; Sa 10:00-13:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8666872, - 45.7524223 - ] - }, - "id": "node/10969317610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10982060261", - "clothes": "women", - "contact:email": "Mondressingbysirina@gmail.com", - "contact:phone": "+33613054822", - "name": "Dressing By Sirina", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "92090304400013", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8549015, - 45.7661629 - ] - }, - "id": "node/10982060261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10984742005", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "brand:wikipedia": "fr:Éram", - "check_date:opening_hours": "2023-09-22", - "name": "Éram", - "opening_hours:signed": "no", - "shop": "shoes", - "survey:date": "2023-06-18", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.834794, - 45.7634709 - ] - }, - "id": "node/10984742005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10984747605", - "brand": "MS Mode", - "brand:wikidata": "Q6718117", - "clothes": "women", - "contact:phone": "+33472417992", - "name": "MS Mode", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "82419017700496", - "shop": "clothes", - "survey:date": "2023-06-18", - "website": "https://www.msmode.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8349178, - 45.7633289 - ] - }, - "id": "node/10984747605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10984747606", - "clothes": "women", - "name": "Ayni", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "39342085600014", - "shop": "clothes", - "survey:date": "2023-06-18" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8347927, - 45.7633207 - ] - }, - "id": "node/10984747606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10984747705", - "brand": "Le Temps des Cerises", - "brand:wikidata": "Q3228558", - "name": "Le Temps des Cerises", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "50150500200318", - "shop": "clothes", - "survey:date": "2023-06-18", - "website": "https://www.letempsdescerises.com/boutiques/lyon-grenette-html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8346907, - 45.7633181 - ] - }, - "id": "node/10984747705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11057564257", - "clothes": "children", - "contact:email": "Contact@lola-kids.fr", - "name": "Lola Kids", - "ref:FR:SIRET": "89409241000022", - "shop": "clothes", - "survey:date": "2023-08-19", - "website": "https://www.lola-kids.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8321314, - 45.7541518 - ] - }, - "id": "node/11057564257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11076056699", - "brand": "Vib's", - "name": "Vib's Champagne-au-Mont-d'Or", - "shop": "clothes", - "website": "https://www.cache-cache.fr/magasins-rhone-69-champagne-au-mont-d-or-704.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7827741, - 45.8032349 - ] - }, - "id": "node/11076056699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11128444731", - "name": "Hype Center", - "opening_hours": "Tu-Sa 10:30-13:00,14:00-19:00", - "ref:FR:SIRET": "52979789600022", - "shop": "clothes", - "survey:date": "2023-08-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8359207, - 45.7567708 - ] - }, - "id": "node/11128444731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11128503891", - "clothes": "women", - "name": "Satin Studio", - "shop": "clothes", - "survey:date": "2023-08-19" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8303373, - 45.7507403 - ] - }, - "id": "node/11128503891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11157999232", - "clothes": "women;men;children", - "contact:phone": "+33437240406", - "name": "Acanthe", - "ref:FR:SIRET": "34906837900412", - "shop": "clothes", - "website": "https://www.acanthe-paris.com/acanthe-lyon-saxe" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8438227, - 45.7666347 - ] - }, - "id": "node/11157999232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11190170973", - "check_date:opening_hours": "2024-02-14", - "name": "Le 12 showroom", - "opening_hours:signed": "no", - "shop": "clothes", - "survey:date": "2023-09-14", - "website": "https://www.le12showroom.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8321505, - 45.7615068 - ] - }, - "id": "node/11190170973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11190302618", - "name": "Kulture", - "shop": "shoes", - "survey:date": "2023-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8337541, - 45.763415 - ] - }, - "id": "node/11190302618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11190302619", - "name": "Quoi d'Autre...", - "shop": "shoes", - "survey:date": "2023-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8336875, - 45.7634124 - ] - }, - "id": "node/11190302619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11211840125", - "name": "Milk & Soda", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8323784, - 45.7768734 - ] - }, - "id": "node/11211840125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11211849812", - "name": "Jacadi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8323734, - 45.7769131 - ] - }, - "id": "node/11211849812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11211871518", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "clothes": "underwear", - "name": "Etam", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 14:30-19:00", - "phone": "+33 4 72 07 88 48", - "shop": "clothes", - "website": "https://www.etam.com/1751_etam_lin_lyon_croix_rousse.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8321836, - 45.7769048 - ] - }, - "id": "node/11211871518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11211876470", - "clothes": "underwear", - "name": "Lingerie Blain", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8323566, - 45.7769871 - ] - }, - "id": "node/11211876470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11211942811", - "name": "Devred", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8321221, - 45.7788707 - ] - }, - "id": "node/11211942811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11302530193", - "clothes": "women", - "name": "Ianji", - "opening_hours": "Tu-Sa 13:00-19:00", - "ref:FR:SIRET": "92071196700025", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8304011, - 45.7594283 - ] - }, - "id": "node/11302530193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11307945168", - "contact:facebook": "https://www.facebook.com/Rita693/", - "contact:instagram": "https://www.instagram.com/broadway_chaussures/", - "name": "Broadway Chaussures", - "opening_hours": "Mo 15:00-19:00; Tu-Sa 09:30-12:00,14:30-19:00", - "phone": "+33 4 78 74 19 65", - "shop": "shoes", - "website": "https://broadwaychaussures.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.867579, - 45.7288363 - ] - }, - "id": "node/11307945168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11317189804", - "name": "Line’s Shop", - "ref:FR:SIRET": "94832178100015", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8369266, - 45.7466659 - ] - }, - "id": "node/11317189804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11346963769", - "addr:housenumber": "11", - "addr:postcode": "69001", - "addr:street": "Montée des Carmélites", - "name": "Frip' & Cheap", - "opening_hours": "Tu-Sa 14:00-19:00", - "phone": "0952505594", - "shop": "clothes", - "website": "https://espacevetementsducoeur.business.site" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8284692, - 45.7712148 - ] - }, - "id": "node/11346963769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11349943281", - "brand": "Zeeman", - "brand:wikidata": "Q184399", - "name": "Zeeman", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9302041, - 45.749658 - ] - }, - "id": "node/11349943281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11366153537", - "clothes": "underwear", - "name": "Calzedonia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8323145, - 45.7780144 - ] - }, - "id": "node/11366153537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11366164199", - "name": "Sergent Major", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8323072, - 45.7778136 - ] - }, - "id": "node/11366164199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11366176251", - "name": "Humility", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8323109, - 45.7778837 - ] - }, - "id": "node/11366176251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11368751712", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "clothes": "children", - "name": "Ikks", - "opening_hours": "Mo 14:00-20:00; Tu-Sa 10:00-20:00", - "phone": "+33 4 78 29 42 89", - "shop": "clothes", - "website": "https://stores.ikks.com/fr-fr/boutique/lyon/ikks-junior-lyon-croix-rousse/776561bd240bf9bb805de440b5c095b5", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8321358, - 45.7779678 - ] - }, - "id": "node/11368751712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11502597421", - "description": "Mode homme, femme et enfant", - "name": "MYA", - "phone": "+33 4 72 66 85 70", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8241712, - 45.6990187 - ] - }, - "id": "node/11502597421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11514269271", - "brand": "Etam", - "name": "Etam lingerie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7753999, - 45.7895139 - ] - }, - "id": "node/11514269271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11514284869", - "brand": "Zara", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7758383, - 45.7890381 - ] - }, - "id": "node/11514284869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11533645969", - "brand": "Quicksilver", - "name": "Quicksilver", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7753912, - 45.7874125 - ] - }, - "id": "node/11533645969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11533646169", - "brand": "Father & Sons", - "name": "Father & Sons", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7755784, - 45.7875985 - ] - }, - "id": "node/11533646169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11533646269", - "brand": "Devred 1902", - "name": "Devred 1902", - "shop": "clothes", - "website": "https://www.devred.com/boutiques/rhone-alpes/magasin-vetement-homme-ecully-108.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7755968, - 45.7877127 - ] - }, - "id": "node/11533646269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11563626473", - "clothes": "women;men", - "name": "Hyppairs", - "opening_hours": "Mo 13:00-16:00; Tu-Sa 11:00-19:00", - "ref:FR:SIRET": "83189972900022", - "shop": "clothes", - "website": "https://www.hyppairs.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8307486, - 45.7692058 - ] - }, - "id": "node/11563626473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11574583482", - "clothes": "women;men;children", - "contact:phone": "+33973351101", - "name": "Justpik", - "ref:FR:SIRET": "88096187500023", - "shop": "clothes", - "website": "https://justpik.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8519585, - 45.7669482 - ] - }, - "id": "node/11574583482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11622801034", - "name": "Maison 1 2 3", - "opening_hours": "Tu-Sa 10:00-19:00", - "phone": "+33 4 72 00 54 01", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8323959, - 45.7767467 - ] - }, - "id": "node/11622801034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11638735149", - "name": "Bagatelle", - "shop": "bag", - "website": "https://www.maroquinerie-tassin.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7814002, - 45.763749 - ] - }, - "id": "node/11638735149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11763620223", - "name": "Awani", - "origin": "african", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8466308, - 45.7520192 - ] - }, - "id": "node/11763620223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11796078063", - "name": "Chez Biche", - "opening_hours": "We-Sa 13:00-19:00", - "shop": "clothes", - "website": "https://chezbiche.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8320948, - 45.7695343 - ] - }, - "id": "node/11796078063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11796078064", - "name": "Marthe Duval", - "opening_hours": "Tu-Fr 14:00-19:00; Sa 11:00-19:00", - "shop": "clothes", - "website": "https://martheduval.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8328183, - 45.7697421 - ] - }, - "id": "node/11796078064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11893517697", - "contact:phone": "+33478626963", - "name": "Troc nippes", - "opening_hours": "Tu-Sa 10:00-13:00,14:00-19:00", - "ref:FR:SIRET": "82395754300023", - "second_hand": "only", - "shop": "clothes", - "website": "http://www.troc-nippes.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8542137, - 45.7635519 - ] - }, - "id": "node/11893517697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11901337123", - "name": "ASL La Robelle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8463414, - 45.758858 - ] - }, - "id": "node/11901337123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11901337131", - "clothes": "wedding", - "contact:phone": "+33984445361", - "name": "Millesim", - "ref:FR:SIRET": "79892823000019", - "shop": "clothes", - "website": "https://www.millesim-collection.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8580205, - 45.7658731 - ] - }, - "id": "node/11901337131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11937127025", - "name": "Christian Melli", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8307546, - 45.7601318 - ] - }, - "id": "node/11937127025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12068338380", - "clothes": "women", - "contact:phone": "+33437241266", - "name": "Apparence", - "opening_hours": "Tu-Fr 10:30-19:00; Sa 10:30-18:00", - "ref:FR:SIRET": "53739346400020", - "shop": "clothes", - "website": "https://www.apparence-avantapres.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8551174, - 45.7694943 - ] - }, - "id": "node/12068338380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12075461269", - "addr:housenumber": "18", - "addr:postcode": "69001", - "addr:street": "Rue Saint-Polycarpe", - "contact:instagram": "veryfrip", - "name": "Very Frip", - "name:fr": "Very Frip", - "opening_hours": "Tu-Fr 13:00-19:30; Sa 10:00-12:00, 13:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8344182, - 45.7686067 - ] - }, - "id": "node/12075461269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12090574407", - "name": "tbs", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8324245, - 45.7805933 - ] - }, - "id": "node/12090574407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12106720390", - "clothes": "women;men", - "contact:instagram": "https://www.instagram.com/paquita_lyon/", - "name": "Paquita", - "phone": "+33 4 78 39 46 89", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8320069, - 45.7676207 - ] - }, - "id": "node/12106720390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12106720392", - "name": "Frip US", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8319747, - 45.7678678 - ] - }, - "id": "node/12106720392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12154820180", - "name": "Yumna", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8434902, - 45.7502301 - ] - }, - "id": "node/12154820180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12155164257", - "name": "Ephrata", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8449917, - 45.7515188 - ] - }, - "id": "node/12155164257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12158155807", - "name": "BS Jean's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8422315, - 45.7492306 - ] - }, - "id": "node/12158155807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12160131821", - "brand": "Vans", - "brand:wikidata": "Q1135366", - "name": "Vans", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8309899, - 45.7668748 - ] - }, - "id": "node/12160131821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12163083142", - "clothes": "women", - "name": "Noha Corner", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 4 72 75 20 17", - "shop": "clothes", - "website": "https://www.nohacorner.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8520355, - 45.7693783 - ] - }, - "id": "node/12163083142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12260485398", - "description": "prêt-à-porter féminin et accessoires", - "name": "Anatalia", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.8557199, - 45.6335643 - ] - }, - "id": "node/12260485398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12269363481", - "name": "Trillat Chausseur", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.7996839, - 45.7562019 - ] - }, - "id": "node/12269363481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12378902141", - "addr:floor": "0", - "brand": "Grain de Malice", - "brand:wikidata": "Q66757157", - "check_date": "2024-11-27", - "level": "0", - "name": "Grain de Malice", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "ref": "45", - "second_hand": "only", - "shop": "clothes", - "short_name": "GDM" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9226461, - 45.7648822 - ] - }, - "id": "node/12378902141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12382584953", - "level": "0", - "name": "Project X Paris", - "opening_hours": "Mo-Sa 10:00-20:00", - "phone": "+33 4 72 14 03 58", - "ref": "40", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9220601, - 45.7647968 - ] - }, - "id": "node/12382584953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12382584954", - "brand": "Devred", - "brand:wikidata": "Q3025542", - "name": "Devred", - "phone": "+33 4 78 52 44 85", - "ref": "41", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9221955, - 45.7648108 - ] - }, - "id": "node/12382584954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12382584955", - "name": "Dalery", - "opening_hours": "Mo-Sa 10:00-20:00", - "phone": "+33 4 78 52 95 83", - "ref": "42", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9222907, - 45.7648267 - ] - }, - "id": "node/12382584955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12382584957", - "brand": "Jules", - "brand:wikidata": "Q3188386", - "clothes": "men", - "name": "Jules", - "opening_hours": "Mo-Sa 10:00-20:00", - "phone": "+33 4 72 37 88 14", - "ref": "44", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9225442, - 45.7648642 - ] - }, - "id": "node/12382584957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12382596107", - "brand": "Jennyfer", - "brand:wikidata": "Q3177174", - "brand:wikipedia": "fr:Jennyfer", - "level": "0", - "name": "Jennyfer", - "opening_hours": "Mo-Sa 10:00-20:00", - "phone": "+33 4 78 26 05 65", - "ref": "28", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9201691, - 45.7644937 - ] - }, - "id": "node/12382596107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12382596109", - "brand": "Okaïdi", - "brand:wikidata": "Q3350027", - "brand:wikipedia": "fr:Okaïdi", - "level": "0", - "name": "Okaïdi", - "opening_hours": "Mo-Sa 10:00-20:00", - "phone": "+33 4 78 52 81 73", - "ref": "31", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.920554, - 45.7645479 - ] - }, - "id": "node/12382596109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12382638255", - "name": "Toscane", - "phone": "+33 4 78 41 46 40", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9229975, - 45.7646705 - ] - }, - "id": "node/12382638255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12382638256", - "name": "Naumy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9226609, - 45.7646406 - ] - }, - "id": "node/12382638256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12382638257", - "brand": "Chaussea", - "brand:wikidata": "Q62082044", - "name": "Chaussea", - "phone": "+33 4 72 14 02 00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9224865, - 45.7646303 - ] - }, - "id": "node/12382638257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12382638258", - "brand": "Nike", - "brand:wikidata": "Q483915", - "name": "Nike", - "phone": "+33 4 72 14 14 89", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 4.9223068, - 45.7646097 - ] - }, - "id": "node/12382638258" - } - ] -} \ No newline at end of file diff --git a/backend/src/sandbox/newyork_data.json b/backend/src/sandbox/newyork_data.json deleted file mode 100644 index e40935c..0000000 --- a/backend/src/sandbox/newyork_data.json +++ /dev/null @@ -1,42085 +0,0 @@ -{ - "type": "FeatureCollection", - "generator": "overpass-turbo", - "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.", - "timestamp": "2024-12-03T15:13:15Z", - "features": [ - { - "type": "Feature", - "properties": { - "@id": "node/357645476", - "name": "Alnoor Boutique", - "phone": "+1-718-802-1514", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9929109, - 40.6900102 - ] - }, - "id": "node/357645476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/368047907", - "name": "Porta Bella", - "opening_hours": "Mo-Th 10:30-19:30; Fr 10:00-20:00; Sa 10:00-20:30; Su 10:00-19:00", - "phone": "+1-718-765-1450", - "shop": "clothes", - "website": "https://www.portabellastores.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0115417, - 40.6437244 - ] - }, - "id": "node/368047907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/663072765", - "addr:city": "New York", - "addr:housenumber": "595", - "addr:postcode": "10017", - "addr:street": "5th Avenue", - "brand": "Ted Baker", - "brand:wikidata": "Q2913458", - "name": "Ted Baker", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9778626, - 40.7573031 - ] - }, - "id": "node/663072765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/663084339", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9805923, - 40.7535383 - ] - }, - "id": "node/663084339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/663084489", - "brand": "Zara", - "brand:wikidata": "Q147662", - "name": "Zara", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9809753, - 40.7537116 - ] - }, - "id": "node/663084489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/886395953", - "addr:housenumber": "716", - "addr:street": "Broadway", - "brand": "Buffalo Exchange", - "brand:wikidata": "Q4985721", - "name": "Buffalo Exchange", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-19:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9936354, - 40.7287947 - ] - }, - "id": "node/886395953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/886530248", - "name": "Rumble", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9939823, - 40.7283854 - ] - }, - "id": "node/886530248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/886674467", - "addr:housenumber": "687", - "addr:postcode": "10012", - "addr:street": "Broadway", - "name": "Infinity Shoes", - "opening_hours": "Mo-Sa 11:00-21:00; Su 12:00-19:30", - "phone": "+1 212-475-5952", - "shop": "shoes", - "website": "https://www.infinityshoes.com/infinity-nyc" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9946324, - 40.7282196 - ] - }, - "id": "node/886674467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/886674498", - "addr:housenumber": "687A", - "addr:street": "Broadway", - "name": "Miz Mooz", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9947214, - 40.728098 - ] - }, - "id": "node/886674498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/886706963", - "addr:housenumber": "659", - "addr:postcode": "10012", - "addr:street": "Broadway", - "name": "A Sneaker City", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.995546, - 40.7271255 - ] - }, - "id": "node/886706963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/888966665", - "level": "0.5", - "name": "Bedford Vintage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9585643, - 40.7168786 - ] - }, - "id": "node/888966665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/999526099", - "addr:city": "New York", - "addr:housenumber": "10", - "addr:state": "NY", - "addr:street": "Columbus Circle", - "addr:unit": "118", - "air_conditioning": "yes", - "brand": "Vineyard Vines", - "brand:wikidata": "Q7932495", - "email": "columbuscircle@vineyardvines.com", - "level": "0", - "name": "Vineyard Vines", - "opening_hours": "off", - "phone": "+1-646-758-7289", - "second_hand": "no", - "shop": "clothes", - "website": "https://www.vineyardvines.com/storedetails?StoreID=161" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.982397, - 40.7688194 - ] - }, - "id": "node/999526099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1001284305", - "addr:housenumber": "503", - "addr:state": "NY", - "addr:street": "Broadway", - "brand": "PacSun", - "brand:wikidata": "Q7121857", - "name": "PacSun", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9996236, - 40.7223219 - ] - }, - "id": "node/1001284305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1095171630", - "name": "Something Else On Fifth", - "opening_hours": "Mo-Fr 12:00-18:00; Sa-Su 11:00-18:00", - "phone": "+1-718-622-1262", - "shop": "clothes", - "website": "http://somethingelsebk.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9805222, - 40.6765885 - ] - }, - "id": "node/1095171630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1221726034", - "brand": "Abercrombie & Fitch", - "brand:wikidata": "Q319344", - "clothes": "men;women", - "name": "Abercrombie & Fitch", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9745885, - 40.7624997 - ] - }, - "id": "node/1221726034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1241281004", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "546", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Broadway", - "branch": "SOHO", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "check_date": "2023-12-10", - "name": "Uniqlo", - "opening_hours": "Mo-Su 11:00-20:00", - "phone": "+1-877-486-4756", - "ref": "10200001", - "shop": "clothes", - "website": "https://www.uniqlo.com/us/en/stores-details/?StoreID=10200001", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.998176, - 40.7235022 - ] - }, - "id": "node/1241281004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1297627766", - "name": "Second Time Around", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9946151, - 40.7236731 - ] - }, - "id": "node/1297627766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1297629339", - "name": "Screaming Mimi's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9935441, - 40.7276373 - ] - }, - "id": "node/1297629339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1297657184", - "name": "Premium Laces", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9975119, - 40.7225835 - ] - }, - "id": "node/1297657184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1297660939", - "name": "Barney's Co-op", - "not:brand:wikidata": "Q59465", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9989975, - 40.7413644 - ] - }, - "id": "node/1297660939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1297673491", - "name": "Peachfrog", - "shop": "clothes", - "website": "https://peachfrog.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9568654, - 40.7199877 - ] - }, - "id": "node/1297673491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1378899206", - "name": "Cult Gaia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0019501, - 40.7229924 - ] - }, - "id": "node/1378899206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1378899236", - "addr:city": "New York", - "addr:housenumber": "453", - "addr:postcode": "10013", - "addr:state": "NY", - "addr:street": "Broome Street", - "branch": "NY Soho", - "brand": "Suitsupply", - "brand:wikidata": "Q17149142", - "clothes": "suits", - "email": "nysoho@suitsupply.com", - "name": "Suitsupply", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1 917-521-5759", - "shop": "clothes", - "website": "https://suitsupply.com/en-us/stores-detail?storeID=stores-NewYork-Soho" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0009428, - 40.7221884 - ] - }, - "id": "node/1378899236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1378899289", - "addr:housenumber": "484", - "addr:street": "Broadway", - "branch": "Mens Shop", - "brand": "J.Crew", - "brand:wikidata": "Q5370765", - "clothes": "men", - "name": "J.Crew Men's Shop", - "opening_hours": "Mo-Sa 10:00-20:00, Su 11:00-19:00", - "phone": "+1-212-343-1227", - "shop": "clothes", - "website": "https://stores.jcrew.com/us/ny/new-york/484-broadway" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.999866, - 40.7215489 - ] - }, - "id": "node/1378899289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1413105218", - "addr:housenumber": "248", - "addr:postcode": "10018", - "addr:street": "West 37th Street", - "name": "Selini Neckwear Inc.", - "shop": "clothes", - "website": "https://www.selininy.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9914496, - 40.7537134 - ] - }, - "id": "node/1413105218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1427521107", - "name": "Yankees", - "name:zh": "纽约洋基队俱乐部", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9833154, - 40.7498546 - ] - }, - "id": "node/1427521107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428036360", - "name": "Bakers", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9804857, - 40.7537744 - ] - }, - "id": "node/1428036360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428036380", - "brand": "Urban Outfitters", - "brand:wikidata": "Q3552193", - "name": "Urban Outfitters", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9800487, - 40.7542617 - ] - }, - "id": "node/1428036380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428036430", - "addr:housenumber": "575", - "addr:street": "5th Avenue", - "brand": "Guess", - "brand:wikidata": "Q2470307", - "name": "Guess", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9784981, - 40.7564207 - ] - }, - "id": "node/1428036430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428036585", - "name": "Charles Tyrwhitt", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.977162, - 40.7554348 - ] - }, - "id": "node/1428036585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428036605", - "clothes": "men", - "name": "Men's Wear", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9774674, - 40.7555641 - ] - }, - "id": "node/1428036605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428036618", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.977656, - 40.7552783 - ] - }, - "id": "node/1428036618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428036640", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "360", - "addr:postcode": "10017", - "addr:state": "NY", - "addr:street": "Madison Avenue", - "name": "My.Suit", - "shop": "clothes", - "website": "mysuitny.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9778087, - 40.7551081 - ] - }, - "id": "node/1428036640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428036643", - "brand": "Clarks", - "brand:wikidata": "Q1095857", - "name": "Clarks", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9776337, - 40.7547985 - ] - }, - "id": "node/1428036643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428427558", - "addr:housenumber": "477", - "addr:street": "Madison Avenue", - "branch": "Madison Avenue", - "brand": "Express", - "brand:wikidata": "Q1384784", - "clothes": "women;men", - "name": "Express", - "opening_hours": "Mo-Fr 08:00-21:00; Sa 10:00-21:00; Su 10:00-20:00", - "phone": "+1 212-644-4453", - "shop": "clothes", - "website": "https://stores.express.com/us/ny/new-york/477-madison-avenue" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9748533, - 40.7585649 - ] - }, - "id": "node/1428427558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428427559", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.975024, - 40.7589868 - ] - }, - "id": "node/1428427559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428427566", - "addr:postcode": "10022", - "brand": "Zara", - "brand:wikidata": "Q147662", - "name": "Zara", - "name:en": "Zara", - "phone": "+16468567287", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9750755, - 40.7610889 - ] - }, - "id": "node/1428427566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428427567", - "brand": "Coach", - "brand:wikidata": "Q727697", - "name": "Coach", - "shop": "bag", - "website": "https://www.coach.com/stores/ny/new-york/685-fifth-ave" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9752495, - 40.7608348 - ] - }, - "id": "node/1428427567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428427568", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Gap", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9756542, - 40.7610186 - ] - }, - "id": "node/1428427568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428427569", - "addr:city": "New York", - "addr:housenumber": "681", - "addr:postcode": "10022", - "addr:street": "5th Avenue", - "brand": "Tommy Hilfiger", - "brand:wikidata": "Q634881", - "name": "Tommy Hilfiger", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9753997, - 40.7606835 - ] - }, - "id": "node/1428427569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428427570", - "addr:city": "New York", - "addr:housenumber": "677", - "addr:postcode": "10022", - "addr:street": "5th Avenue", - "brand": "Fendi", - "brand:wikidata": "Q926575", - "name": "Fendi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9754724, - 40.7605888 - ] - }, - "id": "node/1428427570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428427571", - "brand": "St. John", - "brand:wikidata": "Q7588866", - "name": "St. John", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9757516, - 40.7602252 - ] - }, - "id": "node/1428427571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428427572", - "addr:city": "New York", - "addr:housenumber": "647", - "addr:postcode": "10022", - "addr:state": "NY", - "addr:street": "5th Avenue", - "brand": "Versace", - "brand:wikidata": "Q696376", - "name": "Versace", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.976054, - 40.7601652 - ] - }, - "id": "node/1428427572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1428427573", - "addr:city": "New York", - "addr:housenumber": "640", - "addr:postcode": "10019", - "addr:street": "5th Avenue", - "brand": "Victoria's Secret", - "brand:wikidata": "Q332477", - "clothes": "underwear;women", - "name": "Victoria's Secret", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9768001, - 40.75944 - ] - }, - "id": "node/1428427573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1491769950", - "addr:housenumber": "211", - "addr:postcode": "11215", - "addr:street": "5th Avenue", - "name": "Flea", - "opening_hours": "Mo-Sa 11:00-19:00; Su 11:00-18:00", - "shop": "clothes", - "website": "https://www.fleaboutiques.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9804812, - 40.6761253 - ] - }, - "id": "node/1491769950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1596628497", - "name": "Jumelle", - "shop": "clothes", - "website": "http://shopjumelle.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9568355, - 40.7188243 - ] - }, - "id": "node/1596628497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1608795907", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "628", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Broadway", - "addr:suburb": "Manhattan", - "brand": "Urban Outfitters", - "brand:wikidata": "Q3552193", - "name": "Urban Outfitters", - "opening_hours": "Mo-Sa 11:00-21:00; Su 11:00-20:00", - "phone": "+1 212-475-0009", - "shop": "clothes", - "website": "https://www.urbanoutfitters.com/urban/stores/urban-outfitters-soho" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.99596, - 40.725998 - ] - }, - "id": "node/1608795907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1655435369", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "15", - "addr:postcode": "10022", - "addr:state": "NY", - "addr:street": "East 57th Street", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "name": "Chanel", - "shop": "clothes", - "website": "https://www.chanel.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9728051, - 40.7626496 - ] - }, - "id": "node/1655435369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1669534157", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "1963", - "addr:postcode": "10023", - "addr:state": "NY", - "addr:street": "Broadway", - "air_conditioning": "yes", - "brand": "Zara", - "brand:wikidata": "Q147662", - "clothes": "women;men", - "name": "Zara", - "shop": "clothes", - "website": "https://zara.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9825127, - 40.7743876 - ] - }, - "id": "node/1669534157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1865211622", - "addr:housenumber": "272", - "addr:street": "Driggs Avenue", - "check_date": "2023-12-05", - "clothes": "babies", - "name": "The Wild", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9486177, - 40.7227019 - ] - }, - "id": "node/1865211622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2010119738", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "158", - "addr:postcode": "10023", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "branch": "Upper West Side", - "brand": "Arc'teryx", - "brand:wikidata": "Q3271455", - "clothes": "men;women", - "name": "Arc'teryx", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1-917-261-5284", - "shop": "clothes", - "website": "https://stores.arcteryx.com/shop/upw" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9813683, - 40.7742001 - ] - }, - "id": "node/2010119738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2041169450", - "alt_name": "Children's Place", - "brand": "The Children's Place", - "brand:wikidata": "Q3520257", - "name": "The Children's Place", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9079897, - 40.8734602 - ] - }, - "id": "node/2041169450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2045635523", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "901", - "addr:state": "NY", - "addr:street": "Broadway", - "brand": "Brooks Brothers", - "brand:wikidata": "Q929722", - "name": "Brooks Brothers", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9899925, - 40.7391221 - ] - }, - "id": "node/2045635523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2178743031", - "addr:street": "West 42nd Street", - "brand": "Skechers", - "brand:wikidata": "Q2945643", - "name": "Skechers", - "shop": "shoes", - "website": "https://www.skechers.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9873255, - 40.7564172 - ] - }, - "id": "node/2178743031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2183010454", - "addr:street": "Broad Street", - "brand": "Indochino", - "brand:wikidata": "Q64448127", - "clothes": "suits", - "name": "Indochino", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0111464, - 40.7059955 - ] - }, - "id": "node/2183010454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2183010466", - "addr:city": "New York", - "addr:housenumber": "15", - "addr:postcode": "10005", - "addr:state": "NY", - "addr:street": "Broad Street", - "air_conditioning": "yes", - "branch": "Wall Street", - "brand": "Hermès", - "brand:wikidata": "Q843887", - "clothes": "women;fashion", - "name": "Hermès", - "opening_hours": "Mo off; Tu-Fr 10:00-18:00; Sa 11:00-18:00; Su off", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1 212 785 3030", - "shop": "clothes", - "website": "https://www.hermes.com/us/en/find-store/united-states/new-york/hermes-new-york-wall-street-HVLHX8RA/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.010896, - 40.7064078 - ] - }, - "id": "node/2183010466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2183039962", - "addr:housenumber": "24", - "addr:street": "Maiden Lane", - "level": "0", - "name": "Mr. Goods", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00; Su 10:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0090529, - 40.7090863 - ] - }, - "id": "node/2183039962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2187916505", - "addr:housenumber": "197", - "addr:postcode": "11211", - "addr:street": "Grand Street", - "email": "cc@legrandstrip.com", - "name": "Le Grand Strip", - "phone": "+1 718.599.3525", - "shop": "clothes", - "website": "https://www.legrandstrip.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9603806, - 40.7142539 - ] - }, - "id": "node/2187916505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2238282051", - "addr:street": "Madison Avenue", - "brand": "Gymboree", - "brand:wikidata": "Q4039771", - "name": "Gymboree", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9601917, - 40.7792448 - ] - }, - "id": "node/2238282051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2268954141", - "addr:housenumber": "140", - "addr:postcode": "11222", - "addr:street": "Franklin Street", - "name": "Alter", - "phone": "+1-718-349-0203", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9574215, - 40.7296848 - ] - }, - "id": "node/2268954141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2301162824", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "2270", - "addr:postcode": "10024", - "addr:state": "NY", - "addr:street": "Broadway", - "clothes": "underwear", - "name": "Town Shop", - "shop": "clothes", - "website": "https://www.townshop.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9784599, - 40.7854034 - ] - }, - "id": "node/2301162824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2302679639", - "addr:city": "Brooklyn", - "addr:housenumber": "2502", - "addr:postcode": "11229", - "addr:state": "NY", - "addr:street": "Avenue U", - "name": "Downtown", - "opening_hours": "Mo-Sa 11:00-19:30; Su 11:00-18:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1-718-934-8280", - "shop": "clothes", - "website": "http://downtownclothingstore.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9463448, - 40.5998072 - ] - }, - "id": "node/2302679639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2308995474", - "addr:city": "New York", - "addr:housenumber": "954", - "addr:postcode": "10021", - "addr:street": "Madison Avene", - "name": "Carolina Herrera", - "shop": "clothes", - "website": "https://www.carolinaherrera.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9638244, - 40.7737739 - ] - }, - "id": "node/2308995474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2308997529", - "addr:city": "New York", - "addr:housenumber": "958", - "addr:postcode": "10021", - "addr:street": "Madison Avene", - "name": "Nanette Lepore", - "shop": "clothes", - "website": "https://www.nanettelepore.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9637273, - 40.7738905 - ] - }, - "id": "node/2308997529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2309556628", - "addr:city": "New York", - "addr:housenumber": "980", - "addr:street": "Madison Avene", - "name": "Morgan La Fay", - "shop": "clothes", - "website": "https://www.morganelefay.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9631791, - 40.7745795 - ] - }, - "id": "node/2309556628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2309556633", - "addr:city": "New York", - "addr:housenumber": "986", - "addr:postcode": "10075", - "addr:street": "Madison Avene", - "name": "Sandro", - "phone": "+1 212-772-8500", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9631005, - 40.7746843 - ] - }, - "id": "node/2309556633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2325109207", - "addr:city": "Brooklyn", - "addr:housenumber": "5100", - "addr:postcode": "11234", - "addr:state": "NY", - "addr:street": "Flatbush Avenue", - "air_conditioning": "yes", - "branch": "King’s Plaza Mall", - "brand": "Primark", - "brand:wikidata": "Q137023", - "clothes": "women;children;men", - "name": "Primark", - "opening_hours": "Mo-Sa 10:00-21:30; Su 10:00-20:00", - "phone": "+1-718-253-1701", - "shop": "clothes", - "website": "https://stores.primark.com/en_us/united-states/brooklyn/5100-kings-plaza" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9211036, - 40.6094502 - ] - }, - "id": "node/2325109207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2328223913", - "addr:housenumber": "581", - "addr:street": "6th Avenue", - "contact:facebook": "https://facebook.com/davesnewyork", - "contact:instagram": "https://www.instagram.com/davesnewyork/", - "name": "Dave's New York", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; Su 11:00-17:00", - "phone": "+1 212-989-6444", - "shop": "clothes", - "website": "https://davesnewyork.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9958355, - 40.7390507 - ] - }, - "id": "node/2328223913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2385678944", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "brand": "Old Navy", - "brand:wikidata": "Q2735242", - "name": "Old Navy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2589359, - 40.8878011 - ] - }, - "id": "node/2385678944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2385911373", - "name": "Forever 21", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.077013, - 40.9161695 - ] - }, - "id": "node/2385911373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2411595315", - "addr:city": "New York", - "addr:housenumber": "160", - "addr:postcode": "10011", - "addr:street": "9th Avenue", - "name": "Behaviour", - "phone": "+1 646 559-8414", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0027071, - 40.744269 - ] - }, - "id": "node/2411595315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2439240911", - "addr:housenumber": "410", - "addr:postcode": "10024", - "addr:street": "Columbus Avenue", - "operator": "Alexis Bittar", - "shop": "clothes", - "website": "https://www.alexisbittar.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.975305, - 40.7825341 - ] - }, - "id": "node/2439240911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2439964743", - "addr:housenumber": "454", - "addr:postcode": "10024", - "addr:street": "Columbus Avenue", - "name": "Greenstones", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9743104, - 40.7838716 - ] - }, - "id": "node/2439964743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2439964745", - "addr:housenumber": "454", - "addr:postcode": "10024", - "addr:street": "Columbus Avenue", - "name": "Naturino", - "shop": "shoes", - "website": "https://www.naturino.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9743452, - 40.7838257 - ] - }, - "id": "node/2439964745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2459993325", - "addr:housenumber": "130", - "addr:street": "5th Avenue", - "brand": "Express", - "brand:wikidata": "Q1384784", - "name": "Express", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9918721, - 40.7387516 - ] - }, - "id": "node/2459993325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2459993336", - "addr:housenumber": "111", - "addr:street": "5th Avenue", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9914858, - 40.7385911 - ] - }, - "id": "node/2459993336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2476854085", - "addr:city": "Totowa", - "addr:housenumber": "360", - "addr:postcode": "07512", - "addr:state": "NJ", - "brand": "Men's Wearhouse", - "brand:wikidata": "Q57405513", - "clothes": "suits", - "name": "Men's Wearhouse", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2312729, - 40.8936556 - ] - }, - "id": "node/2476854085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2478897579", - "brand": "Old Navy", - "brand:wikidata": "Q2735242", - "name": "Old Navy", - "opening_hours": "Mo-Sa 09:00-22:00; Su 10:00-20:00", - "shop": "clothes", - "website": "https://oldnavy.gap.com/stores/ny/newyork/oldnavy-5589.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9949579, - 40.7395921 - ] - }, - "id": "node/2478897579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2488562088", - "addr:city": "Brooklyn", - "addr:housenumber": "150", - "addr:postcode": "11211", - "addr:state": "NY", - "addr:street": "Marcy Avenue", - "branch": "Williamsburg", - "instagram": "opcbuyselltrade", - "name": "Other People’s Clothes", - "opening_hours": "11:00-20:00", - "phone": "+1-347-763-0040", - "second_hand": "yes", - "shop": "clothes", - "website": "https://www.opcbuyselltrade.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9574361, - 40.7095985 - ] - }, - "id": "node/2488562088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2493984051", - "addr:housenumber": "1714", - "addr:postcode": "11226", - "addr:street": "Church Avenue", - "clothes": "women", - "name": "La Chic", - "opening_hours": "Mo-Th 10:00-18:30; Fr 10:00-15:00+; Su 11:00-18:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9634389, - 40.64917 - ] - }, - "id": "node/2493984051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2494046086", - "addr:housenumber": "2085", - "addr:postcode": "11214", - "addr:street": "86th Street", - "clothes": "men", - "name": "Fame Men's Suit Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9960865, - 40.6034924 - ] - }, - "id": "node/2494046086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2494071322", - "addr:housenumber": "1170", - "addr:postcode": "11216", - "addr:street": "Bedford Avenue", - "name": "Women Plus", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9542051, - 40.6840092 - ] - }, - "id": "node/2494071322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2494078800", - "addr:housenumber": "1924", - "addr:postcode": "11226", - "addr:street": "Church Avenue", - "name": "Alumni", - "opening_hours": "Mo,We-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1-718-856-3043", - "shop": "clothes", - "website": "https://www.alumniofny.com/pages/flatbush" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9613462, - 40.6498999 - ] - }, - "id": "node/2494078800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2494203003", - "addr:housenumber": "60", - "addr:postcode": "11201", - "addr:street": "Court Street", - "clothes": "women", - "name": "Eyvette Boutique", - "opening_hours": "Mo-Fr 09:00-17:00", - "phone": "+1-718-254-9208", - "shop": "clothes", - "website": "https://www.brooklynwomensboutique.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9913831, - 40.692107 - ] - }, - "id": "node/2494203003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2494221442", - "addr:housenumber": "708", - "addr:postcode": "11238", - "addr:street": "Franklin Avenue", - "name": "Franklin's Makers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9567105, - 40.6745715 - ] - }, - "id": "node/2494221442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2494224921", - "addr:housenumber": "140", - "addr:postcode": "10301", - "addr:street": "Bay Street", - "name": "Everything goes clothing", - "name:en": "Everything goes clothing", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0759622, - 40.6389182 - ] - }, - "id": "node/2494224921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2494243527", - "clothes": "women", - "name": "Dear Dreamer", - "opening_hours": "Mo 12:00-17:00; Tu-Sa 10:00-18:00; Su 12:00-17:00", - "shop": "clothes", - "website": "https://shopdeardreamer.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9923073, - 40.6837969 - ] - }, - "id": "node/2494243527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2494243788", - "alt_name": "ArticleAnd", - "name": "Article&", - "opening_hours": "Mo-Su 11:00-18:00", - "phone": "+1-718-852-3620", - "shop": "clothes", - "website": "https://www.articleand.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9917747, - 40.6850168 - ] - }, - "id": "node/2494243788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2494254722", - "addr:housenumber": "435", - "addr:postcode": "11201", - "addr:street": "Fulton Street", - "name": "City Style New York", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9877008, - 40.6917463 - ] - }, - "id": "node/2494254722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2501565260", - "addr:city": "New York", - "addr:housenumber": "666", - "addr:postcode": "10103", - "addr:state": "NY", - "addr:street": "5th Avenue", - "branch": "5th Ave", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "level": "0;1;2", - "name": "Uniqlo", - "opening_hours": "Mo-Su 11:00-20:00", - "payment:american_express": "yes", - "payment:cash": "no", - "payment:credit_cards": "yes", - "payment:mastercard": "yes", - "payment:telephone_cards": "no", - "payment:visa": "yes", - "phone": "+1-877-486-4756", - "ref": "10200002", - "second_hand": "no", - "shop": "clothes", - "stroller": "yes", - "toilets": "yes", - "website": "https://map.uniqlo.com/us/en/detail/10200002", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9762428, - 40.7603559 - ] - }, - "id": "node/2501565260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2523439964", - "addr:city": "New York", - "addr:housenumber": "1988", - "addr:postcode": "10023", - "addr:street": "Broadway", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Gap", - "shop": "clothes", - "start_date": "1994", - "website": "https://www.gap.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9819035, - 40.7748263 - ] - }, - "id": "node/2523439964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2523787357", - "addr:housenumber": "142", - "addr:postcode": "11201", - "addr:street": "Court Street", - "clothes": "women", - "name": "Splendid", - "opening_hours": "Mo-Sa 11:00-18:00; Su 12:00-17:00", - "phone": "+1-718-694-2101", - "shop": "clothes", - "website": "https://splendid.com/pages/splendid-brooklyn" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9927881, - 40.6891631 - ] - }, - "id": "node/2523787357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2523787365", - "addr:city": "Brooklyn", - "addr:housenumber": "160", - "addr:postcode": "11201", - "addr:street": "Court Street", - "name": "Rag & Bone", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9931239, - 40.6885328 - ] - }, - "id": "node/2523787365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2523856228", - "addr:housenumber": "53", - "addr:postcode": "10309", - "addr:street": "Page Avenue", - "name": "Boutique Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2345193, - 40.5230974 - ] - }, - "id": "node/2523856228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2541393250", - "addr:housenumber": "1521", - "addr:postcode": "10302", - "addr:street": "Forest Avenue", - "name": "Sneaker & Cap Zone", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1380488, - 40.6262365 - ] - }, - "id": "node/2541393250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2541393258", - "addr:housenumber": "1541", - "addr:postcode": "10302", - "addr:street": "Forest Avenue", - "clothes": "children", - "name": "Kids Place", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1386203, - 40.6257761 - ] - }, - "id": "node/2541393258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2545250058", - "addr:city": "Staten Island", - "addr:housenumber": "1198", - "addr:postcode": "10305", - "addr:state": "NY", - "addr:street": "Hylan Boulevard", - "name": "Z & K Police Equipment & Uniforms Inc", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0826104, - 40.5979937 - ] - }, - "id": "node/2545250058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2546985617", - "addr:housenumber": "740", - "addr:postcode": "10003", - "addr:street": "Broadway", - "branch": "740 Broadway", - "brand": "Lids", - "brand:wikidata": "Q19841609", - "clothes": "hats", - "level": "0", - "name": "Lids", - "opening_hours": "11:00-19:00", - "opening_hours:signed": "no", - "phone": "+1 212-228-7029", - "shop": "clothes", - "website": "https://www.lids.com/store/lids-740-broadway/sd-28812492+z-9072119-1272021314", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9928194, - 40.7298741 - ] - }, - "id": "node/2546985617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547000493", - "name": "October's Very Own", - "opening_hours": "Mo-Sa 12:00-19:00; Su 12:00-18:00", - "shop": "clothes", - "short_name": "OVO", - "website": "https://us.octobersveryown.com/pages/new-york" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9922421, - 40.7258577 - ] - }, - "id": "node/2547000493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547000506", - "addr:housenumber": "45", - "addr:postcode": "10012", - "addr:street": "Bleecker Street", - "name": "Jane Apparel", - "shop": "clothes", - "website": "https://janemotorcycles.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9941906, - 40.7258729 - ] - }, - "id": "node/2547000506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547000510", - "name": "Billy Reid", - "opening_hours": "Mo-We 11:00-18:00; Th-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1-212-598-9355", - "shop": "clothes", - "website": "https://www.billyreid.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9925088, - 40.725972 - ] - }, - "id": "node/2547000510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547067890", - "addr:housenumber": "293", - "addr:postcode": "10012", - "addr:street": "Mott Street", - "name": "Jay Kos", - "opening_hours": "\"by appointment\"", - "shop": "clothes", - "website": "https://www.jaykos.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.99442, - 40.7244125 - ] - }, - "id": "node/2547067890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547083583", - "addr:housenumber": "620", - "addr:postcode": "10012", - "addr:street": "Broadway", - "name": "Ripndip", - "opening_hours": "Mo-Su 11:00-20:00", - "shop": "clothes", - "website": "https://www.ripndipclothing.com/pages/ripndip-new-york" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.996277, - 40.7257759 - ] - }, - "id": "node/2547083583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547109036", - "addr:housenumber": "109", - "addr:postcode": "10012", - "addr:street": "Prince Street", - "brand": "Polo Ralph Lauren", - "brand:wikidata": "Q1641437", - "check_date": "2023-12-10", - "name": "Polo Ralph Lauren", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9994493, - 40.7251889 - ] - }, - "id": "node/2547109036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547109069", - "addr:city": "New York", - "addr:housenumber": "125", - "addr:postcode": "10012", - "addr:street": "Prince Street", - "brand": "Max Mara", - "brand:wikidata": "Q1151774", - "clothes": "women", - "name": "Max Mara", - "opening_hours": "Mo-Su 11:00-19:00", - "shop": "clothes", - "website": "https://store.maxmara.com/en/united-states/new-york-soho/125-prince-street/max-mara-new-york-soho" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9999366, - 40.7253919 - ] - }, - "id": "node/2547109069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547109321", - "addr:city": "New York", - "addr:housenumber": "584", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Broadway", - "branch": "Soho", - "brand": "The North Face", - "brand:wikidata": "Q152784", - "clothes": "outdoor", - "name": "The North Face", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1-212-226-6094", - "shop": "clothes", - "website": "https://stores.thenorthface.com/ny/new-york/USA527/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9972059, - 40.724697 - ] - }, - "id": "node/2547109321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547109335", - "addr:city": "New York", - "addr:housenumber": "591", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Broadway", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9973414, - 40.7249782 - ] - }, - "id": "node/2547109335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547109360", - "addr:housenumber": "597", - "addr:postcode": "10012", - "addr:street": "Broadway", - "name": "The Vintage Twin", - "opening_hours": "Mo-Fr 12:00-19:00; Sa 11:00-19:00; Su 11:00-18:00", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9971769, - 40.7251641 - ] - }, - "id": "node/2547109360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547200381", - "addr:housenumber": "22", - "addr:postcode": "10003", - "addr:street": "East 14th Street", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "shoes", - "website": "https://stores.footlocker.com/ny/newyork/22-east-14th-street-7790.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9924866, - 40.7353624 - ] - }, - "id": "node/2547200381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547218174", - "addr:housenumber": "204", - "addr:postcode": "10009", - "addr:street": "1st Avenue", - "branch": "East Village", - "clothes": "women;men", - "email": "ltrainvintage@gmail.com", - "name": "No Relation Vintage", - "opening_hours": "Mo-Th 12:00-19:00; Fr-Sa 12:00-20:00; Su 12:00-19:00", - "payment:american_express": "yes", - "payment:cash": "yes", - "payment:discover_card": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+1 212-228-5201", - "second_hand": "only", - "shop": "clothes", - "website": "https://ltrainvintage.com/pages/no-relation-vintage-clothing-nyc" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.983163, - 40.7302047 - ] - }, - "id": "node/2547218174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547218206", - "addr:city": "New York", - "addr:housenumber": "442", - "addr:postcode": "10009", - "addr:state": "NY", - "addr:street": "East 14th Street", - "name": "Pro Land", - "opening_hours": "Mo-Sa 10:00-19:30; Su 11:00-18:00", - "phone": "+1-212-505-8966", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9806635, - 40.7303654 - ] - }, - "id": "node/2547218206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547223539", - "addr:housenumber": "118", - "addr:postcode": "10012", - "addr:street": "Greene Street", - "brand": "Louis Vuitton", - "brand:wikidata": "Q191485", - "name": "Louis Vuitton", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9993641, - 40.7247789 - ] - }, - "id": "node/2547223539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547223560", - "addr:housenumber": "122", - "addr:postcode": "10012", - "addr:street": "Greene Street", - "brand": "Louis Vuitton", - "brand:wikidata": "Q191485", - "name": "Louis Vuitton", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9993246, - 40.7248897 - ] - }, - "id": "node/2547223560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547223663", - "addr:housenumber": "381", - "addr:postcode": "10012", - "addr:street": "West Broadway", - "branch": "West Broadway", - "facebook": "DoubleRLMensWestBroadway", - "name": "RRL", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1 212-625-3480", - "shop": "clothes", - "website": "https://www.ralphlauren.com/stores-rrl-broadway-store-lp", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0024413, - 40.7237412 - ] - }, - "id": "node/2547223663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547223721", - "addr:city": "New York", - "addr:housenumber": "454", - "addr:postcode": "10013", - "addr:street": "Broome Street", - "brand": "Kate Spade New York", - "brand:wikidata": "Q6375797", - "name": "Kate Spade New York", - "shop": "clothes", - "short_name": "Kate Spade" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0006761, - 40.7223179 - ] - }, - "id": "node/2547223721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547223747", - "addr:housenumber": "510", - "addr:postcode": "10013", - "addr:street": "Broome Street", - "name": "Paracelso", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.003227, - 40.723577 - ] - }, - "id": "node/2547223747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547223781", - "addr:city": "New York", - "addr:housenumber": "79", - "addr:postcode": "10012", - "addr:street": "Mercer Street", - "brand": "UGG", - "brand:wikidata": "Q1138480", - "name": "UGG", - "phone": "212-226-0602", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0003307, - 40.7228135 - ] - }, - "id": "node/2547223781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547224088", - "addr:housenumber": "367", - "addr:postcode": "10013", - "addr:street": "West Broadway", - "clothes": "belt", - "contact:email": "info@badichibelts.com", - "contact:facebook": "BadichiNYC", - "contact:instagram": "badichinyc", - "contact:phone": "+1 212-533-2107", - "contact:website": "https://badichibelts.com/", - "name": "Badichi", - "opening_hours": "11:00-19:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0027661, - 40.7233433 - ] - }, - "id": "node/2547224088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547241541", - "addr:state": "NY", - "addr:street": "Broadway", - "alt_name": "North Face", - "brand": "The North Face", - "brand:wikidata": "Q152784", - "clothes": "outdoor", - "name": "The North Face", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9992705, - 40.7221932 - ] - }, - "id": "node/2547241541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547241553", - "addr:housenumber": "199", - "addr:postcode": "10012", - "addr:street": "Lafayette Street", - "alt_name": "All Year Round", - "name": "AYR", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9979316, - 40.721127 - ] - }, - "id": "node/2547241553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547241619", - "addr:housenumber": "286", - "addr:postcode": "10012", - "addr:street": "Lafayette Street", - "branch": "New York", - "brand": "Carhartt Work in Progress", - "brand:wikidata": "Q123015694", - "clothes": "workwear", - "email": "newyork@carhartt-wip.com", - "name": "Carhartt Work in Progress", - "opening_hours": "Mo-Sa 11:00-18:00; Su 12:00-18:00", - "phone": "+1-929-209-0014", - "shop": "clothes", - "short_name": "Carhartt WIP", - "website": "https://us.carhartt-wip.com/pages/store-newyork" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9961068, - 40.7243448 - ] - }, - "id": "node/2547241619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547241657", - "addr:housenumber": "491", - "addr:postcode": "10012", - "addr:street": "Broadway", - "name": "Mystique Boutique", - "shop": "clothes", - "website": "www.mystiqyeboutiquenyc.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9998519, - 40.7220142 - ] - }, - "id": "node/2547241657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547241658", - "addr:city": "New York", - "addr:housenumber": "495", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Broadway", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "clothes": "denim;men;women", - "name": "Levi's", - "opening_hours": "11:00-19:00; Fr,Sa 10:00-19:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1-646-613-1847", - "shop": "clothes", - "website": "https://locations.levi.com/en-us/ny/newyork/denim_new-york_ny_185.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9997761, - 40.7221114 - ] - }, - "id": "node/2547241658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547241668", - "addr:city": "New York", - "addr:housenumber": "512", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Broadway", - "branch": "Soho", - "brand": "AllSaints", - "brand:wikidata": "Q4728473", - "name": "AllSaints", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-18:00", - "phone": "+1-212-729-5900", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9990986, - 40.7224579 - ] - }, - "id": "node/2547241668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547241675", - "addr:housenumber": "519", - "addr:postcode": "10012", - "addr:street": "Broadway", - "brand": "Brandy Melville", - "brand:wikidata": "Q25387414", - "clothes": "women", - "name": "Brandy Melville", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9992129, - 40.7227639 - ] - }, - "id": "node/2547241675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547241689", - "addr:city": "New York", - "addr:housenumber": "541", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Broadway", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "name": "Lacoste", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9986332, - 40.7234505 - ] - }, - "id": "node/2547241689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547241690", - "addr:housenumber": "543", - "addr:postcode": "10012", - "addr:street": "Broadway", - "name": "Herschel Supply Company", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9985729, - 40.7235217 - ] - }, - "id": "node/2547241690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547241706", - "addr:housenumber": "561", - "addr:postcode": "10012", - "addr:street": "Broadway", - "brand": "Mango", - "brand:wikidata": "Q136503", - "name": "Mango", - "shop": "clothes", - "website": "https://www.mango.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9981158, - 40.7240708 - ] - }, - "id": "node/2547241706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547241734", - "addr:housenumber": "75", - "addr:postcode": "10012", - "addr:street": "Spring Street", - "brand": "J.Crew", - "brand:wikidata": "Q5370765", - "clothes": "men;women;children", - "name": "J.Crew", - "opening_hours": "10am-08pm", - "phone": "+1-332-275-4656", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9977694, - 40.7226777 - ] - }, - "id": "node/2547241734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547241745", - "addr:housenumber": "81", - "addr:postcode": "10012", - "addr:street": "Spring Street", - "name": "MUJI at MoMA", - "name:en": "MUJI at MoMA", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9980837, - 40.7227912 - ] - }, - "id": "node/2547241745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547241811", - "addr:housenumber": "96", - "addr:postcode": "10012", - "addr:street": "Spring Street", - "clothes": "women", - "name": "Alo Yoga", - "phone": "(646) 350-4844", - "shop": "clothes", - "website": "https://www.aloyoga.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9995521, - 40.7232235 - ] - }, - "id": "node/2547241811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547243313", - "addr:housenumber": "10", - "addr:postcode": "10012", - "addr:street": "Prince Street", - "name": "Loeffler Randall", - "opening_hours": "Tu-Su 11:00-19:00", - "shop": "shoes", - "website": "https://loefflerrandall.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9939171, - 40.72252 - ] - }, - "id": "node/2547243313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547243315", - "addr:housenumber": "4", - "addr:postcode": "10012", - "addr:street": "Prince Street", - "name": "Clever Alice", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9937355, - 40.7224474 - ] - }, - "id": "node/2547243315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547243316", - "addr:housenumber": "14", - "addr:postcode": "10012", - "addr:street": "Prince Street", - "name": "Velvet by Graham & Spencer", - "opening_hours": "Mo-Sa 10:00-18:00; Su 12:00-17:00", - "phone": "+1-917-388-2703", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9940637, - 40.7225773 - ] - }, - "id": "node/2547243316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547243336", - "addr:housenumber": "2", - "addr:postcode": "10012", - "addr:street": "Prince Street", - "name": "Feit", - "opening_hours": "Mo-We 11:00-19:00; Th 11:00-20:00; Fr-Sa 11:00-19:00; Su 12:00-18:00", - "shop": "shoes", - "website": "https://www.feitdirect.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9935053, - 40.7223434 - ] - }, - "id": "node/2547243336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547243512", - "addr:housenumber": "198", - "addr:postcode": "10012", - "addr:street": "Bowery", - "name": "Groupe", - "opening_hours": "Mo-Sa 11:30-18:30", - "phone": "+1-212-625-1620", - "shop": "clothes", - "website": "https://www.groupe.nyc" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.993879, - 40.7213373 - ] - }, - "id": "node/2547243512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547246926", - "addr:housenumber": "146", - "addr:postcode": "10012", - "addr:street": "Elizabeth Street", - "alt_name": "18 East", - "name": "Eighteen East", - "old_name": "Ming Beauty Salon", - "opening_hours": "Mo-Sa 11:00-19:00", - "phone": "+1-646-866-4238", - "shop": "clothes", - "website": "https://18east.co" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.995052, - 40.7200508 - ] - }, - "id": "node/2547246926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547633202", - "name": "Mundo Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9407394, - 40.6800379 - ] - }, - "id": "node/2547633202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547668962", - "addr:city": "Brooklyn", - "addr:housenumber": "2539", - "addr:postcode": "11229", - "addr:state": "NY", - "addr:street": "Ocean Avenue", - "check_date": "2023-08-24", - "name": "YB's Closet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9512675, - 40.5997093 - ] - }, - "id": "node/2547668962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2547684108", - "addr:housenumber": "18", - "addr:postcode": "10002", - "addr:street": "Delancey Street", - "name": "Daily Paper", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1-646-669-7372", - "shop": "clothes", - "website": "https://dailypaperclothing.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9929898, - 40.720248 - ] - }, - "id": "node/2547684108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2549878216", - "addr:housenumber": "843", - "addr:postcode": "11226", - "addr:street": "Flatbush Avenue", - "clothes": "uniform", - "name": "Flatbush Uniform", - "phone": "+1-347-240-1550", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9588804, - 40.651751 - ] - }, - "id": "node/2549878216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2549890548", - "addr:housenumber": "670", - "addr:postcode": "11225", - "addr:street": "Flatbush Avenue", - "clothes": "women", - "contact:instagram": "@marciadivasboutique", - "name": "Marcia Divas Boutique", - "opening_hours": "Mo-Th 11:00-19:00; Fr-Sa 10:00-20:00", - "phone": "+1-347-689-8871", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9603611, - 40.656971 - ] - }, - "id": "node/2549890548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550005810", - "addr:housenumber": "295", - "addr:postcode": "11201", - "addr:street": "Livingston Street", - "craft": "tailor", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9818385, - 40.6882527 - ] - }, - "id": "node/2550005810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550005858", - "addr:housenumber": "293", - "addr:postcode": "11201", - "addr:street": "Livingston Street", - "clothes": "women", - "description": "plus-sized women's clothing", - "name": "Fashion Plus", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9819212, - 40.6882834 - ] - }, - "id": "node/2550005858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550005899", - "addr:city": "Brooklyn", - "addr:housenumber": "460", - "addr:postcode": "11201", - "addr:state": "NY", - "addr:street": "Fulton Street", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "name": "Kids Foot Locker", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9847165, - 40.6902469 - ] - }, - "id": "node/2550005899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550005900", - "addr:housenumber": "462", - "addr:postcode": "11201", - "addr:street": "Fulton Street", - "name": "Fly Zone at Kids Foot Locker", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9846359, - 40.6902155 - ] - }, - "id": "node/2550005900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550005910", - "addr:housenumber": "490", - "addr:postcode": "11201", - "addr:street": "Fulton Street", - "brand": "Express", - "brand:wikidata": "Q1384784", - "name": "Express Factory Outlet", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-20:00", - "phone": "+1-718-395-1939", - "shop": "clothes", - "website": "https://stores.expressfactoryoutlet.com/us/ny/brooklyn/490-fulton-street" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9833081, - 40.6897009 - ] - }, - "id": "node/2550005910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550005911", - "clothes": "hats", - "name": "Fulton Hats", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9856121, - 40.6909693 - ] - }, - "id": "node/2550005911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550064347", - "name": "House of Kellogg", - "opening_hours": "Tu-Fr 12:00-19:00; Sa-Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9841464, - 40.6877542 - ] - }, - "id": "node/2550064347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550065286", - "addr:city": "Brooklyn", - "addr:housenumber": "103", - "addr:postcode": "11201", - "addr:state": "NY", - "addr:street": "Smith Street", - "alt_name": "Doc Martens", - "brand": "Dr. Martens", - "brand:wikidata": "Q1126126", - "name": "Dr. Martens", - "opening_hours": "Mo-Sa 10:00-20:00; Su 10:00-19:00", - "phone": "+1-929-324-8005", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9892901, - 40.6882465 - ] - }, - "id": "node/2550065286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550067177", - "addr:housenumber": "20", - "addr:postcode": "10011", - "addr:street": "West 8th Street", - "clothes": "men", - "name": "Atelier New York", - "phone": "+1-212-941-8435", - "shop": "clothes", - "website": "https://ateliernewyork.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9976219, - 40.7326824 - ] - }, - "id": "node/2550067177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550086553", - "addr:housenumber": "392", - "addr:postcode": "11231", - "addr:street": "Van Brunt Street", - "name": "Thank You Have A Good Day", - "opening_hours": "We-Su 11:00-18:00", - "shop": "clothes", - "website": "https://thankyouhaveagoodday.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0138654, - 40.6766906 - ] - }, - "id": "node/2550086553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550089033", - "addr:city": "Brooklyn", - "addr:housenumber": "5115", - "addr:postcode": "11220", - "addr:street": "5th Avenue", - "alt_name": "Rainbow Shops", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "name": "Rainbow", - "opening_hours": "Mo-We 10:00-20:00; Th-Sa 10:00-21:00; Su 10:00-20:00", - "phone": "+1-718-437-6097", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/ny/brooklyn/85/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0111438, - 40.6441135 - ] - }, - "id": "node/2550089033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550112109", - "addr:city": "Jamaica", - "addr:housenumber": "168-10", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Hillside Avenue", - "name": "Chahat Couture", - "opening_hours": "Mo-Sa 10:30-20:30; Su 10:30-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7943599, - 40.7099853 - ] - }, - "id": "node/2550112109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550112135", - "addr:city": "Jamaica", - "addr:housenumber": "170-24", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Hillside Avenue", - "clothes": "women", - "name": "Nusrat Desire Ⅱ", - "phone": "+1-347-494-4053", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7910638, - 40.7112498 - ] - }, - "id": "node/2550112135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550112964", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "245", - "addr:postcode": "10023", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "name": "Paige Denim", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.978968, - 40.7768526 - ] - }, - "id": "node/2550112964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550112966", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "182", - "addr:postcode": "10023-5112", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "air_conditioning": "yes", - "clothes": "women", - "name": "Rag & Bone", - "opening_hours": "Mo-Su 12:00-18:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1 (212) 362-7138", - "shop": "clothes", - "website": "https://www.rag-bone.com/stores/new-york/columbus" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9807486, - 40.7750847 - ] - }, - "id": "node/2550112966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550112968", - "name": "Theory", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.979928, - 40.7754914 - ] - }, - "id": "node/2550112968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550142992", - "name": "Bklyn Caps & Clothing", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.946764, - 40.6803615 - ] - }, - "id": "node/2550142992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550147621", - "name": "Nostrand Bargain Store", - "phone": "+1-718-604-8834", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9498794, - 40.6781103 - ] - }, - "id": "node/2550147621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550149678", - "clothes": "hats", - "disused:website": "http://www.alsmensshopinc.com", - "name": "Al's Men Shop", - "opening_hours": "Mo-Sa 11:00-19:00", - "phone": "+1-718-622-7106", - "shop": "clothes", - "website": "https://alshatshop.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9565895, - 40.6811965 - ] - }, - "id": "node/2550149678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550537064", - "addr:housenumber": "255-15", - "addr:postcode": "11004", - "addr:street": "Hillside Avenue", - "name": "Shagufta Styles Boutique", - "phone": "+1-718-343-3337", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7122779, - 40.7366373 - ] - }, - "id": "node/2550537064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550585167", - "addr:housenumber": "276A", - "addr:postcode": "11215", - "addr:street": "12th Street", - "name": "Factory Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9881853, - 40.6674456 - ] - }, - "id": "node/2550585167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550608978", - "addr:housenumber": "356", - "addr:postcode": "11218", - "addr:street": "East 2nd Street", - "name": "New Fashion", - "old_name": "Tangul Tax & Accounting Service", - "phone": "+1-516-558-5710", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9783281, - 40.6426054 - ] - }, - "id": "node/2550608978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550697403", - "addr:housenumber": "188-06", - "addr:postcode": "11423", - "addr:street": "Union Turnpike", - "clothes": "dance", - "name": "The Dance Shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7807848, - 40.7291549 - ] - }, - "id": "node/2550697403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550917821", - "addr:housenumber": "153-21A", - "addr:postcode": "11432", - "addr:street": "Hillside Avenue", - "name": "Selina Habibti Attire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8038151, - 40.707578 - ] - }, - "id": "node/2550917821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550990523", - "addr:housenumber": "185-02", - "addr:postcode": "11432", - "addr:street": "Union Turnpike", - "clothes": "wedding", - "name": "Bridal Shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7833934, - 40.7283227 - ] - }, - "id": "node/2550990523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2550990543", - "addr:housenumber": "187-22", - "addr:postcode": "11432", - "addr:street": "Union Turnpike", - "name": "Malawi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.78133, - 40.7290154 - ] - }, - "id": "node/2550990543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2552587345", - "addr:housenumber": "9002", - "addr:postcode": "11209", - "addr:street": "3rd Avenue", - "name": "Towne Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.032396, - 40.6206179 - ] - }, - "id": "node/2552587345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2552587353", - "alt_name": "Cue Boutique", - "name": "Cue", - "phone": "+1-347-405-1768", - "shop": "clothes", - "website": "https://www.cueboutique.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0327314, - 40.619839 - ] - }, - "id": "node/2552587353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2552595841", - "addr:housenumber": "8807", - "addr:postcode": "11209", - "addr:street": "3rd Avenue", - "clothes": "women", - "name": "Lu Bella Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0315998, - 40.6217304 - ] - }, - "id": "node/2552595841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2552623820", - "addr:housenumber": "8122", - "addr:postcode": "11209", - "addr:street": "3rd Avenue", - "clothes": "children", - "name": "The Ridge Kids Children's Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0299952, - 40.6265118 - ] - }, - "id": "node/2552623820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2552795616", - "contact:instagram": "@pluggedinbk", - "name": "PluggedIn Sneaker Boutique", - "opening_hours": "Tu-Su 12:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0306667, - 40.6160859 - ] - }, - "id": "node/2552795616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2552858583", - "addr:city": "Brooklyn", - "addr:housenumber": "201", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton Beach Avenue", - "air_conditioning": "yes", - "check_date": "2022-06-30", - "clothes": "women", - "name": "S Boutique", - "opening_hours": "Mo-Sa 11:00-19:00; Su 11:00-18:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1-347-673-5218", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9670196, - 40.576597 - ] - }, - "id": "node/2552858583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2552858608", - "addr:city": "Brooklyn", - "addr:housenumber": "230", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton Beach Avenue", - "check_date": "2023-12-23", - "clothes": "women", - "name": "Fashion House By Madina", - "opening_hours": "Mo-Su 10:00-20:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9661743, - 40.5764348 - ] - }, - "id": "node/2552858608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2552858618", - "addr:city": "Brooklyn", - "addr:housenumber": "250", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton Beach Avenue", - "air_conditioning": "yes", - "check_date": "2024-05-24", - "name": "Imperial", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9654817, - 40.5765928 - ] - }, - "id": "node/2552858618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2552880648", - "addr:city": "Brooklyn", - "addr:housenumber": "276", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton Beach Avenue", - "air_conditioning": "yes", - "check_date": "2023-01-11", - "clothes": "women;children", - "name": "Novinka By Bek & Gulya", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9646436, - 40.5767595 - ] - }, - "id": "node/2552880648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2552880675", - "addr:city": "Brooklyn", - "addr:housenumber": "3086", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton 4th Street", - "air_conditioning": "yes", - "check_date": "2024-04-24", - "name": "Bella's Boutique", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9633357, - 40.576937 - ] - }, - "id": "node/2552880675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2552942839", - "addr:housenumber": "3115", - "addr:postcode": "11235", - "addr:street": "Coney Island Avenue", - "check_date": "2024-06-17", - "clothes": "sports", - "name": "Sport ATech", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9595949, - 40.580004 - ] - }, - "id": "node/2552942839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2553164674", - "addr:housenumber": "507", - "addr:postcode": "11220", - "addr:street": "68th Street", - "craft": "tailor", - "name": "Bab Al-Yemen", - "phone": "+1-929-355-9104", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0203512, - 40.6341189 - ] - }, - "id": "node/2553164674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2553164778", - "addr:housenumber": "6729", - "addr:postcode": "11220", - "addr:street": "5th Avenue", - "name": "Yemeni House II", - "phone": "+1-718-304-0135", - "shop": "clothes", - "website": "https://theyemenihouse.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0203085, - 40.6347596 - ] - }, - "id": "node/2553164778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2553164792", - "addr:housenumber": "6752", - "addr:postcode": "11220", - "addr:street": "5th Avenue", - "name": "Rimas Star", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0208303, - 40.6343508 - ] - }, - "id": "node/2553164792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2553515513", - "addr:city": "Jamaica", - "addr:housenumber": "180-20", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Hillside Avenue", - "level": "0", - "name": "Party World", - "phone": "718-658-2700", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7818425, - 40.712964 - ] - }, - "id": "node/2553515513" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2553515522", - "addr:city": "Jamaica", - "addr:housenumber": "180-06", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Hillside Avenue", - "level": "0", - "name": "Maya's Services", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7823458, - 40.7128497 - ] - }, - "id": "node/2553515522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2554924024", - "clothes": "women", - "name": "Atelier New York", - "phone": "+1-212-473-3170", - "shop": "clothes", - "website": "https://ateliernewyork.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9978521, - 40.7329927 - ] - }, - "id": "node/2554924024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2555120303", - "addr:housenumber": "297", - "addr:postcode": "10013", - "addr:street": "Canal Street", - "alt_name": "Market Studios", - "name": "Fish Market", - "opening_hours": "Mo-Sa 12:00-19:00, Su 12:00-18:00", - "shop": "clothes", - "website": "https://marketstudios.com/pages/summer-2024-pop-up" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0020133, - 40.7196908 - ] - }, - "id": "node/2555120303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2555120320", - "addr:city": "New York", - "addr:housenumber": "307", - "addr:postcode": "10013", - "addr:state": "NY", - "addr:street": "Canal Street", - "name": "Stadium Goods", - "opening_hours": "11:00-19:00", - "shop": "shoes", - "website": "https://www.stadiumgoods.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0021901, - 40.7198076 - ] - }, - "id": "node/2555120320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2555126631", - "addr:city": "New York", - "addr:housenumber": "156", - "addr:postcode": "10002", - "addr:state": "NY", - "addr:street": "Allen Street", - "description": "Compact boutique offering trendy apparel, from denim to outerwear, plus caps, shoes and jewelry.", - "name": "Askan", - "opening_hours": "Mo-Th 12:00-20:30; Fr-Sa 11:00-21:00; Su 11:00-19:00", - "operator": "Askan", - "phone": "(646) 922-7501", - "shop": "clothes", - "website": "https://askannyc.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9892483, - 40.7207828 - ] - }, - "id": "node/2555126631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2555126638", - "addr:city": "New York", - "addr:housenumber": "162", - "addr:postcode": "10002", - "addr:state": "NY", - "addr:street": "Allen Street", - "clothes": "lingerie", - "name": "Orchard Corset New York Store", - "opening_hours": "Mo-Fr, Su 11:00-18:00", - "operator": "Orchard Corset New York Store", - "phone": "(212) 674-0786", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9891491, - 40.7209775 - ] - }, - "id": "node/2555126638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2555126661", - "addr:city": "New York", - "addr:housenumber": "80", - "addr:postcode": "10002", - "addr:state": "NY", - "addr:street": "Delancey Street", - "clothes": "travel", - "name": "Luggage, Travel And Winter Accessories", - "opening_hours": "Mo-Su 08:00-18:00", - "operator": "Luggage, Travel And Winter Accessories", - "phone": "(212) 378-8525", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9898434, - 40.7193384 - ] - }, - "id": "node/2555126661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2555135959", - "addr:housenumber": "222", - "addr:postcode": "10003", - "addr:street": "Park Avenue South", - "clothes": "men", - "name": "Rothmans", - "opening_hours": "Mo-Sa 11:00-18:00, Su 12:00-18:00", - "phone": "+1-212-777-7400", - "shop": "clothes", - "website": "https://www.rothmansny.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9886654, - 40.7373212 - ] - }, - "id": "node/2555135959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2555137408", - "addr:city": "New York", - "addr:housenumber": "1", - "addr:postcode": "10003", - "addr:state": "NY", - "addr:street": "Union Square West", - "branch": "Union Square", - "brand": "Reebok", - "brand:wikidata": "Q466183", - "check_date": "2024-06-10", - "name": "Reebok", - "opening_hours": "Mo-Fr 10:00-21:00; Sa 10:00-20:00; Su 11:00-19:00", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "phone": "+1-212-206-7641", - "shop": "clothes", - "website": "https://stores.reebok.com/fithub/union-square-new-york-ny/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9917629, - 40.7354318 - ] - }, - "id": "node/2555137408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2555137414", - "addr:housenumber": "19", - "addr:postcode": "10003", - "addr:street": "Union Square", - "name": "Rookie USA", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9912209, - 40.7361031 - ] - }, - "id": "node/2555137414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2556194061", - "addr:city": "Brooklyn", - "addr:housenumber": "337", - "addr:postcode": "11223", - "addr:state": "NY", - "addr:street": "Avenue U", - "clothes": "wedding", - "name": "Karen Sabag", - "phone": "+1-718-265-5453", - "shop": "clothes", - "website": "https://www.karensabag.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.971802, - 40.5972667 - ] - }, - "id": "node/2556194061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2556194067", - "addr:city": "Brooklyn", - "addr:housenumber": "367", - "addr:postcode": "11223", - "addr:state": "NY", - "addr:street": "Avenue U", - "clothes": "men", - "contact:instagram": "https://www.instagram.com/zianinyc/", - "name": "Ziani", - "phone": "+1-718-996-0220", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9707227, - 40.5973821 - ] - }, - "id": "node/2556194067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2561577761", - "addr:city": "Brooklyn", - "addr:postcode": "11220", - "addr:state": "NY", - "addr:street": "5th Avenue", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "name": "Kids Foot Locker", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-19:00", - "phone": "+1-718-439-4619", - "shop": "shoes", - "website": "https://stores.kidsfootlocker.com/ny/brooklyn/5314-5th-avenue-46858.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0125566, - 40.64316 - ] - }, - "id": "node/2561577761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2561577775", - "addr:housenumber": "5402", - "addr:postcode": "11220", - "addr:street": "5th Avenue", - "disused:website": "http://eslavidany.com", - "name": "La Vida", - "opening_hours": "Mo-Sa 10:00-19:30; Su 11:00-18:30", - "phone": "+1-718-492-3464", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0128652, - 40.642858 - ] - }, - "id": "node/2561577775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2561579684", - "alt_name": "Cap", - "clothes": "hats", - "name": "Bonito Sports", - "phone": "+1-718-567-0245", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0135796, - 40.6421714 - ] - }, - "id": "node/2561579684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2561631135", - "addr:housenumber": "6121", - "addr:postcode": "11220", - "addr:street": "5th Avenue", - "name": "Y-J Fashion", - "phone": "+1-917-515-9282", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0170766, - 40.6384065 - ] - }, - "id": "node/2561631135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2561655244", - "addr:housenumber": "5924", - "addr:postcode": "11220", - "addr:street": "5th Avenue", - "name": "Nora's Fashion", - "phone": "+1-347-932-7417", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0161758, - 40.6396614 - ] - }, - "id": "node/2561655244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2561694349", - "addr:housenumber": "5402", - "addr:postcode": "11220", - "addr:street": "4th Avenue", - "clothes:printing": "yes", - "name": "Vendsor Store", - "phone": "+1-347-221-8152", - "shop": "clothes", - "website": "https://vendsor.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0151981, - 40.6442618 - ] - }, - "id": "node/2561694349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2561698451", - "addr:housenumber": "4825", - "addr:postcode": "11220", - "addr:street": "5th Avenue", - "name": "Stomp", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0095201, - 40.6456727 - ] - }, - "id": "node/2561698451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2561698457", - "addr:housenumber": "4902", - "addr:postcode": "11220", - "addr:street": "5th Avenue", - "clothes": "children", - "name": "Novedades Mexicana's", - "phone": "+1-718-765-4242", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0099565, - 40.6456601 - ] - }, - "id": "node/2561698457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2561880139", - "addr:housenumber": "4413", - "addr:postcode": "11220", - "addr:street": "5th Avenue", - "name": "My Little Angel", - "name:es": "Mi Angelita", - "phone": "+1-718-435-3769", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0069992, - 40.6481006 - ] - }, - "id": "node/2561880139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2561966408", - "addr:housenumber": "188", - "addr:postcode": "11218", - "addr:street": "Dahill Road", - "addr:unit": "B", - "clothes": "women", - "name": "Rashman Fashion", - "opening_hours": "Mo-Su 11:00-15:00,16:00-18:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9806493, - 40.6426645 - ] - }, - "id": "node/2561966408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2561983229", - "addr:housenumber": "501", - "addr:postcode": "11218", - "addr:street": "Church Avenue", - "name": "Shaj Ghar", - "phone": "+1-917-704-0236", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9755932, - 40.6445972 - ] - }, - "id": "node/2561983229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2561990010", - "addr:housenumber": "153", - "addr:postcode": "11218", - "addr:street": "East 4th Street", - "name": "Skool Milk", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9773029, - 40.6485684 - ] - }, - "id": "node/2561990010" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2562069612", - "addr:housenumber": "233", - "addr:postcode": "11215", - "addr:street": "Prospect Park West", - "name": "Windsor Shoes", - "not:brand:wikidata": "Q72981668", - "opening_hours": "Mo-Sa 10:00-19:00; Su 12:00-17:00", - "phone": "+1-718-369-2192", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9806514, - 40.6598188 - ] - }, - "id": "node/2562069612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2563152868", - "addr:city": "Brooklyn", - "addr:housenumber": "1702", - "addr:postcode": "11230", - "addr:street": "Avenue M", - "name": "The Fitting Room", - "phone": "+1(718)6278400", - "shop": "clothes", - "website": "http://www.lingerieNYC.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9579433, - 40.6181155 - ] - }, - "id": "node/2563152868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2563512927", - "addr:city": "Brooklyn", - "addr:housenumber": "1016", - "addr:postcode": "11226", - "addr:state": "NY", - "addr:street": "Flatbush Avenue", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Gap Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9582701, - 40.6462183 - ] - }, - "id": "node/2563512927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2563514092", - "addr:housenumber": "934", - "addr:postcode": "11226", - "addr:street": "Flatbush Avenue", - "name": "Fabco Shoes", - "opening_hours": "Mo-Sa 10:00-20:30; Su 11:00-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9584714, - 40.6486938 - ] - }, - "id": "node/2563514092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2563988677", - "addr:housenumber": "153A", - "addr:postcode": "10013", - "addr:street": "Centre Street", - "name": "DG Scarf Inc.", - "not:brand:wikidata": "Q214480", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+1 646-692-9986", - "shop": "clothes", - "website": "https://www.dgscarf.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0003105, - 40.7178109 - ] - }, - "id": "node/2563988677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2566670899", - "addr:housenumber": "2125", - "addr:postcode": "11226", - "addr:street": "Church Avenue", - "clothes": "hats", - "name": "Exotic Hat Masters", - "phone": "+1-347-247-0949", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9590714, - 40.65044 - ] - }, - "id": "node/2566670899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2566670913", - "addr:housenumber": "876", - "addr:postcode": "11226", - "addr:street": "Flatbush Avenue", - "alt_name": "Jides Finemen Clothing II", - "name": "The Dandy", - "phone": "+1-718-855-7777", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9589712, - 40.6507263 - ] - }, - "id": "node/2566670913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2566670915", - "addr:housenumber": "878", - "addr:postcode": "11226", - "addr:street": "Flatbush Avenue", - "name": "Jeni Shoes", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9589573, - 40.650682 - ] - }, - "id": "node/2566670915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2566670916", - "addr:housenumber": "880", - "addr:postcode": "11226", - "addr:street": "Flatbush Avenue", - "name": "Samba Couture Collection", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9589459, - 40.6506353 - ] - }, - "id": "node/2566670916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2566670918", - "addr:housenumber": "882", - "addr:postcode": "11226", - "addr:street": "Flatbush Avenue", - "name": "Vanessa Boutique", - "phone": "+1-718-941-2114", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9589379, - 40.6505806 - ] - }, - "id": "node/2566670918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2566670920", - "addr:housenumber": "884", - "addr:postcode": "11226", - "addr:street": "Flatbush Avenue", - "name": "Elco Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9589152, - 40.6504788 - ] - }, - "id": "node/2566670920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2567007477", - "addr:housenumber": "506", - "addr:postcode": "11225", - "addr:street": "Empire Boulevard", - "contact:instagram": "@a.soliani", - "name": "A. Soliani", - "opening_hours": "Mo-Th 11:00-17:30; Fr 10:00-12:45||Su \"hours posted on instragram if open\"", - "shop": "shoes", - "website": "https://asoliani.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9453221, - 40.6640477 - ] - }, - "id": "node/2567007477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2567560975", - "addr:housenumber": "23", - "addr:postcode": "10002", - "addr:street": "Orchard Street", - "name": "Kickznasion", - "opening_hours": "Mo-Su 12:00-20:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9917488, - 40.7153935 - ] - }, - "id": "node/2567560975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2567561026", - "addr:housenumber": "29", - "addr:postcode": "10002", - "addr:street": "Ludlow Street", - "name": "Rare Bodega", - "second_hand": "yes", - "shop": "clothes", - "website": "https://www.rarebodega.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9907209, - 40.7156846 - ] - }, - "id": "node/2567561026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2567561386", - "addr:housenumber": "29", - "addr:postcode": "10002", - "addr:street": "Ludlow Street", - "name": "Café Forgot", - "opening_hours": "Mo-Su 12:00-19:00", - "shop": "clothes", - "website": "https://cafeforgot.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9907007, - 40.7157235 - ] - }, - "id": "node/2567561386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2567930931", - "addr:housenumber": "673", - "addr:postcode": "11216", - "addr:street": "Nostrand Avenue", - "clothes": "women", - "name": "Abundance Boutique", - "opening_hours": "Mo 11:00-20:0; Tu 13:00-20:00; We-Sa 11:00-20:00", - "phone": "+1-347-365-4274", - "shop": "clothes", - "website": "https://abundanceboutiques.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9499577, - 40.6741273 - ] - }, - "id": "node/2567930931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2567931050", - "addr:housenumber": "717", - "addr:postcode": "11216", - "addr:street": "Nostrand Avenue", - "name": "Miles Culture", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9500745, - 40.6728133 - ] - }, - "id": "node/2567931050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2567972939", - "name": "Creative Custom Clothing", - "opening_hours": "Mo-Sa 11:00-20:00||Su 12:00-17:00 \"by appointment\"", - "phone": "+1-347-674-7773", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9533736, - 40.6737092 - ] - }, - "id": "node/2567972939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2568117452", - "name": "Candy Colored Girl", - "opening_hours": "We-Sa 12:00-19:00; Su 12:00-17:00", - "phone": "+1-929-265-2522", - "shop": "clothes", - "website": "https://www.candycoloredgirl.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9549292, - 40.6876281 - ] - }, - "id": "node/2568117452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2568119923", - "name": "L'Impasse Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9551955, - 40.6888654 - ] - }, - "id": "node/2568119923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2568165644", - "name": "Petit Clair", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9540588, - 40.6946898 - ] - }, - "id": "node/2568165644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2568518940", - "addr:housenumber": "145", - "addr:postcode": "11201", - "addr:street": "Front Street", - "name": "Glam Expressway", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9871611, - 40.7025425 - ] - }, - "id": "node/2568518940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2568634955", - "addr:housenumber": "409", - "addr:postcode": "11237", - "addr:street": "Knickerbocker Avenue", - "name": "Glory Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9199145, - 40.699846 - ] - }, - "id": "node/2568634955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2568824899", - "addr:housenumber": "87", - "addr:postcode": "11237", - "addr:street": "Saint Nicholas Avenue", - "alt_name": "The Creative Kitchen", - "name": "The Cr8tive Kitchen", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9192648, - 40.7062678 - ] - }, - "id": "node/2568824899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2568943582", - "addr:housenumber": "1055", - "addr:postcode": "11238", - "addr:street": "Pacific Street", - "clothes:printing": "yes", - "description": "custom screenprinting and embroidery", - "name": "The Factory Boutique", - "opening_hours": "Mo-Sa 11:00-19:00 || Su \"by appointment\"", - "phone": "+1-347-221-0087", - "shop": "clothes", - "website": "https://www.thefactoryb.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9582316, - 40.6790867 - ] - }, - "id": "node/2568943582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2569050428", - "addr:housenumber": "58", - "addr:postcode": "10011", - "addr:street": "West 14th Street", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "shoes", - "website": "https://stores.footlocker.com/ny/newyork/58-west-14th-street-8652.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9963766, - 40.7370058 - ] - }, - "id": "node/2569050428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2569069174", - "addr:housenumber": "353", - "addr:postcode": "10014", - "addr:street": "Bleecker Street", - "name": "Tombolo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.004518, - 40.7341937 - ] - }, - "id": "node/2569069174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2569069181", - "addr:city": "New York", - "addr:housenumber": "367", - "addr:postcode": "10014", - "addr:state": "NY", - "addr:street": "Bleecker Street", - "brand": "Arc'teryx", - "brand:wikidata": "Q3271455", - "clothes": "men;women", - "name": "Arc'teryx", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1-646-368-1171", - "shop": "clothes", - "website": "https://stores.arcteryx.com/shop/bleecker-str" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0046796, - 40.7347719 - ] - }, - "id": "node/2569069181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2569492700", - "addr:city": "New York", - "addr:housenumber": "470", - "addr:postcode": "10018", - "addr:street": "7th Avenue", - "name": "Lee Jean Corp", - "note": "Fashion design company with bag and hat. Speakers, Cases, Chargers ... We've got it all!", - "shop": "clothes", - "website": "https://leejeanyoun.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9902169, - 40.7520943 - ] - }, - "id": "node/2569492700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2569762804", - "addr:housenumber": "100-30", - "addr:postcode": "11375", - "addr:street": "Queens Boulevard", - "name": "Ortho Shoe Corp", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8530667, - 40.7264109 - ] - }, - "id": "node/2569762804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2569888051", - "addr:housenumber": "71-18", - "addr:postcode": "11375", - "addr:street": "Austin Street", - "brand": "Banana Republic", - "brand:wikidata": "Q806085", - "clothes": "men;women", - "name": "Banana Republic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8441492, - 40.7198204 - ] - }, - "id": "node/2569888051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2569928289", - "addr:housenumber": "70-39", - "addr:postcode": "11375", - "addr:street": "Austin Street", - "name": "Fox's Designer Off Price", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8454314, - 40.720524 - ] - }, - "id": "node/2569928289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2570169375", - "addr:housenumber": "37-48", - "addr:postcode": "11372", - "addr:street": "74th Street", - "name": "Karishma", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8917182, - 40.7476846 - ] - }, - "id": "node/2570169375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2570173944", - "addr:housenumber": "37-32", - "addr:postcode": "11372", - "addr:street": "82nd Street", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Gap Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8842762, - 40.7488409 - ] - }, - "id": "node/2570173944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2570191126", - "addr:housenumber": "90-22", - "addr:postcode": "11373", - "addr:street": "Roosevelt Avenue", - "clothes": "wedding", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8757167, - 40.7483747 - ] - }, - "id": "node/2570191126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2570634624", - "addr:housenumber": "231-09", - "addr:postcode": "11413", - "addr:street": "Merrick Boulevard", - "name": "Kanva Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7390691, - 40.675843 - ] - }, - "id": "node/2570634624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2573098489", - "addr:housenumber": "75B", - "addr:postcode": "11217", - "addr:street": "6th Avenue", - "name": "Established Gallery", - "opening_hours": "Th-Su 12:00-19:00", - "shop": "clothes", - "tourism": "gallery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9744918, - 40.680379 - ] - }, - "id": "node/2573098489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2592264890", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "110", - "addr:postcode": "10011", - "addr:state": "NY", - "addr:street": "8th Avenue", - "name": "Mardana", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0015495, - 40.7407108 - ] - }, - "id": "node/2592264890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2597232737", - "addr:city": "New York", - "addr:housenumber": "777", - "addr:postcode": "10065", - "addr:state": "NY", - "addr:street": "Madison Avenue", - "email": "jrma1@judithripka.com", - "name": "Judith Ripka", - "opening_hours": "Mo-Sa 10:00-18:00; Su 12:00-17:00", - "phone": "212.517.8200", - "shop": "clothes", - "website": "https://www.judithripka.com/locations/boutiques/new-york-flagship.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.967913, - 40.7681023 - ] - }, - "id": "node/2597232737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2597257962", - "addr:city": "New York", - "addr:housenumber": "787", - "addr:postcode": "10065", - "addr:state": "NY", - "addr:street": "Madison Avenue", - "name": "J. Mendel", - "opening_hours": "Mo-Sa 10:00-18:00", - "phone": "1.212.832.5830", - "shop": "clothes", - "website": "https://jmendel.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9677127, - 40.7683256 - ] - }, - "id": "node/2597257962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2601850441", - "addr:city": "New York", - "addr:housename": "Chelsea Market", - "addr:postcode": "10011", - "addr:street": "9th Avenue", - "brand": "Anthropologie", - "brand:wikidata": "Q4773903", - "clothes": "women", - "name": "Anthropologie", - "shop": "clothes", - "source": "local_knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0049865, - 40.7418051 - ] - }, - "id": "node/2601850441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2603955360", - "name": "Shoeganza", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.946018, - 40.8277566 - ] - }, - "id": "node/2603955360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2605312644", - "addr:housenumber": "425", - "addr:postcode": "11201", - "addr:street": "Fulton Street", - "brand": "Zumiez", - "brand:wikidata": "Q8075252", - "name": "Zumiez", - "opening_hours": "Mo-Su 10:00-20:00", - "phone": "+1-718-624-2125", - "shop": "clothes", - "website": "https://www.zumiez.com/storelocator/store/index/id/1380/us/NY/Brooklyn/FultonStreet" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9880039, - 40.6918679 - ] - }, - "id": "node/2605312644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2610440244", - "brand": "Loft", - "brand:wikidata": "Q62075137", - "clothes": "women", - "name": "Loft", - "shop": "clothes", - "website": "https://stores.loft.com/ny/new-york/1459-broadway.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9868627, - 40.7555911 - ] - }, - "id": "node/2610440244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2611782750", - "addr:housenumber": "1270", - "addr:postcode": "10020", - "addr:street": "Avenue of the Americas", - "branch": "Rockefeller Center", - "brand": "Brooks Brothers", - "brand:wikidata": "Q929722", - "check_date:opening_hours": "2022-11-24", - "clothes": "women;men;suits", - "name": "Brooks Brothers", - "opening_hours": "Mo-Fr 08:00-21:00; Sa 09:00-20:00; Su 10:00-19:00", - "phone": "+1 212-247-9374", - "shop": "clothes", - "website": "https://www.brooksbrothers.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9798528, - 40.7602642 - ] - }, - "id": "node/2611782750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2613556157", - "name": "Ralph Lauren", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.988778, - 40.75467 - ] - }, - "id": "node/2613556157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2613887631", - "addr:city": "New York", - "addr:housenumber": "1551-1555", - "addr:postcode": "10036", - "addr:state": "NY", - "addr:street": "Broadway", - "branch": "Times Square", - "brand": "American Eagle Outfitters", - "brand:wikidata": "Q2842931", - "clothes": "men;women", - "name": "American Eagle Outfitters", - "opening_hours": "Mo-Th 10:00-21:00; Fr 08:00-17:00; Su 11:00-20:00", - "operator": "American Eagle Outfitters", - "phone": "+1-212-205-7260", - "shop": "clothes", - "short_name": "American Eagle", - "website": "https://storelocations.ae.com/us/ny/new-york/1551-1555-broadway.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9854906, - 40.7588653 - ] - }, - "id": "node/2613887631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2620513869", - "addr:housenumber": "150", - "addr:postcode": "10028", - "addr:street": "East 86th Street", - "branch": "Lexington Ave at 86th St", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-20:00", - "shop": "clothes", - "website": "https://www2.hm.com/en_us/index.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9553419, - 40.7791885 - ] - }, - "id": "node/2620513869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2623014547", - "brand": "Anthropologie", - "brand:wikidata": "Q4773903", - "check_date": "2024-04-09", - "clothes": "women", - "name": "Anthropologie", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9612325, - 40.7692754 - ] - }, - "id": "node/2623014547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2632291772", - "addr:city": "Queens", - "addr:housenumber": "71-03", - "addr:postcode": "11385", - "addr:street": "80th Street", - "brand": "White House Black Market", - "brand:wikidata": "Q7994858", - "name": "White House Black Market", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8690473, - 40.7081878 - ] - }, - "id": "node/2632291772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2678466844", - "addr:city": "New York", - "addr:housenumber": "1514", - "addr:postcode": "10036", - "addr:state": "NY", - "addr:street": "Broadway", - "air_conditioning": "yes", - "branch": "Times Square", - "brand": "Gap", - "brand:wikidata": "Q420822", - "clothes": "women;men;children", - "name": "Gap", - "opening_hours": "Mo-Su 10:00-23:00", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1-646-866-5850", - "shop": "clothes", - "website": "https://www.gap.com/stores/ny/newyork/gap-4132.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9855603, - 40.7573296 - ] - }, - "id": "node/2678466844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2689416402", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "name": "Lacoste", - "shop": "clothes", - "website": "https://www.lacoste.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9779383, - 40.757897 - ] - }, - "id": "node/2689416402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2689589692", - "addr:housenumber": "1552", - "addr:postcode": "10036", - "addr:street": "North Broadway", - "branch": "Times Square", - "brand": "Express", - "brand:wikidata": "Q1384784", - "name": "Express", - "opening_hours": "Fr, Sa 09:00-02:00; Mo-Th, Su 09:00-01:00", - "phone": "+1 646-448-8376", - "shop": "clothes", - "website": "https://stores.express.com/us/ny/new-york/1552-north-broadway" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9848141, - 40.7586261 - ] - }, - "id": "node/2689589692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2703075151", - "addr:housenumber": "212", - "addr:postcode": "10011", - "addr:street": "8th Avenue", - "level": "0", - "name": "Vibe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9993114, - 40.7438307 - ] - }, - "id": "node/2703075151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2703424200", - "addr:housenumber": "208", - "addr:postcode": "10001", - "addr:street": "West 29th Street", - "check_date": "2023-04-05", - "name": "Fur Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9935227, - 40.7479962 - ] - }, - "id": "node/2703424200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2703424281", - "addr:housenumber": "249A", - "addr:postcode": "10001", - "addr:street": "West 29th Street", - "name": "Panos Furs", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9948556, - 40.7487868 - ] - }, - "id": "node/2703424281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2703449221", - "addr:housenumber": "115", - "addr:postcode": "10001", - "addr:street": "West 29th Street", - "name": "pietro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9910255, - 40.7471682 - ] - }, - "id": "node/2703449221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2703449307", - "addr:housenumber": "41", - "addr:postcode": "10001", - "addr:street": "West 30th Street", - "alt_name": "Gvani New York", - "name": "Lofty Trading", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9887212, - 40.7470136 - ] - }, - "id": "node/2703449307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2704045696", - "addr:housenumber": "343", - "addr:postcode": "10003", - "addr:street": "1st Avenue", - "name": "First Avenue Clothing", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9801478, - 40.7349928 - ] - }, - "id": "node/2704045696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2704045709", - "clothes": "children", - "name": "Ibiza Kids", - "opening_hours": "Mo-Su 20:30-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9802678, - 40.7348234 - ] - }, - "id": "node/2704045709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2705028934", - "addr:city": "Forest Hills", - "addr:housenumber": "70-31", - "addr:postcode": "11375", - "addr:street": "Austin Street", - "brand": "Loft", - "brand:wikidata": "Q62075137", - "clothes": "women", - "level": "0", - "name": "Loft", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-18:00", - "shop": "clothes", - "website": "https://stores.loft.com/outlet/us/ny/forest-hills/70-31-austin-st.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8460175, - 40.72076 - ] - }, - "id": "node/2705028934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2705030229", - "addr:city": "Brooklyn", - "addr:housenumber": "708", - "addr:postcode": "11238", - "addr:street": "Franklin Avenue", - "description": "African-imported clothing, jewelry, gifts", - "name": "Calabar Imports", - "opening_hours": "Mo 12:00-18:00; We 12:00-19:00; Th-Sa 11:00-20:00; Su 12:00-18:00", - "phone": "+1-718-638-4288", - "shop": "clothes", - "website": "https://www.calabar-imports.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9566927, - 40.6746218 - ] - }, - "id": "node/2705030229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2706023193", - "addr:city": "Brooklyn", - "addr:housenumber": "727", - "addr:postcode": "11216", - "addr:street": "Franklin Avenue", - "check_date": "2022-08-10", - "name": "Amani Market", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9567064, - 40.6737293 - ] - }, - "id": "node/2706023193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2707987778", - "addr:city": "New York", - "addr:housenumber": "2876", - "addr:postcode": "10025", - "addr:street": "Broadway", - "name": "Shoe Tree", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9656391, - 40.8051665 - ] - }, - "id": "node/2707987778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2707989156", - "addr:city": "New York", - "addr:housenumber": "2868", - "addr:postcode": "10025", - "addr:street": "Broadway", - "name": "Paul's Shoe Repair", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9657481, - 40.8050158 - ] - }, - "id": "node/2707989156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2709306607", - "addr:city": "New York", - "addr:housenumber": "28", - "addr:postcode": "10001", - "addr:state": "NY", - "addr:street": "West 34th Street", - "brand": "Timberland", - "brand:wikidata": "Q1539185", - "level": "0", - "name": "Timberland", - "opening_hours": "Mo-Th 10:00-19:00; Fr-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1-212-564-5921", - "shop": "clothes", - "website": "https://locations.timberland.com/ny/new-york/252/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9864378, - 40.7490602 - ] - }, - "id": "node/2709306607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2709306639", - "addr:housenumber": "30", - "addr:postcode": "10001", - "addr:street": "West 34th Street", - "name": "Fabriano Italia", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9865169, - 40.7490934 - ] - }, - "id": "node/2709306639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2709430172", - "addr:city": "New York", - "addr:housenumber": "213", - "addr:postcode": "10001", - "addr:state": "NY", - "addr:street": "West 34th Street", - "brand": "DSW", - "brand:wikidata": "Q5206207", - "facebook": "DSW", - "name": "DSW", - "opening_hours": "Mo-Th, Sa 10:00-20:00; Su 11:00-19:00; Fr 10:00-21:00", - "operator": "DSW Inc.", - "phone": "+1 212-967-9703", - "ref": "34th Street - Between 7th and 8th Ave", - "shop": "shoes", - "twitter": "dswshoelovers", - "website": "https://stores.dsw.com/usa/ny/newyork/dsw-designer-shoe-warehouse-34th-street---between-7th-and-8th-ave.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9911902, - 40.7514289 - ] - }, - "id": "node/2709430172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2709479282", - "addr:housenumber": "262", - "addr:postcode": "10018", - "addr:street": "West 37th Street", - "name": "Terani Couture", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9915781, - 40.7537726 - ] - }, - "id": "node/2709479282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2709479287", - "addr:housenumber": "498", - "addr:postcode": "10018", - "addr:street": "7th Avenue", - "name": "Nanette lapore", - "name:en": "holiday sale", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9895448, - 40.7527811 - ] - }, - "id": "node/2709479287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2709702361", - "addr:housenumber": "27", - "addr:postcode": "10001", - "addr:street": "West 34th Street", - "brand": "Aldo", - "brand:wikidata": "Q2832297", - "name": "Aldo", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-19:00", - "phone": "+1-212-594-6255", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9863138, - 40.749364 - ] - }, - "id": "node/2709702361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2710839404", - "addr:housenumber": "541", - "addr:postcode": "10016", - "addr:street": "3rd Avenue", - "clothes": "women", - "name": "Pookie & Sebastian", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-19:00", - "phone": "+1-212-951-7110", - "shop": "clothes", - "website": "https://pookieandsebastian.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9770657, - 40.7468368 - ] - }, - "id": "node/2710839404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2711422075", - "brand": "Aeropostale", - "brand:wikidata": "Q794565", - "clothes": "men;women", - "name": "Aeropostale", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9894016, - 40.749007 - ] - }, - "id": "node/2711422075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2711422079", - "name": "Afaze", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9888481, - 40.7487516 - ] - }, - "id": "node/2711422079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2711422082", - "brand": "Call It Spring", - "brand:wikidata": "Q7580363", - "name": "Call It Spring", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9890016, - 40.7488354 - ] - }, - "id": "node/2711422082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2711422086", - "name": "City Streets", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9891777, - 40.7489117 - ] - }, - "id": "node/2711422086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2711422089", - "brand": "Express", - "brand:wikidata": "Q1384784", - "name": "Express", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9889236, - 40.7492014 - ] - }, - "id": "node/2711422089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2711422104", - "brand": "Lids", - "brand:wikidata": "Q19841609", - "clothes": "hats", - "name": "Lids", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9892431, - 40.7493481 - ] - }, - "id": "node/2711422104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2711422106", - "name": "P.S. by Aero", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.989701, - 40.749127 - ] - }, - "id": "node/2711422106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2711422114", - "name": "Square One", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9898621, - 40.7492185 - ] - }, - "id": "node/2711422114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2711422116", - "name": "Strawberry", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9894897, - 40.7494454 - ] - }, - "id": "node/2711422116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2711422119", - "name": "Strawberry", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9896784, - 40.7494835 - ] - }, - "id": "node/2711422119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2711422122", - "name": "Top Gun Leather", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9893538, - 40.7493882 - ] - }, - "id": "node/2711422122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2711422128", - "brand": "Victoria's Secret", - "brand:wikidata": "Q332477", - "clothes": "underwear;women", - "name": "Victoria's Secret", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9898746, - 40.749392 - ] - }, - "id": "node/2711422128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2713484777", - "craft": "tailor", - "name": "Gureje", - "phone": "+1-718-857-2522", - "shop": "clothes", - "website": "https://gureje.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9645967, - 40.6801946 - ] - }, - "id": "node/2713484777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2716011979", - "addr:housenumber": "24", - "addr:postcode": "10017", - "addr:street": "East 44th Street", - "branch": "44th Street", - "brand": "Allen Edmonds", - "brand:wikidata": "Q4731627", - "email": "ny44th@allenedmonds.com", - "name": "Allen Edmonds", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 10:00-18:00; Su 12:00-17:00", - "phone": "+1 646-682-2553", - "shoes:men": "yes", - "shop": "shoes", - "website": "https://www.allenedmonds.com/on/demandware.store/Sites-allenedmonds-Site/default/Stores-Details?StoreID=AE017-C" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9787475, - 40.7541684 - ] - }, - "id": "node/2716011979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2717543393", - "addr:housenumber": "55", - "addr:postcode": "10020", - "addr:street": "West 49th Street", - "clothes": "sports", - "name": "Saturdays Football", - "shop": "clothes", - "sport": "soccer", - "website": "https://saturdaysfootball.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9799527, - 40.7590246 - ] - }, - "id": "node/2717543393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2717543451", - "addr:city": "New York", - "addr:housenumber": "591", - "addr:postcode": "10017", - "addr:street": "5th Avenue", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9779903, - 40.7570244 - ] - }, - "id": "node/2717543451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2717543476", - "addr:housenumber": "60", - "addr:postcode": "10020", - "addr:street": "West 50th Street", - "name": "Gallerie Saint Gui", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9798221, - 40.7595169 - ] - }, - "id": "node/2717543476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2718017517", - "addr:city": "New York", - "addr:housenumber": "720", - "addr:postcode": "10022", - "addr:street": "Lexington Avenue", - "brand": "Aerie", - "brand:wikidata": "Q25351619", - "clothes": "women", - "name": "Aerie", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-19:00", - "phone": "+1 212 335-4196", - "shop": "clothes", - "website": "https://storelocations.ae.com/us/ny/new-york/720-lexington-ave.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9688483, - 40.7615638 - ] - }, - "id": "node/2718017517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2718042388", - "addr:housenumber": "820", - "addr:postcode": "10065", - "addr:street": "Lexington Avenue", - "name": "Diane B Ladies Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9666011, - 40.7646429 - ] - }, - "id": "node/2718042388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2718050708", - "addr:city": "New York", - "addr:housenumber": "827", - "addr:postcode": "10065", - "addr:state": "NY", - "addr:street": "Lexington Avenue", - "branch": "New York", - "clothes": "women", - "email": "ny@leggiadro.com", - "level": "0", - "name": "Leggiadro", - "phone": "+1 212-753-5050", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9661157, - 40.7648208 - ] - }, - "id": "node/2718050708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2718050712", - "addr:housenumber": "831", - "addr:postcode": "10065", - "addr:street": "Lexington Avenue", - "clothes": "underwear", - "contact:instagram": "lingerieonlex", - "contact:phone": "+1 212-755-3312", - "name": "Lingerie on Lex", - "opening_hours": "Mo-Sa 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9660494, - 40.7649078 - ] - }, - "id": "node/2718050712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2723809069", - "addr:city": "New York", - "addr:housenumber": "1131", - "addr:postcode": "10065", - "addr:state": "NY", - "addr:street": "3rd Avenue", - "branch": "Upper East Side", - "brand": "Nike", - "brand:wikidata": "Q483915", - "check_date": "2024-01-16", - "clothes": "sports", - "clothes:men": "yes", - "clothes:women": "yes", - "description": "Nike Running Store with running shoes and apparel", - "name": "Nike", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1 212-535-1530", - "shop": "clothes", - "website": "https://www.nike.com/retail/s/nike-by-upper-east-side" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9628618, - 40.7662786 - ] - }, - "id": "node/2723809069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2723812948", - "addr:housenumber": "1150", - "addr:postcode": "10065", - "addr:street": "3rd Avenue", - "brand": "Janie & Jack", - "brand:wikidata": "Q64449634", - "check_date": "2024-01-16", - "clothes": "children", - "name": "Janie & Jack", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9630131, - 40.7667619 - ] - }, - "id": "node/2723812948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2723819773", - "addr:housenumber": "991", - "addr:postcode": "10021", - "addr:street": "Lexington Avenue", - "name": "French Sole", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9624824, - 40.769802 - ] - }, - "id": "node/2723819773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2723870229", - "addr:housenumber": "988", - "addr:postcode": "10021", - "addr:street": "Lexington Avenue", - "name": "Lee Anderson", - "phone": "212.772.2463", - "shop": "clothes", - "website": "https://leeandersoncouture.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.962598, - 40.7701244 - ] - }, - "id": "node/2723870229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2723918792", - "addr:city": "New York", - "addr:housenumber": "867", - "addr:postcode": "10021", - "addr:state": "NY", - "addr:street": "Madison Avenue", - "check_date": "2024-02-29", - "name": "Ralph Lauren", - "shop": "clothes", - "website": "https://www.ralphlauren.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9654692, - 40.7714825 - ] - }, - "id": "node/2723918792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2724050177", - "addr:housenumber": "1534", - "addr:postcode": "10021", - "addr:street": "2nd Avenue", - "level": "0", - "name": "Lester’s", - "opening_hours": "10:00-18:00", - "phone": "+1 212-734-9292", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9544811, - 40.7738138 - ] - }, - "id": "node/2724050177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2724223896", - "addr:block": "1495", - "addr:city": "New York", - "addr:housenumber": "1124", - "addr:postcode": "10028", - "addr:state": "NY", - "addr:street": "Madison Avenue", - "contact:phone": "+(212) 988-7318", - "name": "Searle", - "shop": "clothes", - "website": "https://www.searlenyc.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9600247, - 40.779448 - ] - }, - "id": "node/2724223896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2724236614", - "addr:housenumber": "157", - "addr:postcode": "10028", - "addr:street": "East 86th Street", - "branch": "1 Uptown", - "brand": "Steve Madden", - "brand:wikidata": "Q25352034", - "contact:email": "store01@stevemadden.com", - "level": "0", - "name": "Steve Madden", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1 212-426-0538", - "shop": "shoes", - "website": "https://www.stevemadden.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9548828, - 40.7793725 - ] - }, - "id": "node/2724236614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2728503397", - "clothes": "women", - "name": "Snow Xue Gao", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9937769, - 40.7216111 - ] - }, - "id": "node/2728503397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2744965206", - "addr:city": "New York", - "addr:housenumber": "170", - "addr:postcode": "10023", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "brand": "J.Jill", - "brand:wikidata": "Q64448268", - "clothes": "women", - "name": "J.Jill", - "shop": "clothes", - "start_date": "1994" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.981102, - 40.77456 - ] - }, - "id": "node/2744965206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2744981542", - "addr:city": "New York", - "addr:housenumber": "181", - "addr:postcode": "10023", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "clothes": "women", - "name": "Variazioni", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9804167, - 40.7748742 - ] - }, - "id": "node/2744981542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2745426666", - "addr:city": "New York", - "addr:housenumber": "341", - "addr:postcode": "10023", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "brand": "Eileen Fisher", - "brand:wikidata": "Q5349364", - "check_date": "2024-07-28", - "clothes": "women", - "name": "Eileen Fisher", - "opening_hours": "Mo-Sa 10:00-18:00; Su 12:00-17:00", - "phone": "+1-212-362-3000", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9765856, - 40.780113 - ] - }, - "id": "node/2745426666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2745436354", - "addr:city": "New York", - "addr:housenumber": "300", - "addr:postcode": "10023", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "clothes": "women", - "name": "A Tempo", - "opening_hours": "Mo-Sa 11:30-18:30; Su 12:00-18:00", - "phone": "+1 212-769-0368", - "shop": "clothes", - "website": "https://www.atemponewyork.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9779249, - 40.7789002 - ] - }, - "id": "node/2745436354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2758662037", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "532", - "addr:postcode": "10024", - "addr:state": "NY", - "addr:street": "Amsterdam Avenue", - "name": "Variazioni", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9753393, - 40.7875966 - ] - }, - "id": "node/2758662037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2759235796", - "addr:city": "New York", - "addr:housenumber": "2488", - "addr:postcode": "10025", - "addr:state": "NY", - "addr:street": "Broadway", - "name": "Shishi Boutique", - "opening_hours": "Mo-Fr 12:00-19:00; Sa 12:00-18:00; Su 12:00-17:00", - "phone": "+1-646-692-4510", - "shop": "clothes", - "website": "https://www.shishiboutique.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9732036, - 40.7922313 - ] - }, - "id": "node/2759235796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2765578587", - "addr:city": "New York", - "addr:housenumber": "153", - "addr:postcode": "10035", - "addr:state": "NY", - "addr:street": "East 125th Street", - "alt_name": "Children's Place", - "brand": "The Children's Place", - "brand:wikidata": "Q3520257", - "clothes": "children;babies", - "name": "The Children's Place", - "opening_hours": "Mo-We 09:00-20:00; Th-Sa 09:00-21:00; Su 11:00-18:00", - "phone": "+1-212-348-3607", - "shop": "clothes", - "website": "https://www.childrensplace.com/us/store/gothamplaza-newyork-NY-111410" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9368122, - 40.8043147 - ] - }, - "id": "node/2765578587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2765578605", - "addr:city": "New York", - "addr:housenumber": "165", - "addr:postcode": "10035", - "addr:state": "NY", - "addr:street": "East 125th Street", - "brand": "Footaction", - "brand:wikidata": "Q71022064", - "name": "Footaction", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-18:00", - "phone": "+1-646-672-0205", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9364188, - 40.8041597 - ] - }, - "id": "node/2765578605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2767404506", - "addr:housenumber": "2219", - "addr:postcode": "10026", - "addr:street": "Frederick Douglass Boulevard", - "alt_name": "Harlem Underground Clothing Company", - "name": "Harlem Underground", - "opening_hours": "Tu-Sa 13:00-19:00; Su 13:00-18:00", - "phone": "+1-212-222-4419", - "shop": "clothes", - "website": "https://harlemunderground.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9538552, - 40.8068092 - ] - }, - "id": "node/2767404506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2767432738", - "addr:housenumber": "322", - "addr:postcode": "10027", - "addr:street": "West 125th Street", - "brand": "Old Navy", - "brand:wikidata": "Q2735242", - "name": "Old Navy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.952104, - 40.8103269 - ] - }, - "id": "node/2767432738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2768914097", - "brand": "Gap", - "brand:wikidata": "Q420822", - "level": "0;1", - "name": "Gap", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8473496, - 40.7212179 - ] - }, - "id": "node/2768914097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2774949526", - "addr:city": "New York", - "addr:housenumber": "1540", - "addr:postcode": "10036", - "addr:street": "Broadway", - "brand": "Forever 21", - "brand:wikidata": "Q1060537", - "name": "Forever 21", - "shop": "clothes", - "website": "https://www.forever21.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9850824, - 40.7581989 - ] - }, - "id": "node/2774949526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2782255478", - "addr:housenumber": "184", - "addr:postcode": "11211", - "addr:street": "Broadway", - "name": "Brooklyn Industries", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9621893, - 40.709751 - ] - }, - "id": "node/2782255478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2782255516", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9574901, - 40.7084142 - ] - }, - "id": "node/2782255516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2791376506", - "brand": "DXL Men's Apparel", - "brand:wikidata": "Q61981830", - "clothes": "oversize;men", - "name": "DXL Men's Apparel", - "shop": "clothes", - "short_name": "DXL" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2373468, - 40.8944166 - ] - }, - "id": "node/2791376506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2818771155", - "addr:city": "Jamaica", - "addr:country": "US", - "addr:housenumber": "161-01", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "atm": "yes", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "name": "Snipes", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "shoes", - "website": "https://stores.kicksusa.com/ny/queens/56/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7984847, - 40.7042281 - ] - }, - "id": "node/2818771155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2823604796", - "name": "Coldwater Creek", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1554558, - 40.8385201 - ] - }, - "id": "node/2823604796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2823612564", - "name": "Annie Sez", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.150068, - 40.8360703 - ] - }, - "id": "node/2823612564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2823640707", - "brand": "Lane Bryant", - "brand:wikidata": "Q6485350", - "clothes": "oversize;women", - "name": "Lane Bryant", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1381066, - 40.8304228 - ] - }, - "id": "node/2823640707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2827530622", - "clothes:printing": "yes", - "description": "custom printed clothes and bags", - "name": "Fulla Shirts", - "phone": "+1-347-384-2722", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0104001, - 40.6793026 - ] - }, - "id": "node/2827530622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2828209143", - "addr:city": "Jamaica", - "addr:housenumber": "159-10", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "name": "K&G Fashion Superstore", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-19:00", - "organic": "no", - "second_hand": "no", - "shop": "clothes", - "website": "https://www.kgstores.com/kg/store/get/211" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7997873, - 40.7033431 - ] - }, - "id": "node/2828209143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2828209145", - "addr:city": "Jamaica", - "addr:housenumber": "159-18", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "brand": "Old Navy", - "brand:wikidata": "Q2735242", - "name": "Old Navy", - "organic": "no", - "second_hand": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7996515, - 40.7033977 - ] - }, - "id": "node/2828209145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2830358039", - "brand": "Urban Outfitters", - "brand:wikidata": "Q3552193", - "name": "Urban Outfitters", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.077417, - 40.9167472 - ] - }, - "id": "node/2830358039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2830358043", - "alt_name": "Children's Place", - "brand": "The Children's Place", - "brand:wikidata": "Q3520257", - "name": "The Children's Place", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0767525, - 40.9168369 - ] - }, - "id": "node/2830358043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2830358049", - "brand": "Gucci", - "brand:wikidata": "Q178516", - "name": "Gucci", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0768759, - 40.917466 - ] - }, - "id": "node/2830358049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2830358056", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Foot Locker", - "opening_hours": "Mo-Th 10:00-21:00; Fr-Sa 10:00-21:30; Su closed", - "shop": "shoes", - "website": "https://stores.footlocker.com/nj/paramus/1216-garden-state-plaza-8085.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.076741, - 40.9170018 - ] - }, - "id": "node/2830358056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2830358057", - "brand": "Skechers", - "brand:wikidata": "Q2945643", - "name": "Skechers", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0768271, - 40.9166916 - ] - }, - "id": "node/2830358057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2830434613", - "addr:city": "Paramus", - "addr:housenumber": "60", - "addr:postcode": "07652", - "addr:state": "NJ", - "addr:street": "State Route 17 North", - "brand": "DSW", - "brand:wikidata": "Q5206207", - "check_date": "2023-12-26", - "name": "DSW", - "opening_hours": "Mo-Th 10:00-20:00; Fr-Sa 10:00-21:00", - "phone": "+1 201-291-0505", - "ref": "Paramus", - "shop": "shoes", - "website": "https://stores.dsw.com/usa/nj/paramus/dsw-designer-shoe-warehouse-paramus.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0713478, - 40.9164615 - ] - }, - "id": "node/2830434613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2830643356", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Gap Factory", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0586909, - 40.9147873 - ] - }, - "id": "node/2830643356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2830643357", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0589513, - 40.9149627 - ] - }, - "id": "node/2830643357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2830643362", - "brand": "Banana Republic", - "brand:wikidata": "Q806085", - "clothes": "men;women", - "name": "Banana Republic Factory Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0589272, - 40.9148505 - ] - }, - "id": "node/2830643362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2830643363", - "name": "US Polo Assoc.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0596705, - 40.9155233 - ] - }, - "id": "node/2830643363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2830643364", - "brand": "Nike Factory Store", - "brand:wikidata": "Q483915", - "name": "Nike Factory Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0599536, - 40.9155575 - ] - }, - "id": "node/2830643364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2830643367", - "brand": "Guess", - "brand:wikidata": "Q2470307", - "name": "Guess Factory Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0596591, - 40.9159939 - ] - }, - "id": "node/2830643367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2830643368", - "brand": "New York & Company", - "brand:wikidata": "Q7012977", - "name": "New York & Company Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0594666, - 40.9158741 - ] - }, - "id": "node/2830643368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2830643369", - "brand": "Tommy Hilfiger", - "brand:wikidata": "Q634881", - "name": "Tommy Hilfiger", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0592118, - 40.9157115 - ] - }, - "id": "node/2830643369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2837959364", - "addr:city": "Brooklyn", - "addr:housenumber": "641", - "addr:postcode": "11211", - "addr:state": "NY", - "addr:street": "Bedford Avenue", - "name": "Kidi Chic Clothes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9584801, - 40.7019475 - ] - }, - "id": "node/2837959364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2837959367", - "addr:housenumber": "679", - "addr:postcode": "11211", - "addr:street": "Bedford Avenue", - "name": "Perfect Fit", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9574264, - 40.7010042 - ] - }, - "id": "node/2837959367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2839686955", - "addr:city": "Brooklyn", - "addr:housenumber": "132", - "addr:postcode": "11249", - "addr:state": "NY", - "addr:street": "North 5th Street", - "check_date": "2023-07-20", - "email": "hello@awokevintage.com", - "name": "Awoke Vintage", - "opening_hours": "Mo-Su 10:00-21:00", - "phone": "+1-718-387-3130", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9591923, - 40.7167748 - ] - }, - "id": "node/2839686955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2839718404", - "addr:housenumber": "70A", - "addr:postcode": "11249", - "addr:street": "North 6th Street", - "brand": "Patagonia", - "brand:wikidata": "Q1660552", - "clothes": "outdoor", - "name": "Patagonia", - "opening_hours": "Mo-Sa 11:00-19:00; Su 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.961583, - 40.7191519 - ] - }, - "id": "node/2839718404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2844224373", - "addr:housenumber": "69-48", - "addr:postcode": "11378", - "addr:street": "Grand Avenue", - "name": "Da-Bar Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8938761, - 40.7266377 - ] - }, - "id": "node/2844224373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2844631219", - "addr:housenumber": "39-77", - "addr:postcode": "11377", - "addr:street": "61st Street", - "clothes:women": "yes", - "name": "Victoria's Boutique", - "phone": "+1 718-779-6787", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9034899, - 40.7450439 - ] - }, - "id": "node/2844631219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2845163400", - "addr:housenumber": "71-22", - "addr:postcode": "11372", - "addr:street": "35th Avenue", - "name": "Deboshee Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8941709, - 40.7506735 - ] - }, - "id": "node/2845163400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2846566329", - "addr:city": "Queens", - "addr:country": "US", - "addr:housenumber": "42-11", - "addr:postcode": "11103", - "addr:state": "NY", - "addr:street": "28th Avenue", - "clothes": "wedding", - "craft": "bridal_shop", - "name": "Anamnisis Wedding Corp.", - "opening_hours": "Mo-Sa 09:00-20:00, Su 10:00-18:00", - "operator": "Barbara Evangelou", - "phone": "+1-718-274-2727", - "shop": "clothes", - "website": "https://anamnisisweddings.com", - "year": "2010" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9115859, - 40.764638 - ] - }, - "id": "node/2846566329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2846677632", - "addr:housenumber": "30-11", - "addr:postcode": "11103", - "addr:street": "Steinway Street", - "contact:instagram": "drip_supply", - "level": "0", - "name": "Drip Supply", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9151445, - 40.7634695 - ] - }, - "id": "node/2846677632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2861929651", - "addr:housenumber": "119-01", - "addr:postcode": "11419", - "addr:street": "Liberty Avenue", - "name": "Knockout", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8240673, - 40.6864177 - ] - }, - "id": "node/2861929651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2861959847", - "addr:housenumber": "116-02", - "addr:postcode": "11419", - "addr:street": "101st Avenue", - "name": "Indian Fashion House", - "phone": "+1 347 684 9130", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8283155, - 40.6891608 - ] - }, - "id": "node/2861959847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2862275181", - "addr:housenumber": "119-20A", - "addr:postcode": "11419", - "addr:street": "Liberty Avenue", - "name": "Fabco", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8233684, - 40.6864096 - ] - }, - "id": "node/2862275181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870656964", - "addr:city": "Jamaica", - "addr:housenumber": "163-02", - "addr:postcode": "11433", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "check_date:opening_hours": "2022-06-15", - "name": "Zalta Boutique", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7967937, - 40.7045529 - ] - }, - "id": "node/2870656964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870656966", - "addr:city": "Jamaica", - "addr:housenumber": "163-06", - "addr:postcode": "11433", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "brand": "XIOS", - "brand:wikidata": "Q66149584", - "check_date:opening_hours": "2022-06-15", - "clothes": "men", - "name": "XIOS", - "opening_hours": "Mo-Th 09:30-19:30; Fr,Sa 09:30-19:45; Su 10:00-19:00", - "opening_hours:signed": "no", - "phone": "+1-718-523-1918", - "shop": "clothes", - "website": "https://xiosamerica.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7966466, - 40.7046159 - ] - }, - "id": "node/2870656966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870656972", - "addr:city": "Jamaica", - "addr:housenumber": "164-14", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "brand": "House of Hoops", - "brand:wikidata": "Q108232933", - "level": "0", - "name": "House of Hoops", - "official_name": "House of Hoops by Foot Locker", - "opening_hours": "10:00-20:00", - "phone": "+1-718-297-2040", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7950791, - 40.7052598 - ] - }, - "id": "node/2870656972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870656985", - "addr:city": "Jamaica", - "addr:housenumber": "165-15", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "check_date:opening_hours": "2024-07-27", - "clothes": "women", - "name": "Hot Point", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7944056, - 40.7057929 - ] - }, - "id": "node/2870656985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870656987", - "addr:city": "Jamaica", - "addr:housenumber": "165-24", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "clothes": "women", - "name": "Pretty Girl", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7940238, - 40.7056688 - ] - }, - "id": "node/2870656987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870656990", - "addr:city": "Jamaica", - "addr:housenumber": "166-01", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "clothes": "women;bridal", - "email": "pgladieswear@verizon.net", - "fax": "+1-718-739-6066", - "name": "Blue Angels", - "opening_hours": "11:00-18:00", - "phone": "+1-718-739-0606", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7939312, - 40.705965 - ] - }, - "id": "node/2870656990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870657904", - "addr:city": "Jamaica", - "addr:housenumber": "166-35", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "check_date:opening_hours": "2024-07-27", - "name": "Flashy Girl", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7927893, - 40.7064104 - ] - }, - "id": "node/2870657904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870657939", - "addr:city": "Jamaica", - "addr:housenumber": "89-41", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "165th Street", - "name": "Feston Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7954437, - 40.7065671 - ] - }, - "id": "node/2870657939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870657942", - "addr:city": "Jamaica", - "addr:housenumber": "89-43", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "165th Street", - "name": "R&S Bargains, LLC", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7954243, - 40.7065369 - ] - }, - "id": "node/2870657942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870657945", - "addr:city": "Jamaica", - "addr:housenumber": "89-55", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "165th Street", - "name": "Exclusive Sneakers", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7953303, - 40.7063896 - ] - }, - "id": "node/2870657945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870657948", - "addr:city": "Jamaica", - "addr:housenumber": "89-59", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "165th Street", - "name": "JustGreen", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.795242, - 40.7062511 - ] - }, - "id": "node/2870657948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870657950", - "addr:city": "Jamaica", - "addr:housenumber": "89-63", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "165th Street", - "name": "Virus By Diablo", - "phone": "+1-718-480-8001", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.795165, - 40.7061306 - ] - }, - "id": "node/2870657950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870657951", - "addr:city": "Jamaica", - "addr:housenumber": "89-65", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "165th Street", - "clothes": "workwear", - "name": "Jamaica Uniform Center", - "opening_hours": "Mo-Th 09:30-19:30; We 10:00-19:30; Fr 09:30-sunset; Su 10:30-18:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.795125, - 40.7060679 - ] - }, - "id": "node/2870657951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870682355", - "addr:city": "Jamaica", - "addr:housenumber": "168-01", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "name": "Smart Menswear Inc.", - "phone": "+1-718-558-4222", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7924481, - 40.7065706 - ] - }, - "id": "node/2870682355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870695203", - "addr:city": "Jamaica", - "addr:housenumber": "160-08", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "opening_hours": "Mo-Sa 09:00-21:00; Su 11:00-20:00", - "shop": "clothes", - "website": "https://www2.hm.com/en_us/customer-service/shopping-at-hm/local-store.US0272.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.798715, - 40.7037734 - ] - }, - "id": "node/2870695203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870695210", - "addr:city": "Jamaica", - "addr:housenumber": "162-24", - "addr:postcode": "11433", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "alt_name": "Children's Place", - "brand": "The Children's Place", - "brand:wikidata": "Q3520257", - "level": "0", - "name": "The Children's Place", - "opening_hours": "Mo-Fr 9:30-20:00; Sa 10:00-20:00; Su 11:00-18:00", - "phone": "+1-718-297-7655", - "shop": "clothes", - "website": "https://www.childrensplace.com/us/store/jamaicaavenue-ny-jamaica-11432-111706" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7970711, - 40.7044338 - ] - }, - "id": "node/2870695210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870708966", - "addr:city": "Jamaica", - "addr:housenumber": "164-01", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "brand": "V.I.M.", - "brand:wikidata": "Q71042495", - "clothes": "children;men;women", - "name": "V.I.M.", - "phone": "+1-718-297-3227", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7955378, - 40.7053494 - ] - }, - "id": "node/2870708966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2870750514", - "addr:city": "Jamaica", - "addr:housenumber": "159-11", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "clothes": "women", - "name": "Rainbow", - "opening_hours": "09:00-21:00; Th,Fr 09:00-22:00", - "phone": "+1-718-523-0016", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/ny/jamaica/31/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7997874, - 40.7036489 - ] - }, - "id": "node/2870750514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2883536188", - "addr:housenumber": "20-13", - "addr:postcode": "11357", - "addr:street": "Utopia Parkway", - "name": "Just Peachie Boutique", - "phone": "7182794400", - "shop": "clothes", - "website": "https://justpeachieboutique.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.793628, - 40.7795767 - ] - }, - "id": "node/2883536188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2883544628", - "addr:city": "Bayside", - "addr:housenumber": "23-44", - "addr:postcode": "11360", - "addr:state": "NY", - "addr:street": "Bell Boulevard", - "addr:unit": "Suite C", - "brand": "Loft", - "brand:wikidata": "Q62075137", - "clothes": "women", - "name": "Loft", - "opening_hours": "Mo 10:00-07:00; Tu-Sa 10:00-08:00; Su 11:00-07:00", - "phone": "+1-718-423-2755", - "shop": "clothes", - "website": "https://stores.loft.com/ny/bayside/2344-bell-boulevard.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7757763, - 40.7806645 - ] - }, - "id": "node/2883544628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2883544631", - "addr:city": "Bayside", - "addr:housenumber": "23-86", - "addr:postcode": "11360", - "addr:state": "NY", - "addr:street": "Bell Boulevard", - "brand": "J.Crew", - "brand:wikidata": "Q5370765", - "clothes": "men;women;children", - "name": "J.Crew", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-18:00", - "phone": "+1-332-777-3433", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7766455, - 40.780363 - ] - }, - "id": "node/2883544631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2887513013", - "addr:housenumber": "86-01A", - "addr:postcode": "11693", - "addr:street": "Rockaway Beach Boulevard", - "name": "GB's Sneaker Boutique", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.811107, - 40.5872281 - ] - }, - "id": "node/2887513013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2888097303", - "addr:city": "Brooklyn", - "addr:housenumber": "1414", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Avenue Z", - "name": "Shoe Universe", - "opening_hours": "Mo-Fr 10:30-18:30; Sa 10:30-18:00; Su 11:00-17:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "shoes": "women;men", - "shop": "shoes", - "start_date": "1977" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9546393, - 40.5878074 - ] - }, - "id": "node/2888097303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2893229241", - "check_date": "2024-05-05", - "name": "Piaget", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9743526, - 40.762835 - ] - }, - "id": "node/2893229241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2893229242", - "brand": "Prada", - "brand:wikidata": "Q193136", - "name": "Prada", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.974484, - 40.7626298 - ] - }, - "id": "node/2893229242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2893229243", - "brand": "Louis Vuitton", - "brand:wikidata": "Q191485", - "name": "Louis Vuitton", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9735775, - 40.7630564 - ] - }, - "id": "node/2893229243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2893229245", - "name": "Mikimoto", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9744036, - 40.762766 - ] - }, - "id": "node/2893229245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2893229247", - "addr:city": "New York", - "addr:housenumber": "725", - "addr:postcode": "10022", - "addr:state": "NY", - "addr:street": "5th Avenue", - "brand": "Gucci", - "brand:wikidata": "Q178516", - "name": "Gucci", - "phone": "+12128262600", - "shop": "clothes", - "website": "https://www.gucci.com/us/en/store/725-fifth-avenue", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.97415, - 40.762322 - ] - }, - "id": "node/2893229247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2895553235", - "addr:city": "Jamaica", - "addr:housenumber": "167-06", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Hillside Avenue", - "check_date:opening_hours": "2024-11-04", - "name": "Parineeta The Bride", - "opening_hours": "11:00-21:00", - "phone": "+1-718-526-6796", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7952482, - 40.7096979 - ] - }, - "id": "node/2895553235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2895553237", - "addr:city": "Jamaica", - "addr:housenumber": "167-10", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Hillside Avenue", - "clothes": "women", - "name": "Rubina's Fashion World", - "phone": "+1-347-484-9649", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.795136, - 40.7097293 - ] - }, - "id": "node/2895553237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2897265317", - "addr:housenumber": "76", - "addr:street": "Nassau Street", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0081992, - 40.7096577 - ] - }, - "id": "node/2897265317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2897923553", - "addr:housenumber": "189", - "addr:street": "Front Street", - "name": "Christian Benner", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0040941, - 40.7066077 - ] - }, - "id": "node/2897923553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2897923554", - "addr:housenumber": "193", - "addr:street": "Front Street", - "name": "DFBK", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0039868, - 40.7066799 - ] - }, - "id": "node/2897923554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2898706756", - "brand": "Guess", - "brand:wikidata": "Q2470307", - "name": "Guess", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0037268, - 40.7072258 - ] - }, - "id": "node/2898706756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2922366101", - "addr:housenumber": "43", - "addr:street": "E 78th Street", - "name": "L'Agence", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9623766, - 40.775656 - ] - }, - "id": "node/2922366101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2975745775", - "addr:city": "New York", - "addr:housenumber": "716", - "addr:postcode": "10022", - "addr:street": "Lexington Avenue", - "brand": "American Eagle Outfitters", - "brand:wikidata": "Q2842931", - "clothes": "men;women", - "name": "American Eagle Outfitters", - "opening_hours": "Mo-Sa 09:00-21:00; Su 10:00-20:00", - "phone": "+1-646-335-4196", - "shop": "clothes", - "short_name": "American Eagle", - "website": "https://storelocations.ae.com/us/ny/new-york/716-lexington-ave.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9689095, - 40.7614855 - ] - }, - "id": "node/2975745775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2976483201", - "addr:city": "West New York", - "addr:housenumber": "5312", - "addr:postcode": "07093", - "addr:street": "Park Avenue", - "brand": "Arai, Shoei, AGV, Schuberth, Bell, Alpinestars, Dainese", - "name": "Motochanic", - "note": "Retailer of Motorcycle Helmets and Motorcycle Riding Gear in the NYC area.", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-16:00; Su 10:00-14:00", - "phone": "+1 201-865-0807", - "shop": "clothes", - "website": "http://www.motochanic.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0125326, - 40.7819796 - ] - }, - "id": "node/2976483201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2985573622", - "addr:city": "New York", - "addr:housenumber": "401", - "addr:postcode": "10011", - "addr:street": "West 14th Street", - "brand": "Hugo Boss", - "brand:wikidata": "Q491627", - "name": "Hugo Boss", - "shop": "clothes", - "short_name": "Boss", - "website": "http://store-us.hugoboss.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0057665, - 40.741307 - ] - }, - "id": "node/2985573622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3118144406", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "name": "Rainbow", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/ny/brooklyn/12/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.910242, - 40.6686074 - ] - }, - "id": "node/3118144406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3154610956", - "addr:housenumber": "773", - "clothes": "wedding", - "name": "bridal shop party supplies", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9421316, - 40.7119264 - ] - }, - "id": "node/3154610956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3156236192", - "brand": "Old Navy", - "brand:wikidata": "Q2735242", - "name": "Old Navy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0949705, - 40.7215425 - ] - }, - "id": "node/3156236192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3248774690", - "addr:housenumber": "216", - "addr:postcode": "10023", - "addr:street": "Columbus Avenue", - "name": "Lululemon", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9800106, - 40.7760753 - ] - }, - "id": "node/3248774690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3248774702", - "addr:city": "New York", - "addr:housenumber": "211", - "addr:street": "Columbus Avenue", - "brand": "Club Monaco", - "brand:wikidata": "Q2979949", - "name": "Club Monaco", - "shop": "clothes", - "website": "https://www.clubmonaco.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9797459, - 40.7757714 - ] - }, - "id": "node/3248774702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3248816726", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9828402, - 40.7684646 - ] - }, - "id": "node/3248816726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3248816727", - "addr:city": "New York", - "addr:housenumber": "10", - "addr:postcode": "10019", - "addr:state": "NY", - "addr:street": "Columbus Circle", - "brand": "J.Crew", - "brand:wikidata": "Q5370765", - "clothes": "men;women;children", - "name": "J.Crew", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9827575, - 40.7681308 - ] - }, - "id": "node/3248816727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3271250889", - "addr:city": "New York", - "addr:housenumber": "270", - "addr:postcode": "10023", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "air_conditioning": "yes", - "brand": "Johnny Was", - "brand:wikidata": "Q113497579", - "clothes": "women", - "level": "0", - "name": "Johnny Was", - "opening_hours": "Mo-Fr 11:00-20:00; Sa 11:00-19:00; Su 12:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9786385, - 40.7779261 - ] - }, - "id": "node/3271250889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3315157057", - "addr:city": "Brooklyn", - "addr:housenumber": "515", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton Beach Avenue", - "name": "Shoe House", - "name:ru": "Дом Обуви", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9619209, - 40.5777334 - ] - }, - "id": "node/3315157057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3315201781", - "addr:city": "Brooklyn", - "addr:housenumber": "3073", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton 2nd Street", - "name": "Rafael's Shoe Repair and Alteration", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00; Su 10:00-14:00", - "phone": "+1-718-290-3240", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9651095, - 40.577219 - ] - }, - "id": "node/3315201781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3447488963", - "clothes": "sports", - "name": "Champs", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9874036, - 40.755881 - ] - }, - "id": "node/3447488963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3447526690", - "brand": "Anthropologie", - "brand:wikidata": "Q4773903", - "clothes": "women", - "name": "Anthropologie", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.978595, - 40.7593325 - ] - }, - "id": "node/3447526690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3447527993", - "brand": "J.Crew", - "brand:wikidata": "Q5370765", - "clothes": "men;women;children", - "name": "J.Crew", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9789454, - 40.7590891 - ] - }, - "id": "node/3447527993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3447527995", - "name": "Equinox", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9779817, - 40.7594157 - ] - }, - "id": "node/3447527995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3449432138", - "name": "Clothes N Things", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7529694, - 40.7070757 - ] - }, - "id": "node/3449432138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3451116498", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "name": "Kids Foot Locker", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9897503, - 40.7504317 - ] - }, - "id": "node/3451116498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3451116499", - "addr:housenumber": "134", - "addr:street": "West 34th Street", - "brand": "Skechers", - "brand:wikidata": "Q2945643", - "name": "Skechers", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9894209, - 40.7502967 - ] - }, - "id": "node/3451116499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3451159777", - "addr:housenumber": "112", - "addr:postcode": "10001", - "addr:street": "West 34th Street", - "alt_name": "Gilly Hicks", - "brand": "Hollister", - "brand:wikidata": "Q1257477", - "name": "Hollister", - "official_name": "Hollister Co.", - "opening_hours": "Mo-Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9893078, - 40.7502476 - ] - }, - "id": "node/3451159777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3451203779", - "addr:housenumber": "958", - "addr:postcode": "10001", - "addr:street": "6th Avenue", - "fixme": "presumably changing to a cannabis shop at sone point", - "name": "Cookies", - "opening_hours": "Mo-Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9871921, - 40.7502923 - ] - }, - "id": "node/3451203779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3451315854", - "addr:housenumber": "1333", - "addr:postcode": "10018", - "addr:street": "Broadway", - "addr:unit": "102B", - "branch": "Herald Square", - "brand": "Dr. Martens", - "brand:wikidata": "Q1126126", - "name": "Dr. Martens", - "opening_hours": "Mo-Sa 09:00-21:00; Su 11:00-20:00", - "phone": "+1 212-564-1672", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9878939, - 40.7512846 - ] - }, - "id": "node/3451315854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3451315857", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "1333", - "addr:postcode": "10018", - "addr:state": "NY", - "addr:street": "Broadway", - "branch": "Herald Square", - "brand": "Urban Outfitters", - "brand:wikidata": "Q3552193", - "internet_access": "wlan", - "level": "-1;0;1", - "name": "Urban Outfitters", - "opening_hours": "Mo-Sa 10:00-22:00; Su 10:00-21:00", - "phone": "+1 212-239-1673", - "shop": "clothes", - "website": "https://www.urbanoutfitters.com/stores/herald-square", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9880113, - 40.7509578 - ] - }, - "id": "node/3451315857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3453104464", - "addr:city": "New York", - "addr:housenumber": "93", - "addr:postcode": "10038", - "addr:state": "NY", - "addr:street": "South Street", - "name": "Sarah Jessica Parker", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0033306, - 40.706265 - ] - }, - "id": "node/3453104464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3453104468", - "name": "Brother Vellies", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0034893, - 40.7064369 - ] - }, - "id": "node/3453104468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3486847406", - "addr:city": "Edgewater", - "addr:housenumber": "54", - "addr:postcode": "07020", - "addr:state": "NJ", - "addr:street": "The Promenade", - "brand": "Victoria's Secret", - "brand:wikidata": "Q332477", - "clothes": "underwear;women", - "name": "Victoria's Secret", - "shop": "clothes", - "website": "https://www.victoriassecret.com/us/store-locator#/store/1154" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.988838, - 40.8064516 - ] - }, - "id": "node/3486847406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3579507084", - "brand": "Vans", - "brand:wikidata": "Q1135366", - "description": "shoes and clothing", - "name": "Vans", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0072692, - 40.7409762 - ] - }, - "id": "node/3579507084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3583563606", - "clothes": "men", - "name": "Sayki", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.977325, - 40.7551854 - ] - }, - "id": "node/3583563606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3618689144", - "addr:housenumber": "993", - "addr:postcode": "10022", - "addr:street": "3rd Avenue", - "brand": "Clarks", - "brand:wikidata": "Q1095857", - "clothes": "men;women", - "level": "0", - "name": "Clarks", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-18:00", - "phone": "+1 212-207-4115", - "shop": "shoes", - "website": "https://www.clarksusa.com/store-locator/US/NY/NEWYORK/A743" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9662275, - 40.7616711 - ] - }, - "id": "node/3618689144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3676822434", - "addr:housenumber": "226", - "addr:postcode": "10003", - "addr:street": "East 14th Street", - "name": "Thrift NYC", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9860897, - 40.7326578 - ] - }, - "id": "node/3676822434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3712821330", - "brand": "DXL Men's Apparel", - "brand:wikidata": "Q61981830", - "clothes": "oversize;men", - "name": "DXL Men's Apparel", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-19:00", - "shop": "clothes", - "short_name": "DXL" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0492496, - 40.7919525 - ] - }, - "id": "node/3712821330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3808782053", - "addr:city": "Brooklyn", - "addr:housenumber": "343", - "addr:postcode": "11216", - "addr:state": "NY", - "addr:street": "Tompkins Avenue", - "check_date": "2024-04-13", - "clothes": "women", - "contact:facebook": "https://www.facebook.com/sincerelytommy/", - "name": "Sincerely, Tommy", - "opening_hours": "Mo-Su 09:00-16:00", - "phone": "+1-718-484-8484", - "shop": "clothes", - "source": "Bing", - "website": "https://sincerelytommy.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.944293, - 40.6860654 - ] - }, - "id": "node/3808782053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3827424894", - "alt_name": "Children's Place", - "brand": "The Children's Place", - "brand:wikidata": "Q3520257", - "name": "The Children's Place", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1730677, - 40.9150935 - ] - }, - "id": "node/3827424894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3833091015", - "name": "Dor L' Dor", - "shop": "clothes", - "website": "https://dorldornyc.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9724275, - 40.749182 - ] - }, - "id": "node/3833091015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3844012054", - "addr:housenumber": "603", - "addr:street": "Bloomfield Avenue", - "check_date": "2023-09-28", - "name": "Fleet Feet Sports", - "opening_hours": "Mo-We,Fr-Sa 10:00-18:00; Th 10:00-19:00; Su 12:00-16:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2202026, - 40.81621 - ] - }, - "id": "node/3844012054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3844012483", - "brand": "Anthropologie", - "brand:wikidata": "Q4773903", - "clothes": "women", - "name": "Anthropologie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2180929, - 40.8140433 - ] - }, - "id": "node/3844012483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3844012495", - "brand": "Urban Outfitters", - "brand:wikidata": "Q3552193", - "name": "Urban Outfitters", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2198697, - 40.8147696 - ] - }, - "id": "node/3844012495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3863022159", - "brand": "Express", - "brand:wikidata": "Q1384784", - "name": "Express", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.917073, - 40.761103 - ] - }, - "id": "node/3863022159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3863029660", - "addr:street": "Steinway Street", - "brand": "Banana Republic", - "brand:wikidata": "Q806085", - "clothes": "men;women", - "name": "Banana Republic Factory", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.917395, - 40.761262 - ] - }, - "id": "node/3863029660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3898776096", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9468979, - 40.808619 - ] - }, - "id": "node/3898776096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3927137573", - "addr:housenumber": "1293", - "addr:postcode": "10001", - "addr:street": "Broadway", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "opening_hours": "Mo-Th 09:00-22:00; Fr,Sa 09:00-23:00; Su 10:00-22:00", - "shop": "clothes", - "website": "https://www2.hm.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9881986, - 40.7497527 - ] - }, - "id": "node/3927137573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3927150547", - "brand": "Zara", - "brand:wikidata": "Q147662", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9866813, - 40.7495202 - ] - }, - "id": "node/3927150547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3927150552", - "addr:housenumber": "45", - "addr:postcode": "10001", - "addr:street": "West 34th Street", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "clothes": "denim;men;women", - "name": "Levi's", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1-212-643-4358", - "shop": "clothes", - "website": "https://locations.levi.com/en-us/ny/newyork/denim_new-york_ny_183.html", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9869344, - 40.7496249 - ] - }, - "id": "node/3927150552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3970473671", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "name": "Lacoste", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.983874, - 40.743931 - ] - }, - "id": "node/3970473671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3970473672", - "name": "Eneslow", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9826157, - 40.74564 - ] - }, - "id": "node/3970473672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4006308108", - "brand": "G-Star Raw", - "brand:wikidata": "Q1484081", - "name": "G-Star Raw", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9965689, - 40.7238405 - ] - }, - "id": "node/4006308108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4008008890", - "name": "Fopp’s Design", - "phone": "212-794-8806", - "shop": "clothes", - "website": "https://www.nycgo.com/venues/fopps" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9634301, - 40.7689756 - ] - }, - "id": "node/4008008890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4008008891", - "name": "French Sole Comfort", - "phone": "(646) 410-0290", - "shop": "shoes", - "website": "https://www.frenchsoleshoes.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9628995, - 40.7697115 - ] - }, - "id": "node/4008008891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4008037040", - "addr:housenumber": "990", - "addr:postcode": "10021", - "addr:street": "Lexington Avenue", - "name": "SHEN NEW YORK", - "opening_hours": "Mo-Fr 10:00-18:30,Sa 10:00-18:00", - "phone": "212-249-2895", - "shop": "clothes", - "website": "https://www.shennewyork.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9625726, - 40.7701569 - ] - }, - "id": "node/4008037040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4014980156", - "addr:housenumber": "34-03", - "addr:street": "48th Street", - "brand": "Old Navy", - "brand:wikidata": "Q2735242", - "level": "0", - "name": "Old Navy", - "opening_hours": "Mo-Sa 10:00-21:00; Su 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9145087, - 40.7533099 - ] - }, - "id": "node/4014980156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4044849076", - "addr:city": "New York", - "addr:housenumber": "106", - "addr:street": "Greenwich Avenue", - "name": "Odin", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0019102, - 40.7382089 - ] - }, - "id": "node/4044849076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4045561179", - "addr:housenumber": "17", - "addr:street": "Perry Street", - "branch": "West Village", - "contact:email": "perry@sayurdaysnyc.com", - "name": "Saturdays", - "opening_hours": "10:00-19:00 open \"Store\" || Mo-Fr 08:00-16:00; Sa, Su 10:00-16:00 open \"Cafe\"", - "phone": "+1 347-246-5830", - "shop": "clothes", - "website": "https://www.saturdaysnyc.com/store/west-village/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0018859, - 40.7358326 - ] - }, - "id": "node/4045561179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4109969134", - "airside": "yes", - "brand": "Victoria's Secret", - "brand:wikidata": "Q332477", - "check_date": "2024-06-01", - "clothes": "underwear;women", - "level": "2", - "name": "Victoria's Secret", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.782528, - 40.643235 - ] - }, - "id": "node/4109969134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4136514835", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Gap Factory", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8712889, - 40.6536229 - ] - }, - "id": "node/4136514835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4136515112", - "name": "New York & Co", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8719572, - 40.6533095 - ] - }, - "id": "node/4136515112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4136515171", - "brand": "Nordstrom Rack", - "brand:wikidata": "Q21463374", - "name": "Nordstrom Rack", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8700664, - 40.6543394 - ] - }, - "id": "node/4136515171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4136515365", - "addr:city": "Brooklyn", - "addr:housenumber": "550", - "addr:postcode": "11239", - "addr:state": "NY", - "addr:street": "Gateway Drive", - "brand": "DSW", - "brand:wikidata": "Q5206207", - "name": "DSW", - "opening_hours": "Mo-Sa 10:00-20:00; Su 10:00-19:00", - "phone": "+1 917-789-7000", - "ref": "Gateway Center II", - "shop": "shoes", - "website": "https://stores.dsw.com/usa/ny/brooklyn/dsw-designer-shoe-warehouse-gateway-center-ii.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8704204, - 40.6540993 - ] - }, - "id": "node/4136515365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4194023721", - "addr:housenumber": "220", - "addr:street": "Smith Street", - "name": "Rachel Comey", - "opening_hours": "Mo-Sa 11:00-18:00; Su 12:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9922436, - 40.6843238 - ] - }, - "id": "node/4194023721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4194051097", - "name": "Ayoon", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.99447, - 40.6805779 - ] - }, - "id": "node/4194051097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4194051138", - "addr:housenumber": "369", - "addr:postcode": "11231", - "addr:street": "Court Street", - "name": "Ven. Space", - "opening_hours": "We-Su 12:00-18:00", - "shop": "clothes", - "website": "https://ven.space" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9964522, - 40.680879 - ] - }, - "id": "node/4194051138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4200055693", - "addr:housenumber": "512A", - "addr:street": "Jersey Avenue", - "name": "Vivi girl Shop", - "opening_hours": "Mo-Fr 12:00-08:00; Sa 11:00-07:00; Su 12:00-06:00", - "phone": "+1-201-706-34111", - "shop": "clothes", - "website": "https://www.vivigirlshop.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0468575, - 40.7202441 - ] - }, - "id": "node/4200055693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4220662589", - "addr:housenumber": "583", - "addr:postcode": "10012", - "addr:street": "Broadway", - "brand": "Under Armour", - "brand:wikidata": "Q2031485", - "check_date": "2016-06-02", - "clothes": "men;women", - "name": "Under Armour", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9975378, - 40.7247907 - ] - }, - "id": "node/4220662589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4226134389", - "addr:city": "Jamaica", - "addr:housenumber": "167-13", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Hillside Avenue", - "level": "0", - "name": "Al Hamra Collection", - "phone": "718-291-0169", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7951473, - 40.7100427 - ] - }, - "id": "node/4226134389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237922320", - "addr:postcode": "11432", - "addr:state": "NY", - "name": "M Barry Services", - "phone": "646-260-2280", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7823995, - 40.7126985 - ] - }, - "id": "node/4237922320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4238006290", - "addr:city": "Jamaica", - "addr:housenumber": "180-12", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Hillside Avenue", - "level": "0", - "name": "Radha Sari Bazaar Inc.", - "opening_hours": "Mo-Su 10:00-20:00", - "phone": "646-644-0016", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7821028, - 40.7129049 - ] - }, - "id": "node/4238006290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4252887310", - "addr:housenumber": "59", - "addr:street": "7th Avenue", - "name": "Mandala Tibetan Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9745311, - 40.6755865 - ] - }, - "id": "node/4252887310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4255253131", - "addr:housenumber": "568", - "addr:postcode": "10012", - "addr:street": "Broadway", - "brand": "Forever 21", - "brand:wikidata": "Q1060537", - "check_date": "2022-12-12", - "name": "Forever 21", - "opening_hours": "Mo-Su 10:00-21:00", - "phone": "+1-212-453-9904", - "shop": "clothes", - "toilets:wheelchair": "no", - "website": "https://locations.forever21.com/us/stores/ny/newyork/568-broadway", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9973923, - 40.7244761 - ] - }, - "id": "node/4255253131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4255253132", - "brand": "Prada", - "brand:wikidata": "Q193136", - "check_date": "2022-12-12", - "name": "Prada", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.99785, - 40.7244716 - ] - }, - "id": "node/4255253132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4258004389", - "addr:city": "New York", - "addr:housenumber": "17", - "addr:postcode": "10022", - "addr:street": "East 57th Street", - "name": "Christian Dior", - "opening_hours": "Su 12:00-17:00; Mo-Fr 10:00-18:30; Sa 12:00-17:00", - "phone": "(212) 931-2950", - "shop": "clothes", - "website": "https://www.dior.com/en_us/mens-fashion/man" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9725989, - 40.7625601 - ] - }, - "id": "node/4258004389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4281354990", - "addr:housenumber": "135", - "addr:postcode": "10020", - "addr:street": "West 50th Street", - "brand": "Men's Wearhouse", - "brand:wikidata": "Q57405513", - "clothes": "suits", - "name": "Men's Wearhouse", - "phone": "212-757-2676", - "shop": "clothes", - "website": "https://www.menswearhouse.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9819075, - 40.7606178 - ] - }, - "id": "node/4281354990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4283625389", - "name": "Henri Bendel", - "name:zh": "亨利邦杜", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9749459, - 40.762113 - ] - }, - "id": "node/4283625389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4283635689", - "addr:housenumber": "668", - "addr:postcode": "10103", - "addr:street": "5th Avenue", - "brand": "Hollister", - "brand:wikidata": "Q1257477", - "name": "Hollister", - "official_name": "Hollister Co.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9763277, - 40.7601985 - ] - }, - "id": "node/4283635689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4300546989", - "addr:housenumber": "162", - "addr:postcode": "10003", - "addr:street": "2nd Avenue", - "brand": "Urban Outfitters", - "brand:wikidata": "Q3552193", - "name": "Urban Outfitters", - "opening_hours": "Mo-Th 11:00-19:00; Fr-Sa 11:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9864543, - 40.7298756 - ] - }, - "id": "node/4300546989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4305352630", - "brand": "DXL Men's Apparel", - "brand:wikidata": "Q61981830", - "clothes": "oversize;men", - "name": "DXL Men's Apparel", - "shop": "clothes", - "short_name": "DXL" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8270763, - 40.8688217 - ] - }, - "id": "node/4305352630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4307308992", - "name": "Hell's Kitchen Flea Market", - "opening_hours": "Sa-Su 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9945607, - 40.7567609 - ] - }, - "id": "node/4307308992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4316479494", - "addr:housenumber": "551", - "addr:street": "Madison Avenue", - "alt_name": "Walking Company", - "brand": "The Walking Company", - "brand:wikidata": "Q30716262", - "name": "The Walking Company", - "opening_hours": "Mo-Sa 09:00-20:00; Su 12:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9730309, - 40.7610894 - ] - }, - "id": "node/4316479494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4320114931", - "addr:city": "Brooklyn", - "addr:housenumber": "672", - "addr:postcode": "11211", - "addr:state": "NY", - "addr:street": "Driggs Avenue", - "name": "Narnia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9594096, - 40.7144076 - ] - }, - "id": "node/4320114931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4353113390", - "addr:street": "West 48th Street", - "brand": "Topman", - "brand:wikidata": "Q1090880", - "clothes": "men", - "name": "Topman", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.978222, - 40.7574033 - ] - }, - "id": "node/4353113390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4353153856", - "name": "Manolo Blahnik", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9771432, - 40.761975 - ] - }, - "id": "node/4353153856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4380059406", - "name": "The Dr. Martens Store", - "name:en": "The Dr. Martens Store", - "opening_hours": "Mo-Sa 11:00-19:00; Su 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9900472, - 40.7374571 - ] - }, - "id": "node/4380059406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4380347191", - "name": "Mary Meyer Clothing", - "name:en": "Mary Meyer Clothing", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9331871, - 40.7056076 - ] - }, - "id": "node/4380347191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4380381689", - "addr:housenumber": "232", - "addr:street": "Varet Street", - "name": "RISK Vintage", - "name:en": "RISK Vintage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9337131, - 40.7040366 - ] - }, - "id": "node/4380381689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4382629933", - "addr:city": "Brooklyn", - "addr:housenumber": "504", - "addr:postcode": "11211", - "addr:state": "NY", - "addr:street": "Driggs Avenue", - "branch": "Williamsburg", - "brand": "Buffalo Exchange", - "brand:wikidata": "Q4985721", - "clothes": "women;men", - "name": "Buffalo Exchange", - "opening_hours": "Mo-Sa 11:00-20:00; Su 12:00-19:00", - "phone": "+1-718-384-6901", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.buffaloexchange.com/locations/new-york-city/brooklyn-williamsburg/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9552362, - 40.7183158 - ] - }, - "id": "node/4382629933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4382630250", - "brand": "Converse", - "brand:wikidata": "Q319515", - "check_date": "2023-12-10", - "name": "Converse", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9978216, - 40.7239185 - ] - }, - "id": "node/4382630250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4382630251", - "addr:city": "New York", - "addr:housenumber": "93", - "addr:postcode": "10013", - "addr:state": "NY", - "addr:street": "Grand Street", - "branch": "The General Soho by Vans", - "brand": "Vans", - "brand:wikidata": "Q1135366", - "name": "Vans", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "operator": "Vans", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1-212-226-7776", - "shop": "shoes", - "website": "https://www.vans.com/en-us/stores/ny/new-york/USA456" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0020478, - 40.7214285 - ] - }, - "id": "node/4382630251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4396518790", - "addr:housenumber": "1269", - "addr:postcode": "10128", - "addr:street": "Madison Avenue", - "name": "Bonpoint", - "name:en": "Bonpoint", - "phone": "(212) 722-7720", - "shop": "clothes", - "website": "https://www.bonpoint.com/us/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9564345, - 40.7838509 - ] - }, - "id": "node/4396518790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4396719791", - "addr:postcode": "10012", - "name": "Bonpoint", - "name:en": "Bonpoint", - "phone": "+1 917 261 5541", - "shop": "clothes", - "website": "https://www.bonpoint.com/us", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0024067, - 40.7243138 - ] - }, - "id": "node/4396719791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4402057800", - "brand": "Gap", - "brand:wikidata": "Q420822", - "check_date:opening_hours": "2023-08-16", - "name": "Gap", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0098983, - 40.7096385 - ] - }, - "id": "node/4402057800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4405535093", - "addr:postcode": "10011", - "name": "Nasty Pig", - "name:en": "Nasty Pig", - "opening_hours": "Mo-Sa 12:00-20:00; Su 13:00-20:00", - "phone": "+12126916067", - "shop": "clothes", - "website": "http://www.nastypig.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9995561, - 40.7426669 - ] - }, - "id": "node/4405535093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4407734886", - "name": "Telco Stores", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1666302, - 40.576604 - ] - }, - "id": "node/4407734886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4432455491", - "addr:housenumber": "620", - "addr:street": "5th Avenue", - "brand": "Cole Haan", - "brand:wikidata": "Q4356504", - "name": "Cole Haan", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9775314, - 40.75841 - ] - }, - "id": "node/4432455491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4432512289", - "addr:city": "New York", - "addr:housenumber": "10", - "addr:postcode": "10019", - "addr:state": "NY", - "addr:street": "Columbus Circle", - "addr:unit": "115", - "air_conditioning": "yes", - "brand": "Cole Haan", - "brand:wikidata": "Q4356504", - "currency:USD": "yes", - "name": "Cole Haan", - "name:en": "Cole Haan", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1-212-823-9420", - "second_hand": "no", - "shoes": "men;women", - "shop": "shoes", - "stroller": "yes", - "website": "https://stores.colehaan.com/us/ny/new-york/10-columbus-circle.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9826514, - 40.7685134 - ] - }, - "id": "node/4432512289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4445028789", - "name": "Leather Man", - "name:en": "Leather Man", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0052278, - 40.7333467 - ] - }, - "id": "node/4445028789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4455539694", - "addr:housenumber": "593", - "addr:street": "Broadway", - "brand": "Victoria's Secret", - "brand:wikidata": "Q332477", - "clothes": "underwear;women", - "name": "Victoria's Secret", - "name:en": "Victoria's Secret", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-20:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1-212-219-3643", - "shop": "clothes", - "website": "https://www.victoriassecret.com/store-locator#/store/774", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9973221, - 40.7250409 - ] - }, - "id": "node/4455539694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4458960902", - "addr:city": "New York", - "addr:housenumber": "445", - "addr:postcode": "10022", - "addr:state": "NY", - "addr:street": "Park Avenue", - "name": "CitiShoes", - "phone": "+1 212 7513200", - "shop": "shoes", - "website": "http://citishoes.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9706455, - 40.7610181 - ] - }, - "id": "node/4458960902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4461963792", - "brand": "Canada Goose", - "brand:wikidata": "Q2988422", - "clothes": "outdoor", - "name": "Canada Goose", - "name:en": "Canada Goose", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0027411, - 40.720765 - ] - }, - "id": "node/4461963792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4462060089", - "addr:housenumber": "729", - "addr:postcode": "10019", - "addr:street": "7th Avenue", - "branch": "Times Square", - "brand": "Superdry", - "brand:wikidata": "Q1684445", - "name": "Superdry", - "opening_hours": "Mo-Su 09:00-23:00", - "phone": "+1-646-783-2380", - "shop": "clothes", - "website": "https://www.superdry.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9834861, - 40.7600564 - ] - }, - "id": "node/4462060089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4463877489", - "name": "Telco", - "name:en": "Telco", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9918394, - 40.6176818 - ] - }, - "id": "node/4463877489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4466147685", - "addr:city": "New York", - "addr:housenumber": "7", - "addr:postcode": "10010", - "addr:state": "NY", - "addr:street": "West 25th Street", - "name": "Noir et Blanc", - "phone": "+1-212-627-1750", - "shop": "clothes", - "website": "http://noiretblancbis.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.989489, - 40.743344 - ] - }, - "id": "node/4466147685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4469660893", - "alt_name": "North Face", - "brand": "The North Face", - "brand:wikidata": "Q152784", - "clothes": "outdoor", - "name": "The North Face", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9769452, - 40.758016 - ] - }, - "id": "node/4469660893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4470527389", - "internet_access": "wlan", - "name": "Flight Club NY", - "opening_hours": "Mo-Su 12:00-08:00", - "opening_hours:signed": "no", - "shop": "shoes", - "website": "http://www.fcny.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9910633, - 40.7326398 - ] - }, - "id": "node/4470527389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4471322292", - "addr:housenumber": "101", - "addr:postcode": "10012", - "addr:street": "Wooster Street", - "branch": "Flagship Store", - "brand": "Canada Goose", - "brand:wikidata": "Q2988422", - "check_date": "2023-02-23", - "clothes": "outdoor", - "email": "soho@canadagoose.com", - "name": "Canada Goose", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1 865-709-8342", - "shop": "clothes", - "website": "https://www.canadagoose.com/us/en/flagship-new-york.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0009858, - 40.7247023 - ] - }, - "id": "node/4471322292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4480955094", - "addr:housenumber": "1", - "addr:street": "East 55th Street", - "name": "Ralph Lauren (Polo Bar)", - "name:en": "Ralph Lauren (Polo Bar)", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9745787, - 40.7617519 - ] - }, - "id": "node/4480955094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4556115320", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Gap", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9743574, - 40.7505246 - ] - }, - "id": "node/4556115320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4559312794", - "addr:housenumber": "505", - "addr:postcode": "11201", - "addr:street": "Fulton Street", - "brand": "Nordstrom Rack", - "brand:wikidata": "Q21463374", - "name": "Nordstrom Rack", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-19:00", - "phone": "+1-347-227-6915", - "shop": "clothes", - "website": "https://stores.nordstromrack.com/us/ny/brooklyn/505-fulton-st" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9850605, - 40.6906905 - ] - }, - "id": "node/4559312794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4559312799", - "addr:housenumber": "400", - "addr:street": "Fulton Street", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Gap Factory", - "opening_hours": "Mo-Fr 09:00-20:00; Su 10:00-19:00; Sa 10:00-20:00", - "operator": "GAP", - "phone": "(718) 855-8574", - "shop": "clothes", - "website": "https://www.gap.com/products/brooklyn-ny-store-7059.jsp?tid=gpss000001" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9866967, - 40.6910358 - ] - }, - "id": "node/4559312799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4559312800", - "addr:housenumber": "497", - "addr:postcode": "11201", - "addr:street": "Fulton Street", - "brand": "H&M", - "brand:wikidata": "Q188326", - "clothes:men": "yes", - "clothes:women": "yes", - "name": "H&M", - "opening_hours": "Mo-Th 10:00-21:00; Fr, Sa 10:00-22:00; Su 11:00-20:00", - "payment:contactless": "yes", - "payment:debit_cards": "yes", - "phone": "+1-855-466-7467", - "shoes:women": "yes", - "shop": "clothes", - "website": "https://www.hm.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.985152, - 40.6907449 - ] - }, - "id": "node/4559312800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4559312804", - "brand": "American Eagle Outfitters", - "brand:wikidata": "Q2842931", - "clothes": "men;women", - "name": "American Eagle Outfitters", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-19:00", - "shop": "clothes", - "short_name": "American Eagle" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9854308, - 40.6905294 - ] - }, - "id": "node/4559312804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4559312805", - "addr:housenumber": "485", - "addr:postcode": "11201", - "addr:street": "Fulton Street", - "brand": "Banana Republic", - "brand:wikidata": "Q806085", - "clothes": "men;women", - "name": "Banana Republic Factory Store", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1-718-852-9612", - "shop": "clothes", - "website": "https://bananarepublicfactory.gapfactory.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.98586, - 40.6910116 - ] - }, - "id": "node/4559312805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4559873390", - "addr:housenumber": "609", - "addr:street": "5th Avenue", - "brand": "Puma", - "brand:wikidata": "Q157064", - "name": "Puma", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9775447, - 40.7577041 - ] - }, - "id": "node/4559873390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4564272438", - "addr:city": "New York", - "addr:housenumber": "69", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Prince Street", - "delivery": "no", - "drive_through": "no", - "name": "John Fluevog", - "opening_hours": "Mo-Th 06:00-22:00; Fr 06:00-21:00; Sa-Su 08:00-20:00", - "phone": "+1-212-431-4484", - "shoes": "women;men", - "shop": "shoes", - "smoking": "no", - "takeaway": "yes", - "website": "https://fluevog.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9967707, - 40.7239002 - ] - }, - "id": "node/4564272438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4565909216", - "name": "STADIUM GOODS", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0019016, - 40.7201586 - ] - }, - "id": "node/4565909216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4565955298", - "addr:city": "New York", - "addr:housenumber": "21", - "addr:postcode": "10013", - "addr:state": "NY", - "addr:street": "Mercer Street", - "brand": "Nike", - "brand:wikidata": "Q483915", - "name": "Nike Community Store", - "opening_hours": "Mo-Su 11:00-19:00", - "operator": "Nike", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0020439, - 40.7206891 - ] - }, - "id": "node/4565955298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4586276001", - "addr:housenumber": "135", - "addr:street": "North 7th Street", - "name": "Crossroad Trading Co.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9583299, - 40.7183615 - ] - }, - "id": "node/4586276001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4587258297", - "addr:city": "Brooklyn", - "addr:country": "US", - "addr:housenumber": "74", - "addr:postcode": "11222", - "addr:state": "NY", - "addr:street": "Guernsey Street", - "branch": "Greenpoint", - "brand": "beacon's closet", - "brand:website": "https://beaconscloset.com/", - "clothes": "women;men", - "email": "greenpoint@beaconscloset.com", - "name": "beacon's closet", - "name:en": "beacon's closet", - "opening_hours": "Mo-Su 11:00-20:00", - "phone": "+1-718-486-0816", - "second_hand": "only", - "shop": "clothes", - "website": "https://beaconscloset.com/pages/greenpoint" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9525839, - 40.7236707 - ] - }, - "id": "node/4587258297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4587340691", - "addr:housenumber": "2299", - "addr:postcode": "10024", - "addr:street": "Broadway", - "name": "Harry's Shoes", - "opening_hours": "Mo-Sa 10:00-18:45; Su 11:00-18:00", - "shop": "shoes", - "website": "https://harrys-shoes.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9784585, - 40.7863932 - ] - }, - "id": "node/4587340691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4589608995", - "addr:housenumber": "80", - "addr:postcode": "10012", - "addr:street": "Greene Street", - "alt_name": "Yves Saint Laurent", - "branch": "SOHO Greene Street", - "brand": "Saint Laurent", - "brand:wikidata": "Q2282172", - "clothes": "men;women", - "name": "Saint Laurent", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1 212-431-3240", - "shop": "clothes", - "short_name": "YSL", - "website": "https://ysl.com/en-us/storelocator/newyork-sohogreenestreet" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0004583, - 40.7235312 - ] - }, - "id": "node/4589608995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4589608996", - "brand": "Burton", - "brand:wikidata": "Q5000795", - "name": "Burton", - "name:en": "Burton", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0009234, - 40.7233032 - ] - }, - "id": "node/4589608996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4589647292", - "check_date": "2024-03-01", - "name": "Isabel Marant", - "name:en": "Isabel Marant", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0016144, - 40.7225053 - ] - }, - "id": "node/4589647292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4616285490", - "name": "Solstice", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9996539, - 40.7235622 - ] - }, - "id": "node/4616285490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4616286889", - "addr:housenumber": "72", - "addr:postcode": "10012", - "addr:street": "Greene Street", - "branch": "SoHo", - "brand": "Patagonia", - "brand:wikidata": "Q1660552", - "clothes": "outdoor", - "name": "Patagonia", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1 212-334-5213", - "shop": "clothes", - "website": "https://www.patagonia.com/patagonia-nyc-soho-72-greene-street-new-york-city-ny-10012/store_924604009.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0007663, - 40.7231069 - ] - }, - "id": "node/4616286889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4616286989", - "name": "Versus Versace", - "name:en": "Versus Versace", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0007858, - 40.723473 - ] - }, - "id": "node/4616286989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4616287090", - "addr:housenumber": "135", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Spring Street", - "branch": "SOHO", - "brand": "Valentino", - "brand:wikidata": "Q649646", - "clothes": "men; women", - "name": "Valentino", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1 332-910-5295", - "shop": "clothes", - "website": "https://boutiques.valentino.com/united-states/valentino-soho-new-york-usa" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0007373, - 40.7241052 - ] - }, - "id": "node/4616287090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4616287091", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "name": "Chanel", - "name:en": "Chanel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0008978, - 40.7241862 - ] - }, - "id": "node/4616287091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4623422789", - "addr:city": "New York", - "addr:housenumber": "510", - "addr:postcode": "10036", - "addr:state": "NY", - "addr:street": "5th Avenue", - "air_conditioning": "yes", - "alt_name": "North Face", - "branch": "Fifth Ave", - "brand": "The North Face", - "brand:wikidata": "Q152784", - "clothes": "outdoor", - "name": "The North Face", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-18:00", - "phone": "+1-212-221-1929", - "shop": "clothes", - "website": "https://www.thenorthface.com/en-us/stores/ny/new-york/USA516" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9808569, - 40.7540996 - ] - }, - "id": "node/4623422789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4649136092", - "addr:postcode": "10012", - "brand": "Free People", - "brand:wikidata": "Q5499945", - "name": "Free People", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9993293, - 40.7234319 - ] - }, - "id": "node/4649136092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4678198503", - "addr:city": "New York", - "addr:housenumber": "147", - "addr:postcode": "10001", - "addr:state": "NY", - "addr:street": "West 35 Street", - "addr:suite": "804", - "name": "Vera De Nero", - "phone": "+1-212-600-1451", - "shop": "clothes", - "website": "https://www.veradenero.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9890354, - 40.7514391 - ] - }, - "id": "node/4678198503" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4696169236", - "addr:city": "Paterson", - "addr:housenumber": "235", - "addr:postcode": "07505", - "addr:state": "NJ", - "addr:street": "Main Street", - "name": "One Touch Bridal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1730702, - 40.9164862 - ] - }, - "id": "node/4696169236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4696823290", - "name": "BAPE store", - "name:en": "BAPE store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0001771, - 40.7241702 - ] - }, - "id": "node/4696823290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4699192689", - "addr:housenumber": "21", - "addr:street": "West 34th Street", - "branch": "34th Street", - "brand": "Superdry", - "brand:wikidata": "Q1684445", - "name": "Superdry", - "opening_hours": "Mo-Su 10:00-21:00", - "phone": "+1-646-329-9801", - "shop": "clothes", - "website": "https://www.superdry.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9861558, - 40.7492986 - ] - }, - "id": "node/4699192689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4725997490", - "addr:housenumber": "88", - "addr:postcode": "10011", - "addr:street": "10th Avenue", - "check_date": "2023-06-03", - "name": "Artists & Fleas", - "opening_hours": "Mo-Sa 10:00-21:00; Su 10:00-20:00", - "shop": "clothes", - "website": "https://www.artistsandfleas.com/chelsea" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0068932, - 40.7430657 - ] - }, - "id": "node/4725997490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4760638621", - "addr:housenumber": "79", - "addr:street": "5th Avenue", - "brand": "Free People", - "brand:wikidata": "Q5499945", - "name": "Free People", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9925752, - 40.7370562 - ] - }, - "id": "node/4760638621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4760720822", - "addr:housenumber": "98", - "addr:postcode": "11249", - "brand": "Urban Outfitters", - "brand:wikidata": "Q3552193", - "name": "Urban Outfitters", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9607342, - 40.7186127 - ] - }, - "id": "node/4760720822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4760746021", - "addr:housenumber": "575", - "addr:postcode": "10012", - "addr:street": "Broadway", - "brand": "& Other Stories", - "brand:wikidata": "Q85322338", - "clothes": "women", - "name": "& Other Stories", - "name:en": "& Other Stories", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-20:00", - "phone": "+1 212-767-3063", - "shop": "clothes", - "website": "https://www.stories.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9977445, - 40.7245591 - ] - }, - "id": "node/4760746021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4768361021", - "addr:housenumber": "182", - "addr:postcode": "10038", - "addr:street": "Broadway", - "branch": "Financial District", - "brand": "Urban Outfitters", - "brand:wikidata": "Q3552193", - "name": "Urban Outfitters", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-19:00", - "phone": "+1 212-962-0642", - "shop": "clothes", - "website": "https://www.urbanoutfitters.com/stores/financial-district/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0095283, - 40.7101192 - ] - }, - "id": "node/4768361021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4768474321", - "addr:housenumber": "139", - "addr:postcode": "11217", - "addr:street": "Flatbush Avenue", - "branch": "Atlantic Terminal", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "name": "Uniqlo", - "opening_hours": "Mo-Su 10:00-21:00", - "phone": "+1-877-486-4756", - "ref": "10200041", - "shop": "clothes", - "website": "https://www.uniqlo.com/us/en/stores-details/?StoreID=10200041" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9767208, - 40.6848235 - ] - }, - "id": "node/4768474321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4768477257", - "addr:postcode": "11227", - "brand": "Victoria's Secret", - "brand:wikidata": "Q332477", - "clothes": "underwear;women", - "name": "Victoria's Secret", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9764987, - 40.6847006 - ] - }, - "id": "node/4768477257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4768976021", - "addr:housenumber": "139", - "addr:postcode": "10038", - "addr:street": "Fulton Street", - "name": "DP", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0077635, - 40.7103635 - ] - }, - "id": "node/4768976021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4769803021", - "name": "R. Swiader", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9997684, - 40.7202354 - ] - }, - "id": "node/4769803021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792178323", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9944225, - 40.7141686 - ] - }, - "id": "node/4792178323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792178324", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9944994, - 40.7139437 - ] - }, - "id": "node/4792178324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792178325", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9943536, - 40.7140191 - ] - }, - "id": "node/4792178325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4792178327", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9945133, - 40.714095 - ] - }, - "id": "node/4792178327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4796427413", - "addr:city": "New York", - "addr:housenumber": "200", - "addr:postcode": "10010", - "addr:state": "NY", - "addr:street": "5th Avenue", - "brand": "Marimekko", - "brand:wikidata": "Q534903", - "name": "Marimekko", - "opening_hours": "Su 11:00-18:00; Mo-We 10:00-19:00; Th 10:00-20:00; Fr 10:00-19:00; Sa 10:00-18:00", - "phone": "+1-212 843-9121", - "shop": "clothes", - "website": "https://www.marimekko.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9895625, - 40.7419122 - ] - }, - "id": "node/4796427413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4811957922", - "addr:postcode": "10017", - "brand": "& Other Stories", - "brand:wikidata": "Q85322338", - "clothes": "women", - "name": "& Other Stories", - "name:en": "and other stories", - "shop": "clothes", - "website": "https://www.stories.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9803942, - 40.7536272 - ] - }, - "id": "node/4811957922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4813825721", - "addr:housenumber": "44", - "addr:street": "Prince Street", - "brand": "Brandy Melville", - "brand:wikidata": "Q25387414", - "clothes": "women", - "clothes:women": "yes", - "name": "Brandy Melville", - "opening_hours": "Mo-Th, Su 11:00-19:00; Fr 11:00-20:00; Sa 10:00-20:00", - "phone": "+1 212-966-6569", - "shop": "clothes", - "website": "https://www.brandymelvilleusa.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9955775, - 40.7231542 - ] - }, - "id": "node/4813825721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4813825921", - "addr:city": "New York", - "addr:housenumber": "519", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Broadway", - "brand": "Windsor", - "brand:wikidata": "Q72981668", - "clothes": "women", - "name": "Windsor", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9997237, - 40.7221841 - ] - }, - "id": "node/4813825921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4815674438", - "addr:housenumber": "78", - "addr:postcode": "10002", - "addr:street": "Orchard Street", - "alt_name": "Moo Shoes", - "name": "Mooshoes", - "opening_hours": "Mo-Sa 11:30-19:30; Su 12:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.990289, - 40.7177518 - ] - }, - "id": "node/4815674438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4825110721", - "name": "Yankees", - "name:en": "Yankees", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9832448, - 40.7607362 - ] - }, - "id": "node/4825110721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4826193922", - "addr:housenumber": "169", - "addr:postcode": "10012", - "addr:street": "Spring Street", - "branch": "Soho", - "brand": "Arc'teryx", - "brand:wikidata": "Q3271455", - "clothes": "men;women", - "contact:facebook": "arcteryxnewyork", - "contact:instagram": "arcteryxnewyork", - "level": "0", - "name": "Arc'teryx", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1 646-398-8435", - "shop": "clothes", - "website": "https://stores.arcteryx.com/soho" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0021428, - 40.7247731 - ] - }, - "id": "node/4826193922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4837022664", - "name": "South Moon Under", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2195662, - 40.8149954 - ] - }, - "id": "node/4837022664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4837022928", - "name": "Tiziano Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2198595, - 40.814117 - ] - }, - "id": "node/4837022928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4837023001", - "brand": "Lululemon", - "brand:wikidata": "Q6702957", - "clothes": "men;women", - "name": "Lululemon", - "official_name": "Lululemon Athletica", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2191165, - 40.8148339 - ] - }, - "id": "node/4837023001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4837023081", - "name": "Hip Chic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2190772, - 40.8153149 - ] - }, - "id": "node/4837023081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4837099618", - "name": "Takeover", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2164603, - 40.8127926 - ] - }, - "id": "node/4837099618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4837099833", - "name": "Inner Eye Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2147117, - 40.8119268 - ] - }, - "id": "node/4837099833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4837137542", - "addr:city": "Wayne", - "addr:housenumber": "141", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "NJ-23", - "brand": "Nordstrom Rack", - "brand:wikidata": "Q21463374", - "name": "Nordstrom Rack", - "operator": "Nordstrom Rack Wayne Towne Center", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.254137, - 40.8905566 - ] - }, - "id": "node/4837137542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4837137574", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "addr:unit": "1900", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "name": "Uniqlo", - "operator": "Uniqlo Willowbrook", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2581728, - 40.8879928 - ] - }, - "id": "node/4837137574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838654963", - "addr:city": "Wayne", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Boulevard", - "name": "K&G Fashion Superstore", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.25327, - 40.8861836 - ] - }, - "id": "node/4838654963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4843833724", - "addr:housenumber": "251", - "addr:postcode": "11222", - "addr:street": "Greenpoint Avenue", - "name": "Dusty Rose Vintage", - "opening_hours": "Th-Sa 12:00-19:00; Su 12:00-18:00", - "shop": "clothes", - "website": "https://www.dustyrosevintage.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9496928, - 40.7307692 - ] - }, - "id": "node/4843833724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4876688442", - "brand": "Old Navy", - "brand:wikidata": "Q2735242", - "name": "Old Navy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7181956, - 40.661386 - ] - }, - "id": "node/4876688442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4876689862", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7210284, - 40.6621982 - ] - }, - "id": "node/4876689862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4880765442", - "addr:city": "Jamaica", - "addr:housenumber": "167-10A", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Hillside Avenue", - "check_date:opening_hours": "2022-08-03", - "name": "Aparupa Fashion", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7950864, - 40.7097431 - ] - }, - "id": "node/4880765442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4882273178", - "addr:housenumber": "346", - "addr:postcode": "11215", - "addr:street": "4th Avenue", - "brand": "Red Wing", - "brand:wikidata": "Q934096", - "name": "Red Wing", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-17:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9862579, - 40.6738191 - ] - }, - "id": "node/4882273178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4882289080", - "addr:city": "Jamaica", - "addr:housenumber": "168-20;168-22", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Hillside Avenue", - "check_date:opening_hours": "2022-05-18", - "clothes": "women", - "name": "Riwaz", - "opening_hours": "Mo-Sa 11:00-20:00; Su 12:00-19:00", - "payment:american_express": "yes", - "payment:discover_card": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+1-718-262-8770", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7940652, - 40.7101078 - ] - }, - "id": "node/4882289080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4890331921", - "addr:housenumber": "717", - "addr:postcode": "10022", - "addr:street": "5th Avenue", - "brand": "Dolce & Gabbana", - "brand:wikidata": "Q214480", - "name": "Dolce & Gabbana", - "opening_hours": "Mo, Th 10:00-12:00, 15:00-21:00; Fr 10:00-20:00; Sa 11:00-22:00; Su 12:00-20:00; Tu 11:00-19:00; We 12:00-21:00", - "phone": "+12128979653", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9743838, - 40.7620617 - ] - }, - "id": "node/4890331921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4893309822", - "brand": "Reebok", - "brand:wikidata": "Q466183", - "name": "Reebok", - "name:en": "reebok", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9832148, - 40.750751 - ] - }, - "id": "node/4893309822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4911460721", - "addr:city": "New York", - "addr:housenumber": "224", - "addr:postcode": "10012", - "addr:street": "Mulberry Street", - "name": "Aime Leon Dore", - "opening_hours": "11:00am - 7:00pm", - "shop": "clothes", - "website": "https://www.aimeleondore.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9959751, - 40.7223077 - ] - }, - "id": "node/4911460721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922310908", - "check_date": "2023-07-20", - "name": "Pinkyotto", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9591264, - 40.716705 - ] - }, - "id": "node/4922310908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4977581176", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "name": "Rainbow", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/nj/woodland-park/1797/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2111947, - 40.8854866 - ] - }, - "id": "node/4977581176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988385027", - "addr:housenumber": "10", - "addr:postcode": "10013", - "addr:street": "Elizabeth Street", - "alt_name": "Unique Hype Collection", - "contact:instagram": "@uniquehypecollection", - "name": "Unique Hype", - "opening_hours": "Mo-Su 12:00-20:00", - "shop": "clothes", - "website": "https://www.uniquehypenyc.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9973303, - 40.7157736 - ] - }, - "id": "node/4988385027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4998805610", - "name": "New York Costumes", - "opening_hours": "Tu-Sa 12:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9911106, - 40.7324844 - ] - }, - "id": "node/4998805610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4998806122", - "name": "Nu New York", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9911925, - 40.7336674 - ] - }, - "id": "node/4998806122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4998806126", - "addr:housenumber": "840", - "addr:street": "Broadway", - "brand": "Zumiez", - "brand:wikidata": "Q8075252", - "name": "Zumiez", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9908003, - 40.7337929 - ] - }, - "id": "node/4998806126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4998806133", - "addr:city": "New York", - "addr:housenumber": "15", - "addr:postcode": "10003", - "addr:state": "NY", - "addr:street": "Union Square West", - "brand": "Vans", - "brand:wikidata": "Q1135366", - "highway": "track", - "name": "Vans", - "phone": "+1-212-804-5890", - "shop": "shoes", - "website": "https://stores.vans.com/ny/new-york/USA533/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9915327, - 40.7357447 - ] - }, - "id": "node/4998806133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5011118921", - "name:fr": "omg jean", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9832079, - 40.7620414 - ] - }, - "id": "node/5011118921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5017258824", - "name": "Spring Flowers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.964965, - 40.7721774 - ] - }, - "id": "node/5017258824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5017262525", - "addr:housenumber": "965", - "addr:street": "Madison Avenue", - "brand": "Christian Louboutin", - "brand:wikidata": "Q23681835", - "name": "Christian Louboutin", - "name:en": "Christian Louboutin", - "opening_hours": "Mo-Sa 09:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9635991, - 40.7740143 - ] - }, - "id": "node/5017262525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5017262527", - "brand": "Dolce & Gabbana", - "brand:wikidata": "Q214480", - "name": "Dolce & Gabbana", - "name:en": "Dolce & Gabbana for Kids", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9671782, - 40.7696792 - ] - }, - "id": "node/5017262527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5023195622", - "addr:housenumber": "10", - "addr:postcode": "10001", - "addr:street": "West 13th Street", - "branch": "Manhattan", - "check_date": "2024-05-16", - "clothes": "women;men", - "name": "Beacon's Closet", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+1 917-261-4863", - "second_hand": "only", - "shop": "clothes", - "website": "https://beaconscloset.com/pages/manhattan" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9950465, - 40.7355798 - ] - }, - "id": "node/5023195622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5061471722", - "addr:housenumber": "529", - "addr:postcode": "10012", - "addr:street": "Broadway", - "name": "Niketown", - "name:en": "Niketown", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9988208, - 40.7232052 - ] - }, - "id": "node/5061471722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5082647023", - "name": "Seven Wonders Collective", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9576201, - 40.7310053 - ] - }, - "id": "node/5082647023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5089313323", - "brand": "Aldo", - "brand:wikidata": "Q2832297", - "name": "Aldo", - "name:en": "ALDO", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0099011, - 40.7101898 - ] - }, - "id": "node/5089313323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5093221728", - "addr:city": "Brooklyn", - "addr:housenumber": "132", - "addr:postcode": "11249", - "addr:state": "NY", - "addr:street": "Berry Street", - "brand": "GANT", - "brand:wikidata": "Q1493667", - "name": "GANT", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.959557, - 40.7182752 - ] - }, - "id": "node/5093221728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5108265921", - "addr:housenumber": "866", - "addr:postcode": "10003", - "addr:street": "Broadway", - "branch": "Broadway", - "brand": "Scotch & Soda", - "brand:wikidata": "Q17141914", - "clothes": "women;men;denim", - "name": "Scotch & Soda", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1 646-561-9676", - "shop": "clothes", - "website": "https://stores.scotch-soda.com/united-states/ny/new-york/866-broadway.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9899304, - 40.7373803 - ] - }, - "id": "node/5108265921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5108265923", - "addr:city": "New York", - "addr:housenumber": "317", - "addr:postcode": "10014", - "addr:state": "NY", - "addr:street": "Bleecker Street", - "branch": "Bleecker Street", - "brand": "Scotch & Soda", - "brand:wikidata": "Q17141914", - "clothes": "women;men;denim", - "name": "Scotch & Soda", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-19:00", - "phone": "+1 212-883-1666", - "shop": "clothes", - "website": "https://stores.scotch-soda.com/united-states/ny/new-york/317-bleecker-street.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0039458, - 40.733039 - ] - }, - "id": "node/5108265923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5111766223", - "name": "Space Ninety 8", - "opening_hours": "Mo-Su 11:00-20:00", - "shop": "clothes", - "website": "http://www.uospaces.com/ninety8/williamsburg-ny" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9605308, - 40.7185004 - ] - }, - "id": "node/5111766223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5124427121", - "name": "No. 6 Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9975842, - 40.7200854 - ] - }, - "id": "node/5124427121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5141324022", - "brand": "AllSaints", - "brand:wikidata": "Q4728473", - "name": "AllSaints", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0067259, - 40.7407581 - ] - }, - "id": "node/5141324022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5146338606", - "addr:city": "New York", - "addr:housenumber": "307", - "addr:postcode": "10018", - "addr:state": "NY", - "addr:street": "West 38th Street", - "description": "Culture is our cornerstone, it's where family and heritage meet. Our elevated classics are a celebration of our Italian roots and American craftsmanship.", - "email": "anthonyursoclothing@gmail.com", - "name": "Anthony Urso", - "opening_hours": "Mo-Fr 08:00-18:00", - "shop": "clothes", - "website": "http://AnthonyUrso.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9921496, - 40.7551842 - ] - }, - "id": "node/5146338606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5155647229", - "addr:housenumber": "155-12", - "addr:street": "Cross Bay Boulevard", - "name": "Karako Suits", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8415372, - 40.6646059 - ] - }, - "id": "node/5155647229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5163880322", - "name": "Oh's World", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9274346, - 40.6927465 - ] - }, - "id": "node/5163880322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5164002624", - "addr:housenumber": "420", - "addr:street": "West Broadway", - "brand": "DKNY", - "brand:wikidata": "Q938773", - "name": "DKNY", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0016921, - 40.7250817 - ] - }, - "id": "node/5164002624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5173971821", - "addr:housenumber": "856", - "addr:street": "Lexington Avenue", - "name": "Tru Form Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9658113, - 40.76575 - ] - }, - "id": "node/5173971821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5181111839", - "addr:housenumber": "220", - "addr:postcode": "11215", - "addr:street": "5th Avenue", - "check_date": "2024-01-09", - "name": "DNA Footware", - "opening_hours": "Mo-Sa 10:00-20:00; Su 10:00-19:00", - "phone": "+1 718 965 2692", - "shop": "shoes", - "website": "https://www.dnafootwear.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9809368, - 40.6759845 - ] - }, - "id": "node/5181111839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5186870455", - "addr:city": "New York", - "addr:housenumber": "245", - "addr:postcode": "10027", - "addr:state": "NY", - "addr:street": "Malcolm X Boulevard", - "clothes": "men", - "name": "Harlem Haberdashery", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9470016, - 40.8061428 - ] - }, - "id": "node/5186870455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5190525039", - "addr:housenumber": "123", - "addr:street": "West 20th Street", - "name": "Kleinfeld Bridal Sample Studio", - "phone": "9173882341", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9951324, - 40.7416954 - ] - }, - "id": "node/5190525039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5190677117", - "addr:city": "New York", - "addr:housenumber": "1", - "addr:postcode": "10016", - "addr:state": "NY", - "addr:street": "East 33rd Street", - "name": "Cookies, Inc", - "phone": "+1 212-689-3508", - "shop": "clothes", - "website": "cookiesnewyork.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9844071, - 40.7477269 - ] - }, - "id": "node/5190677117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5206180671", - "addr:housenumber": "165", - "addr:postcode": "11217", - "addr:street": "DeKalb Avenue", - "name": "Corridor", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9733289, - 40.6894809 - ] - }, - "id": "node/5206180671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5208082622", - "addr:city": "Brooklyn", - "addr:country": "US", - "addr:housenumber": "56", - "addr:postcode": "11206", - "addr:state": "NY", - "addr:street": "Bogart Street", - "clothes": "women", - "clothes:women": "yes", - "email": "hello@shopfriendsnyc.myshopify.com", - "name": "Friends NYC", - "opening_hours": "Mo-Su 11:00-20:30", - "payment:debit_cards": "yes", - "phone": "+1-718-386-6279", - "shoes": "women", - "shoes:women": "yes", - "shop": "clothes", - "website": "https://friendsnyc.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9332518, - 40.7056905 - ] - }, - "id": "node/5208082622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5213100628", - "addr:city": "New York", - "addr:housenumber": "225", - "addr:postcode": "10018", - "addr:state": "NY", - "addr:street": "West 35th Street", - "addr:unit": "17", - "clothes": "women;workwear", - "description": "Headquarters of Nanette Lepore, New York fashion designer specializing in ready-to-wear women's separates in bold colors and prints. ", - "name": "Nanette Lepore", - "phone": "212-764-8810", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9910955, - 40.7522043 - ] - }, - "id": "node/5213100628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5219097799", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "name": "Rainbow", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/ny/rockaway-beach/52/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8130445, - 40.5868719 - ] - }, - "id": "node/5219097799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5219852424", - "alt_name": "H+", - "clothes": "women", - "name": "Hannoh", - "opening_hours": "Mo-Su 11:30-18:30", - "phone": "+1-929-387-8220", - "shop": "clothes", - "website": "https://www.hannoh.net" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9863891, - 40.687358 - ] - }, - "id": "node/5219852424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5219854021", - "addr:housenumber": "102", - "brand": "Vans", - "brand:wikidata": "Q1135366", - "name": "Vans", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9605541, - 40.7184523 - ] - }, - "id": "node/5219854021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5220904065", - "addr:city": "Brooklyn", - "addr:housenumber": "1589", - "addr:postcode": "11213", - "addr:state": "NY", - "addr:street": "Fulton Street", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9376885, - 40.679876 - ] - }, - "id": "node/5220904065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5220904081", - "addr:city": "Brooklyn", - "addr:housenumber": "1547", - "addr:state": "NY", - "addr:street": "Fulton Street", - "clothes": "women;men;African;Kebe's", - "name": "Kebe's African Fashions", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9394303, - 40.6799662 - ] - }, - "id": "node/5220904081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5229541918", - "addr:housenumber": "1279", - "addr:street": "52nd Street", - "name": "My Self", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9942406, - 40.633688 - ] - }, - "id": "node/5229541918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5240160096", - "addr:housenumber": "5", - "addr:street": "Rivington Street", - "name": "Green Fingers Market", - "opening_hours": "Mo-Sa 12:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9928912, - 40.7213478 - ] - }, - "id": "node/5240160096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5248097966", - "name": "Chic’s Place", - "opening_hours": "\"By Appointment Only. 516-727-3457\"", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.86127, - 40.7300947 - ] - }, - "id": "node/5248097966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5248100569", - "name": "High Tops", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8624493, - 40.7295139 - ] - }, - "id": "node/5248100569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5248100575", - "name": "B’ Khol Dor & Co", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8619668, - 40.7296392 - ] - }, - "id": "node/5248100575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5265714371", - "addr:housenumber": "7", - "addr:street": "Mercer Street", - "name": "Oak & Wood", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0023196, - 40.72035 - ] - }, - "id": "node/5265714371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5265714697", - "addr:city": "New York", - "addr:housenumber": "7", - "addr:state": "NY", - "addr:street": "Mercer Street", - "name": "Billionaire Boys Club", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0022857, - 40.7203985 - ] - }, - "id": "node/5265714697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5265714963", - "addr:housenumber": "103", - "addr:street": "Grand Street", - "name": "Alexander Wang", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0016097, - 40.7212298 - ] - }, - "id": "node/5265714963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5265753025", - "addr:housenumber": "120", - "addr:street": "5th Avenue", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Gap", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.992316, - 40.7381211 - ] - }, - "id": "node/5265753025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5266898172", - "addr:housenumber": "1388", - "addr:postcode": "10075", - "addr:street": "3rd Avenue", - "clothes": "women;fashion", - "delivery": "yes", - "email": "customerservice@vivaldi-ny.com", - "name": "Vivaldi", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; Su 12:00-18:00", - "payment:american_express": "yes", - "payment:cash": "yes", - "payment:cheque": "yes", - "payment:discover_card": "yes", - "payment:mastercard": "yes", - "payment:paypal": "yes", - "payment:visa": "yes", - "phone": "+1 212-734-2805", - "shop": "clothes", - "twitter": "vivaldinewyork", - "website": "https://vivaldi-ny.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9576435, - 40.774115 - ] - }, - "id": "node/5266898172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5268858521", - "addr:housenumber": "68", - "addr:postcode": "10012", - "addr:street": "Prince Street", - "brand": "Allbirds", - "brand:wikidata": "Q30591057", - "email": "help@allbirds.com", - "name": "Allbirds", - "opening_hours": "Mo-Su 10:00-20:00", - "phone": "+1 888-963-8944", - "shop": "shoes", - "website": "https://www.allbirds.com/pages/stores#nyc" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9968561, - 40.7236986 - ] - }, - "id": "node/5268858521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5269167921", - "brand": "Salvatore Ferragamo", - "brand:wikidata": "Q3946053", - "name": "Salvatore Ferragamo", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7917812, - 40.6422607 - ] - }, - "id": "node/5269167921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5285124122", - "addr:city": "Edgewater", - "addr:housenumber": "23", - "addr:postcode": "07020", - "addr:state": "NJ", - "addr:street": "The Promenade", - "brand": "Banana Republic", - "brand:wikidata": "Q806085", - "clothes": "men;women", - "name": "Banana Republic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9891883, - 40.8069865 - ] - }, - "id": "node/5285124122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5285124123", - "addr:street": "The Promenade", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Baby Gap", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.988804, - 40.8068339 - ] - }, - "id": "node/5285124123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5285124124", - "addr:street": "The Promenade", - "brand": "Gap", - "brand:wikidata": "Q420822", - "clothes": "children", - "name": "Gap Kids", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9888774, - 40.8068631 - ] - }, - "id": "node/5285124124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5285124821", - "addr:city": "Edgewater", - "addr:housenumber": "22", - "addr:postcode": "07020", - "addr:state": "NJ", - "addr:street": "The Promenade", - "name": "Ambience Boutique", - "shop": "clothes", - "website": "https://www.shopambience.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9898746, - 40.8068611 - ] - }, - "id": "node/5285124821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5285124824", - "addr:city": "Edgewater", - "addr:housenumber": "17", - "addr:postcode": "07020", - "addr:state": "NJ", - "addr:street": "The Promenade", - "brand": "Carter's", - "brand:wikidata": "Q5047083", - "clothes": "babies;children", - "name": "Carter's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9895866, - 40.8071447 - ] - }, - "id": "node/5285124824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5285132923", - "addr:city": "Edgewater", - "addr:housenumber": "39", - "addr:postcode": "07020", - "addr:state": "NJ", - "addr:street": "The Promenade", - "brand": "Guess", - "brand:wikidata": "Q2470307", - "name": "Guess", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9879724, - 40.8065037 - ] - }, - "id": "node/5285132923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5285133721", - "addr:city": "Edgewater", - "addr:housenumber": "25", - "addr:postcode": "07020", - "addr:state": "NJ", - "addr:street": "The Promenade", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Gap", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9889614, - 40.8068964 - ] - }, - "id": "node/5285133721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5285135521", - "addr:city": "Edgewater", - "addr:housenumber": "43", - "addr:postcode": "07020", - "addr:state": "NJ", - "addr:street": "The Promenade", - "brand": "Anthropologie", - "brand:wikidata": "Q4773903", - "clothes": "women", - "name": "Anthropologie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9878139, - 40.8064407 - ] - }, - "id": "node/5285135521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5285138722", - "addr:city": "Edgewater", - "addr:housenumber": "27", - "addr:postcode": "07020", - "addr:state": "NJ", - "addr:street": "The Promenade", - "name": "Mercat", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9886868, - 40.8067874 - ] - }, - "id": "node/5285138722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5285140423", - "addr:city": "Edgewater", - "addr:housenumber": "35", - "addr:postcode": "07020", - "addr:state": "NJ", - "addr:street": "The Promenade", - "brand": "Express", - "brand:wikidata": "Q1384784", - "name": "Express", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9881756, - 40.8065844 - ] - }, - "id": "node/5285140423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5285151121", - "addr:city": "Edgewater", - "addr:housenumber": "31", - "addr:postcode": "07020", - "addr:state": "NJ", - "addr:street": "The Promenade", - "brand": "Loft", - "brand:wikidata": "Q62075137", - "clothes": "women", - "name": "Loft", - "shop": "clothes", - "website": "https://stores.loft.com/nj/edgewater/31-city-place.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9883369, - 40.8066484 - ] - }, - "id": "node/5285151121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5285594971", - "addr:city": "Long Island City", - "addr:housenumber": "4545", - "addr:postcode": "11109", - "addr:state": "NY", - "addr:street": "Center Boulevard", - "addr:unit": "2", - "clothes": "women", - "contact:facebook": "https://www.facebook.com/shopfado", - "contact:instagram": "https://www.instagram.com/shop.fado.lic/", - "name": "Fado", - "opening_hours": "Mo-Sa 10:00-08:00; Su 11:00-07:00", - "phone": "+1-914-228-7788", - "shop": "clothes", - "website": "https://shopfado.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9563172, - 40.7477112 - ] - }, - "id": "node/5285594971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5286419721", - "addr:city": "Edgewater", - "addr:housenumber": "62", - "addr:postcode": "07020", - "addr:state": "NJ", - "addr:street": "The Promenade", - "name": "Metromix", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9885663, - 40.8063442 - ] - }, - "id": "node/5286419721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5286432221", - "addr:street": "The Promenade", - "brand": "Chico's", - "brand:wikidata": "Q5096393", - "name": "Chico's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9881534, - 40.8061811 - ] - }, - "id": "node/5286432221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5288175921", - "name": "Juicy Couture", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9849564, - 40.7483328 - ] - }, - "id": "node/5288175921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5292726721", - "check_date": "2024-10-10", - "name": "John Fluevog", - "opening_hours": "Mo-Sa 11:00-19:00; Su 11:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.990493, - 40.7031063 - ] - }, - "id": "node/5292726721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5302771421", - "addr:city": "New York", - "addr:housenumber": "225", - "addr:street": "Hudson Street", - "name": "cncpts", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0080555, - 40.724267 - ] - }, - "id": "node/5302771421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5302771422", - "addr:housenumber": "203w", - "addr:street": "West 125th Street", - "name": "atmos", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9458839, - 40.8082105 - ] - }, - "id": "node/5302771422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5302771423", - "addr:housenumber": "125", - "addr:street": "Orchard Street", - "name": "extra butter", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9896139, - 40.7195776 - ] - }, - "id": "node/5302771423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5302774621", - "addr:housenumber": "337", - "addr:postcode": "10012", - "addr:street": "Lafayette Street", - "name": "Kith", - "opening_hours": "Mo-Sa 11:00-21:00; Su 11:00-20:00", - "shop": "clothes", - "website": "https://kith.com/pages/locations" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9943647, - 40.7260461 - ] - }, - "id": "node/5302774621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5311459471", - "addr:housenumber": "61-24", - "addr:street": "Roosevelt Avenue", - "name": "T-Shirt & More", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9023121, - 40.7455729 - ] - }, - "id": "node/5311459471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314268566", - "addr:city": "New York", - "addr:housenumber": "301", - "addr:postcode": "10027", - "addr:state": "NY", - "addr:street": "West 125th Street", - "brand": "DSW", - "brand:wikidata": "Q5206207", - "name": "DSW", - "opening_hours": "Mo-Sa 10:00-20:00; Su 10:00-19:00", - "phone": "+1 646-737-0295", - "ref": "Harlem - 125th Street", - "shop": "shoes", - "website": "https://stores.dsw.com/usa/ny/newyork/dsw-designer-shoe-warehouse-harlem---125th-street.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9514575, - 40.8105106 - ] - }, - "id": "node/5314268566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5317574172", - "brand": "American Eagle Outfitters", - "brand:wikidata": "Q2842931", - "clothes": "men;women", - "name": "American Eagle Outfitters", - "shop": "clothes", - "short_name": "American Eagle" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9460878, - 40.8078374 - ] - }, - "id": "node/5317574172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5318896046", - "addr:city": "Brooklyn", - "addr:housenumber": "654", - "addr:postcode": "11217", - "addr:state": "NY", - "addr:street": "Sackett Street", - "alt_name": "L Train Vintage", - "name": "No Relation Vintage", - "opening_hours": "Mo-Su 12:00-18:55", - "second_hand": "yes", - "shop": "clothes", - "website": "https://www.ltrainvintagenyc.com/new-page-64" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9832193, - 40.6781702 - ] - }, - "id": "node/5318896046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5324469322", - "addr:postcode": "10173", - "brand": "Fila", - "brand:wikidata": "Q482539", - "name": "Fila", - "opening_hours": "Mo-Fr 08:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9789673, - 40.7539366 - ] - }, - "id": "node/5324469322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5342854832", - "addr:housenumber": "40-13", - "addr:street": "Bell Boulevard", - "name": "Yvette Lingerie", - "phone": "+1-718-229-5724", - "shop": "clothes", - "website": "www.yvette-lingerie.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7708511, - 40.763916 - ] - }, - "id": "node/5342854832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5342856093", - "addr:housenumber": "45-22", - "addr:street": "162nd Street", - "name": "Shoe Village", - "phone": "+1-718-762-1990", - "shop": "shoes", - "website": "https://www.shoevillage.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.804807, - 40.7556525 - ] - }, - "id": "node/5342856093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5342868236", - "addr:housenumber": "38-27", - "addr:street": "Bell Boulevard", - "name": "Karma Boutique", - "phone": "+1-718-428-1114", - "shop": "clothes", - "website": "https://karmacoutureboutique.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7720108, - 40.7658348 - ] - }, - "id": "node/5342868236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5349703557", - "addr:housenumber": "452", - "addr:street": "Wyckoff Avenue", - "clothes": "fashion;men;women;children;denim", - "clothes:children": "yes", - "clothes:denim": "yes", - "clothes:men": "yes", - "clothes:women": "yes", - "level": "-1", - "name": "Blessed Buy", - "opening_hours": "Mo-Fr 10:00-19:30; Su 10:00-18:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1-917-947-8026", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9102808, - 40.6988437 - ] - }, - "id": "node/5349703557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5351868288", - "addr:housenumber": "823", - "addr:postcode": "11215", - "addr:street": "President Street", - "level": "1", - "name": "Blok Hill", - "opening_hours": "We-Su 12:00-18:00", - "phone": "+1-718-783-0789", - "shop": "clothes", - "website": "https://blokhill.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9756328, - 40.6738994 - ] - }, - "id": "node/5351868288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5351868289", - "name": "Fig", - "opening_hours": "Mo-Fr 11:00-19:00; Sa-Su 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9760194, - 40.6733857 - ] - }, - "id": "node/5351868289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5351868291", - "name": "Kiwi", - "opening_hours": "Mo-Fr 11:00-19:00; Sa-Su 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9759846, - 40.673433 - ] - }, - "id": "node/5351868291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5359461522", - "addr:city": "Brooklyn", - "addr:country": "US", - "addr:housenumber": "92", - "addr:postcode": "11217", - "addr:state": "NY", - "addr:street": "5th Avenue", - "branch": "Park Slope", - "brand": "beacon's closet", - "brand:website": "https://beaconscloset.com/", - "clothes": "women;men", - "email": "parkslope@beaconscloset.com", - "name": "beacon's closet", - "name:en": "beacon's closet", - "opening_hours": "Mo-Fr 12:00-20:00; Sa-Su 11:00-20:00", - "phone": "+1-718-230-1630", - "second_hand": "only", - "shop": "clothes", - "website": "https://beaconscloset.com/pages/park-slope" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9780828, - 40.6801739 - ] - }, - "id": "node/5359461522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5364944619", - "addr:city": "Ridgewood", - "addr:housenumber": "799", - "addr:postcode": "11385", - "addr:state": "NY", - "addr:street": "Putnam Avenue", - "name": "Saint Seneca", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9066735, - 40.7005578 - ] - }, - "id": "node/5364944619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5365014624", - "addr:city": "Ridgewood", - "addr:housenumber": "70-08", - "addr:postcode": "11385", - "addr:state": "NY", - "addr:street": "60th Street", - "email": "info@vayabags.com", - "name": "Vaya Bags", - "opening_hours": "Fr 11:00-19:00; Sa 10:00-18:00; Su 11:00-16:00", - "phone": "+1-347-725-3865", - "shop": "bag", - "website": "https://vayabags.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8987309, - 40.701098 - ] - }, - "id": "node/5365014624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5365041387", - "addr:city": "Glendale", - "addr:housenumber": "80-28", - "addr:postcode": "11385", - "addr:state": "NY", - "addr:street": "Cooper Avenue", - "name": "Paisley Bridal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8686944, - 40.708949 - ] - }, - "id": "node/5365041387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5371812658", - "addr:city": "New York", - "addr:housenumber": "49", - "addr:postcode": "10036", - "addr:state": "NY", - "addr:street": "West 45th Street", - "description": "Made to Measure Custom Men's Clothing.", - "name": "LS Mens Clothing", - "opening_hours": "Mo-Th 09:00-18:00; Fr 09:00-15:30; Su 10:00-16:00", - "phone": "+1-212-575-0933", - "shop": "clothes", - "website": "https://www.lsmensclothing.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.981334, - 40.7564652 - ] - }, - "id": "node/5371812658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5377775121", - "addr:housenumber": "53", - "addr:postcode": "10020", - "addr:street": "West 49th Street", - "brand": "Tumi", - "brand:wikidata": "Q4465402", - "name": "Tumi", - "opening_hours": "Mo-Sa 10:00-19:00, Su 11:00-17:00", - "phone": "+1-212-245-7460", - "shop": "bag", - "website": "https://www.tumi.com/store/0000001000" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9798508, - 40.7589818 - ] - }, - "id": "node/5377775121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5377775221", - "brand": "Tumi", - "brand:wikidata": "Q4465402", - "name": "Tumi", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9762604, - 40.7522339 - ] - }, - "id": "node/5377775221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5397493604", - "addr:housenumber": "85-15", - "addr:street": "Jamaica Avenue", - "name": "Sports Lane", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8585019, - 40.6926513 - ] - }, - "id": "node/5397493604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5397493616", - "addr:housenumber": "91-17", - "addr:street": "Jamaica Avenue", - "name": "Baby Blue Ladies", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8532052, - 40.693397 - ] - }, - "id": "node/5397493616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5397494587", - "addr:housenumber": "85-12", - "addr:street": "Jamaica Avenue", - "name": "Rainbow Shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8585026, - 40.6924424 - ] - }, - "id": "node/5397494587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5397496088", - "addr:housenumber": "80-33", - "addr:street": "Jamaica Avenue", - "name": "Wood Story", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8612684, - 40.6923695 - ] - }, - "id": "node/5397496088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5397496445", - "addr:housenumber": "91-13", - "addr:street": "Jamaica Avenue", - "name": "R.S. Army/Navy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8533423, - 40.6933433 - ] - }, - "id": "node/5397496445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5401946270", - "name": "CPW", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9758477, - 40.7861976 - ] - }, - "id": "node/5401946270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5401978021", - "name": "New Han Il Inc", - "phone": "+1 212-689-1808", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9909109, - 40.7468892 - ] - }, - "id": "node/5401978021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5401978059", - "name": "Askan", - "opening_hours": "Mo-Th 12:00-20:30; Fr-Sa 11:00-21:00; Su 11:00-19:00", - "phone": "+1 646-922-7501", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9890321, - 40.7207194 - ] - }, - "id": "node/5401978059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5403589302", - "addr:housenumber": "30-51", - "addr:street": "Steinway Street", - "name": "Esquire", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.915903, - 40.7625374 - ] - }, - "id": "node/5403589302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5403590645", - "addr:housenumber": "31-63", - "addr:street": "Steinway Street", - "name": "NSB Sportswear", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9182654, - 40.7596482 - ] - }, - "id": "node/5403590645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5403592332", - "addr:housenumber": "32-39", - "addr:street": "Steinway Street", - "name": "Urban Lifestyle", - "shop": "clothes", - "website": "www.urbanlifestylefurniture.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9196771, - 40.7579036 - ] - }, - "id": "node/5403592332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5405720273", - "addr:housenumber": "620", - "addr:street": "Grandview Avenue", - "name": "Sam's Thrift Store", - "phone": "(718) 821-6476", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9051795, - 40.7081085 - ] - }, - "id": "node/5405720273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5407740290", - "addr:housenumber": "469", - "addr:postcode": "11201", - "addr:street": "Fulton Street", - "name": "Portabella", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9864843, - 40.6912526 - ] - }, - "id": "node/5407740290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5411627809", - "addr:city": "Wayne", - "addr:housenumber": "22", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Riverview Drive", - "name": "Designer Luggage Outlet", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2439097, - 40.9128549 - ] - }, - "id": "node/5411627809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5417699444", - "addr:housenumber": "66-13", - "addr:street": "Fresh Pond Road", - "name": "La Moda Fashions", - "payment:credit_cards": "yes", - "phone": "+1-718-628-1720", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.898006, - 40.7087033 - ] - }, - "id": "node/5417699444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5418953018", - "addr:city": "Jamaica", - "addr:housenumber": "168-43", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "name": "Telco Stores", - "shop": "clothes", - "website": "https://telcostores.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7913097, - 40.7069063 - ] - }, - "id": "node/5418953018" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5419352921", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "shoes", - "website": "https://stores.footlocker.com/ny/newyork/716-broadway-8246.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9934374, - 40.7288797 - ] - }, - "id": "node/5419352921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5420880744", - "addr:city": "Jamaica", - "addr:housenumber": "166-07", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "brand": "Carter's", - "brand:wikidata": "Q5047083", - "clothes": "babies;children", - "name": "Carter's", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1-718-297-2430", - "shop": "clothes", - "website": "https://www.carters.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7936677, - 40.7060829 - ] - }, - "id": "node/5420880744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5420880746", - "addr:city": "Jamaica", - "addr:housenumber": "165-25", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "clothes": "women", - "name": "Rainbow", - "opening_hours": "Su-We 09:30-21:00; Th-Sa 09:30-21:30", - "phone": "+1-718-206-1221", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/ny/jamaica/75/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7941921, - 40.7058654 - ] - }, - "id": "node/5420880746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5421262414", - "addr:housenumber": "159-05", - "addr:street": "Jamaica Avenue", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "name": "Rainbow", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/ny/jamaica/31/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7998867, - 40.7036109 - ] - }, - "id": "node/5421262414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5425886613", - "addr:housenumber": "39-16", - "addr:street": "Union Street", - "name": "Dong Yang Shoes Factory", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8268161, - 40.7606345 - ] - }, - "id": "node/5425886613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5425887136", - "addr:housenumber": "136-93", - "addr:street": "Roosevelt Avenue", - "name": "Coqueta", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8268339, - 40.7605098 - ] - }, - "id": "node/5425887136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5425887466", - "addr:city": "Flushing", - "addr:housenumber": "136-35", - "addr:postcode": "11354", - "addr:state": "NY", - "addr:street": "Roosevelt Avenue", - "name": "Jembro", - "opening_hours": "Mo-Sa 09:00-21:00, Su 10:00-19:00", - "phone": "718-353-2151", - "shop": "clothes", - "website": "https://jembrostores.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8289448, - 40.7599797 - ] - }, - "id": "node/5425887466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5432070021", - "name": "New Era Flagship Store", - "opening_hours": "Tu-Th 08:00-21:00; Fr 08:00-20:00; Sa,Su 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9935021, - 40.7283343 - ] - }, - "id": "node/5432070021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5436317122", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1-212-971-9449", - "shop": "shoes", - "website": "https://stores.footlocker.com/ny/newyork/11-west-34th-street-7094.html", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9855989, - 40.7490673 - ] - }, - "id": "node/5436317122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5452209931", - "name": "Meshimar", - "opening_hours": "Tu-Su 12:00-19:00", - "phone": "+1-718-499-5731", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9842851, - 40.6634121 - ] - }, - "id": "node/5452209931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5455240396", - "addr:housenumber": "09", - "addr:street": "Northern Boulevard", - "name": "Northern Safety Center", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8614932, - 40.7579591 - ] - }, - "id": "node/5455240396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5501873621", - "name": "Lace Up", - "opening_hours": "Mo-Su 10:00-20:00", - "phone": "1-718-277-2976", - "shop": "shoes", - "website": "https://www.laceupnyc.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8729876, - 40.6836097 - ] - }, - "id": "node/5501873621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5502440823", - "check_date": "2023-04-22", - "name": "Wonder Walter", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9591962, - 40.7183785 - ] - }, - "id": "node/5502440823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5502443030", - "addr:city": "Brooklyn", - "addr:housenumber": "133", - "addr:postcode": "11249", - "addr:state": "NY", - "addr:street": "North 7th Street", - "contact:instagram": "javelinnycofficial", - "email": "info@javelinnyc.com", - "name": "Javelin", - "opening_hours": "Mo-Fr 11:00-19:00; Su 12:00-19:00", - "shop": "clothes", - "website": "https://www.javelinnyc.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9584288, - 40.7184402 - ] - }, - "id": "node/5502443030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5502452121", - "name": "Stella Dallas", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9534115, - 40.7143654 - ] - }, - "id": "node/5502452121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5523544206", - "addr:city": "New York", - "addr:housenumber": "537", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Broadway", - "brand": "Guess", - "brand:wikidata": "Q2470307", - "name": "Guess", - "operator": "Guess", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9987051, - 40.7233656 - ] - }, - "id": "node/5523544206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5523550668", - "addr:city": "New York", - "addr:housenumber": "540", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Broadway", - "brand": "Steve Madden", - "brand:wikidata": "Q25352034", - "name": "Steve Madden", - "operator": "Steve Madden", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.998366, - 40.723331 - ] - }, - "id": "node/5523550668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5526582996", - "addr:housenumber": "30-94", - "addr:street": "Steinway Street", - "name": "Fabco", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9169999, - 40.7616679 - ] - }, - "id": "node/5526582996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5528019418", - "clothes": "women", - "description": "women's clothes, gifts", - "name": "M. Patmos", - "opening_hours": "Mo-Su 12:00-18:00", - "operator": "Marcia Patmos", - "phone": "+1-718-855-1303", - "shop": "clothes", - "website": "https://mpatmos.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9865685, - 40.6874292 - ] - }, - "id": "node/5528019418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5529518121", - "name": "L’Appartment Sézane", - "opening_hours": "Tu-Sa 11:00-18:30; Su 12:00-18:00", - "shop": "clothes", - "website": "https://www.sezane.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9936314, - 40.7237318 - ] - }, - "id": "node/5529518121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5532391744", - "addr:city": "Wayne", - "addr:housenumber": "173", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "NJ-23", - "brand": "Lane Bryant", - "brand:wikidata": "Q6485350", - "clothes": "oversize;women", - "name": "Lane Bryant", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2549488, - 40.8891485 - ] - }, - "id": "node/5532391744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5533872942", - "addr:city": "Wayne", - "addr:housenumber": "57", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "NJ-23", - "alt_name": "Motherhood Maternity West Belt Plaza", - "branch": "West Belt Plaza", - "brand": "Motherhood Maternity", - "brand:wikidata": "Q79051139", - "clothes": "maternity", - "name": "Motherhood Maternity", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.250499, - 40.8906461 - ] - }, - "id": "node/5533872942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5533872948", - "addr:city": "Wayne", - "addr:housenumber": "57", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "NJ-23", - "brand": "Red Wing", - "brand:wikidata": "Q934096", - "name": "Red Wing", - "operator": "Red Wing - Wayne, Nj", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2510211, - 40.8895886 - ] - }, - "id": "node/5533872948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5534680806", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "brand": "Zara", - "brand:wikidata": "Q147662", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2586125, - 40.8876119 - ] - }, - "id": "node/5534680806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5534680807", - "addr:city": "Wayne", - "addr:housenumber": "1467", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "addr:unit": "1860", - "brand": "Victoria's Secret", - "brand:wikidata": "Q332477", - "clothes": "underwear;women", - "name": "Victoria's Secret", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.258411, - 40.8881502 - ] - }, - "id": "node/5534680807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5534680809", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "brand": "Express", - "brand:wikidata": "Q1384784", - "name": "Express", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2589565, - 40.8880491 - ] - }, - "id": "node/5534680809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5534680811", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "brand": "Armani Exchange", - "brand:wikidata": "Q56045740", - "clothes": "men;women", - "name": "Armani Exchange", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2586169, - 40.8883324 - ] - }, - "id": "node/5534680811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5534680813", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "addr:unit": "1830", - "branch": "Willowbrook Mall", - "brand": "Cotton On", - "brand:wikidata": "Q5175717", - "name": "Cotton On", - "operator": "Cotton On Willowbrook Mall", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2588464, - 40.8883926 - ] - }, - "id": "node/5534680813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5534680814", - "addr:city": "Wayne", - "addr:housenumber": "1825", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "brand": "Gymboree", - "brand:wikidata": "Q4039771", - "clothes": "children", - "name": "Gymboree", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2588666, - 40.8885162 - ] - }, - "id": "node/5534680814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5534683324", - "addr:city": "Wayne", - "addr:housenumber": "1472", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "brand": "Ann Taylor", - "brand:wikidata": "Q4766699", - "clothes": "women", - "name": "Ann Taylor", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2590969, - 40.8885859 - ] - }, - "id": "node/5534683324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5534899023", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "name": "BCBGeneration at Bloomingdales", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2574612, - 40.8874963 - ] - }, - "id": "node/5534899023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5535080893", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "brand": "Loft", - "brand:wikidata": "Q62075137", - "clothes": "women", - "name": "Loft", - "operator": "LOFT", - "shop": "clothes", - "website": "https://stores.loft.com/nj/wayne/1400-willowbrook-mall.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2589893, - 40.8899357 - ] - }, - "id": "node/5535080893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5535080894", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "name": "Aetrex", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2587807, - 40.8899449 - ] - }, - "id": "node/5535080894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5535080895", - "addr:city": "Wayne", - "addr:housenumber": "1605", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "brand": "Banana Republic", - "brand:wikidata": "Q806085", - "clothes": "men;women", - "name": "Banana Republic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2588006, - 40.890069 - ] - }, - "id": "node/5535080895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5535080898", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Gap", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2582514, - 40.8896272 - ] - }, - "id": "node/5535080898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5535080899", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "brand": "Athleta", - "brand:wikidata": "Q105722424", - "clothes": "women", - "fair_trade": "yes", - "name": "Athleta", - "organic": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.258457, - 40.8895089 - ] - }, - "id": "node/5535080899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5535080900", - "addr:city": "Wayne", - "addr:housenumber": "2025", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "name": "AEO & Aerie Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2585874, - 40.8894462 - ] - }, - "id": "node/5535080900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5535080901", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "addr:unit": "1665", - "brand": "J.Crew", - "brand:wikidata": "Q5370765", - "clothes": "men;women;children", - "name": "J.Crew", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2587623, - 40.8894172 - ] - }, - "id": "node/5535080901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5535080903", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "addr:unit": "1730", - "brand": "Clarks", - "brand:wikidata": "Q1095857", - "name": "Clarks", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2588635, - 40.8892502 - ] - }, - "id": "node/5535080903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5535080904", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "addr:unit": "1418", - "brand": "Coach", - "brand:wikidata": "Q727697", - "name": "Coach", - "shop": "bag", - "website": "https://www.coach.com/stores/nj/wayne/1400-willowbrook-mall" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.258885, - 40.8892096 - ] - }, - "id": "node/5535080904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5535114141", - "addr:city": "Wayne", - "addr:housenumber": "100", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "US-46", - "clothes": "wedding", - "name": "Macy's Bridal Salon by Demetrios", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2578694, - 40.8901618 - ] - }, - "id": "node/5535114141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5535114147", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "name": "KicksUSA", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2584547, - 40.8882357 - ] - }, - "id": "node/5535114147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5535114150", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "addr:unit": "2140", - "brand": "Zumiez", - "brand:wikidata": "Q8075252", - "name": "Zumiez", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2587477, - 40.8884409 - ] - }, - "id": "node/5535114150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5535114151", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Boulevard", - "name": "SIX:02", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2588676, - 40.8884761 - ] - }, - "id": "node/5535114151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5535114152", - "addr:city": "Wayne", - "addr:housenumber": "1400", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "brand": "PacSun", - "brand:wikidata": "Q7121857", - "name": "PacSun", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2590308, - 40.8885466 - ] - }, - "id": "node/5535114152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5535114161", - "addr:city": "Wayne", - "addr:housenumber": "2015", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Mall", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2583742, - 40.8875947 - ] - }, - "id": "node/5535114161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5538739547", - "addr:city": "Hewlett", - "addr:housenumber": "1328", - "addr:postcode": "11557", - "addr:state": "NY", - "addr:street": "Peninsula Boulevard", - "brand": "Nike", - "brand:wikidata": "Q483915", - "name": "Nike", - "nysgissam:nysaddresspointid": "NASS004402", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7038616, - 40.6447856 - ] - }, - "id": "node/5538739547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5539320301", - "addr:city": "Wayne", - "addr:housenumber": "25", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Hanes Drive", - "name": "Hanes Drive Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2445272, - 40.9109224 - ] - }, - "id": "node/5539320301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5541206334", - "addr:housenumber": "55-54", - "addr:street": "Myrtle Avenue", - "clothes": "women;denim", - "name": "Julie Kaye Inc", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1-718-821-1666", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.906587, - 40.6999318 - ] - }, - "id": "node/5541206334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5541524936", - "addr:housenumber": "367", - "addr:street": "Linden Street", - "name": "Le Point Value Thrift", - "opening_hours": "Mo-Su 10:00-17:30", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1-347-240-3288", - "second_hand": "only", - "shop": "clothes", - "website": "https://lepointvalue.wordpress.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9130141, - 40.7001104 - ] - }, - "id": "node/5541524936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5546399016", - "addr:housenumber": "1586", - "addr:street": "Westchester Avenue", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "shoes", - "website": "https://stores.footlocker.com/ny/bronx/1586-westchester-ave-8545.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8761351, - 40.8288956 - ] - }, - "id": "node/5546399016" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5548912146", - "addr:street": "Westchester Avenue", - "name": "Dante's Tuxedos", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8656258, - 40.8322453 - ] - }, - "id": "node/5548912146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5549150582", - "alt_name": "Eleven Vintage Boutique", - "name": "Slope Vintage", - "opening_hours": "Mo-Sa 10:00-21:00; Su 10:00-20:00", - "phone": "+1-718-622-4723", - "shop": "clothes", - "website": "https://elevenconsignment.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9775039, - 40.680529 - ] - }, - "id": "node/5549150582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5551433942", - "addr:city": "Ridgewood", - "addr:housenumber": "57-22", - "addr:postcode": "11385", - "addr:state": "NY", - "addr:street": "Myrtle Avenue", - "clothes": "men", - "name": "Pants Pantry", - "opening_hours": "Mo-We,Sa 09:00-19:00; Th-Fr 09:00-20:00; Su 10:00-18:00", - "phone": "+1-718-381-0639", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9027975, - 40.7003576 - ] - }, - "id": "node/5551433942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5552546694", - "addr:housenumber": "1919", - "addr:street": "Westchester Avenue", - "name": "Mister Sports", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8601852, - 40.8334483 - ] - }, - "id": "node/5552546694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5552551405", - "addr:housenumber": "1205", - "addr:street": "White Plains Road", - "name": "Fatema", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8618904, - 40.8306385 - ] - }, - "id": "node/5552551405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5557076436", - "addr:housenumber": "875", - "addr:street": "Woodward Avenue", - "name": "Woodward Shoes Corporation", - "opening_hours": "Mo-Sa 10:00-19:30; Su 10:00-18:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1-718-456-0498", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9017104, - 40.7026869 - ] - }, - "id": "node/5557076436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5557460834", - "addr:city": "Ridgewood", - "addr:housenumber": "58-08", - "addr:postcode": "11385", - "addr:state": "NY", - "addr:street": "Myrtle Avenue", - "branch": "America", - "brand": "XIOS", - "brand:wikidata": "Q66149584", - "clothes": "men", - "clothes:men": "yes", - "name": "XIOS", - "opening_hours": "Mo-Sa 09:30-20:00; Su 10:00-19:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1-347-889-7762", - "shop": "clothes", - "website": "https://xiosamerica.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9011233, - 40.7003444 - ] - }, - "id": "node/5557460834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5559805463", - "addr:housenumber": "57-37", - "addr:street": "Myrtle Avenue", - "alt_name": "Children's Place", - "brand": "The Children's Place", - "brand:wikidata": "Q3520257", - "clothes": "children", - "clothes:children": "yes", - "name": "The Children's Place", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-18:00", - "payment:credit_cards": "yes", - "phone": "+1-718-381-4205", - "shop": "clothes", - "website": "https://www.childrensplace.com/us/store/myrtleavenue-queens-NY-111028", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9022052, - 40.7006347 - ] - }, - "id": "node/5559805463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5559818650", - "addr:housenumber": "57-31", - "addr:street": "Myrtle Avenue", - "brand": "Carter's", - "brand:wikidata": "Q5047083", - "clothes": "children", - "clothes:children": "yes", - "name": "Carter's", - "opening_hours": "Mo-Sa 10:00-21:00; Su 10:00-19:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1-718-497-1941", - "shop": "clothes", - "website": "https://www.carters.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9024998, - 40.7006397 - ] - }, - "id": "node/5559818650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5559819778", - "addr:housenumber": "57-23", - "addr:street": "Myrtle Avenue", - "brand": "New York & Company", - "brand:wikidata": "Q7012977", - "clothes": "women", - "clothes:women": "yes", - "name": "New York & Company", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-18:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1-718-456-9335", - "shop": "clothes", - "website": "https://www.nyandcompany.com/locations/ny/myrtle-ave./" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9027508, - 40.7006556 - ] - }, - "id": "node/5559819778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5559827146", - "addr:housenumber": "57-19", - "addr:street": "Myrtle Avenue", - "name": "Fabco Shoes", - "opening_hours": "Mo-Sa 09:30-19:30; Su 10:00-19:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1-718-821-9299", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9029385, - 40.7006417 - ] - }, - "id": "node/5559827146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5560608152", - "addr:housenumber": "56-27", - "addr:state": "NY", - "addr:street": "Myrtle Avenue", - "brand": "Torrid", - "brand:wikidata": "Q7827120", - "clothes": "oversize;women", - "clothes:oversize": "yes", - "clothes:women": "yes", - "name": "Torrid", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-18:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1-718-381-8515", - "shop": "clothes", - "website": "https://www.torrid.com/store-details?StoreID=5226", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9051443, - 40.7003628 - ] - }, - "id": "node/5560608152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5560616887", - "addr:housenumber": "56-26", - "addr:state": "NY", - "addr:street": "Myrtle Avenue", - "brand": "Mandee", - "brand:wikidata": "Q71035705", - "clothes": "women", - "clothes:women": "yes", - "name": "Mandee", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-18:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1-718-628-1000", - "shop": "clothes", - "website": "https://www.mandee.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9052621, - 40.7000693 - ] - }, - "id": "node/5560616887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5562952070", - "contact:instagram": "@lifevintaheandthrift", - "name": "Life Boutique Thrift", - "opening_hours": "Su-Th 11:00-19:00; Fr 11:00-19:00+", - "phone": "+1-718-789-5433", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9774511, - 40.6811008 - ] - }, - "id": "node/5562952070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564515181", - "addr:housenumber": "56-16", - "addr:street": "Myrtle Avenue", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "clothes": "women;children;oversize;schoolwear", - "clothes:children": "yes", - "clothes:oversize": "yes", - "clothes:schoolwear": "yes", - "clothes:women": "yes", - "name": "Rainbow", - "opening_hours": "Mo-We 10:00-21:30; Th-Sa 10:00-22:00; Su 10:00-21:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1-718-628-6701", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/ny/ridgewood/86/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9055438, - 40.7000131 - ] - }, - "id": "node/5564515181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5565403605", - "addr:housenumber": "1052", - "addr:street": "Southern Boulevard", - "name": "Fabco", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8916747, - 40.8242429 - ] - }, - "id": "node/5565403605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5567554546", - "addr:housenumber": "54-14", - "addr:street": "Myrtle Avenue", - "clothes": "sports", - "clothes:sports": "yes", - "name": "Ricky's Sportswear", - "phone": "+1-718-497-2555", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9079215, - 40.6997515 - ] - }, - "id": "node/5567554546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5567703625", - "addr:housenumber": "54-16", - "addr:street": "Myrtle Avenue", - "name": "Fabco Shoes", - "opening_hours": "Mo-Su 10:00-20:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1-718-418-0486", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9100232, - 40.6994841 - ] - }, - "id": "node/5567703625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5582256072", - "addr:housenumber": "184-20", - "addr:postcode": "11366", - "addr:street": "Union Turnpike", - "name": "Turnpike Comfort Footware", - "opening_hours": "Tu, We, Fr 10:00-18:00; Sa 10:00-17:00; Su 12:00-17:00", - "phone": "+1-718-454-5870", - "shop": "shoes", - "website": "https://turnpikeshoes.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7836862, - 40.7280962 - ] - }, - "id": "node/5582256072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5584167815", - "addr:housenumber": "30", - "addr:street": "West 15th Street", - "brand": "Rent the Runway", - "email": "nyc@renttherunway.com", - "name": "Rent the Runway NYC Flagship", - "opening_hours": "Mo-Fr 08:00-21:00; Sa 09:00-20:00; Su 09:00-19:00", - "phone": "(800) 509-0842", - "rental": "yes", - "shop": "clothes", - "website": "https://www.renttherunway.com/stories/nycflagship" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9947831, - 40.7372313 - ] - }, - "id": "node/5584167815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5589228330", - "addr:city": "Brooklyn", - "addr:housenumber": "6615", - "addr:postcode": "11204", - "addr:state": "NY", - "addr:street": "18th Avenue", - "name": "Michelle's Boutique & Hosiery", - "phone": "+1-718-837-3932", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9909897, - 40.6181319 - ] - }, - "id": "node/5589228330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5591304778", - "addr:housenumber": "6709", - "addr:postcode": "11204", - "addr:street": "18th Avenue", - "name": "Fabco Shoes", - "opening_hours": "Mo-Th 10:00-19:00; Fr-Sa 10:00-19:30; Su 10:00-18:00", - "phone": "+1-718-331-5962", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.991494, - 40.6176296 - ] - }, - "id": "node/5591304778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5591304781", - "addr:housenumber": "6719", - "addr:postcode": "11204", - "addr:street": "18th Avenue", - "clothes": "uniforms", - "name": "Flynn O'Hara Uniforms", - "opening_hours": "Mo 10:00-19:00; Tu-We 10:00-18:00; Th 10:00-17:00; Sa 10:00-17:00; Fr off; Su off", - "phone": "+1-718-567-8593", - "shop": "clothes", - "website": "https://www.flynnohara.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9916606, - 40.6174526 - ] - }, - "id": "node/5591304781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5593246266", - "addr:housenumber": "6815", - "addr:postcode": "11204", - "addr:street": "18th Avenue", - "clothes": "suits", - "name": "A & M Suit Warehouse", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1-718-256-6174", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9921772, - 40.6169439 - ] - }, - "id": "node/5593246266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5593246271", - "addr:city": "Brooklyn", - "addr:housenumber": "6806", - "addr:postcode": "11204", - "addr:state": "NY", - "addr:street": "18th Avenue", - "brand": "Mandee", - "brand:wikidata": "Q71035705", - "clothes": "women", - "name": "Mandee", - "phone": "+1-718-259-1635", - "shop": "clothes", - "website": "https://www.mandee.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9922424, - 40.6173059 - ] - }, - "id": "node/5593246271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5594544304", - "addr:city": "Brooklyn", - "addr:country": "US", - "addr:housenumber": "629", - "addr:postcode": "11211", - "addr:state": "NY", - "addr:street": "Grand Street", - "branch": "Williamsburg", - "brand": "L Train Vintage", - "brand:website": "https://www.ltrainvintagenyc.com/", - "clothes": "women", - "clothes:women": "yes", - "email": "LtrainVintage@gmail.com", - "name": "L Train Vintage", - "opening_hours": "Tu-Su 12:00-19:00", - "payment:american_express": "yes", - "payment:cash": "yes", - "payment:discover_card": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+1-929-337-8074", - "second_hand": "yes", - "shop": "clothes", - "website": "https://www.ltrainvintagenyc.com/new-page-5", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9469482, - 40.7114719 - ] - }, - "id": "node/5594544304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5596917749", - "addr:housenumber": "171", - "addr:postcode": "11215", - "addr:street": "7th Avenue", - "name": "anatolico", - "shop": "clothes", - "website": "https://www.anatoli.co" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9772497, - 40.6718594 - ] - }, - "id": "node/5596917749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5597422124", - "addr:housenumber": "80-28", - "addr:street": "Cooper Avenue", - "brand": "Gymboree", - "brand:wikidata": "Q4039771", - "clothes": "children", - "clothes:children": "yes", - "name": "Gymboree", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-20:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1-718-386-6139", - "shop": "clothes", - "website": "https://www.gymboree.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8681369, - 40.7081506 - ] - }, - "id": "node/5597422124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5599511725", - "addr:city": "New York", - "addr:housenumber": "865", - "addr:postcode": "10001", - "addr:state": "NY", - "addr:street": "6th Avenue", - "branch": "31st & 6th", - "brand": "Nordstrom Rack", - "brand:wikidata": "Q21463374", - "clothes": "women;men;shirts;denim", - "internet_access": "wlan", - "level": "-1;0;1", - "name": "Nordstrom Rack", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-20:00", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1 646-861-5440", - "ref": "509", - "shop": "clothes", - "toilets": "yes", - "website": "https://shop.nordstrom.com/st/nordstrom-rack-31st-6th" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9894889, - 40.7478596 - ] - }, - "id": "node/5599511725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5610372564", - "addr:housenumber": "64-13", - "addr:street": "Fresh Pond Road", - "clothes": "children", - "clothes:children": "yes", - "name": "R & M Children's Boutique", - "opening_hours": "Mo-Fr 10:00-18:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1-718-821-8624", - "shop": "clothes", - "website": "http://www.rmchildrensboutique.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8989428, - 40.7100243 - ] - }, - "id": "node/5610372564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5611457123", - "addr:city": "New York", - "addr:postcode": "10010", - "addr:state": "NY", - "brand": "Madewell", - "brand:wikidata": "Q64026213", - "clothes": "men;women", - "name": "Madewell", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9910591, - 40.7398527 - ] - }, - "id": "node/5611457123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5615892339", - "addr:city": "Rego Park", - "addr:housenumber": "6135", - "addr:postcode": "11374-2756", - "addr:state": "NY", - "addr:street": "Junction Boulevard", - "brand": "Mandee", - "brand:wikidata": "Q71035705", - "clothes": "women", - "name": "Mandee", - "opening_hours": "Mo-Sa 10:00-21:00; Su 12:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8632155, - 40.7331921 - ] - }, - "id": "node/5615892339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5617838131", - "addr:housenumber": "60-90", - "addr:street": "Myrtle Avenue", - "name": "Mademoiselle Fashion Boutique", - "opening_hours": "Mo-Th 10:30-19:00; Fr 10:00-19:30; Sa 10:30-18:00; Su 12:00-17:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1-718-497-1002", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8948644, - 40.7006433 - ] - }, - "id": "node/5617838131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5618792739", - "addr:city": "New York", - "addr:housenumber": "443", - "addr:postcode": "10013", - "addr:state": "NY", - "addr:street": "Broadway", - "name": "Necessary Clothing", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0011189, - 40.7200944 - ] - }, - "id": "node/5618792739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5618793149", - "addr:city": "New York", - "addr:housenumber": "440", - "addr:postcode": "10013", - "addr:state": "NY", - "addr:street": "Broadway", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "shoes", - "website": "https://stores.footlocker.com/ny/newyork/440-broadway-8879.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0011923, - 40.7200205 - ] - }, - "id": "node/5618793149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5618795277", - "addr:city": "New York", - "addr:housenumber": "474", - "addr:postcode": "10013", - "addr:state": "NY", - "addr:street": "Broadway", - "brand": "Timberland", - "brand:wikidata": "Q1539185", - "name": "Timberland", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0003105, - 40.7210425 - ] - }, - "id": "node/5618795277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5618795821", - "addr:city": "New York", - "addr:housenumber": "470", - "addr:postcode": "10013", - "addr:state": "NY", - "addr:street": "Broadway", - "brand": "Aldo", - "brand:wikidata": "Q2832297", - "name": "Aldo", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0003561, - 40.7209937 - ] - }, - "id": "node/5618795821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5619980893", - "addr:housenumber": "60-77", - "addr:street": "Myrtle Avenue", - "name": "Marco Polo Shoes", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1-718-366-7330", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8955386, - 40.7008476 - ] - }, - "id": "node/5619980893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5619982561", - "addr:housenumber": "60-73", - "addr:street": "Myrtle Avenue", - "name": "Sneaker Stadium", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1-718-456-5800", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8956838, - 40.7008392 - ] - }, - "id": "node/5619982561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5620571658", - "alt_name": "B'tween", - "clothes": "children", - "name": "Børn", - "opening_hours": "Tu-Sa 11:00-18:00; Su 12:00-18:00", - "phone": "+1-718-986-5373", - "shop": "clothes", - "website": "https://www.btween-born.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9859163, - 40.6773831 - ] - }, - "id": "node/5620571658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5625774808", - "addr:housenumber": "68", - "addr:postcode": "11217", - "addr:street": "Saint Marks Avenue", - "name": "Almost New Vintage", - "opening_hours": "Mo-Su 14:00-19:00", - "phone": "+1 718 398 8048", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9752931, - 40.6799001 - ] - }, - "id": "node/5625774808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5625774816", - "clothes": "women", - "name": "A. Cheng", - "opening_hours": "Mo 11:00-18:30; Tu-Sa 11:00-19:00; Su 11:00-18:00", - "phone": "+1-718-783-2826", - "shop": "clothes", - "website": "https://www.achengshop.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9758679, - 40.6809212 - ] - }, - "id": "node/5625774816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5627068944", - "addr:housenumber": "157", - "addr:postcode": "10002", - "addr:street": "Orchard Street", - "branch": "New York", - "brand": "Self Edge", - "clothes": "denim; men", - "name": "Self Edge", - "opening_hours": "Mo-Su 12:00-19:00", - "phone": "+1 212-388-0079", - "shop": "clothes", - "website": "https://www.selfedge.com/index.php?route=information/locations#self-edge-new-york" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.988926, - 40.7209296 - ] - }, - "id": "node/5627068944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5627103838", - "addr:housenumber": "157", - "addr:postcode": "10002", - "addr:street": "Orchard Street", - "clothes": "women; underwear", - "name": "Orchard Corset Center", - "opening_hours": "Mo-Th, Su 11:00-18:00; Fr 11:00-15:00", - "phone": "+1-212-674-0786", - "shop": "clothes", - "website": "https://www.orchardcorset.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9889462, - 40.720887 - ] - }, - "id": "node/5627103838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5627227251", - "addr:housenumber": "101", - "addr:street": "Wyckoff Avenue", - "name": "Surya Clothing", - "opening_hours": "24/7", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1-917-530-8226", - "shop": "clothes", - "website": "https://suryaclothing.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9196815, - 40.7048003 - ] - }, - "id": "node/5627227251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5627444236", - "addr:housenumber": "8", - "addr:postcode": "10013", - "addr:street": "Greene Street", - "check_date": "2024-09-16", - "clothes": "denim; japanese; men", - "contact:email": "service@blueingreensoho.com", - "contact:facebook": "blueingreensoho", - "contact:instagram": "blueingreensoho", - "contact:phone": "+1 212-680-0555", - "contact:website": "https://blueingreensoho.com", - "name": "Blue In Green", - "opening_hours": "Mo-Sa 12:00-20:00; Su 12:00-19:00", - "payment:american_express": "yes", - "payment:apple_pay": "yes", - "payment:cash": "yes", - "payment:diners_club": "yes", - "payment:discover_card": "yes", - "payment:google_pay": "yes", - "payment:jcb": "yes", - "payment:klarna": "yes", - "payment:paypal": "yes", - "payment:venmo": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0028178, - 40.7206728 - ] - }, - "id": "node/5627444236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5628822722", - "name": "Suit Supply", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9571936, - 40.7223299 - ] - }, - "id": "node/5628822722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5638109021", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "319", - "addr:postcode": "10036", - "addr:state": "NY", - "addr:street": "West 42nd Street", - "check_date": "2024-06-09", - "clothes:costumes": "yes", - "clothes:military": "yes", - "clothes:vintage": "yes", - "contact:email": "info@kaufmansarmynavy.com", - "contact:fax": "+1 212-757-9686", - "contact:phone": "+1 212-757-5670", - "contact:website": "https://kaufmansarmynavy.com", - "name": "Kaufman's Army & Navy", - "opening_hours": "Mo-We, Fr 11:00-18:00; Th 11:00-19:00; Sa 12:00-18:00", - "payment:american_express": "yes", - "payment:cash": "yes", - "payment:discover_card": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9906694, - 40.7577938 - ] - }, - "id": "node/5638109021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5640393960", - "addr:housenumber": "17-01", - "addr:street": "Madison Street", - "clothes": "men", - "clothes:men": "yes", - "name": "Madison New York", - "opening_hours": "Mo-Th 11:30-19:00; Fr, Sa 11:30-20:00; Su 11:30-18:00", - "phone": "+1-347-227-7839", - "shop": "clothes", - "website": "https://madisonofny.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9075066, - 40.7010368 - ] - }, - "id": "node/5640393960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5640408025", - "addr:city": "Brooklyn", - "addr:housenumber": "7", - "addr:postcode": "11237", - "addr:state": "NY", - "addr:street": "Saint Nicholas Avenue", - "clothes": "hats", - "clothes:hats": "yes", - "email": "assistant@lolahats.com", - "name": "Lola Hats", - "phone": "+1-718-366-9093", - "shop": "clothes", - "website": "https://lolahats.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9222408, - 40.7080436 - ] - }, - "id": "node/5640408025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5640415472", - "addr:city": "Brooklyn", - "addr:housenumber": "108", - "addr:postcode": "11237", - "addr:state": "NY", - "addr:street": "Thames Street", - "clothes": "vintage", - "clothes:vintage": "yes", - "name": "28 Scott Vintage", - "opening_hours": "Mo-Su 14:00-20:00", - "phone": "+1-404-263-8550", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.928531, - 40.7053145 - ] - }, - "id": "node/5640415472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5640426633", - "addr:housenumber": "467", - "addr:street": "Troutman Street", - "name": "Mercedes Fashions", - "phone": "+1-718-821-0708", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9211311, - 40.7085009 - ] - }, - "id": "node/5640426633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5641806487", - "addr:housenumber": "65-01", - "addr:street": "Grand Avenue", - "clothes": "children", - "clothes:children": "yes", - "name": "On the Road Again Corporation", - "opening_hours": "Mo 10:00-18:00; Th-Fr 10:00-18:00; Sa 10:00-19:00; Su 11:00-17:00", - "phone": "+1-718-417-7353", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9008861, - 40.7232009 - ] - }, - "id": "node/5641806487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5642396073", - "addr:housenumber": "151", - "addr:street": "Prince Street", - "brand": "Happy Socks", - "brand:wikidata": "Q10517909", - "check_date": "2023-12-10", - "clothes": "socks", - "clothes:socks": "yes", - "clothes:underwear": "yes", - "name": "Happy Socks", - "opening_hours": "Mo-Su 11:00-19:00", - "shop": "clothes", - "website": "https://www.happysocks.com/us/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0009624, - 40.7259135 - ] - }, - "id": "node/5642396073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5642403104", - "addr:housenumber": "434", - "addr:street": "West Broadway", - "clothes": "underwear", - "clothes:underwear": "yes", - "email": "customerserviceusa@laperla.com", - "name": "La Perla", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1-212-219-0999", - "shop": "clothes", - "website": "https://www.laperla.com/us/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0012067, - 40.7256432 - ] - }, - "id": "node/5642403104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5642418027", - "addr:housenumber": "464", - "addr:street": "West Broadway", - "clothes": "maternity", - "clothes:maternity": "yes", - "name": "Séraphine", - "opening_hours": "Mo, Tu 10:00-18:00; We-Sa 10:00-19:00; Su 11:00-17:00", - "phone": "+1-212-777-1724", - "shop": "clothes", - "website": "https://www.seraphine.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0005568, - 40.7264515 - ] - }, - "id": "node/5642418027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5643050694", - "addr:city": "Brooklyn", - "addr:housenumber": "252", - "addr:postcode": "11237", - "addr:state": "NY", - "addr:street": "Knickerbocker Avenue", - "clothes": "vintage;women", - "clothes:vintage": "yes", - "clothes:women": "yes", - "name": "Chess and the Sphinx", - "opening_hours": "Mo-Sa 12:00-20:00; Su 12:00-19:00", - "phone": "+1-718-366-2195", - "shoes:women": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9251579, - 40.7025311 - ] - }, - "id": "node/5643050694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5656966146", - "addr:city": "Brooklyn", - "addr:housenumber": "6909", - "addr:postcode": "11204", - "addr:state": "NY", - "addr:street": "18th Avenue", - "clothes": "fur", - "name": "Kyman Kersner & Son Inc", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00; Su off", - "phone": "+1-718-232-6778", - "shop": "clothes", - "website": "http://kersnerfurs.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9926459, - 40.6164931 - ] - }, - "id": "node/5656966146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5657099775", - "check_date:opening_hours": "2020-11-08", - "clothes": "women", - "disused:website": "https://www.labelleboutique5.com", - "name": "La Belle Boutique", - "opening_hours": "Mo-Th 10:00-19:00; Fr-Sa 10:00-20:00; Su 11:00-18:00", - "phone": "+1-347-593-4244", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9870385, - 40.6680402 - ] - }, - "id": "node/5657099775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5673794429", - "name": "Square Stores", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1 718 788 5153", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.986015, - 40.6697625 - ] - }, - "id": "node/5673794429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5676615631", - "name": "Vinnies", - "opening_hours": "Mo-Sa 10:00-18:00; Su 12:00-18:00", - "phone": "+1-718-636-9787", - "shop": "clothes", - "website": "https://vinnies.nyc" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9750315, - 40.6810244 - ] - }, - "id": "node/5676615631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5676615639", - "addr:housenumber": "194", - "addr:postcode": "11217", - "addr:street": "Flatbush Avenue", - "contact:instagram": "@versaillesbklyn", - "name": "Versailles", - "opening_hours": "Mo-Sa 11:00-21:00; Su 11:00-20:00", - "phone": "+1-718-230-3363", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.975971, - 40.6816955 - ] - }, - "id": "node/5676615639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5676615648", - "addr:housenumber": "454", - "addr:postcode": "11217", - "addr:street": "Dean Street", - "name": "Mondini", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9760699, - 40.6818028 - ] - }, - "id": "node/5676615648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5678290749", - "addr:city": "Ridgewood", - "addr:housenumber": "818", - "addr:postcode": "11385", - "addr:state": "NY", - "addr:street": "Woodward Avenue", - "addr:unit": "D", - "clothes": "women;men;children", - "name": "Stay Forever", - "opening_hours": "Mo-Th 12:00-18:00; Fr-Su 11:00-19:00", - "operator": "Stay Forever", - "phone": "+1-347-889-5035", - "shop": "clothes", - "website": "https://shopstayforever.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9030552, - 40.7032131 - ] - }, - "id": "node/5678290749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5687619159", - "addr:housenumber": "81-23", - "addr:street": "41st Avenue", - "name": "Dieer Inc", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8840393, - 40.7460105 - ] - }, - "id": "node/5687619159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5693958725", - "addr:street": "Broadway", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "check_date:opening_hours": "2023-08-18", - "name": "Rainbow", - "opening_hours:signed": "no", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/ny/brooklyn/63/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9143001, - 40.6852218 - ] - }, - "id": "node/5693958725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5693960584", - "addr:housenumber": "1641", - "addr:street": "Broadway", - "check_date": "2022-11-18", - "name": "Moe Sports", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9138864, - 40.6850103 - ] - }, - "id": "node/5693960584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5697442437", - "brand": "DXL Men's Apparel", - "brand:wikidata": "Q61981830", - "clothes": "oversize;men", - "name": "DXL Men's Apparel", - "shop": "clothes", - "short_name": "DXL" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2266098, - 40.8944731 - ] - }, - "id": "node/5697442437" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5698095837", - "clothes": "women", - "cuisine": "colombian", - "name": "Moda Caliente", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0441964, - 40.7581037 - ] - }, - "id": "node/5698095837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5703248591", - "name": "Amira's Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9728337, - 40.6780182 - ] - }, - "id": "node/5703248591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5709511674", - "clothes": "women", - "name": "Artemesia", - "opening_hours": "Mo-Sa 11:30-18:30, Su 12:00-18:00", - "shop": "clothes", - "website": "https://artemesiamade.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9929579, - 40.6881363 - ] - }, - "id": "node/5709511674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5709849142", - "name": "Christine Alcalay", - "opening_hours": "Mo,We-Su 11:00-18:00", - "shop": "clothes", - "website": "https://christinealcalay.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9831686, - 40.6731612 - ] - }, - "id": "node/5709849142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5711575853", - "addr:housenumber": "2", - "addr:street": "Henshaw Street", - "name": "Taller Peralta", - "opening_hours": "Th-Sa 13:00-19:00; Su 13:00-17:00", - "phone": "+1-917-261-6833", - "shop": "clothes", - "website": "https://www.dnainfo.com/new-york/20171003/inwood/m-tony-peralta-workshop-taller-peralta/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9304031, - 40.8666558 - ] - }, - "id": "node/5711575853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5712072342", - "addr:housenumber": "188", - "addr:postcode": "10012", - "addr:street": "Bowery", - "branch": "Bowery", - "brand": "Nudie Jeans Co.", - "clothes": "women;men;children;denim", - "email": "bowery@nudiejeans.com", - "level": "0", - "name": "Nudie Jeans Repair Shop", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "organic": "only", - "phone": "+1 212-966-0902", - "shop": "clothes", - "used": "yes", - "vegan": "yes", - "website": "https://www.nudiejeans.com/stores/nudie-jeans-repair-shop-bowery" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9940258, - 40.7209283 - ] - }, - "id": "node/5712072342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5712276604", - "addr:housenumber": "33", - "addr:postcode": "10013", - "addr:street": "Greene Street", - "branch": "Greene Street", - "clothes": "women;men", - "email": "greenestreet@acnestudios.com", - "name": "Acne Studios", - "opening_hours": "Mo-Sa 11:00-19:30; Su 12:00-18:00", - "phone": "+1 212-334-8345", - "shop": "clothes", - "website": "https://www.acnestudios.com/us/en/stores/greene-street" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.002251, - 40.7217693 - ] - }, - "id": "node/5712276604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5712290907", - "addr:housenumber": "926", - "addr:postcode": "10021", - "addr:street": "Madison Avenue", - "branch": "Madison Avenue", - "clothes": "women;men", - "email": "madisonavenue@acnestudios.com", - "name": "Acne Studios", - "opening_hours": "Mo-Sa 10:00-19:00; Su 12:00-18:00", - "phone": "+1 212-249-2871", - "shop": "clothes", - "website": "https://www.acnestudios.com/us/en/stores/madison-avenue" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9647382, - 40.7730332 - ] - }, - "id": "node/5712290907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5712305351", - "addr:housenumber": "54-60", - "addr:postcode": "10014", - "addr:street": "8th Avenue", - "branch": "Horatio Street", - "clothes": "women;men", - "email": "horatiostreet@acnestudios.com", - "name": "Acne Studios", - "opening_hours": "Mo-Sa 11:00-19:00; Su 11:00-18:00", - "phone": "+1 212-633-0002", - "shop": "clothes", - "website": "https://www.acnestudios.com/us/en/stores/horatio-street" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0033818, - 40.7385891 - ] - }, - "id": "node/5712305351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5712388433", - "addr:housenumber": "89", - "addr:postcode": "10003", - "addr:street": "5th Avenue", - "branch": "Flatiron", - "brand": "Aritzia", - "brand:wikidata": "Q4791147", - "clothes": "women", - "name": "Aritzia", - "opening_hours": "Mo-Fr 10:00-21:30; Sa 10:00-21:00; Su 10:30-20:30", - "phone": "+1 212-462-1095", - "ref": "2615", - "shop": "clothes", - "website": "https://www.aritzia.com/us/en/store?StoreID=2615" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9922567, - 40.7375148 - ] - }, - "id": "node/5712388433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5712391605", - "addr:housenumber": "600", - "addr:postcode": "10020", - "addr:street": "5th Avenue", - "branch": "5th Avenue at Rockefeller Center", - "brand": "Aritzia", - "brand:wikidata": "Q4791147", - "clothes": "women", - "name": "Aritzia", - "opening_hours": "Mo-Su 10:00-21:30", - "phone": "+1 212-307-3121", - "ref": "2612", - "shop": "clothes", - "website": "https://www.aritzia.com/us/en/store?StoreID=2612" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.978169, - 40.7575576 - ] - }, - "id": "node/5712391605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5712394041", - "addr:housenumber": "524", - "addr:postcode": "10012", - "addr:street": "Broadway", - "branch": "SoHo", - "brand": "Aritzia", - "brand:wikidata": "Q4791147", - "clothes": "women", - "name": "Aritzia", - "opening_hours": "Mo-Sa 10:00-21:30; Su 10:00-21:00", - "phone": "+1 212-965-2188", - "ref": "2611", - "shop": "clothes", - "website": "https://www.aritzia.com/us/en/store?StoreID=2611" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9987477, - 40.7228499 - ] - }, - "id": "node/5712394041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5712455421", - "addr:housenumber": "33-35", - "addr:postcode": "10013", - "addr:street": "Howard Street", - "clothes": "women;men", - "email": "purple@openingceremony.com", - "name": "Opening Ceremony", - "opening_hours": "Mo-Sa 11:00-20:00; Su 12:00-19:00", - "phone": "+1 212-219-2688", - "shop": "clothes", - "website": "https://www.openingceremony.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0009327, - 40.7195655 - ] - }, - "id": "node/5712455421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5712632657", - "addr:housenumber": "236", - "addr:postcode": "10012", - "addr:street": "Elizabeth Street", - "branch": "New York", - "clothes": "women;men;leather", - "name": "Schott NYC", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1 212-219-1636", - "shop": "clothes", - "website": "https://www.schottnyc.com/flagship-store.cfm" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9938262, - 40.7231771 - ] - }, - "id": "node/5712632657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5712860246", - "addr:housenumber": "316", - "addr:postcode": "10014", - "addr:street": "Bleecker St", - "branch": "Bleecker", - "brand": "Marine Layer", - "brand:wikidata": "Q113227682", - "clothes": "women;men", - "name": "Marine Layer", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+1 646-864-3604", - "shop": "clothes", - "website": "https://www.marinelayer.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0041187, - 40.7329621 - ] - }, - "id": "node/5712860246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5712861577", - "addr:housenumber": "226", - "addr:postcode": "10012", - "addr:street": "Elizabeth Street", - "clothes": "men", - "name": "Unis", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1 212-431-5533", - "shop": "clothes", - "website": "https://www.unisnewyork.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9939701, - 40.7228768 - ] - }, - "id": "node/5712861577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5712863313", - "addr:housenumber": "268", - "addr:postcode": "10012", - "addr:street": "Elizabeth Street", - "name": "Still Here", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9934455, - 40.7241311 - ] - }, - "id": "node/5712863313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5712872315", - "addr:housenumber": "16", - "addr:postcode": "10012", - "addr:street": "Prince Street", - "brand": "VINCE.", - "brand:wikidata": "Q7907025", - "clothes": "women;men", - "name": "VINCE.", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1 212-343-1945", - "shop": "clothes", - "website": "https://www.vince.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9943173, - 40.7226732 - ] - }, - "id": "node/5712872315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5712881995", - "addr:housenumber": "8", - "addr:postcode": "10002", - "addr:street": "Rivington Street", - "clothes": "men;suits", - "email": "info@freemanssportingclub.com", - "name": "Freemans Sporting Club", - "phone": "+1 212-673-3209", - "shop": "clothes", - "website": "https://freemanssportingclub.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9927185, - 40.7214945 - ] - }, - "id": "node/5712881995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5714220021", - "name": "OriginsNYC", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0020394, - 40.7187937 - ] - }, - "id": "node/5714220021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5715695343", - "addr:housenumber": "594", - "addr:postcode": "10012", - "addr:street": "Broadway", - "brand": "Athleta", - "brand:wikidata": "Q105722424", - "clothes": "women", - "name": "Athleta", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+1-516-712-1230", - "shop": "clothes", - "website": "https://athleta.gap.com/stores/ny/newyork/athleta-1629.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9970441, - 40.7248948 - ] - }, - "id": "node/5715695343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5717495637", - "addr:housenumber": "3287", - "addr:street": "Westchester Avenue", - "name": "WA Beauty Supply", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8274794, - 40.8529663 - ] - }, - "id": "node/5717495637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5721456349", - "addr:housenumber": "470", - "addr:street": "Wilson Avenue", - "name": "B & B Clothing", - "payment:cash": "yes", - "phone": "+1-718-443-2560", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9121153, - 40.6927935 - ] - }, - "id": "node/5721456349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5722890844", - "addr:city": "Hewlett", - "addr:housenumber": "1193", - "addr:postcode": "11557", - "addr:state": "NY", - "addr:street": "Broadway", - "name": "Sheryl David", - "nysgissam:nysaddresspointid": "NASS402805", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7029129, - 40.6363744 - ] - }, - "id": "node/5722890844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5722891237", - "addr:city": "Hewlett", - "addr:housenumber": "1197", - "addr:postcode": "11557", - "addr:state": "NY", - "addr:street": "Broadway", - "name": "Mixology", - "nysgissam:nysaddresspointid": "NASS176719", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7028053, - 40.6364956 - ] - }, - "id": "node/5722891237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5728049037", - "addr:housenumber": "120-11", - "addr:street": "133rd Avenue", - "name": "Lotus Bazaar", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8186407, - 40.6722571 - ] - }, - "id": "node/5728049037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5734412272", - "addr:housenumber": "1081", - "addr:street": "Flushing Avenue", - "clothes": "men;women;children", - "clothes:children": "yes", - "clothes:men": "yes", - "clothes:women": "yes", - "name": "Le Point Value Thrift", - "opening_hours": "Mo-Su 10:00-18:00", - "phone": "+1-718-366-6772", - "second_hand": "only", - "shop": "clothes", - "website": "https://lepointvalue.wordpress.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.929147, - 40.7047186 - ] - }, - "id": "node/5734412272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5735225821", - "addr:housenumber": "118", - "addr:street": "Knickerbocker Avenue", - "clothes:men": "yes", - "clothes:women": "yes", - "name": "Urban Jungle Vintage and Thrift", - "opening_hours": "Mo-Su 12:00-19:45", - "phone": "+1-718-381-8510", - "second_hand": "yes", - "shoes:men": "yes", - "shoes:women": "yes", - "shop": "clothes", - "website": "https://urbanjunglevintage.wordpress.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9291373, - 40.7051331 - ] - }, - "id": "node/5735225821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5739499075", - "addr:housenumber": "16", - "addr:street": "Wilson Avenue", - "clothes": "vintage", - "clothes:vintage": "yes", - "name": "Collections", - "opening_hours": "Mo-Su 12:00-20:00", - "phone": "+1-347-425-0478", - "shop": "clothes", - "website": "https://www.collectionsbk.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.930525, - 40.7032467 - ] - }, - "id": "node/5739499075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5743889032", - "addr:housenumber": "949", - "addr:street": "Willoughby", - "addr:unit": "208", - "clothes": "men;women;children", - "clothes:children": "yes", - "clothes:men": "yes", - "clothes:women": "yes", - "name": "Little Hippie", - "opening_hours": "Mo-Sa 11:00-19:00", - "payment:apple_pay": "yes", - "payment:cash": "yes", - "payment:debit_cards": "yes", - "payment:discover_card": "yes", - "payment:jcb": "yes", - "payment:mastercard": "yes", - "payment:paypal": "yes", - "payment:visa": "yes", - "shop": "clothes", - "website": "https://littlehippie.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9308812, - 40.6978758 - ] - }, - "id": "node/5743889032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5743935883", - "addr:city": "Brooklyn", - "addr:housenumber": "683", - "addr:state": "NY", - "addr:street": "Bushwick Avenue", - "name": "Lavemour New York", - "opening_hours": "Tu-Fr 14:00-19:00; Sa, Su 12:00-20:00", - "payment:cash": "yes", - "phone": "+1-718-602-0934", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9315455, - 40.6971371 - ] - }, - "id": "node/5743935883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5744244352", - "name": "Jersey Footwear", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.043412, - 40.7592093 - ] - }, - "id": "node/5744244352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5747114362", - "addr:housenumber": "1305", - "addr:street": "13th Avenue", - "name": "Off the Rack", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9905274, - 40.636012 - ] - }, - "id": "node/5747114362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5747115821", - "addr:housenumber": "1315", - "addr:street": "13th Avenue", - "brand": "Shoe Palace", - "brand:wikidata": "Q105046966", - "name": "Shoe Palace", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9911836, - 40.6357221 - ] - }, - "id": "node/5747115821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5747118116", - "addr:housenumber": "4501", - "addr:street": "New Utrecht Avenue", - "name": "Mrs.K", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9941859, - 40.6397326 - ] - }, - "id": "node/5747118116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5747290736", - "addr:city": "Brooklyn", - "addr:housenumber": "5522", - "addr:postcode": "11220", - "addr:state": "NY", - "addr:street": "5th Avenue", - "clothes": "women;lingerie", - "name": "Body & Soul Pink & Blue", - "phone": "+1-718-567-3556", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0138026, - 40.6419478 - ] - }, - "id": "node/5747290736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5754908921", - "name": "Stone Island", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.002092, - 40.7220371 - ] - }, - "id": "node/5754908921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5758422842", - "addr:housenumber": "101-21", - "addr:street": "39th Avenue", - "name": "D'Angelo's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8641266, - 40.7505428 - ] - }, - "id": "node/5758422842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5758846121", - "addr:housenumber": "547", - "addr:postcode": "10012", - "addr:street": "Broadway", - "brand": "Abercrombie & Fitch", - "brand:wikidata": "Q319344", - "clothes": "men;women", - "name": "Abercrombie & Fitch", - "name:fr": "boutique Karl", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9985283, - 40.7236599 - ] - }, - "id": "node/5758846121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5759292179", - "addr:housenumber": "232", - "addr:street": "Bedford Avenue", - "clothes:men": "only", - "name": "ID Menswear", - "opening_hours": "Mo-Su 11:00-20:00", - "phone": "+1 718-599-0790", - "shop": "clothes", - "website": "http://www.idnewyork.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9594228, - 40.7163982 - ] - }, - "id": "node/5759292179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5759306066", - "addr:housenumber": "107", - "addr:street": "North 5th Street", - "check_date:opening_hours": "2023-04-22", - "clothes:men": "only", - "name": "ID Menswear", - "opening_hours": "Mo-Su 11:00-20:00", - "phone": "+1 718-387-2686", - "shop": "clothes", - "website": "http://www.idnewyork.com", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9599935, - 40.7175412 - ] - }, - "id": "node/5759306066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5759323971", - "addr:housenumber": "11", - "addr:postcode": "10022", - "addr:street": "East 55th Street", - "name": "Crockett & Jones", - "opening_hours": "Mo-Sa 09:30-18:00", - "phone": "+1 212-582-3800", - "shop": "shoes", - "website": "https://www.crockettandjones.com/where-to-buy/new-york/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9740335, - 40.761412 - ] - }, - "id": "node/5759323971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5760155728", - "addr:housenumber": "152", - "addr:postcode": "11249", - "addr:street": "Grand Street", - "name": "Supreme Brooklyn", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9620379, - 40.7147169 - ] - }, - "id": "node/5760155728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5764225165", - "addr:housenumber": "114", - "addr:street": "West 26th Street", - "branch": "Chelsea", - "brand": "Buffalo Exchange", - "brand:wikidata": "Q4985721", - "clothes": "women;men", - "name": "Buffalo Exchange", - "opening_hours": "Mo-Sa 11:00-20:00; Su 12:00-19:00", - "phone": "+1 212-675-3535", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.buffaloexchange.com/locations/new-york-city/manhattan-chelsea/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9923336, - 40.7450562 - ] - }, - "id": "node/5764225165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5764228742", - "addr:housenumber": "332", - "addr:postcode": "10003", - "addr:street": "East 11th Street", - "branch": "East Village", - "brand": "Buffalo Exchange", - "brand:wikidata": "Q4985721", - "clothes": "women;men", - "name": "Buffalo Exchange", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-19:00", - "phone": "+1-212-260-9340", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.buffaloexchange.com/locations/new-york-city/manhattan-east-village/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9848208, - 40.7296096 - ] - }, - "id": "node/5764228742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5764254155", - "addr:city": "Brooklyn", - "addr:housenumber": "109", - "addr:postcode": "11201", - "addr:state": "NY", - "addr:street": "Boerum Place", - "branch": "Boerum Hill", - "brand": "Buffalo Exchange", - "brand:wikidata": "Q4985721", - "clothes": "women;men", - "name": "Buffalo Exchange", - "opening_hours": "Mo-Sa 11:00-20:00; Su 12:00-19:00", - "phone": "+1 718-403-0490", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.buffaloexchange.com/locations/new-york-city/brooklyn-boerum-hill/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9911913, - 40.6881588 - ] - }, - "id": "node/5764254155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5764857530", - "addr:housenumber": "100-18", - "addr:street": "Northern Boulevard", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8677022, - 40.7572608 - ] - }, - "id": "node/5764857530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5774334190", - "addr:housenumber": "115", - "addr:postcode": "10003", - "addr:street": "5th Avenue", - "branch": "5th Avenue", - "brand": "Madewell", - "brand:wikidata": "Q64026213", - "clothes": "men;women", - "name": "Madewell", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1 212-228-5172", - "shop": "clothes", - "website": "https://stores.madewell.com/us/ny/new-york/156-5th-avenue" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9912584, - 40.7388991 - ] - }, - "id": "node/5774334190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5774352546", - "addr:housenumber": "1144", - "addr:postcode": "10028", - "addr:street": "Madison Avenue", - "branch": "Madison Avenue", - "brand": "Madewell", - "brand:wikidata": "Q64026213", - "check_date": "2018-07-21", - "clothes": "men;women", - "name": "Madewell", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-19:00", - "phone": "+1 212-249-2409", - "shop": "clothes", - "website": "https://stores.madewell.com/us/ny/new-york/1144-madison-avenue" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.959661, - 40.7799845 - ] - }, - "id": "node/5774352546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5774362415", - "addr:housenumber": "127", - "addr:postcode": "11249", - "addr:street": "North 6th Street", - "branch": "Williamsburg", - "brand": "Madewell", - "brand:wikidata": "Q64026213", - "clothes": "men;women", - "name": "Madewell", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1 718-599-0658", - "shop": "clothes", - "website": "https://stores.madewell.com/us/ny/brooklyn/127-north-6th-street" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9591094, - 40.7179219 - ] - }, - "id": "node/5774362415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5774371491", - "addr:housenumber": "129", - "addr:street": "North 6th Street", - "branch": "Williamsburg", - "brand": "Lululemon", - "brand:wikidata": "Q6702957", - "clothes": "men;women", - "email": "williamsburg-store@lululemon.com", - "name": "Lululemon", - "official_name": "Lululemon Athletica", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1 718-387-4392", - "shop": "clothes", - "website": "https://info.lululemon.com/stores/us/brooklyn/Williamsburg", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9590403, - 40.7178841 - ] - }, - "id": "node/5774371491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5775345824", - "clothes": "children", - "name": "Little Green", - "opening_hours": "Tu-Fr 11:00-17:00; Sa 12:00-18:00; Su 12:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9840334, - 40.667697 - ] - }, - "id": "node/5775345824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5780519825", - "addr:housenumber": "95", - "addr:postcode": "10013", - "addr:street": "Grand Street", - "branch": "SoHo", - "clothes": "women;men", - "email": "newyork@wolfandbadger.com", - "name": "Wolf & Badger", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1 646-934-6601", - "shop": "clothes", - "website": "https://www.wolfandbadger.com/us/stores/soho-new-york/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0019934, - 40.7213967 - ] - }, - "id": "node/5780519825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5781151294", - "addr:housenumber": "1146", - "addr:street": "Madison Avenue", - "branch": "Madison Avenue", - "brand": "Lululemon", - "brand:wikidata": "Q6702957", - "clothes": "men;women", - "email": "madisonave-store@lululemon.com", - "name": "Lululemon", - "official_name": "Lululemon Athletica", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 10:00-19:00; Su 11:00-19:00", - "phone": "+1 212-452-1909", - "shop": "clothes", - "website": "https://info.lululemon.com/stores/us/new-york/madisonave" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9595713, - 40.7800952 - ] - }, - "id": "node/5781151294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5781165001", - "addr:housenumber": "1127", - "addr:street": "3rd Avenue", - "branch": "66th and 3rd", - "brand": "Lululemon", - "brand:wikidata": "Q6702957", - "clothes": "men;women", - "email": "east66th-store@lululemon.com", - "name": "Lululemon", - "official_name": "Lululemon Athletica", - "opening_hours": "Mo-Sa 10:00-20:00; Su 10:00-19:00", - "phone": "+1 212-755-5019", - "shop": "clothes", - "website": "https://info.lululemon.com/stores/us/new-york/66thstreet" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9633446, - 40.7655804 - ] - }, - "id": "node/5781165001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5781175109", - "addr:housenumber": "597", - "addr:street": "5th Avenue", - "branch": "NYC 5th Ave", - "brand": "Lululemon", - "brand:wikidata": "Q6702957", - "clothes": "men;women", - "email": "nyc6thave@lululemon.com", - "name": "Lululemon", - "official_name": "Lululemon Athletica", - "opening_hours": "Mo-Sa 10:00-21:00; Su 10:00-20:00", - "phone": "+1 212-593-4264", - "shop": "clothes", - "website": "https://info.lululemon.com/stores/us/new-york/nyc-5th-ave" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9777234, - 40.757368 - ] - }, - "id": "node/5781175109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5781183307", - "addr:housenumber": "114", - "addr:street": "5th Avenue", - "branch": "Flatiron", - "brand": "Lululemon", - "brand:wikidata": "Q6702957", - "clothes": "men;women", - "email": "flatiron-store@lululemon.com", - "name": "Lululemon", - "official_name": "Lululemon Athletica", - "opening_hours": "Mo-Sa 10:00-20:00; Su 10:00-19:00", - "phone": "+1 212-627-0314", - "shop": "clothes", - "website": "https://info.lululemon.com/stores/us/new-york/Flatiron" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9925156, - 40.7378732 - ] - }, - "id": "node/5781183307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5781195212", - "addr:housenumber": "408", - "addr:street": "West 14th Street", - "branch": "Meatpacking", - "brand": "Lululemon", - "brand:wikidata": "Q6702957", - "clothes": "men;women", - "email": "meatpacking-store@lululemon.com", - "name": "Lululemon", - "official_name": "Lululemon Athletica", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-20:00", - "phone": "+1 212-255-2978", - "shop": "clothes", - "website": "https://info.lululemon.com/stores/us/new-york/meatpacking" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0058878, - 40.7409651 - ] - }, - "id": "node/5781195212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5781227153", - "addr:housenumber": "461", - "addr:postcode": "10017", - "addr:street": "5th Avenue", - "branch": "5th Ave at 40th", - "clothes": "women", - "name": "BCBGMAXAZRIA", - "opening_hours": "Mo-Sa 10:00-20:00; Su 10:00-19:00", - "phone": "+1 212-991-9777", - "shop": "clothes", - "website": "https://locations.bcbg.com/us/ny/new-york/461-5th-avenue.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9815331, - 40.7522238 - ] - }, - "id": "node/5781227153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5781309872", - "addr:housenumber": "127", - "addr:street": "Prince Street", - "brand": "Marc Jacobs", - "brand:wikidata": "Q108190893", - "check_date": "2023-02-23", - "name": "Marc Jacobs", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0001212, - 40.7255046 - ] - }, - "id": "node/5781309872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5782499559", - "addr:housenumber": "413", - "addr:street": "East 114th Street", - "name": "Danny Fashion Casa", - "opening_hours": "\"By appointment only\"", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.93554, - 40.7944593 - ] - }, - "id": "node/5782499559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5788273496", - "addr:housenumber": "657", - "addr:postcode": "10012", - "addr:street": "Broadway", - "clothes": "hats", - "clothes:hats": "yes", - "email": "customerservice@hatclub.com", - "name": "Hat Club", - "opening_hours": "Mo-Sa 11:00-20:00; Su 12:00-18:00", - "phone": "+1-212-260-1313", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9956176, - 40.7270395 - ] - }, - "id": "node/5788273496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5788297022", - "check_date:opening_hours": "2021-07-25", - "name": "Good Footing", - "opening_hours": "Mo-Fr 10:30-19:30; Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1 718 768 9500", - "shop": "shoes", - "website": "https://www.goodfooting.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9813373, - 40.6674245 - ] - }, - "id": "node/5788297022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5792776004", - "addr:housenumber": "29", - "addr:postcode": "10012", - "addr:street": "Prince Street", - "clothes": "women", - "name": "Cuyana", - "opening_hours": "Mo-Fr 11:00-20:00, 09:00-18:00; Sa 11:00-19:00; Su 11:00-18:00", - "phone": "+1 917-409-0432", - "shop": "clothes", - "website": "https://www.cuyana.com/visit-us-nyc" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9946606, - 40.7230437 - ] - }, - "id": "node/5792776004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5792943727", - "addr:housenumber": "307", - "addr:postcode": "10018", - "addr:street": "West 38th Street", - "addr:unit": "10", - "clothes": "men", - "email": "shop@nepenthesny.com", - "instagram": "nepenthes_newyork", - "name": "Nepenthes New York", - "opening_hours": "Mo-Sa 12:00-19:00; Su 12:00-17:00", - "payment:american_express": "yes", - "payment:apple_pay": "yes", - "payment:diners_club": "yes", - "payment:discover_card": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+1 212-643-9540", - "shop": "clothes", - "website": "https://nepenthesny.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9920584, - 40.7550216 - ] - }, - "id": "node/5792943727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5796438082", - "addr:housenumber": "120", - "addr:street": "Thompson Street", - "clothes": "hats", - "clothes:hats": "yes", - "name": "The Hat Shop", - "opening_hours": "Mo-Sa 12:00-19:00; Su 13:00-18:00", - "phone": "+1-212-219-1445", - "shop": "clothes", - "website": "https://thehatshopnyc.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.00157, - 40.7259694 - ] - }, - "id": "node/5796438082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5799947874", - "addr:housenumber": "1511", - "addr:postcode": "10028", - "addr:street": "3rd Avenue", - "branch": "85th & 3rd", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Gap", - "opening_hours": "Mo-Sa 10:00-20:00; Su 10:00-19:00", - "phone": "+1 212-794-5782", - "shop": "clothes", - "website": "https://www.gap.com/stores/ny/new-york/gap-7228.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9540867, - 40.7781822 - ] - }, - "id": "node/5799947874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5799949122", - "addr:city": "New York", - "addr:housenumber": "1517", - "addr:postcode": "10028", - "addr:state": "NY", - "addr:street": "3rd Avenue", - "branch": "Upper East Side", - "brand": "Athleta", - "brand:wikidata": "Q105722424", - "clothes": "women", - "fair_trade": "yes", - "instagram": "athletanyc", - "name": "Athleta", - "opening_hours": "Mo-Sa 10:00-18:00; Su 11:00-18:00", - "organic": "yes", - "phone": "+1 212-249-2072", - "shop": "clothes", - "website": "https://athleta.gap.com/stores/ny/newyork/athleta-4785.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9539386, - 40.7784627 - ] - }, - "id": "node/5799949122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5802813853", - "addr:street": "Madison Avenue", - "name": "Carolina Herrera", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9640918, - 40.7739005 - ] - }, - "id": "node/5802813853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5807126561", - "addr:housenumber": "493", - "addr:postcode": "11201", - "addr:street": "Fulton Street", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "clothes": "women; children", - "clothes:children": "yes", - "clothes:women": "yes", - "name": "Rainbow", - "opening_hours": "Mo-Su 10:00-20:00", - "payment:debit_cards": "yes", - "phone": "+1-718-858-3772", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/ny/brooklyn/19/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9855174, - 40.6908796 - ] - }, - "id": "node/5807126561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5807126562", - "addr:housenumber": "503", - "addr:street": "Fulton Street", - "brand": "Old Navy", - "brand:wikidata": "Q2735242", - "clothes:men": "yes", - "clothes:women": "yes", - "name": "Old Navy", - "opening_hours": "Mo-Sa 09:00-21:00; Su 10:00-19:00", - "phone": "+1-718-243-2982", - "shop": "clothes", - "website": "https://www.oldnavy.com/products/brooklyn-ny-store-3264.jsp", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9848759, - 40.6906194 - ] - }, - "id": "node/5807126562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5808137401", - "addr:housenumber": "818", - "addr:postcode": "10028", - "addr:street": "Madison Avenue", - "brand": "Jil Sander", - "brand:wikidata": "Q17101930", - "fax": "+1 212-838-6284", - "name": "Jil Sander", - "opening_hours": "Mo-Sa 10:00-18:00", - "phone": "+1 212-838-6100", - "shop": "clothes", - "website": "https://www.jilsander.com/stores" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9672168, - 40.7696159 - ] - }, - "id": "node/5808137401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5808147981", - "addr:city": "New York", - "addr:housenumber": "1047", - "addr:postcode": "10021", - "addr:state": "NY", - "addr:street": "Madison Avenue", - "brand": "Barbour", - "brand:wikidata": "Q182399", - "clothes": "women;men", - "email": "barbour.nyc@barbour.com", - "name": "Barbour", - "opening_hours": "Mo-Sa 10:00-18:00; Su 11:00-17:00", - "phone": "+1 212-570-2600", - "shop": "clothes", - "website": "https://www.barbour.com/shop/barbour-new-york" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9615463, - 40.7767518 - ] - }, - "id": "node/5808147981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5808313096", - "clothes:swimwear": "yes", - "clothes:underwear": "yes", - "clothes:women": "yes", - "email": "Shop@IrisLingerieBrooklyn.com", - "name": "Iris Lingerie", - "opening_hours": "Tu-Su 11:30-17:30", - "phone": "+1-718-422-1149", - "shop": "clothes", - "website": "http://irislingeriebrooklyn.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9877628, - 40.6882473 - ] - }, - "id": "node/5808313096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5808902392", - "clothes:women": "yes", - "email": "info@consignmentbrooklyn.com", - "name": "Consignment Brooklyn", - "opening_hours": "Su 11:00-18:00; Mo-Sa 11:00-19:00", - "phone": "+1-718-522-3522", - "shoes:women": "yes", - "shop": "clothes", - "website": "https://consignmentbrooklyn.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9858444, - 40.6875033 - ] - }, - "id": "node/5808902392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5809125920", - "name": "Layla", - "opening_hours": "\"by appointment only\"", - "phone": "+1-718-222-1933", - "shop": "clothes", - "website": "https://www.layla-bklyn.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.986819, - 40.6875287 - ] - }, - "id": "node/5809125920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5813254083", - "addr:city": "New York", - "addr:housenumber": "911", - "addr:postcode": "10010", - "addr:state": "NY", - "addr:street": "Broadway", - "addr:suite": "1802", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "clothes": "children", - "name": "Jacadi", - "opening_hours": "11:00-19:00; Sa 10:00-17:00", - "outdoor_seating": "no", - "phone": "+1-212-673-7217", - "shop": "clothes", - "website": "https://www.jacadi.us/store/611" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9898159, - 40.7395517 - ] - }, - "id": "node/5813254083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5814315253", - "addr:city": "New York", - "addr:housenumber": "107", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Greene Street", - "brand": "Dior", - "brand:wikidata": "Q542767", - "name": "Dior", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-19:00", - "operator": "Dior", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9998469, - 40.7246402 - ] - }, - "id": "node/5814315253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5825512054", - "addr:housenumber": "1472", - "addr:street": "Broadway", - "branch": "Times Square", - "brand": "H&M", - "brand:wikidata": "Q188326", - "check_date": "2024-01-27", - "name": "H&M", - "opening_hours": "Mo-We, Su 09:00-00:00; Th-Sa 08:00-02:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9860803, - 40.7560508 - ] - }, - "id": "node/5825512054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5830803196", - "alt_name": "Mink", - "clothes": "women", - "contact:instagram": "@minkbrooklyn", - "name": "Min-K", - "opening_hours": "Mo-Su 11:00-18:00", - "operator": "Min Ji Kim", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.982497, - 40.6660427 - ] - }, - "id": "node/5830803196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5830803200", - "name": "mae", - "phone": "+1-718-788-7070", - "shop": "clothes", - "website": "https://maebrooklyn.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.982536, - 40.6660013 - ] - }, - "id": "node/5830803200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5846841463", - "addr:housenumber": "8", - "addr:postcode": "10018", - "addr:street": "West 38th Street", - "clothes": "men;suits", - "contact:facebook": "https://www.facebook.com/shaunclarkwardrobe/", - "email": "shaun@elevee.com", - "name": "élevée", - "opening_hours": "Mo-Fr 11:00-18:00", - "phone": "+1 401-297-7428", - "shop": "clothes", - "website": "https://elevee.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9834721, - 40.7511462 - ] - }, - "id": "node/5846841463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5849811268", - "addr:housenumber": "260", - "addr:postcode": "10001", - "addr:street": "5th Avenue", - "branch": "NoMad", - "email": "nomad@260samplesale.com", - "name": "260 Sample Sale", - "phone": "+1 212-725-5400", - "shop": "clothes", - "website": "https://www.260samplesale.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9872129, - 40.745132 - ] - }, - "id": "node/5849811268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5849856422", - "addr:housenumber": "151", - "addr:postcode": "10012", - "addr:street": "Wooster Street", - "branch": "SoHo, 151 Wooster", - "email": "soho@260samplesale.com", - "name": "Thurman Isaiah and widow Napoli", - "phone": "+1 646-852-6175", - "shop": "clothes", - "website": "https://www.260samplesale.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9995712, - 40.7262076 - ] - }, - "id": "node/5849856422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5859221938", - "addr:housenumber": "551", - "addr:postcode": "10022", - "addr:street": "Madison Avenue", - "branch": "Madison Avenue", - "brand": "Allen Edmonds", - "brand:wikidata": "Q4731627", - "email": "nymadave@allenedmonds.com", - "name": "Allen Edmonds", - "opening_hours": "Mo-Fr 09:30-20:00; Sa 10:00-18:30; Su 12:00-18:00", - "phone": "+1 646-682-2554", - "shoes:men": "yes", - "shop": "shoes", - "website": "https://www.allenedmonds.com/on/demandware.store/Sites-allenedmonds-Site/default/Stores-Details?StoreID=AE020-C" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9730731, - 40.7610198 - ] - }, - "id": "node/5859221938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5859226170", - "addr:housenumber": "20", - "addr:postcode": "10036", - "addr:street": "West 43rd Street", - "brand": "Allen Edmonds", - "brand:wikidata": "Q4731627", - "name": "Allen Edmonds", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 10:00-18:00; Su 12:00-17:00", - "phone": "+1 917-344-5181", - "shoes:men": "yes", - "shop": "shoes", - "website": "https://www.allenedmonds.com/on/demandware.store/Sites-allenedmonds-Site/default/Stores-Details?StoreID=AE058-C" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9814677, - 40.7544852 - ] - }, - "id": "node/5859226170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5859233816", - "addr:housenumber": "61", - "addr:postcode": "10112", - "addr:street": "West 49th Street", - "branch": "49th Street", - "brand": "Allen Edmonds", - "brand:wikidata": "Q4731627", - "clothes:men": "yes", - "email": "my6th@allenedmonds.com", - "name": "Allen Edmonds", - "opening_hours": "Mo-Sa 10:00-19:00, Su 12:00-20:00", - "phone": "+1 212-262-4070", - "shoes:men": "yes", - "shop": "shoes", - "website": "https://www.allenedmonds.com/on/demandware.store/Sites-allenedmonds-Site/default/Stores-Details?StoreID=AE038-C", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9801923, - 40.7591268 - ] - }, - "id": "node/5859233816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5859262364", - "addr:housenumber": "340", - "addr:postcode": "10173", - "addr:street": "Madison Avenue", - "name": "Alden Shoes", - "opening_hours": "Mo-Fr 08:00-18:00; Sa 09:00-17:00; Su 11:00-17:00", - "payment:american_express": "yes", - "payment:discover_card": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+1 212-687-3023", - "shoes": "men", - "shop": "shoes", - "website": "https://aldenmadison.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.978666, - 40.753941 - ] - }, - "id": "node/5859262364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5862766782", - "addr:housenumber": "126", - "addr:postcode": "10011", - "addr:street": "5th Avenue", - "branch": "Flatiron", - "brand": "Athleta", - "brand:wikidata": "Q105722424", - "clothes": "women", - "fair_trade": "yes", - "name": "Athleta", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "organic": "yes", - "phone": "+1 212-929-0512", - "shop": "clothes", - "website": "https://stores.athleta.net/store-7049/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.992124, - 40.7384411 - ] - }, - "id": "node/5862766782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5864437428", - "clothes": "women", - "name": "Meg", - "opening_hours": "Mo-We 11:00-19:00; Th-Fr 11:00-20:00; Sa-Su 11:00-19:00", - "phone": "+1-929-295-0040", - "shop": "clothes", - "website": "https://www.megbymeghankinney.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9859471, - 40.6871825 - ] - }, - "id": "node/5864437428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5879940311", - "addr:city": "Bronx", - "addr:housenumber": "1447", - "addr:postcode": "10462", - "addr:state": "NY", - "addr:street": "Metropolitan Avenue", - "name": "Footaction", - "opening_hours": "Mo-Sa 10:00-20:00, Su 11:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8610922, - 40.8367631 - ] - }, - "id": "node/5879940311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5889475671", - "addr:housenumber": "19", - "addr:postcode": "10001", - "addr:street": "West 34th Street", - "brand": "Banana Republic", - "brand:wikidata": "Q806085", - "clothes": "men;women", - "name": "Banana Republic", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9858672, - 40.7491858 - ] - }, - "id": "node/5889475671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5889476754", - "addr:housenumber": "15", - "addr:street": "West 34th Street", - "brand": "Zumiez", - "brand:wikidata": "Q8075252", - "name": "Zumiez", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9857177, - 40.7491229 - ] - }, - "id": "node/5889476754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5889477215", - "addr:city": "New York", - "addr:housenumber": "1", - "addr:postcode": "10001", - "addr:state": "NY", - "addr:street": "West 34th Street", - "check_date": "2022-06-23", - "contact:facebook": "https://www.facebook.com/LegacyNewYorkCity/", - "contact:twitter": "https://twitter.com/Legacy_NYC", - "email": "Hello@Legacy-NY.com", - "name": "LEGACY Sneaker Boutique", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1-848-228-2696", - "shop": "shoes", - "website": "https://www.legacy-ny.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9850203, - 40.7488118 - ] - }, - "id": "node/5889477215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892946810", - "addr:housenumber": "72-62", - "addr:street": "Main Street", - "name": "Eshet Chayil", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8212105, - 40.7250081 - ] - }, - "id": "node/5892946810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892949326", - "addr:housenumber": "72-44", - "addr:street": "Main Street", - "name": "Elzee", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8214728, - 40.7254837 - ] - }, - "id": "node/5892949326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5902961332", - "addr:housenumber": "1180", - "addr:postcode": "10028", - "addr:street": "Madison Avenue", - "brand": "Brooks Brothers", - "brand:wikidata": "Q929722", - "clothes": "women;men;suits", - "name": "Brooks Brothers", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1 212-289-5027", - "shop": "clothes", - "website": "https://www.brooksbrothers.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9587881, - 40.7811602 - ] - }, - "id": "node/5902961332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5905555176", - "addr:city": "Cedarhurst", - "addr:housenumber": "570", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "The Emperor's Old Clothes", - "nysgissam:nysaddresspointid": "NASS237153", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7222089, - 40.6229579 - ] - }, - "id": "node/5905555176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5905555177", - "addr:city": "Cedarhurst", - "addr:housenumber": "572", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "Breezy's", - "nysgissam:nysaddresspointid": "NASS000757", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7221447, - 40.6230066 - ] - }, - "id": "node/5905555177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5905555180", - "addr:city": "Cedarhurst", - "addr:housenumber": "558", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "A Shoe Inn", - "nysgissam:nysaddresspointid": "NASS089221", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7225396, - 40.6227253 - ] - }, - "id": "node/5905555180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5905555886", - "addr:city": "Cedarhurst", - "addr:housenumber": "540", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "Legaacy", - "nysgissam:nysaddresspointid": "NASS210328", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7228261, - 40.6225185 - ] - }, - "id": "node/5905555886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5905555889", - "addr:city": "Cedarhurst", - "addr:housenumber": "534", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "Petit Chic", - "nysgissam:nysaddresspointid": "NASS079905", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7229605, - 40.6224235 - ] - }, - "id": "node/5905555889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5905555893", - "addr:city": "Cedarhurst", - "addr:housenumber": "530", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "David's Den", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7231582, - 40.6222771 - ] - }, - "id": "node/5905555893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5905571146", - "addr:housenumber": "390", - "addr:postcode": "10013", - "addr:street": "Broadway", - "name": "Infinity Shoes", - "opening_hours": "Mo-Sa 10:00-20:00; Su 12:00-19:00", - "phone": "+1 212-966-5901", - "shop": "shoes", - "website": "https://www.infinityshoes.com/390-broadway-shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0026265, - 40.7182729 - ] - }, - "id": "node/5905571146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5905578939", - "addr:housenumber": "456", - "addr:postcode": "10013", - "addr:street": "Broadway", - "name": "Saga Footwear", - "opening_hours": "Mo-Th 10:00-20:00; Fr, Sa 10:00-21:00; Su 11:00-19:30", - "phone": "+1 212-625-0775", - "shop": "shoes", - "website": "https://www.infinityshoes.com/saga-nyc" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0006766, - 40.7205709 - ] - }, - "id": "node/5905578939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906325409", - "addr:city": "Cedarhurst", - "addr:housenumber": "484", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "Esti's", - "nysgissam:nysaddresspointid": "NASS260909", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7245737, - 40.6212761 - ] - }, - "id": "node/5906325409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906945688", - "brand": "Brooks Brothers", - "brand:wikidata": "Q929722", - "name": "Brooks Brothers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7919851, - 40.6476684 - ] - }, - "id": "node/5906945688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906945690", - "brand": "Victoria's Secret", - "brand:wikidata": "Q332477", - "clothes": "underwear;women", - "name": "Victoria's Secret", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7921908, - 40.6475737 - ] - }, - "id": "node/5906945690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906982685", - "brand": "Michael Kors", - "brand:wikidata": "Q19572998", - "name": "Michael Kors", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7912837, - 40.647597 - ] - }, - "id": "node/5906982685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5906982686", - "brand": "Hugo Boss", - "brand:wikidata": "Q491627", - "name": "Hugo Boss", - "shop": "clothes", - "short_name": "Boss" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7911428, - 40.6475716 - ] - }, - "id": "node/5906982686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5907394831", - "addr:city": "Cedarhurst", - "addr:housenumber": "462", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "clothes": "women", - "name": "Vendome 2", - "nysgissam:nysaddresspointid": "NASS091360", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7253162, - 40.620726 - ] - }, - "id": "node/5907394831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5907394843", - "addr:city": "Cedarhurst", - "addr:housenumber": "416", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "Tiptoe Boutique", - "nysgissam:nysaddresspointid": "NASS046324", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7264084, - 40.6199345 - ] - }, - "id": "node/5907394843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5907394845", - "addr:city": "Cedarhurst", - "addr:housenumber": "422", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "{9} New York", - "nysgissam:nysaddresspointid": "NASS261378", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.726261, - 40.6200435 - ] - }, - "id": "node/5907394845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5907394847", - "addr:city": "Cedarhurst", - "addr:housenumber": "426", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "Mezzo", - "nysgissam:nysaddresspointid": "NASS378602", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7261487, - 40.6201181 - ] - }, - "id": "node/5907394847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5907394856", - "addr:city": "Cedarhurst", - "addr:housenumber": "438", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "addr:unit": "1", - "nysgissam:nysaddresspointid": "NASS047453;NASS450826", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7258199, - 40.6203598 - ] - }, - "id": "node/5907394856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5907394859", - "addr:city": "Cedarhurst", - "addr:housenumber": "440", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "Secret Me", - "nysgissam:nysaddresspointid": "NASS249712", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7257529, - 40.6204099 - ] - }, - "id": "node/5907394859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5907394864", - "addr:city": "Cedarhurst", - "addr:flats": "1;A", - "addr:housenumber": "456", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "clothes": "suits", - "name": "Suit Central", - "nysgissam:nysaddresspointid": "NASS492525;NASS491884;NASS275333", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7254672, - 40.6206259 - ] - }, - "id": "node/5907394864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5912834483", - "addr:housenumber": "298", - "addr:postcode": "11231", - "addr:street": "Degraw Street", - "clothes": "women", - "name": "Gioletti", - "opening_hours": "We-Fr 11:00-19:00, Sa-Su 12:00-18:00", - "phone": "+1-646-248-3456", - "shop": "clothes", - "website": "https://www.giolettistudio.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9956188, - 40.6837533 - ] - }, - "id": "node/5912834483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5912873406", - "alt_name": "Sujuk", - "clothes": "women", - "name": "Su'juk", - "phone": "+1-929-650-8890", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.993727, - 40.68722 - ] - }, - "id": "node/5912873406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5912968132", - "name": "Diane T.", - "opening_hours": "Tu-Th 12:00-18:30; Sa-Su 12:00-18:00", - "phone": "+1-718-923-5777", - "shop": "clothes", - "website": "https://dianetbrooklyn.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9933738, - 40.6879528 - ] - }, - "id": "node/5912968132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5912968133", - "clothes": "women", - "name": "Phoebe Jon", - "opening_hours": "Tu-We 12:00-18:30, Th-Sa 12:00-18:00", - "shop": "clothes", - "website": "https://www.thephoebejon.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9932739, - 40.6881609 - ] - }, - "id": "node/5912968133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5919252677", - "addr:housenumber": "83", - "addr:postcode": "10003", - "addr:street": "East 7th Street", - "clothes": "women;men", - "name": "Tokio 7", - "opening_hours": "Mo-Su 11:00-19:00", - "payment:american_express": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+1 212-353-8443", - "second_hand": "only", - "shop": "clothes", - "website": "https://tokio7.net/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9861016, - 40.7272729 - ] - }, - "id": "node/5919252677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5919283363", - "addr:housenumber": "322", - "addr:postcode": "10028", - "addr:street": "East 81st Street", - "clothes": "men;suits", - "name": "Gentlemen's Resale", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00; Su 12:00-17:00", - "phone": "+1 212-734-2739", - "second_hand": "only", - "shop": "clothes", - "website": "http://gentlemensresaleclothing.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9532449, - 40.7741968 - ] - }, - "id": "node/5919283363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5919768637", - "addr:housenumber": "131", - "addr:postcode": "10012", - "addr:street": "Mercer Street", - "branch": "Soho", - "brand": "A.P.C.", - "brand:wikidata": "Q546542", - "clothes": "women;men;denim", - "name": "A.P.C.", - "opening_hours": "Mo-Th 11:00-19:30; Fr, Sa 11:00-20:00; Su 12:00-18:00", - "phone": "+1 212-966-9685", - "shop": "clothes", - "website": "https://www.apc-us.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.999063, - 40.7243375 - ] - }, - "id": "node/5919768637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5919774485", - "addr:housenumber": "267", - "addr:postcode": "10014", - "addr:street": "West 4th Street", - "branch": "Greenwich Village", - "brand": "A.P.C.", - "brand:wikidata": "Q546542", - "clothes": "women;mrn;denim", - "name": "A.P.C.", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1 212-755-2523", - "shop": "clothes", - "website": "https://www.apc-us.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0032819, - 40.7356633 - ] - }, - "id": "node/5919774485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5919781332", - "addr:housenumber": "49", - "addr:postcode": "10012", - "addr:street": "Bond Street", - "branch": "Noho", - "brand": "A.P.C.", - "brand:wikidata": "Q546542", - "clothes": "women;men;denim", - "name": "A.P.C.", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1 212-966-0049", - "shop": "clothes", - "website": "https://www.apc-us.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9928614, - 40.7258619 - ] - }, - "id": "node/5919781332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5919800236", - "addr:housenumber": "92", - "addr:postcode": "10014", - "addr:street": "Perry Street", - "clothes": "women;men;denim", - "name": "A.P.C. Surplus", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1 646-371-9292", - "shop": "clothes", - "website": "https://www.apc-us.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0051617, - 40.7351694 - ] - }, - "id": "node/5919800236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5919899373", - "addr:housenumber": "102", - "addr:postcode": "10012", - "addr:street": "Prince Street", - "branch": "Soho", - "brand": "Tumi", - "brand:wikidata": "Q4465402", - "name": "Tumi", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1 646-613-9101", - "shop": "bag", - "website": "https://www.tumi.com/store/0000001036" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9991042, - 40.7247766 - ] - }, - "id": "node/5919899373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5921473185", - "name": "Telco", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.980169, - 40.5963872 - ] - }, - "id": "node/5921473185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5923163685", - "addr:housenumber": "23", - "addr:postcode": "10013", - "addr:street": "Howard Street", - "name": "Reformation", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0004872, - 40.7193835 - ] - }, - "id": "node/5923163685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5923163785", - "addr:housenumber": "474", - "addr:postcode": "10013", - "addr:street": "Broome Street", - "name": "Moussy", - "opening_hours": "Mo-Fr 12:00-19:00; Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1-646-600-6012", - "shop": "clothes", - "website": "https://moussy-global.com/pages/flagship-store" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0016733, - 40.7228056 - ] - }, - "id": "node/5923163785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5923184265", - "addr:housenumber": "130", - "addr:postcode": "10012", - "addr:street": "Greene Street", - "email": "nysoho@meermin.com", - "level": "1", - "name": "Meermin", - "opening_hours": "Mo-Sa 11:30-20:00; Su 12:00-18:00", - "phone": "+1 646-781-9100", - "shop": "shoes", - "website": "https://meermin.com/in_en/stores" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.998881, - 40.7253045 - ] - }, - "id": "node/5923184265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5929771424", - "addr:housenumber": "505", - "addr:postcode": "10017", - "addr:street": "5th Avenue", - "branch": "5th Avenue", - "brand": "COS", - "brand:wikidata": "Q60772401", - "clothes": "women;men", - "name": "COS", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-20:00", - "phone": "+1 212-271-9999", - "shop": "clothes", - "website": "https://www.cosstores.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9804985, - 40.7536883 - ] - }, - "id": "node/5929771424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5929781531", - "addr:housenumber": "129", - "addr:postcode": "10012", - "addr:street": "Spring Street", - "branch": "Spring Street", - "brand": "COS", - "brand:wikidata": "Q60772401", - "clothes": "women;men", - "name": "COS", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "operator": "H&M", - "phone": "+1 212-389-1247", - "shop": "clothes", - "website": "https://www.cosstores.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0004723, - 40.7239761 - ] - }, - "id": "node/5929781531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5934969266", - "description": "Japanese fasions, housewares", - "name": "Arita", - "shop": "clothes", - "website": "https://aritamade.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0000609, - 40.7200269 - ] - }, - "id": "node/5934969266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5934969273", - "addr:housenumber": "16", - "addr:postcode": "10013", - "addr:street": "Howard Street", - "contact:email": "store@mcrowcompany.com", - "contact:facebook": "https://www.facebook.com/mcrowco", - "contact:instagram": "https://instagram.com/mcrowcompany", - "name": "M. Crow", - "opening_hours": "Mo-Fr 11:00-19:00; Sa-Su 12:00-18:00", - "phone": "+1 212-625-1797", - "shop": "clothes", - "website": "https://mcrowcompany.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0002283, - 40.7194858 - ] - }, - "id": "node/5934969273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5941312313", - "name": "Monentos", - "opening_hours": "Mo-Su 09:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0166439, - 40.642861 - ] - }, - "id": "node/5941312313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5947691864", - "addr:city": "Lawrence", - "addr:flats": "1-3", - "addr:housenumber": "359", - "addr:postcode": "11559", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "Haute Couture", - "nysgissam:nysaddresspointid": "NASS233065;NASS457241;NASS487253;NASS429163", - "phone": "+1-516-295-2300", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7285775, - 40.6181727 - ] - }, - "id": "node/5947691864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5947736600", - "addr:city": "Cedarhurst", - "addr:housenumber": "501", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "Beverly Mehl", - "nysgissam:nysaddresspointid": "NASS162308", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7239639, - 40.6213676 - ] - }, - "id": "node/5947736600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5947750976", - "addr:city": "Cedarhurst", - "addr:housenumber": "485", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "addr:unit": "R", - "name": "AList. By 100% Kids", - "nysgissam:nysaddresspointid": "NASS289259;NASS483578", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7243729, - 40.6211219 - ] - }, - "id": "node/5947750976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5947753136", - "addr:housenumber": "481A", - "addr:street": "Central Avenue", - "name": "Upper Class Hats", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7244621, - 40.6210488 - ] - }, - "id": "node/5947753136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5947753168", - "addr:city": "Cedarhurst", - "addr:housenumber": "499", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "Clementine", - "nysgissam:nysaddresspointid": "NASS298422", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7240042, - 40.6213445 - ] - }, - "id": "node/5947753168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5947754024", - "addr:city": "Cedarhurst", - "addr:housenumber": "489", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "The Shell Station", - "nysgissam:nysaddresspointid": "NASS256704", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7242485, - 40.6211881 - ] - }, - "id": "node/5947754024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5947754026", - "addr:city": "Cedarhurst", - "addr:housenumber": "497", - "addr:postcode": "11516", - "addr:state": "NY", - "addr:street": "Central Avenue", - "name": "Nikia", - "nysgissam:nysaddresspointid": "NASS159334", - "phone": "+1-516-791-7111", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7240924, - 40.6213053 - ] - }, - "id": "node/5947754026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5947754037", - "addr:housenumber": "503A", - "addr:street": "Central Avenue", - "name": "Zohar", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.72384, - 40.6214469 - ] - }, - "id": "node/5947754037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5949062216", - "addr:city": "Lawrence", - "addr:housenumber": "392", - "addr:postcode": "11559", - "addr:state": "NY", - "addr:street": "Central Avenue", - "clothes": "children", - "name": "Junee Jr", - "nysgissam:nysaddresspointid": "NASS209887", - "phone": "+1-516-341-0696", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7272595, - 40.6193568 - ] - }, - "id": "node/5949062216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5949062218", - "addr:city": "Lawrence", - "addr:housenumber": "396", - "addr:postcode": "11559", - "addr:state": "NY", - "addr:street": "Central Avenue", - "clothes": "women", - "name": "Junee", - "nysgissam:nysaddresspointid": "NASS122467", - "phone": "+1-516-596-0035", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7271778, - 40.6194117 - ] - }, - "id": "node/5949062218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5949456898", - "name": "MF Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9495435, - 40.6952122 - ] - }, - "id": "node/5949456898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5949593066", - "addr:housenumber": "718", - "addr:postcode": "11205", - "addr:street": "Myrtle Avenue", - "name": "Clothesout", - "opening_hours": "Mo-Th,Su 11:30-18:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9545771, - 40.6946307 - ] - }, - "id": "node/5949593066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5970481593", - "clothes": "children;maternity", - "name": "Owl Tree", - "opening_hours": "Mo-Su 10:00-17:00", - "second_hand": "only", - "shop": "clothes", - "website": "https://owltreekids.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9965005, - 40.6814665 - ] - }, - "id": "node/5970481593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5973681220", - "alt_name": "Windsor Shoes", - "name": "Windsor's World of Shoes", - "opening_hours": "Mo-Sa 10:00-19:00; Su 12:00-17:00", - "phone": "+1-718-369-3700", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9875606, - 40.6679069 - ] - }, - "id": "node/5973681220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5978792511", - "name": "Sandt Liang", - "phone": "+1-347-949-3518", - "shop": "clothes", - "website": "https://www.sandyliang.info" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9914229, - 40.7155779 - ] - }, - "id": "node/5978792511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5979734085", - "brand": "Zara", - "brand:wikidata": "Q147662", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9764128, - 40.7600172 - ] - }, - "id": "node/5979734085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5982230986", - "name": "Mets Clubhouse Shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9816908, - 40.754007 - ] - }, - "id": "node/5982230986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5983765786", - "name": "La Rosa Dancewear & Hosiery", - "phone": "+1-718-499-6721", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9820446, - 40.6745263 - ] - }, - "id": "node/5983765786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5987486726", - "craft": "tailor", - "name": "Katlan Boutique", - "opening_hours": "We-Su 10:00-18:00", - "phone": "+1-347-987-3671", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9928466, - 40.6829997 - ] - }, - "id": "node/5987486726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5990958680", - "addr:housenumber": "69-66", - "addr:street": "Main Street", - "name": "J & Z Couture", - "phone": "+1-718-261-2452", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8234966, - 40.7296392 - ] - }, - "id": "node/5990958680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5991000179", - "addr:housenumber": "69-62", - "addr:street": "Main Street", - "name": "N. Brand 26", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8235732, - 40.7297571 - ] - }, - "id": "node/5991000179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6001514291", - "name": "Kates Bros.", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0405594, - 40.8887564 - ] - }, - "id": "node/6001514291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6013233327", - "addr:housenumber": "273", - "addr:postcode": "10012", - "addr:street": "Lafayette Street", - "name": "Dagne Dover", - "opening_hours": "Mo-Sa 11:00-19:00, Su 12:00-18:00", - "phone": "+1-917-388-3646", - "shop": "bag", - "website": "https://www.dagnedover.com/pages/visit-us" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9961414, - 40.7238547 - ] - }, - "id": "node/6013233327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6019991050", - "name": "Julie Kaye", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8167643, - 40.7182696 - ] - }, - "id": "node/6019991050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6037820262", - "craft": "tailor", - "name": "Venchy Couture", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 12:00-17:00", - "phone": "+1-347-294-0098", - "shop": "clothes", - "website": "https://venchycouture.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9902308, - 40.6607603 - ] - }, - "id": "node/6037820262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6040058086", - "brand": "Tumi", - "brand:wikidata": "Q4465402", - "name": "Tumi", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1785293, - 40.6967735 - ] - }, - "id": "node/6040058086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6040058385", - "brand": "Johnston & Murphy", - "brand:wikidata": "Q6268615", - "name": "Johnston & Murphy", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1744482, - 40.6948158 - ] - }, - "id": "node/6040058385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6040128290", - "brand": "Coach", - "brand:wikidata": "Q727697", - "name": "Coach", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.178507, - 40.6967452 - ] - }, - "id": "node/6040128290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6050167607", - "addr:housenumber": "53", - "addr:street": "Waterbury Street", - "clothes:women": "yes", - "name": "Cult Party", - "opening_hours": "Tu-Su 12:00-20:00", - "phone": "+1-617-596-2711", - "shop": "clothes", - "website": "https://cultpartynyc.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9372012, - 40.7090852 - ] - }, - "id": "node/6050167607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6052023085", - "name": "Odlo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9885548, - 40.7519418 - ] - }, - "id": "node/6052023085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6052821497", - "addr:housenumber": "70", - "addr:street": "Orchard Street", - "name": "Pilgrim New York", - "opening_hours": "Tu-Th 12:00-17:00, Fr-Su 2:00-18:00", - "phone": "2124637720", - "shop": "clothes", - "website": "https://pilgrimnyc.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9906669, - 40.7174928 - ] - }, - "id": "node/6052821497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6052834497", - "name": "What goes around comes around", - "opening_hours": "Mo-Sa 09:00-18:00, Su 12:00-19:00", - "phone": "2123431225", - "shop": "clothes", - "website": "https://www.whatgoesaroundnyc.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0031287, - 40.7227871 - ] - }, - "id": "node/6052834497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6052945988", - "addr:housenumber": "208", - "addr:postcode": "10003", - "addr:street": "East 6th Street", - "name": "Nomad Vintage", - "opening_hours": "Tu-Sa 13:00-19:00 \"or by appointment\"", - "phone": "+1-212-300-4765", - "second_hand": "yes", - "shop": "clothes", - "website": "https://nomadvintage.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9902375, - 40.7280019 - ] - }, - "id": "node/6052945988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6052996186", - "addr:housenumber": "16", - "addr:street": "Bedford Avenue", - "name": "Awoke Vintage", - "opening_hours": "Mo-Su 10:00-22:00", - "phone": "9293973378", - "shop": "clothes", - "website": "https://www.awokevintage.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9515758, - 40.7237375 - ] - }, - "id": "node/6052996186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6053007385", - "addr:housenumber": "285", - "addr:street": "North 6th Street", - "name": "10 Ft Single by Stella Dallas", - "phone": "718489482", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9541436, - 40.7145262 - ] - }, - "id": "node/6053007385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6053066286", - "name": "Edith Machinist", - "opening_hours": "Mo-Su 12:00-19:00", - "phone": "2129799992", - "shop": "clothes", - "website": "https://edithmachinist.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9879826, - 40.7201543 - ] - }, - "id": "node/6053066286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6053084085", - "name": "Fox & Fawn", - "opening_hours": "Mo-Su 12:00-20:00", - "phone": "718349510", - "shop": "clothes", - "website": "http://shopfoxandfawn.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9498576, - 40.7225208 - ] - }, - "id": "node/6053084085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6053103886", - "addr:city": "New York", - "addr:housenumber": "84", - "addr:postcode": "10003", - "addr:state": "NY", - "addr:street": "East 7th Street", - "alt_name": "AuH20 Thriftique", - "name": "Goldwater Thriftique", - "opening_hours": "Mo-Su 12:00-19:00", - "phone": "+1-917-261-7474", - "second_hand": "only", - "shop": "clothes", - "short_name": "AuH₂0", - "website": "https://www.auh2oshop.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9862397, - 40.7270805 - ] - }, - "id": "node/6053103886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6053128686", - "addr:housenumber": "5", - "addr:street": "Delancey Street", - "name": "Procell", - "opening_hours": "We-Sa 12:00-19:00", - "phone": "2122262315", - "shop": "clothes", - "website": "http://Instagram.com/procell" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9934628, - 40.7203946 - ] - }, - "id": "node/6053128686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6053132385", - "addr:housenumber": "82", - "addr:street": "Dobbin Street", - "name": "The Break", - "opening_hours": "Mo-Sa 12:00-20:00, Su 12:00-19:00", - "shop": "clothes", - "website": "https://shopthebreak.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9542862, - 40.7248311 - ] - }, - "id": "node/6053132385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6064061185", - "addr:housenumber": "123", - "addr:postcode": "10013", - "addr:street": "Grand Street", - "clothes": "women;men;denim", - "email": "nyc@nakedandfamousdenim.com", - "name": "Naked & Famous Denim", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+1 646-892-3085", - "shop": "clothes", - "website": "https://www.nakedandfamousdenim.com/nyc-store" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0002971, - 40.7204947 - ] - }, - "id": "node/6064061185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6069012697", - "clothes": "women;oversize", - "name": "Plus BKLYN", - "shop": "clothes", - "website": "https://plusbklyn.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9453831, - 40.7190829 - ] - }, - "id": "node/6069012697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6097107246", - "addr:housenumber": "8", - "addr:street": "West Mount Eden Avenue", - "name": "Mr. Milan", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9151796, - 40.8443788 - ] - }, - "id": "node/6097107246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6097107823", - "addr:city": "Hewlett", - "addr:flats": "A;B;C", - "addr:housenumber": "1267", - "addr:postcode": "11557", - "addr:state": "NY", - "addr:street": "West Broadway", - "nysgissam:nysaddresspointid": "NASS470921;NASS441958;NASS382688;NASS421522", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.702589, - 40.6387172 - ] - }, - "id": "node/6097107823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6111254349", - "addr:housenumber": "255", - "addr:street": "McKibbin Street", - "name": "501 Vintage", - "opening_hours": "Sa, Su 12:00-18:00", - "phone": "+1-646-784-3346", - "shop": "clothes", - "website": "https://facebook.com/501vintage" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.937396, - 40.7057495 - ] - }, - "id": "node/6111254349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113835673", - "addr:city": "Ridgewood", - "addr:housenumber": "1080", - "addr:postcode": "11385", - "addr:state": "NY", - "addr:street": "Wyckoff Avenue", - "email": "theragacloset@gmail.com", - "name": "The Raga Closet", - "opening_hours": "Mo-Fr 10:30-20:30; Sa-Su 11:00-20:00", - "operator": "The Raga Closet", - "shop": "clothes", - "website": "https://theragacloset.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9023737, - 40.6943797 - ] - }, - "id": "node/6113835673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6127475541", - "addr:housenumber": "190", - "addr:street": "Wilson Avenue", - "name": "Select Vintage", - "opening_hours": "Tu-Su 13:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9234543, - 40.6992447 - ] - }, - "id": "node/6127475541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128561186", - "name": "Elizabeth gillett", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9919912, - 40.7530051 - ] - }, - "id": "node/6128561186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128599186", - "addr:housenumber": "135", - "addr:street": "East 57th Street", - "name": "chocheng", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9692596, - 40.7614192 - ] - }, - "id": "node/6128599186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128599188", - "name": "yarnz", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9958215, - 40.7224536 - ] - }, - "id": "node/6128599188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128599385", - "name": "Rachel Roy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.984208, - 40.7530785 - ] - }, - "id": "node/6128599385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128599386", - "addr:housenumber": "317", - "addr:street": "west 33rd street", - "name": "ippolita", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9949853, - 40.752122 - ] - }, - "id": "node/6128599386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128599387", - "name": "Henry and Pauline knitwear and j Rosen", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9896602, - 40.7549143 - ] - }, - "id": "node/6128599387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128599388", - "addr:housenumber": "594", - "addr:postcode": "10012", - "addr:street": "Broadway", - "clothes": "sports", - "name": "Wilson", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-18:00", - "phone": "+1-646-719-1312", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9969217, - 40.7250408 - ] - }, - "id": "node/6128599388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128599685", - "name": "Karen Miller", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9916709, - 40.7533852 - ] - }, - "id": "node/6128599685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128599686", - "addr:housenumber": "666", - "addr:street": "Broadway", - "name": "myriad schaefer", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9952014, - 40.727083 - ] - }, - "id": "node/6128599686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128599687", - "addr:housenumber": "37", - "addr:street": "West 39th Street", - "name": "Paz collective", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9842797, - 40.7525304 - ] - }, - "id": "node/6128599687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128599688", - "name": "lionette", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9904627, - 40.7539777 - ] - }, - "id": "node/6128599688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128599689", - "addr:housenumber": "185", - "addr:street": "Madison Avenue", - "internet_access": "wlan", - "name": "mhm style", - "name:en": "kjk style jewelry", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9827315, - 40.747898 - ] - }, - "id": "node/6128599689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128599690", - "addr:housenumber": "134", - "addr:street": "West 29th Street", - "name": "emm kuo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9916773, - 40.747245 - ] - }, - "id": "node/6128599690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128599691", - "name": "willow and clay", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9897344, - 40.7548862 - ] - }, - "id": "node/6128599691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128599985", - "name": "Julie jentzsch", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9939481, - 40.755123 - ] - }, - "id": "node/6128599985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128600187", - "addr:housenumber": "385", - "addr:street": "5th Avenue", - "name": "Gail labelle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9835531, - 40.7495159 - ] - }, - "id": "node/6128600187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128600885", - "name": "stoll America", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9903348, - 40.7547216 - ] - }, - "id": "node/6128600885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128600887", - "name": "limited editions", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9880479, - 40.767329 - ] - }, - "id": "node/6128600887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128600888", - "name": "chelsey scarves", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9842709, - 40.7502312 - ] - }, - "id": "node/6128600888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128600889", - "name": "butter something blue golo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9786652, - 40.7646757 - ] - }, - "id": "node/6128600889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128600890", - "addr:housenumber": "666", - "addr:street": "Broadway", - "name": "myrium schaefer", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9949847, - 40.7271792 - ] - }, - "id": "node/6128600890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6128602885", - "name": "IRO and friends", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9921788, - 40.7545012 - ] - }, - "id": "node/6128602885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6139512885", - "addr:city": "New York", - "addr:housenumber": "519", - "addr:state": "NY", - "addr:street": "8th Avenue", - "name": "Barami", - "opening_hours": "Mo-Th 11:00-18:00; Fr 11:00-19:00", - "phone": "+1 212-967-2990", - "shop": "clothes", - "website": "https://barami.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9928798, - 40.7533131 - ] - }, - "id": "node/6139512885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6140954584", - "brand": "Anthropologie", - "brand:wikidata": "Q4773903", - "clothes": "women", - "name": "Anthropologie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0297581, - 40.7418457 - ] - }, - "id": "node/6140954584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6146327530", - "level": "1", - "name": "Century 21", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7189467, - 40.6626309 - ] - }, - "id": "node/6146327530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6146672078", - "addr:housenumber": "252-04", - "addr:state": "NY", - "addr:street": "Hillside Avenue", - "clothes": "bridal", - "name": "Sai Bridal", - "phone": "+1-718-560-3000", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7153858, - 40.735655 - ] - }, - "id": "node/6146672078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6150413542", - "addr:housenumber": "148", - "addr:postcode": "10012", - "addr:street": "Spring Street", - "alt_name": "Doc Martens", - "brand": "Dr. Martens", - "brand:wikidata": "Q1126126", - "level": "0", - "name": "Dr. Martens", - "opening_hours": "Mo-Sa 10:00-20:00, Su 11:00-19:00", - "phone": "+1 212-226-8500", - "shop": "shoes", - "website": "https://www.drmartens.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0014314, - 40.7241912 - ] - }, - "id": "node/6150413542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6150413544", - "addr:housenumber": "152", - "addr:postcode": "10012", - "addr:street": "Spring Street", - "level": "0", - "name": "Bared Footwear", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-18:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0015528, - 40.7242629 - ] - }, - "id": "node/6150413544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6150413545", - "brand": "ETRO", - "brand:wikidata": "Q1371677", - "name": "ETRO", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0004024, - 40.7239389 - ] - }, - "id": "node/6150413545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6156687211", - "addr:street": "West Merrick Road", - "brand": "Mandee", - "brand:wikidata": "Q71035705", - "clothes": "women", - "name": "Mandee", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7028138, - 40.6657649 - ] - }, - "id": "node/6156687211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6167330323", - "name": "Shalom", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0011108, - 40.8437543 - ] - }, - "id": "node/6167330323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6167330330", - "name": "JAZZ", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0002233, - 40.8450185 - ] - }, - "id": "node/6167330330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6171872909", - "name": "Gio", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9985183, - 40.8473541 - ] - }, - "id": "node/6171872909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6171872911", - "name": "Somebody", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9984757, - 40.8474453 - ] - }, - "id": "node/6171872911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6171873492", - "name": "SysMax", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9964777, - 40.8501566 - ] - }, - "id": "node/6171873492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6175551620", - "alt_name": "Udareuwear", - "name": "Zacon Boutique", - "phone": "+1-347-529-5390", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9664905, - 40.6835256 - ] - }, - "id": "node/6175551620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6177261123", - "addr:housenumber": "248", - "addr:postcode": "11231", - "addr:street": "Smith Street", - "name": "Enamoo", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+1-646-725-7337", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.992896, - 40.683349 - ] - }, - "id": "node/6177261123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6181796940", - "addr:housenumber": "425", - "addr:postcode": "10014", - "addr:street": "West 13th Street", - "name": "Rag & Bone", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0070646, - 40.7409302 - ] - }, - "id": "node/6181796940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6190718369", - "level": "1", - "name": "Richardson", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9936677, - 40.7190344 - ] - }, - "id": "node/6190718369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6195830518", - "air_conditioning": "yes", - "brand": "Carter's", - "brand:wikidata": "Q5047083", - "clothes": "babies;children", - "name": "Carter's", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1-718-225-2160", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7787275, - 40.7794221 - ] - }, - "id": "node/6195830518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6206430644", - "addr:housenumber": "334", - "addr:street": "East 9th Street", - "name": "Cloak & Dagger", - "opening_hours": "Mo-Fr 12:00-20:00; Sa 11:00-20:00; Su 11:00-19:00", - "phone": "+1-212-673-0500", - "shop": "clothes", - "website": "https://www.cloakanddaggernyc.com/pages/boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9859793, - 40.7285493 - ] - }, - "id": "node/6206430644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6206430651", - "addr:city": "New York", - "addr:housenumber": "324", - "addr:postcode": "10003", - "addr:state": "NY", - "addr:street": "East 9th Street", - "name": "D. L. Cerney", - "opening_hours": "Mo-Su 12:00-20:00", - "phone": "+1-212-673-7033", - "shop": "clothes", - "website": "http://dlcerney.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9862937, - 40.7286814 - ] - }, - "id": "node/6206430651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6206439271", - "addr:housenumber": "328", - "addr:street": "East 9th Street", - "clothes": "children", - "name": "An.mé", - "opening_hours": "Mo-Th 11:00-19:00; Fr-Sa 11:00-20:00; Su 12:00-18:00", - "phone": "+1-212-228-0500", - "shop": "clothes", - "website": "https://anmeshop.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9861366, - 40.7286154 - ] - }, - "id": "node/6206439271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6206441730", - "addr:city": "New York", - "addr:housenumber": "324", - "addr:postcode": "10003", - "addr:state": "NY", - "addr:street": "East 9th Street", - "clothes": "vintage", - "name": "Duo NYC", - "opening_hours": "Mo-Sa 13:30-18:30; Tu off; Su 13:30-17:00", - "phone": "+1-212-673-7033", - "shop": "clothes", - "website": "https://www.duonyc.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9862565, - 40.7286657 - ] - }, - "id": "node/6206441730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6206442762", - "addr:city": "New York", - "addr:housenumber": "316", - "addr:postcode": "10003", - "addr:state": "NY", - "addr:street": "East 9th Street", - "name": "Cobblestones", - "opening_hours": "Tu-Su 13:00-19:00", - "phone": "+1-212-673-5372", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9865308, - 40.728781 - ] - }, - "id": "node/6206442762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6217351231", - "addr:housenumber": "805", - "addr:street": "Lexington Avenue", - "clothes": "women", - "name": "Variazioni", - "shop": "clothes", - "website": "https://variazioni.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9665771, - 40.7641834 - ] - }, - "id": "node/6217351231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6222196244", - "addr:housenumber": "33", - "addr:postcode": "10012", - "addr:street": "Bleecker Street", - "check_date": "2024-11-05", - "description": "Minimalist boutique.", - "name": "Zero Maria Cornejo", - "opening_hours": "Su-We 12:00-18:00; Th-Sa 12:00-19:00", - "phone": "+1-212-925-3849", - "shop": "clothes", - "website": "https://zeromariacornejo.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9938493, - 40.72579 - ] - }, - "id": "node/6222196244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6222196405", - "addr:housenumber": "17", - "addr:postcode": "10012", - "addr:street": "Bleecker Street", - "check_date": "2024-11-05", - "clothes": "maternity", - "name": "Hatch", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9931213, - 40.7255814 - ] - }, - "id": "node/6222196405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6227177586", - "addr:housenumber": "672", - "addr:postcode": "10065", - "addr:street": "Madison Avenue", - "name": "TOM FORD", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9705283, - 40.7650381 - ] - }, - "id": "node/6227177586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6231010751", - "addr:housenumber": "1270", - "addr:postcode": "10001", - "addr:street": "Broadway", - "clothes": "suits;men", - "email": "broadway@mysuitny.com", - "level": "0", - "name": "My.Suit", - "opening_hours": "Mo-Sa 10:00-19:00; Su 12:00-18:00", - "phone": "+1 212-594-0077", - "shop": "clothes", - "website": "https://www.mysuit.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.987896, - 40.7488301 - ] - }, - "id": "node/6231010751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6233725906", - "addr:city": "New York", - "addr:housenumber": "95", - "addr:postcode": "10002", - "addr:state": "NY", - "addr:street": "Rivington Street", - "name": "Dear 55", - "operator": "Dear 55", - "phone": "(212) 673-3494", - "shop": "clothes", - "website": "https://dearrivington.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9886255, - 40.719996 - ] - }, - "id": "node/6233725906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6233725910", - "name": "Love Yours", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9886289, - 40.7197748 - ] - }, - "id": "node/6233725910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6233725913", - "addr:city": "New York", - "addr:housenumber": "115", - "addr:postcode": "10002", - "addr:state": "NY", - "addr:street": "Ludlow Street", - "clothes": "sports", - "name": "Fashion Sport", - "opening_hours": "Mo-Su 10:00-18:00", - "operator": "Fashion Sport", - "phone": "(917) 636-8076", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9887724, - 40.7194943 - ] - }, - "id": "node/6233725913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6233954068", - "addr:city": "New York", - "addr:housenumber": "134", - "addr:postcode": "10002", - "addr:state": "NY", - "addr:street": "Orchard Street", - "clothes": "bridal", - "description": "Long-running bridal shop offering bridal, bridesmaid & eveningwear fittings, by appointment only.", - "name": "Adriennes", - "opening_hours": "Mo-Th 11:00-19:00; Fr 11:00-18:00; Sa 11:00-17:00; Su 12:00-17:00", - "operator": "Adriennes", - "phone": "(212) 228-9618", - "reservation": "required", - "shop": "clothes", - "start_date": "1950", - "website": "https://adriennesny.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9892494, - 40.7197814 - ] - }, - "id": "node/6233954068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6233954072", - "addr:city": "New York", - "addr:housenumber": "134", - "addr:postcode": "10002", - "addr:state": "NY", - "addr:street": "Orchard Street", - "clothes": "hats", - "name": "Lisa Shaub Fine Millinery", - "opening_hours": "Tu, Th-Sa 13:00-17:00; We 12:00-17:15", - "operator": "Lisa Shaub", - "phone": "(212) 965-9176", - "shop": "clothes", - "website": "https://lisashaub.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9892113, - 40.7197739 - ] - }, - "id": "node/6233954072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6233954074", - "addr:city": "New York", - "addr:housenumber": "138", - "addr:postcode": "10002", - "addr:state": "NY", - "addr:street": "Orchard Street", - "clothes": "hats", - "opening_hours": "Mo-Su 11:00-19:00", - "operator": "World Hats", - "phone": "(212) 780-0641", - "shop": "clothes", - "website": "https://worldhatsonline.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.989175, - 40.7199688 - ] - }, - "id": "node/6233954074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6238267051", - "addr:housenumber": "684", - "addr:postcode": "10012", - "addr:street": "Broadway", - "contact:facebook": "https://www.facebook.com/thephluidproject", - "contact:instagram": "https://instagram.com/thephluidproject", - "description": "The world's first gender-free store also serves as a small community space and event venue during the evening.", - "drink:coffee": "yes", - "email": "info@ThePhluidProject.com", - "internet_access": "wlan", - "internet_access:fee": "no", - "name": "The Phluid Project", - "opening_hours": "Mo-Sa 11:00-20:00; Su 12:00-18:00", - "payment:contactless": "yes", - "payment:debit_cards": "yes", - "phone": "+1-212-655-0551", - "shop": "clothes", - "toilets": "yes", - "toilets:unisex": "yes", - "toilets:wheelchair": "yes", - "website": "https://thephluidproject.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9944936, - 40.7278665 - ] - }, - "id": "node/6238267051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6252043705", - "addr:city": "New York", - "addr:housenumber": "4211", - "addr:postcode": "10033", - "addr:state": "NY", - "addr:street": "Broadway", - "brand": "Gap", - "brand:wikidata": "Q420822", - "clothes": "women;children;men;babies", - "name": "Gap Factory", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9376579, - 40.8489184 - ] - }, - "id": "node/6252043705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6252552014", - "addr:city": "Valley Stream", - "addr:state": "NY", - "addr:street": "Merrick Road", - "name": "Ensari's Collection", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7195957, - 40.6712878 - ] - }, - "id": "node/6252552014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6257166692", - "addr:city": "Hewlett", - "addr:flats": "1;2;3;3A;4;A", - "addr:housenumber": "14", - "addr:postcode": "11557", - "addr:state": "NY", - "addr:street": "Franklin Avenue", - "name": "Denis Richards House of Style", - "nysgissam:nysaddresspointid": "NASS445251;NASS429164;NASS436941;NASS469973;NASS440043;NASS355112;NASS492196", - "opening_hours": "Mo-Fr 10:30-18:00; Sa 11:00-18:00", - "phone": "+1-516-816-7100", - "shop": "clothes", - "website": "http://www.denisrichardshouseofstyle.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7031818, - 40.6370172 - ] - }, - "id": "node/6257166692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6260632701", - "addr:city": "New York", - "addr:housenumber": "2151", - "addr:postcode": "10023", - "addr:state": "NY", - "addr:street": "Broadway", - "name": "260 Sample Sale", - "shop": "clothes", - "website": "https://www.260samplesale.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9815097, - 40.7813956 - ] - }, - "id": "node/6260632701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6260920344", - "addr:city": "New York", - "addr:housenumber": "147", - "addr:postcode": "10002", - "addr:state": "NY", - "addr:street": "Orchard Street", - "clothes": "men", - "name": "Ethik Worldwide New York", - "opening_hours": "Mo-Su 12:00-20:00", - "operator": "Ethik Worldwide New York", - "phone": "(212) 979-0286", - "shop": "clothes", - "website": "https://ethikny.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.989268, - 40.7206416 - ] - }, - "id": "node/6260920344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6260920345", - "addr:city": "New York", - "addr:housenumber": "155", - "addr:postcode": "10002", - "addr:state": "NY", - "addr:street": "Orchard Street", - "clothes": "formal", - "name": "Teds Formal Wear", - "opening_hours": "Mo-Su 10:00-18:00", - "operator": "Teds Formal Wear", - "phone": "(212) 966-2029", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9891402, - 40.7208986 - ] - }, - "id": "node/6260920345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6261903093", - "addr:housenumber": "414", - "addr:postcode": "10013", - "addr:street": "Broadway", - "email": "order@empireluggagecenter.com", - "name": "Empire Luggage", - "opening_hours": "Mo-Sa 10:00-19:30; Su 10:00-18:30", - "phone": "+1 212 925 5805", - "shop": "bag", - "website": "https://www.empireluggagecenter.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0019525, - 40.7190822 - ] - }, - "id": "node/6261903093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6270648807", - "addr:housenumber": "1321", - "addr:postcode": "10128", - "addr:street": "Madison Avenue", - "branch": "Madison", - "clothes": "maternity", - "level": "0", - "name": "Seraphine", - "opening_hours": "Tu-Sa 11:00-18:00; Su 11:00-17:00; PH open \"11:00-17:00\"", - "phone": "+1 212-831-2200", - "shop": "clothes", - "website": "https://www.seraphine.com/en-us/stores-usa-madison", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9553583, - 40.7853345 - ] - }, - "id": "node/6270648807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6270650164", - "addr:housenumber": "1298", - "addr:postcode": "10128", - "addr:street": "Madison Avenue", - "clothes": "women", - "contact:instagram": "editnewyork", - "contact:phone": "+1 212-876-1368", - "contact:website": "https://editnewyork.com", - "level": "0", - "name": "Edit New York", - "opening_hours": "Mo-Sa 10:30-18:30", - "payment:american_express": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.956076, - 40.7848689 - ] - }, - "id": "node/6270650164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6270650650", - "addr:housenumber": "1311", - "addr:postcode": "10128", - "addr:street": "Madison Avenue", - "branch": "Madison", - "clothes": "women;men", - "email": "stnymadison@jmclaughlin.com", - "level": "0", - "name": "J. McGlaughlin", - "opening_hours": "Mo-Sa 10:00-19:00; Su 12:00-18:00", - "phone": "+1 212-369-4830", - "shop": "clothes", - "website": "https://www.jmclaughlin.com/store-locator/ny/new-york-madison" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9555267, - 40.7850911 - ] - }, - "id": "node/6270650650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6270650885", - "addr:housenumber": "1310", - "addr:postcode": "10128", - "addr:street": "Madison Avenue", - "clothes": "women", - "level": "0;1", - "name": "Mirabelle", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 11:00-18:00", - "phone": "+1 212-534-2116", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9558518, - 40.785172 - ] - }, - "id": "node/6270650885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6281213649", - "addr:housenumber": "454", - "addr:postcode": "10013", - "addr:street": "Broadway", - "branch": "454 Broadway", - "clothes": "women", - "name": "Mystique Boutique NYC", - "phone": "+1 212-925-0422", - "shop": "clothes", - "website": "https://www.mystiqueboutiquenyc.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0007182, - 40.7205059 - ] - }, - "id": "node/6281213649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6299824433", - "name": "Pushcart Vintage", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9822402, - 40.6584985 - ] - }, - "id": "node/6299824433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6306935876", - "name": "Something Else On Smith", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+1-718-643-3204", - "shop": "clothes", - "website": "http://somethingelsebk.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9904662, - 40.6869458 - ] - }, - "id": "node/6306935876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307020516", - "addr:housenumber": "89-59A", - "addr:street": "164th Street", - "name": "Fashion Rite Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7959939, - 40.7058779 - ] - }, - "id": "node/6307020516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307020675", - "addr:city": "Jamaica", - "addr:housenumber": "163-46", - "addr:postcode": "11432", - "addr:street": "Jamaica Avenue", - "name": "Rattan's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7955844, - 40.7050586 - ] - }, - "id": "node/6307020675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307020765", - "addr:city": "Jamaica", - "addr:housenumber": "163-23", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "check_date:opening_hours": "2024-06-25", - "name": "Jimmy Jazz", - "opening_hours:signed": "no", - "shop": "shoes", - "website": "https://www.jimmyjazz.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7962925, - 40.7050423 - ] - }, - "id": "node/6307020765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307020776", - "addr:city": "Jamaica", - "addr:housenumber": "163-19", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "name": "Easy Pickins", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7964427, - 40.7049854 - ] - }, - "id": "node/6307020776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307020777", - "addr:city": "Jamaica", - "addr:housenumber": "163-11", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "brand": "Skechers", - "brand:wikidata": "Q2945643", - "check_date": "2024-04-21", - "name": "Skechers", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1-718-658-4972", - "shop": "shoes", - "website": "https://local.skechers.com/ny/jamaica/574/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7966303, - 40.7048972 - ] - }, - "id": "node/6307020777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307020811", - "addr:city": "Jamaica", - "addr:housenumber": "89-53", - "addr:state": "NY", - "addr:street": "164th Street", - "level": "0", - "name": "West African Store", - "phone": "+1-718-657-7884", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7961316, - 40.7060834 - ] - }, - "id": "node/6307020811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307021087", - "addr:city": "Jamaica", - "addr:housenumber": "163-01", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "check_date": "2024-04-21", - "name": "Fino", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7967324, - 40.7048634 - ] - }, - "id": "node/6307021087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307021092", - "addr:housenumber": "163-18", - "addr:street": "Jamaica Avenue", - "name": "Sports Jam", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7963988, - 40.7047246 - ] - }, - "id": "node/6307021092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307021858", - "addr:city": "Jamaica", - "addr:housenumber": "163-33", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "clothes": "women", - "name": "Madrag", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1-718-523-1781", - "shop": "clothes", - "website": "https://madrag.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7959421, - 40.7051825 - ] - }, - "id": "node/6307021858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307022052", - "addr:city": "Jamaica", - "addr:housenumber": "163-27", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "clothes": "women", - "name": "Danice", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7961864, - 40.7050894 - ] - }, - "id": "node/6307022052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307022962", - "addr:city": "Jamaica", - "addr:housenumber": "162-10", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "level": "0", - "name": "Atmosphere Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7973813, - 40.7043032 - ] - }, - "id": "node/6307022962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307023902", - "addr:city": "Jamaica", - "addr:housenumber": "160-09", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "name": "Fabco Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7989404, - 40.7039812 - ] - }, - "id": "node/6307023902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307024039", - "addr:city": "Jamaica", - "addr:housenumber": "159-21", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "clothes": "women", - "name": "Starlet Dance", - "phone": "+1-718-657-2626", - "shop": "clothes", - "website": "https://starlet-dance.business.site" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7995402, - 40.7037381 - ] - }, - "id": "node/6307024039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6308385086", - "brand": "Lids", - "brand:wikidata": "Q19841609", - "clothes": "hats", - "name": "Lids", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9846122, - 40.7595892 - ] - }, - "id": "node/6308385086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6308405188", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-22:00; Su 11:00-21:00", - "shop": "shoes", - "website": "https://stores.footlocker.com/ny/newyork/1460-broadway-8155.html", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9863365, - 40.7551246 - ] - }, - "id": "node/6308405188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6308438186", - "name": "Stance", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9991896, - 40.7223334 - ] - }, - "id": "node/6308438186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6308438189", - "brand": "Nike", - "brand:wikidata": "Q483915", - "name": "Nike", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.97673, - 40.7597202 - ] - }, - "id": "node/6308438189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6314615903", - "addr:housenumber": "1198", - "addr:street": "Myrtle Avenue", - "contact:facebook": "https://facebook.com/DRTYSMMR", - "description": "A studio space where designers and artists collaborate to create art and street style fashion by deconstructing items and make them new artworks.", - "email": "drtysmmr@gmail.com", - "name": "DRTY SMMR", - "opening_hours": "Tu-Su 13:00-20:00", - "phone": "+1-210-849-9377", - "shop": "clothes", - "website": "https://www.DRTYSMMR.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9308569, - 40.6973385 - ] - }, - "id": "node/6314615903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6317228780", - "addr:housenumber": "150", - "addr:postcode": "11217", - "addr:street": "Nevins Street", - "clothes": "men", - "name": "Brooklyn Circus", - "phone": "+1-718-858-0919", - "shop": "clothes", - "website": "https://thebkcircus.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.984116, - 40.6841155 - ] - }, - "id": "node/6317228780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6324511074", - "addr:city": "Jamaica", - "addr:housenumber": "163-18", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "alt_name": "Porta Bella", - "clothes": "men", - "name": "Portabella", - "opening_hours": "Mo-We 09:30-19:30; Th, Fr 09:30-20:00; Sa 09:30-20:30; Su 10:00-19:00", - "phone": "+1-718-523-8542", - "shop": "clothes", - "website": "https://www.portabellastores.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7962462, - 40.7047906 - ] - }, - "id": "node/6324511074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6324515422", - "addr:housenumber": "92-18", - "addr:street": "Guy R Brewer Boulevard", - "name": "California Ladies Wear", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7969899, - 40.7042384 - ] - }, - "id": "node/6324515422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6335394285", - "name": "Heritage India Fashions", - "opening_hours": "Mo-Th 12:00-19:30; Fr-Sa 11:30-19:30; Su 12:00-18:30", - "phone": "+1-212-481-0325", - "shop": "clothes", - "website": "https://heritageindiafashions.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9819984, - 40.7430133 - ] - }, - "id": "node/6335394285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6340488798", - "name": "Haus of Hanz", - "opening_hours": "Mo-Su 11:00-19:00", - "shop": "clothes", - "website": "https://hausofhanz.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9938758, - 40.6861927 - ] - }, - "id": "node/6340488798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6340488799", - "clothes": "women", - "name": "Simulacra", - "opening_hours": "Mo-Su 12:00-18:00", - "phone": "+1-718-802-9365", - "shop": "clothes", - "website": "https://www.simulacra.nyc" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9948333, - 40.6842098 - ] - }, - "id": "node/6340488799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6340488801", - "clothes": "children", - "contact:facebook": "https://www.facebook.com/Disco-795168300639357/", - "name": "Disco", - "opening_hours": "Mo-We 10:30-18:00; Th-Fr 11:00-19:00; Sa 10:30-18:00; Su 11:00-18:00", - "phone": "+1-718-237-0670", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9948578, - 40.6841589 - ] - }, - "id": "node/6340488801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6341905430", - "name": "Clare V.", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+1-718-522-2022", - "shop": "bag", - "website": "https://www.clarev.com/pages/clare-v-cobble-hill" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9909909, - 40.6870812 - ] - }, - "id": "node/6341905430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6341905436", - "name": "Kule", - "opening_hours": "Tu-Sa 11:00-18:00; Su 11:00-17:00", - "phone": "+1-929-618-4235", - "shop": "clothes", - "website": "https://www.kule.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9911691, - 40.6871516 - ] - }, - "id": "node/6341905436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6341905442", - "addr:city": "Brooklyn", - "addr:postcode": "11201", - "addr:state": "NY", - "addr:street": "Bergen Street", - "brand": "Eileen Fisher", - "brand:wikidata": "Q5349364", - "check_date:opening_hours": "2023-10-05", - "clothes": "women", - "name": "Eileen Fisher", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1-917-423-8273", - "shop": "clothes", - "website": "https://locations.eileenfisher.com/us/ny/brooklyn/womens-clothing-eus070.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9913373, - 40.687218 - ] - }, - "id": "node/6341905442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6341965754", - "clothes": "children", - "contact:facebook": "https://www.facebook.com/Pizzazzz-Toyz-And-Kidz-852173621603888/", - "description": "children's clothes, furniture, toys, baby goods", - "name": "Pizzazz Kids", - "opening_hours": "Mo-Sa 10:00-19:00; Su 10:00-18:00", - "phone": "+1-718-797-3177", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9945803, - 40.6847279 - ] - }, - "id": "node/6341965754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6352814913", - "addr:housenumber": "132", - "addr:street": "Lexington Avenue", - "name": "Vintage India NYC", - "opening_hours": "Mo-Sa 10:30-20:00; Su 10:30-18:00", - "phone": "+1-212-213-0080", - "shop": "clothes", - "website": "https://vintageindianyc.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9823319, - 40.7430708 - ] - }, - "id": "node/6352814913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6366037285", - "name": "10ft Single", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9535131, - 40.7144367 - ] - }, - "id": "node/6366037285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6371537385", - "addr:housenumber": "160", - "addr:street": "Lexington Avenue", - "name": "Dover St Market", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1362602, - 40.6280912 - ] - }, - "id": "node/6371537385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6372878734", - "addr:housenumber": "91", - "addr:postcode": "11201", - "addr:street": "Atlantic Avenue", - "clothes": "men", - "contact:facebook": "https://www.facebook.com/GooseBarnacle", - "name": "Goose Barnacle", - "opening_hours": "Tu-Su 12:00-20:00", - "phone": "+1-718-855-2694", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9972291, - 40.6912 - ] - }, - "id": "node/6372878734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6373278300", - "brand": "Fendi", - "brand:wikidata": "Q926575", - "name": "Fendi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9724139, - 40.7625009 - ] - }, - "id": "node/6373278300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6373278687", - "name": "Miu Miu", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9730138, - 40.7627721 - ] - }, - "id": "node/6373278687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6373278720", - "check_date": "2024-01-04", - "name": "St. Laurent Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9733163, - 40.7628855 - ] - }, - "id": "node/6373278720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6373278799", - "addr:housenumber": "9", - "addr:street": "East 57th Street", - "brand": "Burberry", - "brand:wikidata": "Q390107", - "clothes": "men;women", - "name": "Burberry", - "opening_hours": "Su 12:00-18:00; Mo-We, Sa 10:00-19:00; Th, Fr 10:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9731086, - 40.7628064 - ] - }, - "id": "node/6373278799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6374643462", - "contact:facebook": "https://www.facebook.com/Hard-Soul-Boutique-372603082751919/", - "description": "music, clothes, jewelry, accessories", - "name": "Hard Soul Recordngs Boutique", - "opening_hours": "We-Su 12:00-18:30", - "phone": "+1-718-625-2838", - "shop": "clothes", - "website": "http://www.hardsoulboutique.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9843471, - 40.6865678 - ] - }, - "id": "node/6374643462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6374673608", - "clothes": "women", - "name": "Anne Willi", - "opening_hours": "Mo-Su 11:30-19:00", - "phone": "+1-718-797-1828", - "shop": "clothes", - "website": "https://annewilli.com/brooklyn.php" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9864318, - 40.687375 - ] - }, - "id": "node/6374673608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6374673610", - "contact:instagram": "@three80atlantic", - "name": "Three 80 Atlantic", - "opening_hours": "We-Su 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9858411, - 40.6871404 - ] - }, - "id": "node/6374673610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6374724266", - "brand": "Indochino", - "brand:wikidata": "Q64448127", - "clothes": "suits", - "craft": "tailor", - "description": "custom men's suits and shirts", - "name": "Indochino", - "opening_hours": "Mo-Sa 11:00-19:00; Su 11:00-18:00", - "phone": "+1-929-484-0332", - "shop": "clothes", - "website": "https://www.indochino.com/showroom/brooklyn" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9926429, - 40.6887416 - ] - }, - "id": "node/6374724266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6374724267", - "brand": "Bonobos", - "brand:wikidata": "Q4942546", - "clothes": "men", - "name": "Bonobos", - "opening_hours": "Mo-We 12:00-19:00; Th-Sa 11:00-19:00; Su 11:00-18:00", - "phone": "+1-718-928-8299", - "shop": "clothes", - "website": "https://bonobos.com/locations/s/cobble-hill-brooklyn" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9929095, - 40.6882376 - ] - }, - "id": "node/6374724267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6376760974", - "addr:housenumber": "120", - "addr:postcode": "10016", - "addr:street": "East 34th Street", - "name": "French Corner", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-19:00", - "phone": "+1-212-683-5124", - "shop": "clothes", - "website": "https://frenchcornernyc.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9801611, - 40.7463868 - ] - }, - "id": "node/6376760974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6381914230", - "name": "Aesthetic BK", - "phone": "+1-347-725-3877", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9930078, - 40.6693133 - ] - }, - "id": "node/6381914230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6383817295", - "addr:city": "Brooklyn", - "addr:housenumber": "1909", - "addr:postcode": "11223", - "addr:state": "NY", - "addr:street": "Stillwell Avenue", - "clothes": "men;women;children;suits", - "name": "Garage clothing", - "not:brand:wikidata": "Q5521860", - "opening_hours": "Mo-Th 12:00-20:00; Fr 12:00-19:00; Sa,Su 12:00-17:00", - "phone": "+1-718-996-2342", - "shop": "clothes", - "website": "https://garageclothingny.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9856299, - 40.6000437 - ] - }, - "id": "node/6383817295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6389024669", - "addr:city": "Hewlett", - "addr:housenumber": "1207", - "addr:postcode": "11557", - "addr:state": "NY", - "addr:street": "Station Plaza", - "name": "Merle's TNT", - "nysgissam:nysaddresspointid": "NASS211726", - "phone": "+1-516-569-9009", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7033486, - 40.6373763 - ] - }, - "id": "node/6389024669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6389024677", - "addr:housenumber": "1208", - "addr:street": "Station Plaza", - "name": "The Pampered Professional", - "phone": "+1-516-374-2990", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7033057, - 40.6374085 - ] - }, - "id": "node/6389024677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6389330766", - "name": "Clic", - "old_name": "French Garment Cleaners", - "opening_hours": "Tu-We 10:00-18:00; Th-Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1-917-909-0147", - "shop": "clothes", - "website": "https://www.clic.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.97495, - 40.6873303 - ] - }, - "id": "node/6389330766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6403172120", - "addr:housenumber": "202", - "addr:postcode": "10022", - "addr:street": "East 60th Street", - "clothes": "women", - "contact:email": "info@MadonnaAndCo.com", - "contact:facebook": "Madonnaandco", - "contact:instagram": "madonnaandco", - "contact:phone": "+1 212-226-3363", - "contact:twitter": "madonnaandco", - "contact:website": "https://madonnaandco.com/", - "level": "0", - "name": "Madonna & Co.", - "opening_hours": "Mo-Sa 10:00-20:00; Su 12:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9657655, - 40.7619217 - ] - }, - "id": "node/6403172120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6417075998", - "addr:housenumber": "31-49", - "addr:street": "Steinway Street", - "level": "0", - "name": "Cali Caliente", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9179508, - 40.7600107 - ] - }, - "id": "node/6417075998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6422377086", - "brand": "New Balance", - "brand:wikidata": "Q742988", - "name": "New Balance", - "opening_hours": "Mo-Sa 11:00-19:00; Su 11:00-17:00", - "phone": "+1 212 727 2520", - "shop": "shoes", - "website": "https://stores.newbalance.com/shop/NYCFlatiron" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9912365, - 40.7396351 - ] - }, - "id": "node/6422377086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6422403985", - "addr:housenumber": "185", - "addr:street": "Greenwich Street", - "brand": "Under Armour", - "brand:wikidata": "Q2031485", - "clothes": "men;women", - "level": "-1", - "name": "Under Armour", - "shop": "clothes", - "website": "https://store-locations.underarmour.com/ny/new-york/UABH-185GSSLNYN" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0116897, - 40.711405 - ] - }, - "id": "node/6422403985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6433148367", - "addr:housenumber": "43C", - "addr:postcode": "11215", - "addr:street": "9th Street", - "name": "Ctrl Alt Delete", - "phone": "+1-929-259-7000", - "shop": "clothes", - "website": "https://ctrlaltdelete.shop" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9958258, - 40.6739195 - ] - }, - "id": "node/6433148367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6442291192", - "airside": "yes", - "brand": "Brooks Brothers", - "brand:wikidata": "Q929722", - "check_date": "2024-06-01", - "level": "2", - "name": "Brooks Brothers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7830876, - 40.6426071 - ] - }, - "id": "node/6442291192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6442303492", - "airside": "yes", - "check_date": "2024-06-01", - "level": "2", - "name": "The Scoreboard", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7810431, - 40.6434526 - ] - }, - "id": "node/6442303492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6442304385", - "airside": "yes", - "check_date": "2024-06-01", - "check_date:opening_hours": "2024-05-18", - "level": "2", - "name": "Pack N´ Go", - "opening_hours:signed": "no", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7809696, - 40.6438103 - ] - }, - "id": "node/6442304385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6442330485", - "airside": "yes", - "brand": "Hugo Boss", - "brand:wikidata": "Q491627", - "check_date": "2024-06-01", - "level": "2", - "name": "Hugo Boss", - "shop": "clothes", - "short_name": "Boss" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7827083, - 40.6427637 - ] - }, - "id": "node/6442330485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6442330487", - "airside": "yes", - "check_date": "2024-06-01", - "level": "2", - "name": "Corsa Collections", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7829152, - 40.6426687 - ] - }, - "id": "node/6442330487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6445515800", - "clothes": "lingerie", - "name": "Linda's", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1-646-736-1949", - "shop": "clothes", - "website": "https://lindasonline.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9771137, - 40.7474413 - ] - }, - "id": "node/6445515800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6448401427", - "clothes": "women", - "name": "Lily", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1-718-858-6261", - "shop": "clothes", - "website": "https://www.lilybrooklyn.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9935519, - 40.686874 - ] - }, - "id": "node/6448401427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6462387666", - "addr:housenumber": "933", - "addr:postcode": "10010", - "addr:street": "Broadway", - "clothes": "men", - "contact:email": "support@petermanningnyc.com", - "contact:facebook": "PeterManningNYC", - "contact:instagram": "petermanningnyc", - "contact:twitter": "petermanning", - "contact:website": "https://www.petermanningnyc.com", - "description": "clothing for short men", - "level": "2", - "name": "Peter Manning NYC", - "note": "According to NYC Dept of Buildings this building is 929 Broadway, but this entrance is signed 933, same as the building at way 248773591.", - "opening_hours": "Mo-Fr 11:00-18:00", - "phone": "+1-800-564-1227", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9897474, - 40.7403307 - ] - }, - "id": "node/6462387666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6465763260", - "addr:housenumber": "320", - "addr:postcode": "11217", - "addr:street": "Livingston Street", - "alt_name": "Porta Bella", - "clothes": "men", - "name": "Portabella", - "opening_hours": "Mo-Sa 10:30-19:00; Su 11:00-18:00", - "phone": "+1-718-852-8997", - "shop": "clothes", - "website": "https://www.portabellastores.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9820025, - 40.6880287 - ] - }, - "id": "node/6465763260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6479739514", - "name": "Shoe Repair", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0725986, - 40.732143 - ] - }, - "id": "node/6479739514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6479739516", - "addr:street": "Sip Avenue", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0725208, - 40.7322812 - ] - }, - "id": "node/6479739516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6495340585", - "addr:housenumber": "121", - "addr:postcode": "10016", - "addr:street": "East 27th Street", - "alt_name": "Baynes and Baker", - "clothes": "men", - "name": "Baynes + Baker", - "shop": "clothes", - "website": "https://baynesandbaker.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9835861, - 40.7424261 - ] - }, - "id": "node/6495340585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6498949986", - "name": "DNA Footware", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9901542, - 40.6869518 - ] - }, - "id": "node/6498949986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6498949990", - "name": "Flea", - "shop": "clothes", - "website": "https://www.fleaboutiques.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9900302, - 40.6871373 - ] - }, - "id": "node/6498949990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6500603220", - "clothes": "children", - "description": "children's clothes, toys", - "name": "Picnic", - "opening_hours": "Mo-Tu 10:30-17:00; We-Sa 10:30-18:00; Su 11:00-17:00", - "shop": "clothes", - "website": "https://www.picnicbrooklyn.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9929817, - 40.6880864 - ] - }, - "id": "node/6500603220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6501029662", - "name": "Grown And Sewn", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0016232, - 40.686918 - ] - }, - "id": "node/6501029662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6507019899", - "addr:city": "New York", - "addr:housenumber": "435", - "addr:postcode": "10001", - "addr:state": "NY", - "addr:street": "7th Avenue", - "brand": "Forever 21", - "brand:wikidata": "Q1060537", - "name": "Forever 21", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9903127, - 40.7506446 - ] - }, - "id": "node/6507019899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6538610115", - "addr:city": "Staten Island", - "addr:housenumber": "2485", - "addr:postcode": "10314", - "addr:state": "NY", - "addr:street": "Richmond Avenue", - "brand": "DSW", - "brand:wikidata": "Q5206207", - "name": "DSW", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 09:00-20:00; Su 09:00-19:00", - "phone": "+1 718-477-1092", - "ref": "Richmond Avenue", - "shop": "shoes", - "website": "https://stores.dsw.com/usa/ny/statenisland/dsw-designer-shoe-warehouse-richmond-avenue.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1671657, - 40.5871417 - ] - }, - "id": "node/6538610115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6575702087", - "addr:housenumber": "85", - "addr:street": "5th Avenue", - "brand": "Anthropologie", - "brand:wikidata": "Q4773903", - "clothes": "women", - "name": "Anthropologie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9923352, - 40.7373822 - ] - }, - "id": "node/6575702087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6587811469", - "name": "Fallas", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7385369, - 40.6362488 - ] - }, - "id": "node/6587811469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6587811470", - "name": "Danice", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7387952, - 40.6361841 - ] - }, - "id": "node/6587811470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6587811471", - "alt_name": "Children's Place", - "brand": "The Children's Place", - "brand:wikidata": "Q3520257", - "name": "The Children's Place", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7385039, - 40.6368014 - ] - }, - "id": "node/6587811471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6597704434", - "brand": "Champion", - "brand:wikidata": "Q2948688", - "clothes": "sports", - "name": "Champion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.001192, - 40.7199359 - ] - }, - "id": "node/6597704434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6597717295", - "name": "Herschel", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0004197, - 40.7208584 - ] - }, - "id": "node/6597717295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6605109148", - "addr:housenumber": "458", - "addr:postcode": "11201", - "addr:street": "Fulton Street", - "brand": "Journeys", - "brand:wikidata": "Q61994838", - "check_date:opening_hours": "2024-04-04", - "name": "Journeys", - "opening_hours:signed": "no", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9848039, - 40.6902824 - ] - }, - "id": "node/6605109148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6605109665", - "addr:housenumber": "466", - "addr:postcode": "11201", - "addr:street": "Fulton Street", - "brand": "Aldo", - "brand:wikidata": "Q2832297", - "name": "Aldo", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9844964, - 40.690168 - ] - }, - "id": "node/6605109665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6608909190", - "addr:city": "Jamaica", - "addr:housenumber": "162-17", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "clothes": "women", - "name": "Vanessa Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7972701, - 40.7046452 - ] - }, - "id": "node/6608909190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6608909192", - "addr:city": "Jamaica", - "addr:housenumber": "164-09", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "name": "Don't Panic", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7953899, - 40.7054105 - ] - }, - "id": "node/6608909192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6608909195", - "addr:city": "Jamaica", - "addr:housenumber": "164-15", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date:opening_hours": "2024-06-25", - "name": "Kids Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1-718-206-2585", - "shop": "shoes", - "website": "https://stores.kidsfootlocker.com/us/ny/jamaica/164-15-jamaica-avenue.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.795202, - 40.7054871 - ] - }, - "id": "node/6608909195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6608909198", - "addr:city": "Jamaica", - "addr:housenumber": "165-05", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "clothes": "women", - "name": "Pretty Women", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7946776, - 40.7056875 - ] - }, - "id": "node/6608909198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6621617763", - "brand": "Vans", - "brand:wikidata": "Q1135366", - "name": "Vans", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.979822, - 40.755296 - ] - }, - "id": "node/6621617763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6625072042", - "addr:city": "Jamaica", - "addr:housenumber": "165-08", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "clothes": "women", - "name": "Glory Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7944933, - 40.7054828 - ] - }, - "id": "node/6625072042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6625072047", - "addr:city": "Jamaica", - "addr:housenumber": "165-22", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "check_date:opening_hours": "2022-06-15", - "name": "Pan Hill", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7941071, - 40.7056327 - ] - }, - "id": "node/6625072047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6680394965", - "addr:housenumber": "272", - "addr:postcode": "10027", - "addr:street": "West 125th Street", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1-212-316-1667", - "shop": "shoes", - "website": "https://stores.footlocker.com/ny/newyork/272-w-125th-st-25220.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9510415, - 40.8099292 - ] - }, - "id": "node/6680394965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6680394966", - "addr:housenumber": "272", - "addr:postcode": "10027", - "addr:street": "West 125th Street", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "name": "Kids Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1-212-666-3056", - "shoes": "children", - "shop": "shoes", - "website": "https://stores.kidsfootlocker.com/ny/newyork/272-w-125th-st-48537.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9508754, - 40.8098613 - ] - }, - "id": "node/6680394966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6680394967", - "alt_name": "Children's Place", - "brand": "The Children's Place", - "brand:wikidata": "Q3520257", - "name": "The Children's Place", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9498531, - 40.8094281 - ] - }, - "id": "node/6680394967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6680394971", - "name": "MAC", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9488349, - 40.808987 - ] - }, - "id": "node/6680394971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6680394973", - "brand": "Victoria's Secret", - "brand:wikidata": "Q332477", - "clothes": "underwear;women", - "name": "Victoria's Secret", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9464511, - 40.8079884 - ] - }, - "id": "node/6680394973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6680731470", - "addr:housenumber": "1249", - "addr:postcode": "11221", - "addr:street": "Myrtle Avenue", - "alt_name": "Brooklyn Drip", - "contact:instagram": "https://www.instagram.com/brooklyndrip/", - "description": "clothes, hats, haircuts", - "name": "BK Drip", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9288299, - 40.6978022 - ] - }, - "id": "node/6680731470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6681823625", - "addr:housenumber": "254", - "addr:postcode": "11201", - "addr:street": "Livingston Street", - "clothes": "uniform", - "name": "Yay Scrubs", - "phone": "+1-718-624-6608", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9841879, - 40.6888783 - ] - }, - "id": "node/6681823625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6681888952", - "name": "Rodd & Gunn", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9897994, - 40.7026684 - ] - }, - "id": "node/6681888952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6681914309", - "brand": "Scotch & Soda", - "brand:wikidata": "Q17141914", - "name": "Scotch & Soda", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.989815, - 40.7024209 - ] - }, - "id": "node/6681914309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6682052634", - "addr:city": "Brooklyn", - "addr:housenumber": "639", - "addr:state": "NY", - "addr:street": "Bedford Avenue", - "name": "London Kids", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9586557, - 40.7021398 - ] - }, - "id": "node/6682052634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6684277631", - "brand": "Michael Kors", - "brand:wikidata": "Q19572998", - "name": "Michael Kors", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7825776, - 40.6499916 - ] - }, - "id": "node/6684277631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6691104544", - "addr:housenumber": "1482", - "addr:street": "1st Avenue", - "name": "Viola's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9533466, - 40.7711047 - ] - }, - "id": "node/6691104544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6691104545", - "addr:housenumber": "1480", - "addr:street": "1st Avenue", - "check_date": "2024-03-13", - "name": "TaRoo", - "opening_hours": "Mo-Su 11:00-21:00", - "shop": "clothes", - "website": "https://www.taroonyc.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9533801, - 40.7710417 - ] - }, - "id": "node/6691104545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6698814069", - "addr:housenumber": "813", - "addr:street": "Seneca Avenue", - "name": "Boutique McKlain Collection Inc.", - "opening_hours": "Mo-Fr 10:30-19:00; Sa 10:30-20:00; Su 10:30-18:00", - "phone": "+1-718-417-5245", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9049478, - 40.7013393 - ] - }, - "id": "node/6698814069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6699232905", - "alt_name": "Footlocker", - "brand": "House of Hoops", - "brand:wikidata": "Q108232933", - "name": "House of Hoops", - "official_name": "House of Hoops by Foot Locker", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-19:00", - "operator": "Foot Locker", - "phone": "+1-718-852-1803", - "shop": "shoes", - "short_name": "House of Hoops", - "website": "https://stores.footlocker.com/us/ny/brooklyn/408-fulton-street.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9864156, - 40.6909262 - ] - }, - "id": "node/6699232905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6727017870", - "addr:housenumber": "221", - "addr:postcode": "10012", - "addr:street": "Bowery", - "branch": "Bowery", - "brand": "Camper", - "brand:wikidata": "Q1030922", - "name": "Camper", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1 646-613-2541", - "shop": "shoes", - "website": "https://www.camper.com/en_US/shops/usa/new_york/store_shoes_221_bowery-T822" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9931828, - 40.7218602 - ] - }, - "id": "node/6727017870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6733996096", - "name": "Native Leather", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0016577, - 40.7295812 - ] - }, - "id": "node/6733996096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6747079536", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "name": "Chanel", - "phone": "+1 212 535 5505", - "shop": "clothes", - "website": "https://www.facebook.com/CHANELBoutiqueMadisonAvenue/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9688985, - 40.7667793 - ] - }, - "id": "node/6747079536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6747122296", - "name": "Beretta", - "opening_hours": "Mo-Sa 10:00-18:00", - "phone": "+1 212 319 3235", - "shop": "clothes", - "website": "https://www.beretta.com/en-us/store/new-york-gallery/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9695368, - 40.7664629 - ] - }, - "id": "node/6747122296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6747122336", - "brand": "Giorgio Armani", - "brand:wikidata": "Q635484", - "name": "Giorgio Armani", - "phone": "+1 212 988 9191", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9682202, - 40.7676274 - ] - }, - "id": "node/6747122336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6747161966", - "name": "Oscar de la Renta", - "opening_hours": "Mo-Sa 10:00-18:00", - "phone": "+1 888 782 6357", - "shop": "clothes", - "website": "https://www.oscardelarenta.com/find-store?___store=en&___from_store=default" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9683035, - 40.7681914 - ] - }, - "id": "node/6747161966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6747177276", - "addr:city": "New York", - "addr:postcode": "10065", - "addr:state": "NY", - "addr:street": "Madison Avenue", - "brand": "Kate Spade New York", - "brand:wikidata": "Q6375797", - "name": "Kate Spade New York", - "phone": "+1 212 988 0259", - "shop": "clothes", - "short_name": "Kate Spade" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.967686, - 40.7683837 - ] - }, - "id": "node/6747177276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6752564939", - "addr:city": "New York", - "addr:housenumber": "650", - "addr:postcode": "10011", - "addr:state": "NY", - "addr:street": "6th Avenue", - "brand": "Men's Wearhouse", - "brand:wikidata": "Q57405513", - "clothes": "suits", - "name": "Men's Wearhouse", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9941662, - 40.7406794 - ] - }, - "id": "node/6752564939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6752564946", - "addr:housenumber": "703", - "addr:postcode": "10011", - "addr:street": "6th Avenue", - "brand": "DXL Men's Apparel", - "brand:wikidata": "Q61981830", - "clothes": "oversize;men", - "name": "DXL Men's Apparel", - "shop": "clothes", - "short_name": "DXL", - "website": "https://stores.dxl.com/us/ny/manhattan/703-6th-avenue" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9932841, - 40.7426048 - ] - }, - "id": "node/6752564946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6760953089", - "name": "Manino", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2320123, - 40.6596996 - ] - }, - "id": "node/6760953089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6760953157", - "name": "Ska Studio", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2322965, - 40.6600549 - ] - }, - "id": "node/6760953157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6772394749", - "brand": "JoJo Maman Bébé", - "brand:wikidata": "Q6204064", - "clothes": "maternity;babies", - "name": "JoJo Maman Bébé", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0294557, - 40.7415401 - ] - }, - "id": "node/6772394749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6772394750", - "name": "Dor L'Dor", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0293995, - 40.7417414 - ] - }, - "id": "node/6772394750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778205739", - "brand": "Athleta", - "brand:wikidata": "Q105722424", - "clothes": "women", - "name": "Athleta", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0301193, - 40.7406722 - ] - }, - "id": "node/6778205739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778205740", - "brand": "Francesca's", - "brand:wikidata": "Q72982331", - "clothes": "women;luxury", - "name": "Francesca's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0300982, - 40.7407363 - ] - }, - "id": "node/6778205740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6779611362", - "name": "aXd Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0292088, - 40.7423435 - ] - }, - "id": "node/6779611362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6779685155", - "brand": "Fleet Feet", - "brand:wikidata": "Q117062761", - "name": "Fleet Feet", - "opening_hours": "Su 12:00-17:00; Mo-Tu, Th-Fr 11:00-19:00; We 11:00-20:00; Sa 10:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0291922, - 40.7437257 - ] - }, - "id": "node/6779685155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6779685162", - "addr:city": "Hoboken", - "addr:housenumber": "706", - "addr:postcode": "07030", - "addr:state": "NJ", - "addr:street": "Washington Street", - "name": "Custom Ink", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0287879, - 40.7450558 - ] - }, - "id": "node/6779685162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6779685164", - "clothes": "women", - "name": "Alba Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0287101, - 40.745323 - ] - }, - "id": "node/6779685164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6779685173", - "clothes": "fashion", - "name": "Milano Designer Imports", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0285488, - 40.745847 - ] - }, - "id": "node/6779685173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6779688593", - "name": "Peper & Parlor", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0277356, - 40.7484986 - ] - }, - "id": "node/6779688593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6781584774", - "brand": "Tumi", - "brand:wikidata": "Q4465402", - "name": "Tumi", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8657564, - 40.7716506 - ] - }, - "id": "node/6781584774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6781584779", - "name": "Altitude", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8657438, - 40.7713565 - ] - }, - "id": "node/6781584779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6786468294", - "addr:housenumber": "31", - "addr:street": "Crosby Street", - "contact:email": "crosby@saturdaysnyc.com", - "name": "Saturdays", - "opening_hours": "10:00-19:00 open \"Store\" || Mo-Fr 08:00-19:00; Sa, Su 10:00-19:00 open \"Cafe\"", - "phone": "+1 212-966-7875", - "shop": "clothes", - "website": "https://www.saturdaysnyc.com/store/crosby-street/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9994144, - 40.720776 - ] - }, - "id": "node/6786468294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6789145066", - "clothes": "children", - "name": "City Kidz", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0319544, - 40.7389024 - ] - }, - "id": "node/6789145066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6793958723", - "clothes": "men", - "name": "Oran Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0274344, - 40.7494951 - ] - }, - "id": "node/6793958723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6793958730", - "name": "Oran Athleisure", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0272364, - 40.7501473 - ] - }, - "id": "node/6793958730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6793958756", - "clothes": "women", - "name": "Coup de Coeur", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0267207, - 40.7518076 - ] - }, - "id": "node/6793958756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6793958762", - "name": "Galatea Linens", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0266935, - 40.7519242 - ] - }, - "id": "node/6793958762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6793958764", - "clothes": "lingerie", - "name": "Galatea Lingerie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0266181, - 40.7521993 - ] - }, - "id": "node/6793958764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6793958765", - "clothes": "fashion", - "name": "Viola Vita Firenze", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0266265, - 40.7521671 - ] - }, - "id": "node/6793958765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6799740819", - "clothes": "vintage", - "name": "Vintage On First", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0339773, - 40.7379233 - ] - }, - "id": "node/6799740819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6799740827", - "name": "Daisy's Wearable Art", - "opening_hours": "Th,Fr 12:00-19:00; We 13:00-18:00; Sa 12:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0341614, - 40.738109 - ] - }, - "id": "node/6799740827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6814924761", - "addr:city": "New York", - "addr:housenumber": "610", - "addr:postcode": "10020", - "addr:state": "NY", - "addr:street": "5th Avenue", - "brand": "Michael Kors", - "brand:wikidata": "Q19572998", - "name": "Michael Kors", - "shop": "clothes", - "website": "https://locations.michaelkors.com/us/ny/new-york/610-fifth-ave.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9777361, - 40.7581247 - ] - }, - "id": "node/6814924761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6814924762", - "clothes": "women", - "name": "Anne Fontaine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9777526, - 40.7582574 - ] - }, - "id": "node/6814924762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6816154842", - "addr:city": "Jamaica", - "addr:housenumber": "89-05B", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "165th Street", - "name": "Vibes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7960277, - 40.7074732 - ] - }, - "id": "node/6816154842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6816273170", - "addr:city": "Jamaica", - "addr:housenumber": "89-61A", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "165th Street", - "clothes": "underwear;lingerie;women", - "name": "Hyun Ladies Lingerie", - "phone": "+1-718-657-1686", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7951881, - 40.7061687 - ] - }, - "id": "node/6816273170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6876895218", - "name": "Jaf Threads", - "phone": "+1-631-365-0359", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9458848, - 40.6925168 - ] - }, - "id": "node/6876895218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6910698800", - "clothes": "women", - "name": "Frankie Shop", - "opening_hours": "Mo-Sa 12:00-20:00; Su 12:00-19:00", - "phone": "+1-212-253-0953", - "shop": "clothes", - "website": "https://thefrankieshop.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9878879, - 40.7213565 - ] - }, - "id": "node/6910698800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6920907284", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-20:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9887296, - 40.749998 - ] - }, - "id": "node/6920907284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6925577291", - "name": "Xie Hou Fashion", - "phone": "+1-347-881-2963", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0050756, - 40.6393295 - ] - }, - "id": "node/6925577291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6928939044", - "brand": "Nike", - "brand:wikidata": "Q483915", - "name": "Nike", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0684444, - 40.8094369 - ] - }, - "id": "node/6928939044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6928939052", - "brand": "Gucci", - "brand:wikidata": "Q178516", - "name": "Gucci", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0660668, - 40.8099684 - ] - }, - "id": "node/6928939052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6928939053", - "brand": "Louis Vuitton", - "brand:wikidata": "Q191485", - "name": "Louis Vuitton", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0667239, - 40.8099738 - ] - }, - "id": "node/6928939053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6928939055", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Baby Gap", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0691931, - 40.8092165 - ] - }, - "id": "node/6928939055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6928939056", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "name": "Foot Locker", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0714245, - 40.8095125 - ] - }, - "id": "node/6928939056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6928939057", - "brand": "Prada", - "brand:wikidata": "Q193136", - "name": "Prada", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0688349, - 40.8093168 - ] - }, - "id": "node/6928939057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6928939060", - "brand": "Lucky Brand", - "brand:wikidata": "Q6697865", - "name": "Lucky Brand", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0717944, - 40.8091106 - ] - }, - "id": "node/6928939060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6937215655", - "addr:housenumber": "655", - "addr:street": "5th Avenue", - "brand": "Salvatore Ferragamo", - "brand:wikidata": "Q3946053", - "name": "Salvatore Ferragamo", - "shop": "shoes", - "website": "https://store.ferragamo.com/en-us/america/us/ny/newyork/655-fifth-avenue.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.975951, - 40.7599404 - ] - }, - "id": "node/6937215655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6937558939", - "addr:housenumber": "147", - "addr:postcode": "10028", - "addr:street": "East 86th Street", - "branch": "86th & Lexington", - "brand": "Old Navy", - "brand:wikidata": "Q2735242", - "internet_access": "wlan", - "level": "0;1", - "name": "Old Navy", - "opening_hours": "Mo-Sa 10:00-20:00; Su 10:00-19:00", - "phone": "+1 212-828-7860", - "ref": "3713", - "shop": "clothes", - "website": "https://oldnavy.gap.com/stores/ny/newyork/oldnavy-3743.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9553143, - 40.7795855 - ] - }, - "id": "node/6937558939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6939933889", - "clothes": "hats", - "contact:instagram": "@yokkoyama_hat_market", - "contact:tumblr": "https://yokkoyama.tumblr.com", - "name": "Yakkayama Hat Market", - "opening_hours": "Tu-Su 13:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9918196, - 40.7182142 - ] - }, - "id": "node/6939933889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6949740441", - "clothes": "children", - "name": "Bonpoint", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9673219, - 40.7689276 - ] - }, - "id": "node/6949740441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6951902441", - "clothes": "wedding", - "name": "DK Bridal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.746737, - 40.7158819 - ] - }, - "id": "node/6951902441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6969716314", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "426", - "addr:postcode": "10024", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "branch": "Upper West Side", - "brand": "Patagonia", - "brand:wikidata": "Q1660552", - "clothes": "outdoor", - "name": "Patagonia", - "opening_hours": "Mo-Sa 10:00-19:00; Su 10:00-18:00", - "phone": "+1 917-441-0011", - "shop": "clothes", - "website": "https://www.patagonia.com/patagonia-nyc-upper-west-side-426-columbus-avenue-new-york-city-ny-10024/store_1523587571.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9749621, - 40.782995 - ] - }, - "id": "node/6969716314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6977990061", - "addr:housenumber": "888", - "addr:street": "Manhattan Avenue", - "name": "DNA", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9539972, - 40.7299043 - ] - }, - "id": "node/6977990061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6980049841", - "addr:city": "Flushing", - "addr:housenumber": "40-22", - "addr:state": "NY", - "addr:street": "Main Street", - "clothes": "underwear;women", - "name": "Custom Fitted Bras", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8301299, - 40.7589547 - ] - }, - "id": "node/6980049841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6980049874", - "addr:city": "Flushing", - "addr:housenumber": "40-12", - "addr:state": "NY", - "addr:street": "Main Street", - "name": "Jai Mei Shoe Store", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8301453, - 40.7591736 - ] - }, - "id": "node/6980049874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6997398874", - "name": "Urban Trends", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7950122, - 40.7072171 - ] - }, - "id": "node/6997398874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6997420497", - "addr:city": "Jamaica", - "addr:housenumber": "147-05", - "addr:postcode": "11435", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8075255, - 40.7018884 - ] - }, - "id": "node/6997420497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6997420498", - "addr:housenumber": "147-09", - "addr:street": "Jamaica Avenue", - "name": "Jackies Kids", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8074556, - 40.70188 - ] - }, - "id": "node/6997420498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6997420500", - "check_date": "2024-04-21", - "name": "Premium House", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8077645, - 40.7018947 - ] - }, - "id": "node/6997420500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7004437715", - "addr:city": "New York", - "addr:housenumber": "2935", - "addr:postcode": "10025", - "addr:state": "NY", - "addr:street": "Broadway", - "brand": "Lululemon", - "brand:wikidata": "Q6702957", - "clothes": "men;women", - "name": "Lululemon", - "official_name": "Lululemon Athletica", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1-332-239-6763", - "shop": "clothes", - "website": "https://shop.lululemon.com/stores/us/new-york/columbia" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9647756, - 40.807259 - ] - }, - "id": "node/7004437715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7005125738", - "brand": "Nordstrom Rack", - "brand:wikidata": "Q21463374", - "name": "Nordstrom Rack", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0753398, - 40.6436166 - ] - }, - "id": "node/7005125738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7038487803", - "addr:housenumber": "415", - "addr:street": "86th Street", - "alt_name": "Children's Place", - "brand": "The Children's Place", - "brand:wikidata": "Q3520257", - "name": "The Children's Place", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0277905, - 40.6226302 - ] - }, - "id": "node/7038487803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7041755301", - "addr:housenumber": "1412", - "addr:postcode": "10028", - "addr:street": "3rd Avenue", - "branch": "3rd Avenue", - "check_date": "2024-09-01", - "fax": "+1 212-570-5410", - "level": "0", - "name": "Diane B Ladies' Shoes", - "phone": "+1 212-570-5360", - "shop": "shoes", - "website": "https://dianebshoes.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9568705, - 40.7751937 - ] - }, - "id": "node/7041755301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7041755315", - "addr:housenumber": "1852", - "addr:street": "3rd Avenue", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "name": "Snipes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9465199, - 40.7893663 - ] - }, - "id": "node/7041755315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7053097713", - "addr:city": "Hewlett", - "addr:housenumber": "1175", - "addr:postcode": "11557", - "addr:state": "NY", - "addr:street": "Broadway", - "name": "Tres Chic Furs & Leather", - "nysgissam:nysaddresspointid": "NASS061573", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7032055, - 40.6359614 - ] - }, - "id": "node/7053097713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7062137912", - "addr:city": "Brooklyn", - "addr:housenumber": "132", - "addr:postcode": "11249", - "addr:state": "NY", - "addr:street": "Bedford Avenue", - "amenity": "arts_centre", - "name": "The Canvas", - "opening_hours": "Mo-Su 10:00-20:00", - "operator": "Querencia", - "shop": "clothes", - "website": "https://thecanvas.nyc" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9562818, - 40.719328 - ] - }, - "id": "node/7062137912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7078649954", - "addr:city": "New York", - "addr:housenumber": "337", - "addr:postcode": "10003", - "addr:state": "NY", - "addr:street": "East 9th Street", - "clothes": "women", - "name": "Duo Nyc", - "opening_hours": "Tu-Su 13:30-18:30", - "phone": "+1-212‧777‧7044", - "shop": "clothes", - "website": "https://www.duonyc.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9855384, - 40.7285786 - ] - }, - "id": "node/7078649954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7078649958", - "addr:city": "New York", - "addr:housenumber": "333", - "addr:postcode": "10003", - "addr:state": "NY", - "addr:street": "East 9th Street", - "clothes": "vintage", - "name": "Spark Pretty", - "opening_hours": "Mo-Sa 12:00-20:00; Su 12:00-19:00", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9857026, - 40.7286478 - ] - }, - "id": "node/7078649958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7093921951", - "brand": "Aldo", - "brand:wikidata": "Q2832297", - "name": "Aldo", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9808511, - 40.7589538 - ] - }, - "id": "node/7093921951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7093921952", - "brand": "Loft", - "brand:wikidata": "Q62075137", - "clothes": "women", - "name": "Loft", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9807677, - 40.7590615 - ] - }, - "id": "node/7093921952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7097820974", - "check_date": "2024-02-10", - "name": "Lot-Less Closeouts", - "shop": "clothes", - "website": "https://lot-less.com/locations/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0055399, - 40.7092228 - ] - }, - "id": "node/7097820974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7097867536", - "brand": "Scotch & Soda", - "brand:wikidata": "Q17141914", - "name": "Scotch & Soda", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9900735, - 40.7181797 - ] - }, - "id": "node/7097867536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7097867544", - "name": "A Turen", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9885646, - 40.7211596 - ] - }, - "id": "node/7097867544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7098483440", - "addr:city": "New York", - "addr:housenumber": "321", - "addr:postcode": "10003", - "addr:state": "NY", - "addr:street": "East 9th Street", - "email": "santo@sourceunltd.com", - "name": "Ibiza", - "opening_hours:signed": "no", - "payment:credit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9860959, - 40.7288181 - ] - }, - "id": "node/7098483440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7098603506", - "addr:city": "New York", - "addr:housenumber": "346", - "addr:postcode": "10003", - "addr:state": "NY", - "addr:street": "East 9th Street", - "name": "9th St. Vintage", - "opening_hours": "Mo-Su 12:00-18:00", - "phone": "+1-917-265-8833", - "second_hand": "yes", - "shop": "clothes", - "website": "https://www.9thstvintage.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9855026, - 40.728349 - ] - }, - "id": "node/7098603506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7105549966", - "alt_name": "Inala's Closet", - "name": "Inala's", - "opening_hours": "Mo-Sa 12:00-20:00; Su 12:00-17:00", - "phone": "+1-929-433-0014", - "shop": "clothes", - "website": "https://inalascloset.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7642369, - 40.6738885 - ] - }, - "id": "node/7105549966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7129638749", - "name": "Marine Layer", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-19:00", - "phone": "+1-917-909-0860", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9933144, - 40.687388 - ] - }, - "id": "node/7129638749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7132140598", - "description": "wonen's shoes and handbags", - "name": "The Chic Boutique", - "shoes": "women", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9923132, - 40.6901619 - ] - }, - "id": "node/7132140598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7134303434", - "name": "Paul & Shark", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9704618, - 40.7645897 - ] - }, - "id": "node/7134303434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7134303442", - "brand": "Tumi", - "brand:wikidata": "Q4465402", - "name": "Tumi", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9604763, - 40.7788332 - ] - }, - "id": "node/7134303442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7134303443", - "name": "Loro Diana", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9689646, - 40.7672108 - ] - }, - "id": "node/7134303443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7139463385", - "name": "OMG Jeans", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9952263, - 40.7443824 - ] - }, - "id": "node/7139463385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7156301615", - "name": "Karako Suits", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7407467, - 40.6363283 - ] - }, - "id": "node/7156301615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7159891534", - "clothes": "women", - "name": "Margo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0272274, - 40.7501754 - ] - }, - "id": "node/7159891534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7159891535", - "name": "Hoboken Clique", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0268461, - 40.7514227 - ] - }, - "id": "node/7159891535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7161597625", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "492", - "addr:postcode": "10024", - "addr:state": "NY", - "addr:street": "Amsterdam Avenue", - "name": "Darryl's", - "opening_hours": "Mo-Fr 12:30-19:00; Sa 12:30-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9762714, - 40.7862779 - ] - }, - "id": "node/7161597625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7170506554", - "clothes": "women", - "name": "Cloth", - "opening_hours": "Mo-Sa 12:00-20:00; Su 11:00-19:00", - "phone": "+1-718-403-0223", - "shop": "clothes", - "website": "https://www.clothclothing.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9764075, - 40.6854607 - ] - }, - "id": "node/7170506554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7173731611", - "addr:city": "Brooklyn", - "addr:housenumber": "490", - "addr:postcode": "11211", - "addr:state": "NY", - "addr:street": "Metropolitan Avenue", - "alt_name": "Plus Brooklyn", - "clothes": "women", - "description": "plus-sized women's clothing", - "name": "Plus Bklyn", - "opening_hours": "Mo-Su 12:00-20:00", - "opening_hours:covid19": "We-Fr 13:00-18:00; Sa-Su 12:00-18:00", - "phone": "+1-718-383-3700", - "shop": "clothes", - "website": "https://plusbklyn.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.952637, - 40.7139376 - ] - }, - "id": "node/7173731611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7177579533", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8368179, - 40.582396 - ] - }, - "id": "node/7177579533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7177715095", - "addr:housenumber": "201-14", - "addr:street": "Hillside Avenue", - "name": "New York Fashions", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7621846, - 40.7197266 - ] - }, - "id": "node/7177715095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7194157457", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8372755, - 40.5803623 - ] - }, - "id": "node/7194157457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7194196659", - "name": "LOLA STAR", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8366571, - 40.5792584 - ] - }, - "id": "node/7194196659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7202234796", - "brand": "Max Mara", - "brand:wikidata": "Q1151774", - "clothes": "women", - "name": "Max Mara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9670957, - 40.7692531 - ] - }, - "id": "node/7202234796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7202234804", - "brand": "Mackage", - "brand:wikidata": "Q111913312", - "clothes": "men", - "name": "Mackage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.967378, - 40.7693923 - ] - }, - "id": "node/7202234804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7223921086", - "addr:housenumber": "292", - "addr:postcode": "10012", - "addr:street": "Lafayette Street", - "name": "Rains", - "opening_hours": "Mo-Su 12:00-19:00", - "phone": "+1-332-999-0048", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9959653, - 40.7245298 - ] - }, - "id": "node/7223921086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7237979812", - "addr:city": "New York", - "addr:housenumber": "225", - "addr:postcode": "10018", - "addr:state": "NY", - "addr:street": "West 37th Street", - "addr:unit": "New York", - "building": "yes", - "clothes": "women;wedding", - "height": "62.5", - "name": "Dress Me Up New York", - "nycdoitt:bin": "1014457", - "operator": "Denny Daniel", - "shop": "clothes", - "website": "https://www.dressmeupny.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9902728, - 40.7535844 - ] - }, - "id": "node/7237979812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7259558973", - "name": "Elie Saab", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9664711, - 40.7706419 - ] - }, - "id": "node/7259558973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7259558975", - "brand": "Prada", - "brand:wikidata": "Q193136", - "name": "Prada", - "opening_hours": "Mo-Sa 11:00-18:00; Su 12:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9663107, - 40.7702962 - ] - }, - "id": "node/7259558975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7259558976", - "name": "Ralph Lauren", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.966008, - 40.7712673 - ] - }, - "id": "node/7259558976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7259558978", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "clothes": "women", - "name": "Ba&sh", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9628361, - 40.7750401 - ] - }, - "id": "node/7259558978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7275053404", - "addr:housenumber": "258-15", - "addr:street": "Hillside Avenue", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7095732, - 40.7372111 - ] - }, - "id": "node/7275053404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7278601434", - "addr:city": "Bronx", - "addr:housenumber": "14", - "addr:postcode": "10452", - "addr:state": "NY", - "addr:street": "East 167th Street", - "clothes": "denim;hats;fashion", - "name": "Karma Urban Wear", - "opening_hours": "Su 11:00-19:00, Mo-Th 10:00-20:00, Fr-Sa 10:00-21:00", - "payment:cash": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9217565, - 40.8357807 - ] - }, - "id": "node/7278601434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7281266564", - "check_date": "2024-02-29", - "name": "Ralph Lauren", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9657436, - 40.7716067 - ] - }, - "id": "node/7281266564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7362789414", - "addr:housenumber": "239", - "addr:postcode": "10010", - "addr:street": "East 24th Street", - "name": "Shoe Repair & Shine", - "phone": "+1-212-679-3258", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9809117, - 40.7388916 - ] - }, - "id": "node/7362789414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7366142879", - "addr:housenumber": "437", - "addr:postcode": "10009", - "addr:street": "East 9th Street", - "name": "Throwback Vintage Sportswear", - "opening_hours": "We-Sa 12:00-20:00; Su 12:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9831688, - 40.7275967 - ] - }, - "id": "node/7366142879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7368515788", - "addr:housenumber": "108", - "addr:postcode": "10001", - "addr:street": "West 34th Street", - "brand": "Famous Footwear", - "brand:wikidata": "Q5433457", - "name": "Famous Footwear", - "opening_hours": "Mo-Sa 09:00-21:00; Su 10:00-19:00", - "phone": "+1-212-823-8952", - "shop": "shoes", - "website": "https://www.famousfootwear.com/Stores/3642-HERALD-SQUARE" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9884742, - 40.7498965 - ] - }, - "id": "node/7368515788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7369443425", - "addr:housenumber": "1234", - "addr:postcode": "10001", - "addr:street": "Broadway", - "name": "Saher USA Inc.", - "phone": "+1-212-244-4106", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9881607, - 40.7473207 - ] - }, - "id": "node/7369443425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7415539489", - "brand": "Tumi", - "brand:wikidata": "Q4465402", - "name": "Tumi", - "opening_hours": "Mo-Fr 10:00-17:00", - "phone": "+1-212-877-1121", - "shop": "bag", - "website": "https://www.tumi.com/store/0000001244" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9834416, - 40.7477922 - ] - }, - "id": "node/7415539489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7415646095", - "name": "De Janeiro", - "shop": "clothes", - "website": "https://dejny.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.989783, - 40.7553934 - ] - }, - "id": "node/7415646095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7416292738", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "name": "Rainbow", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1837576, - 40.7821415 - ] - }, - "id": "node/7416292738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7416292739", - "alt_name": "Children's Place", - "brand": "The Children's Place", - "brand:wikidata": "Q3520257", - "name": "The Children's Place", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1836796, - 40.7820704 - ] - }, - "id": "node/7416292739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7416292741", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "clothes": "women;plus_size", - "description": "rainbow plus clothing shop for women selling sizes XL and above", - "name": "Rainbow", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/nj/bloomfield/1189/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1834059, - 40.7817836 - ] - }, - "id": "node/7416292741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7613283045", - "name": "The Dean", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8721662, - 40.7732984 - ] - }, - "id": "node/7613283045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7615599471", - "name": "MonnaLisa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9609998, - 40.7781779 - ] - }, - "id": "node/7615599471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7615599474", - "addr:housenumber": "801", - "addr:street": "Madison Avene", - "name": "Pierre Yovanovic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9673965, - 40.7688253 - ] - }, - "id": "node/7615599474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7620039822", - "addr:housenumber": "24", - "addr:street": "East 125th Street", - "name": "The Brownstone", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9411982, - 40.8057966 - ] - }, - "id": "node/7620039822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7653745271", - "addr:housenumber": "210", - "addr:postcode": "10001", - "addr:street": "West 29th Street", - "check_date": "2023-04-07", - "name": "Konstantine Furs", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9936458, - 40.7480434 - ] - }, - "id": "node/7653745271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7653745275", - "addr:housenumber": "333", - "addr:postcode": "10001", - "addr:street": "7th Avenue", - "name": "Shoegasm", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9928581, - 40.7476008 - ] - }, - "id": "node/7653745275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7654116860", - "addr:housenumber": "160", - "addr:postcode": "10011", - "addr:street": "9th Avenue", - "clothes": "women", - "contact:instagram": "https://www.instagram.com/muleh_nyc", - "email": "mulehnyc@gmail.com", - "name": "Muleh", - "phone": "+1 212-524-0220", - "shop": "clothes", - "website": "https://www.muleh.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0026461, - 40.7443765 - ] - }, - "id": "node/7654116860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7671707023", - "name": "Rue Saint Paul", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-19:00; Su 11:00-18:00", - "shop": "clothes", - "website": "https://ruestpaul.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9952294, - 40.6833865 - ] - }, - "id": "node/7671707023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7674767845", - "addr:city": "New York", - "addr:housenumber": "500", - "addr:postcode": "10018", - "addr:state": "NY", - "addr:street": "West 33rd Street", - "branch": "Hudson Yards", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "clothes": "denim; women; men; socks; underwear", - "level": "2", - "name": "Uniqlo", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-19:00", - "phone": "+1 855-486-4756", - "shop": "clothes", - "website": "https://map.uniqlo.com/us/en/detail/10200097" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0008498, - 40.7533568 - ] - }, - "id": "node/7674767845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7679342633", - "addr:housenumber": "165", - "addr:postcode": "10011", - "addr:street": "8th Avenue", - "level": "0", - "name": "Harmony", - "phone": "+1-646-870-0126", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0007473, - 40.7425496 - ] - }, - "id": "node/7679342633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7679342649", - "addr:city": "New York", - "addr:housenumber": "132", - "addr:postcode": "10011", - "addr:street": "10th Avenue", - "clothes": "wedding", - "level": "0", - "name": "Spina Bride", - "shop": "clothes", - "website": "https://www.spinabride.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0060735, - 40.7447281 - ] - }, - "id": "node/7679342649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7768153648", - "name": "Michel", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9746439, - 40.7588664 - ] - }, - "id": "node/7768153648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7768191887", - "name": "Rebag", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9723867, - 40.761992 - ] - }, - "id": "node/7768191887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7768191895", - "brand": "Canali", - "brand:wikidata": "Q5031079", - "clothes": "men", - "name": "Canali", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.971456, - 40.7632609 - ] - }, - "id": "node/7768191895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7768191896", - "addr:city": "New York", - "addr:housenumber": "110", - "addr:postcode": "10022", - "addr:state": "NY", - "addr:street": "East 59th Street", - "addr:unit": "SP1", - "branch": "59th Street", - "clothes": "hats;men;women", - "level": "0", - "name": "Yankees Clubhouse", - "not:brand:wikidata": "Q19841609", - "opening_hours": "Mo-Sa 09:00-19:00; Su 11:00-18:00", - "operator": "Lids", - "phone": "+1 212-758-7844", - "shop": "clothes", - "website": "https://www.lids.com/store/yankees-clubhouse-yankees-clubhouse-59th-street/sd-21995736+z-9672564-3028936553" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9692132, - 40.7624563 - ] - }, - "id": "node/7768191896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7779481451", - "clothes": "wedding", - "level": "1", - "name": "Angel's Bridal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2344554, - 40.516789 - ] - }, - "id": "node/7779481451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7779637975", - "clothes": "women", - "name": "Once Upon a Skirt", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2358951, - 40.5176542 - ] - }, - "id": "node/7779637975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7781914562", - "clothes": "women", - "name": "Lu Bella Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.234481, - 40.5235704 - ] - }, - "id": "node/7781914562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7781914567", - "name": "Towne Women's Contemporary Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2345593, - 40.5227931 - ] - }, - "id": "node/7781914567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7781914572", - "clothes": "women", - "name": "Le Chic Couture", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2346138, - 40.5222929 - ] - }, - "id": "node/7781914572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7797556399", - "clothes": "wedding", - "name": "Top Bridal Shop", - "phone": "+1-212-267-3388", - "shop": "clothes", - "website": "https://topbridal.shop/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9922148, - 40.7140177 - ] - }, - "id": "node/7797556399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7797556427", - "addr:housenumber": "54", - "addr:postcode": "10002", - "addr:street": "Hester Street", - "name": "Bode One-Of-A-Kind Shoppe", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+1-929-692-0628", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9907242, - 40.7157588 - ] - }, - "id": "node/7797556427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7799768760", - "clothes": "wedding", - "name": "Dante Zeller Tuxedo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.215161, - 40.5238425 - ] - }, - "id": "node/7799768760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7802706670", - "clothes": "women", - "name": "Daniella Bella's South", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.213868, - 40.5223534 - ] - }, - "id": "node/7802706670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7811227324", - "brand": "Famous Footwear", - "brand:wikidata": "Q5433457", - "level": "0", - "name": "Famous Footwear", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2321665, - 40.5273975 - ] - }, - "id": "node/7811227324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7811227326", - "brand": "Justice", - "brand:wikidata": "Q7857512", - "level": "0", - "name": "Justice", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2323713, - 40.527403 - ] - }, - "id": "node/7811227326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7811227330", - "brand": "Carter's", - "brand:wikidata": "Q5047083", - "clothes": "babies;children", - "level": "0", - "name": "Carter's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2326986, - 40.5274222 - ] - }, - "id": "node/7811227330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7821177569", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "name": "Rainbow", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1923394, - 40.6002199 - ] - }, - "id": "node/7821177569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7821236142", - "brand": "Skechers", - "brand:wikidata": "Q2945643", - "name": "Skechers", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2313402, - 40.5308582 - ] - }, - "id": "node/7821236142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7917128895", - "addr:housenumber": "78-14", - "addr:street": "Roosevelt Avenue", - "name": "Famous Brands Clothes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8875634, - 40.7471249 - ] - }, - "id": "node/7917128895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7951097789", - "addr:housenumber": "714", - "addr:street": "Madison Avenue", - "name": "Buccellati", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9695947, - 40.7663523 - ] - }, - "id": "node/7951097789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7951223527", - "addr:housenumber": "260", - "addr:street": "West 37th Street", - "name": "Little Diana", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9915425, - 40.7537478 - ] - }, - "id": "node/7951223527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8000650773", - "addr:housenumber": "55", - "addr:postcode": "10012", - "addr:street": "East Houston Street", - "clothes": "hats", - "contact:facebook": "https://www.facebook.com/cityhatsus55eHouston/", - "name": "City Hats", - "opening_hours": "Mo-Su 11:00-19:45", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9944367, - 40.7245705 - ] - }, - "id": "node/8000650773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8076203189", - "addr:city": "New York", - "addr:housenumber": "315", - "addr:postcode": "10003", - "addr:state": "NY", - "addr:street": "Bowery", - "name": "John Varvatos", - "opening_hours": "Mo-Fr 11:00-17:00; Sa 12:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9919504, - 40.7251969 - ] - }, - "id": "node/8076203189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8122002826", - "brand": "Footaction", - "brand:wikidata": "Q71022064", - "name": "Footaction", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0692636, - 40.8084128 - ] - }, - "id": "node/8122002826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8122002827", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "name": "Foot Locker", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0690106, - 40.8085134 - ] - }, - "id": "node/8122002827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8122002833", - "brand": "Lululemon", - "brand:wikidata": "Q6702957", - "clothes": "men;women", - "name": "Lululemon", - "official_name": "Lululemon Athletica", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0688236, - 40.8083848 - ] - }, - "id": "node/8122002833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8122002834", - "brand": "Tumi", - "brand:wikidata": "Q4465402", - "name": "Tumi", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0687029, - 40.8085371 - ] - }, - "id": "node/8122002834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8122002835", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0690355, - 40.8082731 - ] - }, - "id": "node/8122002835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8122002838", - "brand": "Zara", - "brand:wikidata": "Q147662", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0698782, - 40.8075892 - ] - }, - "id": "node/8122002838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8125147698", - "brand": "Primark", - "brand:wikidata": "Q137023", - "name": "Primark", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0667607, - 40.8093029 - ] - }, - "id": "node/8125147698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8125147699", - "brand": "Zumiez", - "brand:wikidata": "Q8075252", - "name": "Zumiez", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.07024, - 40.8082111 - ] - }, - "id": "node/8125147699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8125147704", - "brand": "Victoria's Secret", - "brand:wikidata": "Q332477", - "clothes": "underwear;women", - "name": "Victoria's Secret", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0687211, - 40.8088059 - ] - }, - "id": "node/8125147704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8125147705", - "brand": "Pink", - "brand:wikidata": "Q20716793", - "clothes": "underwear;women", - "name": "Pink", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0689304, - 40.8086861 - ] - }, - "id": "node/8125147705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8142623778", - "addr:city": "East Rutherford", - "addr:housenumber": "1", - "addr:postcode": "07073", - "addr:state": "NJ", - "addr:street": "American Dream Way", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "name": "Uniqlo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.068643, - 40.8094187 - ] - }, - "id": "node/8142623778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8142646023", - "addr:city": "Elizabeth", - "addr:housenumber": "651", - "addr:postcode": "07201", - "addr:state": "NJ", - "addr:street": "Kapkowski Road", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "name": "Uniqlo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1734442, - 40.6601329 - ] - }, - "id": "node/8142646023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8142799797", - "addr:city": "Bronx", - "addr:housenumber": "200", - "addr:postcode": "10475", - "addr:state": "NY", - "addr:street": "Baychester Avenue", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "level": "1", - "name": "Uniqlo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8265311, - 40.8642258 - ] - }, - "id": "node/8142799797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8142812899", - "addr:city": "New York", - "addr:housenumber": "40-24", - "addr:postcode": "11354", - "addr:state": "NY", - "addr:street": "College Point Boulevard", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "name": "Uniqlo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8352942, - 40.7569688 - ] - }, - "id": "node/8142812899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151649116", - "addr:housenumber": "119", - "addr:postcode": "10013", - "addr:street": "Mulberry Street", - "name": "Handbag Heaven", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9983011, - 40.7177911 - ] - }, - "id": "node/8151649116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8151650887", - "addr:city": "New York", - "addr:housenumber": "571", - "addr:postcode": "10033", - "addr:state": "NY", - "addr:street": "West 181st Street", - "brand": "V.I.M.", - "brand:wikidata": "Q71042495", - "clothes": "children;men;women", - "name": "V.I.M.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9328536, - 40.8491087 - ] - }, - "id": "node/8151650887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8226216787", - "brand": "Forever 21", - "brand:wikidata": "Q1060537", - "name": "Forever 21", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8688694, - 40.7089319 - ] - }, - "id": "node/8226216787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8253381602", - "brand": "Old Navy", - "brand:wikidata": "Q2735242", - "name": "Old Navy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1676196, - 40.5755669 - ] - }, - "id": "node/8253381602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8259046780", - "addr:housenumber": "2971", - "addr:postcode": "10314", - "addr:street": "Richmond Avenue", - "clothes": "wedding", - "level": "0", - "name": "Tuxedo World", - "phone": "+1-718-698-4859", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1689848, - 40.5787387 - ] - }, - "id": "node/8259046780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8262422486", - "brand": "Scrubs & Beyond", - "brand:wikidata": "Q119972011", - "clothes": "uniforms", - "name": "Scrubs & Beyond", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1637856, - 40.5914461 - ] - }, - "id": "node/8262422486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8263092678", - "clothes": "wedding", - "name": "Jacquie's Bridal Inc.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1652851, - 40.5901468 - ] - }, - "id": "node/8263092678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8265164313", - "alt_name": "The Closet", - "name": "Consignment Brooklyn", - "shop": "clothes", - "website": "https://www.consignmentbrooklyn.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9864413, - 40.6877384 - ] - }, - "id": "node/8265164313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8303701505", - "name": "Aesthetic BK", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9925027, - 40.6694474 - ] - }, - "id": "node/8303701505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8303764414", - "name": "Brooklyn in Arabic Gift Shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.992161, - 40.6658912 - ] - }, - "id": "node/8303764414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8307422440", - "name": "Centella Sports", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9719891, - 40.6460302 - ] - }, - "id": "node/8307422440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8336388301", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0669903, - 40.8091814 - ] - }, - "id": "node/8336388301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8336388302", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "clothes": "denim;men;women", - "level": "1", - "name": "Levi's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0672701, - 40.8090798 - ] - }, - "id": "node/8336388302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8336388304", - "brand": "Banana Republic", - "brand:wikidata": "Q806085", - "clothes": "men;women", - "name": "Banana Republic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0678067, - 40.8088804 - ] - }, - "id": "node/8336388304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8336388306", - "name": "Fabletics", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0675968, - 40.8097349 - ] - }, - "id": "node/8336388306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8336388307", - "brand": "Zara", - "brand:wikidata": "Q147662", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0678142, - 40.8096687 - ] - }, - "id": "node/8336388307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8336388308", - "brand": "Tumi", - "brand:wikidata": "Q4465402", - "name": "Tumi", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0680853, - 40.8095889 - ] - }, - "id": "node/8336388308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8336388309", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "level": "1", - "name": "Uniqlo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0678175, - 40.8094006 - ] - }, - "id": "node/8336388309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8377954024", - "addr:city": "New York", - "addr:housenumber": "103", - "addr:postcode": "10013", - "addr:state": "NY", - "addr:street": "Franklin Street", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "clothes": "denim;men;women", - "name": "Levi's", - "opening_hours": "Mo-Sa 11:30-19:00; Th 11:30-20:00; Su 12:00-18:00", - "phone": "+1-212-343-0692", - "shop": "clothes", - "website": "https://locations.levi.com/en-us/ny/newyork/denim_new-york_ny_rp1006.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0057307, - 40.7183574 - ] - }, - "id": "node/8377954024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8389054048", - "addr:city": "Brooklyn", - "addr:housenumber": "310", - "addr:postcode": "11211", - "addr:state": "NY", - "addr:street": "Grand Street", - "clothes": "vintage;japanese;designer", - "name": "About Glamour / AG Gallery", - "phone": "+1-718-599-3044", - "shop": "clothes", - "website": "http://www.aboutglamour.net/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9571745, - 40.7127719 - ] - }, - "id": "node/8389054048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8400871740", - "addr:city": "Brooklyn", - "addr:country": "US", - "addr:housenumber": "1377", - "addr:postcode": "11221", - "addr:state": "NY", - "addr:street": "Dekalb Avenue", - "branch": "Dekalb", - "brand": "L Train Vintage", - "brand:website": "https://www.ltrainvintagenyc.com/", - "name": "L Train Vintage", - "nycdoitt:bin": "3073539", - "opening_hours": "Mo-Sa 12:00-19:00", - "phone": "+1-718-443-6940", - "second_hand": "yes", - "shop": "clothes", - "website": "https://www.ltrainvintagenyc.com/new-page-35" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9243448, - 40.6992548 - ] - }, - "id": "node/8400871740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8493198336", - "alt_name": "The Real Real", - "name": "The RealReal", - "opening_hours": "Mo-Sa 10:00-19:00; Su 10:00-18:00", - "phone": "+1-718-481-2820", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.therealreal.com/brooklyn" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9926812, - 40.6886774 - ] - }, - "id": "node/8493198336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8495079936", - "craft": "tailor", - "hairdresser": "yes", - "name": "Smokey Vale", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9676293, - 40.6805331 - ] - }, - "id": "node/8495079936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8497636626", - "addr:city": "New York", - "addr:housenumber": "139", - "addr:postcode": "10001", - "addr:state": "NY", - "addr:street": "West 28th Street", - "clothes": "women;men;unisexs", - "name": "Père Trash", - "opening_hours": "Mo-Su 09:00-17:00", - "operator": "Jacob Caraccilo", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1-931-237-0023", - "shop": "clothes", - "website": "https://peretrash.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9922617, - 40.7468849 - ] - }, - "id": "node/8497636626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8512192856", - "brand": "Crocs", - "brand:wikidata": "Q926699", - "indoor": "yes", - "level": "1", - "level:ref": "2F", - "name": "Crocs", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1657059, - 40.5825402 - ] - }, - "id": "node/8512192856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8530362490", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0619684, - 40.8604631 - ] - }, - "id": "node/8530362490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551295313", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9695835, - 40.760028 - ] - }, - "id": "node/8551295313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8567060224", - "addr:housenumber": "140", - "addr:street": "West 34th Street", - "brand": "Vans", - "brand:wikidata": "Q1135366", - "name": "Vans", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9896635, - 40.750399 - ] - }, - "id": "node/8567060224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8568834186", - "brand": "Old Navy", - "brand:wikidata": "Q2735242", - "name": "Old Navy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8928205, - 40.8616585 - ] - }, - "id": "node/8568834186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8590006397", - "addr:housenumber": "140", - "addr:postcode": "10003", - "addr:street": "2nd Avenue", - "clothes": "underwear;women", - "name": "Azaleas", - "opening_hours": "Mo-Sa 12:00-18:30; Su 12:00-18:00", - "phone": "+1-212-228-5842", - "shop": "clothes", - "website": "https://www.azaleasnyc.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9872383, - 40.728875 - ] - }, - "id": "node/8590006397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8599156712", - "addr:city": "Astoria", - "addr:housenumber": "3153", - "addr:postcode": "11103", - "addr:street": "Steinway Street", - "alt_name": "Children's Place", - "brand": "The Children's Place", - "brand:wikidata": "Q3520257", - "name": "The Children's Place", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9180395, - 40.7598945 - ] - }, - "id": "node/8599156712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8630401986", - "addr:housenumber": "1355", - "addr:postcode": "10075", - "addr:street": "3rd Avenue", - "branch": "3rd Ave", - "clothes": "babies;children", - "email": "info@willowroad.com", - "instagram": "https://www.instagram.com/willowroadny", - "level": "0", - "name": "Willow Road", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1 646-213-2410", - "shop": "clothes", - "website": "https://willowroad.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9578638, - 40.7731721 - ] - }, - "id": "node/8630401986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8648127117", - "addr:housenumber": "235", - "addr:postcode": "10013", - "addr:street": "West Broadway", - "branch": "The Liquor Store", - "brand": "Todd Snyder", - "name": "Todd Snyder", - "opening_hours": "Mo-Sa 11:00-18:00; Su 12:00-17:00", - "phone": "+1 646-678-3075", - "shop": "clothes", - "website": "https://www.toddsnyder.com/pages/todd-snyder-liquor-store" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0058984, - 40.7194744 - ] - }, - "id": "node/8648127117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8662492217", - "name": "Mario’s Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0664869, - 40.7287334 - ] - }, - "id": "node/8662492217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8709392116", - "addr:city": "New York", - "addr:housenumber": "2289-2291", - "addr:postcode": "10024", - "addr:street": "Broadway", - "brand": "Talbots", - "brand:wikidata": "Q7679064", - "name": "Talbots", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-17:00", - "shop": "clothes", - "website": "https://www.talbots.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9785661, - 40.7862341 - ] - }, - "id": "node/8709392116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8726268267", - "addr:street": "Junction Boulevard", - "name": "10 Spot", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8722012, - 40.7537587 - ] - }, - "id": "node/8726268267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8726268278", - "addr:street": "Junction Boulevard", - "clothes": "children", - "name": "Jackie’s Kids", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8722446, - 40.7538531 - ] - }, - "id": "node/8726268278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8779552194", - "name": "Soula", - "opening_hours": "Mo-Sa 12:00-18:00; Su 12:00-17:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9911136, - 40.6855448 - ] - }, - "id": "node/8779552194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8783482566", - "addr:city": "Port Washington", - "addr:housenumber": "107", - "addr:postcode": "11050", - "addr:state": "NY", - "addr:street": "Manorhaven Boulevard", - "name": "Stewy's Factory Outlet", - "nysgissam:nysaddresspointid": "NASS249853", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7128604, - 40.8413091 - ] - }, - "id": "node/8783482566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8783494910", - "addr:city": "Great Neck", - "addr:housenumber": "73", - "addr:postcode": "11021", - "addr:state": "NY", - "addr:street": "Middle Neck Road", - "name": "V & Chic", - "nysgissam:nysaddresspointid": "NASS117343", - "nysgissam:review": "existing element's addr:housenumber has different addr:housenumber", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7291937, - 40.7886326 - ] - }, - "id": "node/8783494910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8783500852", - "addr:city": "Great Neck", - "addr:housenumber": "29", - "addr:postcode": "11021", - "addr:state": "NY", - "addr:street": "Middle Neck Road", - "name": "Style K Studio", - "nysgissam:nysaddresspointid": "NASS130579", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7280556, - 40.7876106 - ] - }, - "id": "node/8783500852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8783518677", - "addr:city": "Great Neck", - "addr:housenumber": "81", - "addr:postcode": "11021", - "addr:state": "NY", - "addr:street": "Middle Neck Road", - "name": "Steven Dann", - "nysgissam:nysaddresspointid": "NASS273913", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7293504, - 40.7888575 - ] - }, - "id": "node/8783518677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8783526019", - "addr:city": "Great Neck", - "addr:housenumber": "78", - "addr:postcode": "11021", - "addr:state": "NY", - "addr:street": "Middle Neck Road", - "name": "ZIANI Men's Wear & In-House Tailoring", - "nysgissam:nysaddresspointid": "NASS403474", - "nysgissam:review": "existing element's addr:housenumber has different addr:housenumber", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7297049, - 40.788597 - ] - }, - "id": "node/8783526019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8787410951", - "addr:city": "New York", - "addr:housenumber": "199", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "name": "Reiss", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9801292, - 40.7752816 - ] - }, - "id": "node/8787410951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8789178100", - "addr:housenumber": "41", - "addr:street": "West 34th Street", - "brand": "Steve Madden", - "brand:wikidata": "Q25352034", - "name": "Steve Madden", - "shop": "shoes", - "website": "https://www.stevemadden.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9868498, - 40.7495894 - ] - }, - "id": "node/8789178100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8791888443", - "contact:facebook": "https://www.facebook.com/thesolebrokerbrooklyn/", - "contact:instagram": "thesolebrokerbk", - "contact:twitter": "thesolebrokerbk", - "name": "The Sole Broker", - "opening_hours": "Mo-Su 12:00-20:00", - "phone": "+1 646 677 4064", - "second_hand": "yes", - "shop": "shoes", - "website": "https://www.thesolebrokerbk.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9619498, - 40.7149164 - ] - }, - "id": "node/8791888443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8793045048", - "addr:city": "Brooklyn", - "addr:housenumber": "1804", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Emmons Avenue", - "level": "0", - "name": "Selfie Clothing Boutique", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1 718-368-3888", - "shop": "clothes", - "website": "https://selfie-clothing-boutique.business.site/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9506632, - 40.5836728 - ] - }, - "id": "node/8793045048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8809076660", - "addr:city": "Ridgewood", - "addr:housenumber": "885", - "addr:postcode": "11385", - "addr:state": "NY", - "addr:street": "Woodward Avenue", - "clothes": "men;women", - "contact:instagram": "opcbuyselltrade", - "email": "hello@opcbuyselltrade.com", - "name": "OPC Buy Sell Trade", - "opening_hours": "Mo-Su 11:00-19:00", - "payment:contactless": "yes", - "phone": "+1-929-337-6463", - "safety:mask:covid19": "yes", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.opcbuyselltrade.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9013406, - 40.7024589 - ] - }, - "id": "node/8809076660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8849401794", - "addr:housenumber": "37-05", - "addr:street": "Prince Street", - "clothes": "wedding", - "name": "Princess Wedding", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8326599, - 40.7608524 - ] - }, - "id": "node/8849401794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8874151773", - "addr:city": "New York", - "addr:housenumber": "190", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Elizabeth Street", - "clothes:denim": "yes", - "clothes:men": "yes", - "name": "3sixteen", - "opening_hours": "Mo, Th-Su 12:00-19:00", - "phone": "+1 212-300-5394", - "shop": "clothes", - "website": "https://www.3sixteen.com/pages/3sixteen-new-york-city" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9944645, - 40.721604 - ] - }, - "id": "node/8874151773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8889178528", - "clothes": "children", - "name": "Smoochie Baby", - "opening_hours": "Su-We 11:00-18:00; Th,Fr 11:00-19:00; Sa 10:00-19:00", - "phone": "+1-718-384-3340", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.958884, - 40.7189123 - ] - }, - "id": "node/8889178528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8902262529", - "addr:city": "New York", - "addr:postcode": "10003", - "addr:state": "NY", - "addr:street": "Union Square West", - "brand": "Lids", - "brand:wikidata": "Q19841609", - "clothes": "hats", - "name": "Lids", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9914982, - 40.7358033 - ] - }, - "id": "node/8902262529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8902291857", - "addr:housenumber": "101", - "addr:street": "5th Avenue", - "brand": "Zara", - "brand:wikidata": "Q147662", - "level": "0", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9918937, - 40.7380555 - ] - }, - "id": "node/8902291857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8902293608", - "addr:housenumber": "95", - "addr:street": "5th Avenue", - "brand": "Bonobos", - "brand:wikidata": "Q4942546", - "clothes": "men", - "name": "Bonobos", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9921199, - 40.7377399 - ] - }, - "id": "node/8902293608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8902304861", - "addr:housenumber": "103", - "addr:street": "5th Avenue", - "brand": "UNTUCKit", - "brand:wikidata": "Q28207006", - "level": "0", - "name": "UNTUCKit", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9918174, - 40.7381656 - ] - }, - "id": "node/8902304861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8902310525", - "addr:housenumber": "105", - "addr:street": "5th Avenue", - "brand": "Banana Republic", - "brand:wikidata": "Q806085", - "clothes": "men;women", - "level": "0", - "name": "Banana Republic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9917014, - 40.7382945 - ] - }, - "id": "node/8902310525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8930858820", - "brand": "Men's Wearhouse", - "brand:wikidata": "Q57405513", - "clothes": "suits", - "name": "Men's Wearhouse", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8309147, - 40.869214 - ] - }, - "id": "node/8930858820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8942134592", - "name": "Lockwood Style", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9236407, - 40.7610107 - ] - }, - "id": "node/8942134592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9032587699", - "clothes": "children", - "description": "children's clothes, toys", - "name": "Picnic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9931056, - 40.6882281 - ] - }, - "id": "node/9032587699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9036181630", - "addr:housenumber": "151", - "addr:postcode": "10009", - "addr:street": "1st Avenue", - "contact:instagram": "hellobananavintage", - "contact:phone": "+1 646-476-4456", - "level": "0", - "name": "Hello Banana Vintage", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9848809, - 40.7284928 - ] - }, - "id": "node/9036181630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9045283639", - "clothes": "children", - "location": "approximate", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.883872, - 40.7481218 - ] - }, - "id": "node/9045283639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9045408687", - "name": "Firenze Moda", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8427771, - 40.7195204 - ] - }, - "id": "node/9045408687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9048712856", - "addr:city": "Wayne", - "addr:housenumber": "70", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Old Turnpike Road", - "clothes": "men", - "name": "SolidTies.com", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2486714, - 40.8923652 - ] - }, - "id": "node/9048712856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9049400012", - "addr:housenumber": "117", - "addr:postcode": "10026", - "addr:street": "West 116th Street", - "level": "0", - "name": "Kilimanjaro Fashions", - "phone": "+1 212-666-4039", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9505182, - 40.8025525 - ] - }, - "id": "node/9049400012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9049400015", - "brand": "Banana Republic", - "brand:wikidata": "Q806085", - "clothes": "men;women", - "name": "Banana Republic (Factory Store)", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9503144, - 40.810012 - ] - }, - "id": "node/9049400015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9057614832", - "clothes": "men;women", - "indoor": "yes", - "level": "0", - "level:ref": "1F", - "name": "Custom Tee NYC", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1660748, - 40.5813605 - ] - }, - "id": "node/9057614832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9057614900", - "clothes": "men", - "indoor": "yes", - "level": "0", - "level:ref": "1F", - "name": "Hype Beast", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1657347, - 40.5824674 - ] - }, - "id": "node/9057614900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9081262466", - "brand": "Lululemon", - "brand:wikidata": "Q6702957", - "clothes": "men;women", - "name": "Lululemon", - "official_name": "Lululemon Athletica", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0297701, - 40.7404674 - ] - }, - "id": "node/9081262466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9123093712", - "name": "Bentley's", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9935466, - 40.69444 - ] - }, - "id": "node/9123093712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9132534674", - "clothes": "wedding", - "name": "Monica's Bridal", - "opening_hours": "Mo-We 11:00-19:00; Th 11:00-20:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9523162, - 40.5867128 - ] - }, - "id": "node/9132534674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9132849218", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "name": "Rainbow", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.957545, - 40.6089021 - ] - }, - "id": "node/9132849218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140312164", - "name": "Naketas' Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9432856, - 40.682442 - ] - }, - "id": "node/9140312164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140312167", - "name": "Byas & Leon", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9440923, - 40.6834487 - ] - }, - "id": "node/9140312167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140778577", - "addr:housenumber": "1726", - "addr:state": "NY", - "addr:street": "McDonald Avenue", - "name": "American Place", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9735155, - 40.6102794 - ] - }, - "id": "node/9140778577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832069", - "brand": "Johnston & Murphy", - "brand:wikidata": "Q6268615", - "name": "Johnston & Murphy", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9894458, - 40.7421752 - ] - }, - "id": "node/9140832069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832071", - "name": "alo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9905381, - 40.7406048 - ] - }, - "id": "node/9140832071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832073", - "addr:housenumber": "160", - "addr:postcode": "10010", - "addr:street": "5th Avenue", - "branch": "5th Avenue", - "brand": "Club Monaco", - "brand:wikidata": "Q2979949", - "clothes": "men;women", - "level": "0", - "name": "Club Monaco", - "opening_hours": "Mo-Th 10:00-19:00; Fr, Sa 10:00-20:00; Su 10:00-18:00", - "phone": "+1 212-352-0936", - "shop": "clothes", - "website": "https://www.clubmonaco.com/en/Stores-Details?StoreID=1022", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9908097, - 40.7402096 - ] - }, - "id": "node/9140832073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832076", - "name": "Rigby & Peller", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9930835, - 40.7370894 - ] - }, - "id": "node/9140832076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832078", - "brand": "Eddie Bauer", - "brand:wikidata": "Q842174", - "name": "Eddie Bauer", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9932304, - 40.7369197 - ] - }, - "id": "node/9140832078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832079", - "brand": "7 For All Mankind", - "brand:wikidata": "Q270013", - "clothes": "denim", - "name": "7 For All Mankind", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.99281, - 40.7367084 - ] - }, - "id": "node/9140832079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832082", - "name": "Bandier", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9930151, - 40.7372759 - ] - }, - "id": "node/9140832082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832083", - "brand": "Coach", - "brand:wikidata": "Q727697", - "name": "Coach", - "shop": "bag", - "website": "https://www.coach.com/stores/ny/new-york/79-5th-avenue" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9925283, - 40.7371265 - ] - }, - "id": "node/9140832083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832084", - "brand": "J.Crew", - "brand:wikidata": "Q5370765", - "clothes": "men;women;children", - "name": "J.Crew", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9921635, - 40.737658 - ] - }, - "id": "node/9140832084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832090", - "brand": "Tumi", - "brand:wikidata": "Q4465402", - "name": "Tumi", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9909606, - 40.7392645 - ] - }, - "id": "node/9140832090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832091", - "name": "Intermix", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9909257, - 40.7393133 - ] - }, - "id": "node/9140832091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832092", - "brand": "Tory Burch", - "brand:wikidata": "Q19988222", - "name": "Tory Burch", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9908613, - 40.7394027 - ] - }, - "id": "node/9140832092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832093", - "name": "Rhone", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9908184, - 40.739484 - ] - }, - "id": "node/9140832093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832095", - "name": "Theory", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9906092, - 40.7397624 - ] - }, - "id": "node/9140832095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832096", - "addr:city": "New York", - "addr:postcode": "10010", - "addr:state": "NY", - "addr:street": "5th Avenue", - "brand": "Abercrombie & Fitch", - "brand:wikidata": "Q319344", - "clothes": "men;women", - "name": "Abercrombie & Fitch", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9905556, - 40.7398386 - ] - }, - "id": "node/9140832096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832097", - "brand": "Cole Haan", - "brand:wikidata": "Q4356504", - "name": "Cole Haan", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9904469, - 40.7399758 - ] - }, - "id": "node/9140832097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9140832099", - "addr:housenumber": "166", - "addr:postcode": "10010", - "addr:street": "5th Avenue", - "clothes": "women", - "level": "0", - "name": "Elieen Fisher", - "opening_hours": "Mo-Sa 10:00-18:00; Su 12:00-18:00", - "phone": "+1 212-924-4777", - "shop": "clothes", - "website": "https://locations.eileenfisher.com/us/ny/newyork/womens-clothing-eus003.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9904892, - 40.7406632 - ] - }, - "id": "node/9140832099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9142507570", - "name": "E-Star", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0054878, - 40.6396576 - ] - }, - "id": "node/9142507570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9161066736", - "name": "Kimera", - "opening_hours": "Tu-Su 12:00-18:00", - "shop": "clothes", - "website": "https://www.kimeradesign.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9894104, - 40.673633 - ] - }, - "id": "node/9161066736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9161604572", - "addr:housenumber": "96", - "addr:street": "East 7th Street", - "check_date": "2024-05-18", - "name": "Trash and Vaudville", - "opening_hours": "Mo-Th 12:00-20:00; Fr, Sa 12:00-20:30; Su 13:00-19:30", - "shop": "clothes", - "website": "https://www.trashandvaudeville.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9852878, - 40.7266424 - ] - }, - "id": "node/9161604572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9163473307", - "addr:city": "Brooklyn", - "addr:housenumber": "1818", - "addr:postcode": "11214", - "addr:state": "NY", - "addr:street": "86th Street", - "name": "American Place", - "phone": "+1-718-232-6700", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0021762, - 40.606774 - ] - }, - "id": "node/9163473307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9181495786", - "brand": "Old Navy", - "brand:wikidata": "Q2735242", - "name": "Old Navy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9834194, - 40.8113623 - ] - }, - "id": "node/9181495786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9193984148", - "addr:housenumber": "375", - "addr:postcode": "11201", - "addr:street": "Jay Street", - "name": "Jide's Dandy", - "phone": "+1-718-855-7777", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9871145, - 40.6923934 - ] - }, - "id": "node/9193984148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9196215050", - "addr:city": "Brooklyn", - "addr:housenumber": "1785", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Sheepshead Bay Road", - "air_conditioning": "yes", - "check_date": "2022-07-14", - "clothes": "women", - "name": "JustMila Collection", - "opening_hours": "Mo-Su 11:00-19:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1 917-868-2699", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9505764, - 40.5840965 - ] - }, - "id": "node/9196215050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9215684330", - "addr:housenumber": "156", - "addr:postcode": "10012", - "addr:street": "Spring Street", - "branch": "SOHO", - "brand": "Crockett & Jones", - "check_date:opening_hours": "2024-05-11", - "level": "0", - "name": "Crockett & Jones", - "opening_hours": "Tu-Sa 10:30-18:00; Su 12:00-17:00", - "opening_hours:signed": "no", - "phone": "+1 212-929-3550", - "shop": "shoes", - "website": "https://us.crockettandjones.com/pages/soho-new-york", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0016679, - 40.7243114 - ] - }, - "id": "node/9215684330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9215723524", - "addr:housenumber": "131", - "addr:postcode": "10012", - "addr:street": "Spring Street", - "brand": "Burberry", - "brand:wikidata": "Q390107", - "clothes": "men;women", - "name": "Burberry", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1 212-925-9300", - "shop": "clothes", - "website": "https://uk.burberry.com/stores/spring-street" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0006002, - 40.7240197 - ] - }, - "id": "node/9215723524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9219592015", - "name": "1/2 Price Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9401937, - 40.5927501 - ] - }, - "id": "node/9219592015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9219596712", - "addr:city": "Brooklyn", - "addr:housenumber": "3717", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Nostrand Avenue", - "name": "Marina's Mall", - "opening_hours": "10:00-19:00", - "phone": "+1-718-339-0012", - "shop": "clothes", - "website": "https://marinas-mall.business.site" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9402865, - 40.5931883 - ] - }, - "id": "node/9219596712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9251453846", - "check_date": "2023-12-16", - "description": "building", - "name": "Regines", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9454682, - 40.7908493 - ] - }, - "id": "node/9251453846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9284725517", - "addr:housenumber": "310", - "addr:postcode": "10001", - "addr:street": "5th Avenue", - "clothes": "hats", - "contact:email": "info@jjhatcenter.com", - "contact:facebook": "jjhatcenternyc", - "contact:instagram": "jjhatcenternyc", - "contact:phone": "+1 212-239-4368", - "contact:twitter": "JJhatcenternyc", - "contact:website": "https://www.jjhatcenter.com", - "level": "0", - "name": "JJ Hat Center", - "opening_hours": "Mo-Sa 11:00-18:00; Su 12:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9859189, - 40.7469699 - ] - }, - "id": "node/9284725517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9330502766", - "name": "Tango", - "opening_hours": "Mo-Sa 11:00-19:00; Su 11:00-18:00", - "phone": "+1-718-625-7518", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9935179, - 40.6947065 - ] - }, - "id": "node/9330502766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9330613464", - "addr:housenumber": "117", - "addr:postcode": "11201", - "addr:street": "Montague Street", - "alt_name": "La-Seen", - "clothes:printing": "yes", - "description": "custom screenprinted clothing", - "level": "1", - "name": "LaSeen", - "phone": "+1-917-676-4362", - "shop": "clothes", - "website": "https://laseeninc.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.994762, - 40.6951186 - ] - }, - "id": "node/9330613464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9332464949", - "addr:housenumber": "265", - "addr:postcode": "10012", - "addr:street": "Lafayette Street", - "name": "Zenga", - "phone": "+1-212-471-4589", - "shop": "clothes", - "website": "https://www.zegna.com/us-en/store-locator/store-detail/united-states/new-york/265-lafayette-street.33P/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9964296, - 40.7234848 - ] - }, - "id": "node/9332464949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9332464951", - "addr:housenumber": "265", - "addr:postcode": "10012", - "addr:street": "Lafayette Street", - "name": "Byron New York", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9965614, - 40.7232511 - ] - }, - "id": "node/9332464951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9335326592", - "name": "Kid's Place", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1490379, - 40.7277201 - ] - }, - "id": "node/9335326592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9349745716", - "clothes": "workwear", - "name": "New York Police Shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8956966, - 40.7123914 - ] - }, - "id": "node/9349745716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9351530422", - "name": "Private Label T-Shirts", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9120781, - 40.7133845 - ] - }, - "id": "node/9351530422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9352851049", - "name": "Farfale Vintage", - "opening_hours": "Th-Sa 12:00-19:00; Su 12:00-18:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9469248, - 40.7141582 - ] - }, - "id": "node/9352851049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9354070882", - "name": "D-Bar Too", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.892895, - 40.7275921 - ] - }, - "id": "node/9354070882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9362944091", - "brand": "Skechers", - "brand:wikidata": "Q2945643", - "name": "Skechers", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8749028, - 40.7354526 - ] - }, - "id": "node/9362944091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9362944096", - "brand": "DSW", - "brand:wikidata": "Q5206207", - "fixme:atp": "check if location still exists; no corresponding ATP location found", - "level": "-1", - "name": "DSW", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.874579, - 40.7354509 - ] - }, - "id": "node/9362944096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9380135627", - "addr:city": "Brooklyn", - "addr:housenumber": "365", - "addr:postcode": "11223", - "addr:state": "NY", - "addr:street": "Avenue U", - "clothes": "women", - "contact:instagram": "https://www.instagram.com/muzenewyork", - "name": "Muze New York", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9707937, - 40.5973735 - ] - }, - "id": "node/9380135627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9403241712", - "name": "Jerry Sportswear", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9481636, - 40.680458 - ] - }, - "id": "node/9403241712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9403241713", - "name": "SK Cozy Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9483798, - 40.6804621 - ] - }, - "id": "node/9403241713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9403340351", - "name": "Next Level Fashions", - "not:brand:wikidata": "Q246655", - "phone": "+1-718-789-2301", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9436914, - 40.6802057 - ] - }, - "id": "node/9403340351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9403340357", - "name": "Planet Jamaica Game & Music", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9450896, - 40.6802814 - ] - }, - "id": "node/9403340357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9403340362", - "name": "Bedstuyfly", - "phone": "+1-347-240-2224", - "shop": "clothes", - "website": "https://www.bedstuyfly.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9448937, - 40.6802708 - ] - }, - "id": "node/9403340362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9403712675", - "addr:city": "New York", - "addr:housenumber": "1124", - "addr:postcode": "10065", - "addr:state": "NY", - "addr:street": "3rd Avenue", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "clothes": "underwear", - "name": "Intimissimi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9637029, - 40.7658106 - ] - }, - "id": "node/9403712675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9416509558", - "alt_name": "Half Price Outlet", - "name": "1/2 Price Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9778044, - 40.643331 - ] - }, - "id": "node/9416509558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9431945820", - "name": "El Baratillo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.016704, - 40.6421892 - ] - }, - "id": "node/9431945820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9431945823", - "clothes": "underwear", - "name": "Mundo Fajas", - "phone": "+1-347-661-3197", - "shop": "clothes", - "website": "https://mundofajas.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0168478, - 40.6420551 - ] - }, - "id": "node/9431945823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9453486462", - "addr:city": "New York", - "addr:country": "US", - "addr:housenumber": "305", - "addr:postcode": "10023", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "check_date": "2024-07-28", - "name": "AG Jeans", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1-212-496-5692", - "shop": "clothes", - "website": "https://www.agjeans.com/pages/store-locations#NewYork" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9774422, - 40.7789301 - ] - }, - "id": "node/9453486462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9472159125", - "brand": "Aerie", - "brand:wikidata": "Q25351619", - "clothes": "women", - "name": "Aerie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9855136, - 40.7588805 - ] - }, - "id": "node/9472159125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9501513252", - "addr:city": "Brooklyn", - "addr:postcode": "11220", - "addr:state": "NY", - "addr:street": "5th Avenue", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "name": "Snipes", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1-718-439-5349", - "shop": "shoes", - "website": "https://stores.snipesusa.com/ny/brooklyn/59/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0108232, - 40.6448157 - ] - }, - "id": "node/9501513252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9507826659", - "addr:housenumber": "1151", - "addr:postcode": "10065", - "addr:street": "3rd Avenue", - "branch": "Third Avenue", - "brand": "Vineyard Vines", - "brand:wikidata": "Q7932495", - "check_date": "2024-01-16", - "clothes": "men;women", - "contact:facebook": "VVUES", - "level": "0", - "name": "Vineyard Vines", - "opening_hours": "Mo-Sa 10:00-18:00; Su 12:00-17:00", - "phone": "+1 646-964-5691", - "shop": "clothes", - "website": "https://www.vineyardvines.com/storedetails?StoreID=39", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.962666, - 40.7665845 - ] - }, - "id": "node/9507826659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9527202751", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "name": "Rainbow", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/ny/jamaica/801/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8085949, - 40.7029235 - ] - }, - "id": "node/9527202751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9530914617", - "name": "A&A Sportswear", - "phone": "+1-718-398-0300", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9524036, - 40.6804206 - ] - }, - "id": "node/9530914617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9531047433", - "name": "Royal Sneakers & Apparels", - "phone": "+1-347-627-6595", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9473399, - 40.680392 - ] - }, - "id": "node/9531047433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9531047434", - "clothes:printing": "yes", - "description": "custom printed tee shirts", - "name": "Billy's Custom Print T-Shirt", - "opening_hours": "Mo-Sa 10:30-20:00; Su 10:30-19:00", - "phone": "+1-347-221-7644", - "shop": "clothes", - "website": "https://billys-t-shirt.business.site" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9471247, - 40.6803806 - ] - }, - "id": "node/9531047434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9535884988", - "addr:housenumber": "1222", - "addr:postcode": "11216", - "addr:street": "Fulton Street", - "name": "Ashley Stewart", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1-718-857-8819", - "shop": "clothes", - "website": "https://www.ashleystewart.com/storedetails/?StoreID=124-Brooklyn-New-York" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9517266, - 40.6803845 - ] - }, - "id": "node/9535884988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9535884989", - "addr:housenumber": "1220", - "addr:postcode": "11216", - "addr:street": "Fulton Street", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "name": "Rainbow", - "opening_hours": "Mo-We 10:00-20:00; Th-Sa 10:00-21:00; Su 10:00-20:00", - "phone": "+1-718-622-9100", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/ny/brooklyn/44/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9518842, - 40.6803929 - ] - }, - "id": "node/9535884989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9535884990", - "addr:housenumber": "1264", - "addr:postcode": "11216", - "addr:street": "Fulton Street", - "name": "Snipes", - "shop": "clothes", - "website": "https://www.jimmyjazz.com/collections/1264-fulton-street-brooklyn-ny-store" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9502411, - 40.6803051 - ] - }, - "id": "node/9535884990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9537798316", - "clothes": "children", - "description": "children's formalwear", - "name": "Kids Stop", - "opening_hours": "Mo-Th 10:00-19:00; Fr-Sa 10:00-19:30; Su 11:00-18:00", - "phone": "+1-718-633-2611", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0078317, - 40.6477099 - ] - }, - "id": "node/9537798316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9537835318", - "name": "Maapis", - "phone": "+1-718-871-0623", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0072301, - 40.6482885 - ] - }, - "id": "node/9537835318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9537836403", - "name": "J&M Sneakers", - "phone": "+1-718-439-3759", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0091552, - 40.646451 - ] - }, - "id": "node/9537836403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9537836405", - "addr:city": "Brooklyn", - "addr:postcode": "11220", - "addr:state": "NY", - "addr:street": "5th Avenue", - "brand": "XIOS", - "brand:wikidata": "Q66149584", - "clothes": "men", - "name": "XIOS", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0090287, - 40.6465661 - ] - }, - "id": "node/9537836405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9537836407", - "name": "Honey Fashion", - "opening_hours": "Mo-Sa 10:30-20:00; Su 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0090957, - 40.6465052 - ] - }, - "id": "node/9537836407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9537904451", - "addr:housenumber": "4922", - "addr:postcode": "11220", - "addr:street": "5th Avenue", - "alt_name": "10 Spot", - "name": "Madrag", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0103729, - 40.6452735 - ] - }, - "id": "node/9537904451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9554435947", - "addr:housenumber": "473", - "addr:postcode": "11220", - "addr:street": "46th Street", - "contact:instagram": "@colombianstyleboutique_", - "name": "Columbian Style Boutique", - "phone": "+1-718-851-1309", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0082763, - 40.6476368 - ] - }, - "id": "node/9554435947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9575405719", - "addr:city": "Ridgefield", - "addr:housenumber": "483", - "addr:postcode": "07657", - "addr:street": "Bergen Boulevard", - "clothes": "women;wedding", - "name": "Alberto Sanchez Couture", - "phone": "+1-201-724-4240", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9973894, - 40.8248801 - ] - }, - "id": "node/9575405719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9586083808", - "addr:housenumber": "782", - "addr:postcode": "10065", - "addr:street": "Lexington Avenue", - "level": "0", - "name": "Orva Shoes", - "opening_hours": "Mo-Sa 09:30-18:45, Su 11:00-18:00", - "phone": "+1 212-369-3448", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9675372, - 40.7633617 - ] - }, - "id": "node/9586083808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9586584589", - "addr:housenumber": "834", - "addr:postcode": "10065", - "addr:street": "Lexington Avenue", - "level": "0", - "name": "Anna Belen", - "opening_hours": "Mo, Tu, Th 10:00-18:00; We, Fr 09:00-18:00; Sa 10:00-17:00", - "phone": "+1 646-490-6591", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9661993, - 40.7652015 - ] - }, - "id": "node/9586584589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9624670283", - "name": "Maje", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9611952, - 40.7192518 - ] - }, - "id": "node/9624670283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9624670284", - "name": "Sandro", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9613076, - 40.7193111 - ] - }, - "id": "node/9624670284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9629367863", - "addr:housenumber": "45", - "addr:postcode": "11205", - "addr:street": "Willoughby Avenue", - "alt_name": "Kordal + Tintorería", - "clothes": "women", - "name": "Kordal", - "opening_hours": "Tu-Sa 12:00-18:00; Su 12:00-17:00", - "shop": "clothes", - "website": "https://kordalstudio.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9712393, - 40.6917199 - ] - }, - "id": "node/9629367863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9630352303", - "addr:housenumber": "97", - "addr:street": "Allen Street", - "clothes": "men", - "level": "0", - "name": "The Good Company NYC", - "opening_hours": "We-Su 12:00-18:00", - "phone": "+1 212-966-0903", - "shop": "clothes", - "website": "https://thegoodcompany.nyc" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9908662, - 40.7188202 - ] - }, - "id": "node/9630352303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9630409568", - "clothes": "hats", - "name": "Esenshel", - "opening_hours": "Th-Su 13:00-19:00 \"or by appointment\"", - "phone": "+1-917-806-2378", - "shop": "clothes", - "website": "https://www.esenshel.com/brickmortar" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9906112, - 40.7267929 - ] - }, - "id": "node/9630409568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9630440539", - "addr:housenumber": "53", - "addr:postcode": "10002", - "addr:street": "Stanton Street", - "addr:unit": "A", - "name": "Rogue", - "phone": "+1-908-285-1292", - "shop": "clothes", - "website": "https://emmarogue.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9903378, - 40.7219194 - ] - }, - "id": "node/9630440539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9630440540", - "name": "Bowery Showroom", - "shop": "clothes", - "website": "https://boweryshowroom.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9902703, - 40.7218988 - ] - }, - "id": "node/9630440540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9652034565", - "addr:city": "Staten Island", - "addr:housenumber": "133", - "addr:postcode": "10306", - "addr:state": "NY", - "addr:street": "New Dorp Lane", - "clothes": "children", - "name": "Peek A Boo Children's Boutique", - "opening_hours": "Tu-Sa 11:00-17:00", - "payment:american_express": "yes", - "payment:cash": "yes", - "payment:discover_card": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+1-718-668-9000", - "shop": "clothes", - "website": "https://peekaboochildrens.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1158088, - 40.5738414 - ] - }, - "id": "node/9652034565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9652253514", - "addr:city": "New York", - "addr:housenumber": "3", - "addr:postcode": "10003", - "addr:state": "NY", - "addr:street": "East 17th Street", - "clothes": "women;underwear;swimwear", - "name": "Everything But Water", - "opening_hours": "Mo-Sa 10:00-18:00; Su 12:00-18:00", - "phone": "+1 212-620-0271", - "shop": "clothes", - "website": "https://www.everythingbutwater.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9916593, - 40.7377871 - ] - }, - "id": "node/9652253514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9659538024", - "name": "Starlin", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9903394, - 40.7280438 - ] - }, - "id": "node/9659538024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9664890815", - "addr:housenumber": "145", - "addr:postcode": "10012", - "addr:street": "Spring Street", - "branch": "Spring Street", - "check_date:opening_hours": "2024-05-11", - "clothes": "women", - "email": "gdspringny@gdarel.fr", - "level": "0", - "name": "Gerard Darel", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1 212-226-4900", - "shop": "clothes", - "website": "https://us.gerarddarel.com", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0012449, - 40.724351 - ] - }, - "id": "node/9664890815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9671008375", - "name": "3.1 Phillip Lim", - "opening_hours": "Mo-Su 12:00-18:00", - "phone": "+1-212-334-1160", - "shop": "clothes", - "website": "https://www.31philliplim.com/stores/new-york" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9923402, - 40.7267891 - ] - }, - "id": "node/9671008375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9674241492", - "addr:city": "New York", - "addr:state": "NY", - "level": "0", - "name": "Pelé Soccer", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9846231, - 40.7587927 - ] - }, - "id": "node/9674241492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9685605313", - "brand": "Banana Republic", - "brand:wikidata": "Q806085", - "clothes": "men;women", - "name": "Banana Republic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0745276, - 40.6442791 - ] - }, - "id": "node/9685605313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9719135039", - "addr:housenumber": "500", - "addr:postcode": "10001", - "addr:street": "West 33rd Street", - "branch": "Hudson Yards", - "brand": "H&M", - "brand:wikidata": "Q188326", - "clothes": "women;men", - "level": "3;4", - "name": "H&M", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-19:00", - "phone": "+1 855-466-7467", - "shop": "clothes", - "website": "https://www2.hm.com/en_us/customer-service/shopping-at-hm/local-store.US0800.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0008181, - 40.7527846 - ] - }, - "id": "node/9719135039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9719135040", - "branch": "Hudson Yards", - "brand": "Zara", - "brand:wikidata": "Q147662", - "clothes": "women;men", - "level": "3;4", - "name": "Zara", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-19:00", - "phone": "+1 646-923-9636", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0008852, - 40.7533047 - ] - }, - "id": "node/9719135040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9719515716", - "addr:housenumber": "1529", - "addr:postcode": "10028", - "addr:street": "3rd Avenue", - "branch": "86th & 3rd", - "brand": "Lululemon", - "brand:wikidata": "Q6702957", - "clothes": "men;women", - "level": "0", - "name": "Lululemon", - "official_name": "Lululemon Athletica", - "opening_hours": "Mo-Th 10:00-19:00; Fr, Sa 10:00-20:00; Su 11:00-18:00", - "phone": "+1 212-452-1909", - "shop": "clothes", - "website": "https://shop.lululemon.com/stores/us/new-york/86thand3rd" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.953629, - 40.7788957 - ] - }, - "id": "node/9719515716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9727390202", - "clothes": "men", - "name": "Davidoff", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8573588, - 40.7325843 - ] - }, - "id": "node/9727390202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9733041906", - "addr:city": "Astoria", - "addr:housenumber": "3127", - "addr:postcode": "11103", - "addr:state": "NY", - "addr:street": "Steinway Street", - "clothes": "women;fashion", - "name": "Easy Pickins", - "operator": "Easy Pickins", - "shop": "clothes", - "website": "https://www.easypickins.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9175812, - 40.7604795 - ] - }, - "id": "node/9733041906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9734889751", - "addr:housenumber": "9307", - "addr:street": "Roosevelt Avenue", - "name": "Elegante", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8733745, - 40.7488925 - ] - }, - "id": "node/9734889751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9735439694", - "addr:city": "New York", - "addr:housenumber": "230", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Mott Street", - "branch": "Mott Street", - "clothes": "underwear", - "email": "mottst@onlyhearts.com", - "name": "Only Hearts", - "not:brand:wikidata": "Q61799370", - "opening_hours": "Mo-Sa 11:00-18:00; Su 12:00-17:00", - "phone": "+1-212-431-3694", - "shop": "clothes", - "website": "https://onlyhearts.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9950177, - 40.7224343 - ] - }, - "id": "node/9735439694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9736021740", - "addr:housenumber": "4A", - "addr:postcode": "10012", - "addr:street": "Prince Street", - "name": "13 Crosby", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9936776, - 40.7224258 - ] - }, - "id": "node/9736021740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9736034059", - "name": "Aberizk", - "opening_hours": "Tu-Su 12:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9944956, - 40.721321 - ] - }, - "id": "node/9736034059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9736034060", - "name": "Judi Rosen New York", - "opening_hours": "Tu-Th 12:00-18:00; Fr-Sa 12:00-19:00", - "shop": "clothes", - "website": "https://www.judirosenny.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9943459, - 40.7219047 - ] - }, - "id": "node/9736034060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9736034062", - "name": "Colorant", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.994449, - 40.7213057 - ] - }, - "id": "node/9736034062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9740077042", - "addr:housenumber": "466", - "addr:postcode": "11218", - "addr:street": "McDonald Avenue", - "clothes": "women", - "name": "Shaheen Fashion", - "phone": "+1-917-470-8305", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9796925, - 40.6430572 - ] - }, - "id": "node/9740077042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9747429231", - "addr:city": "Long Island City", - "addr:housenumber": "35-35", - "addr:postcode": "11106", - "addr:state": "NY", - "addr:street": "24th street", - "name": "P.O. Joe's Cop Shop", - "opening_hours": "Mo-Fr 09:00-17:00", - "operator": "H. L. Dalis Inc.", - "phone": "844-267-7467", - "shop": "clothes", - "website": "https://www.pojoes.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9333964, - 40.7594004 - ] - }, - "id": "node/9747429231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9750101477", - "name": "Warehouse Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9778216, - 40.6436265 - ] - }, - "id": "node/9750101477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9750252958", - "mobile_phone:sales": "yes", - "name": "Belts World", - "phone": "+1-347-915-0603", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9904636, - 40.6433967 - ] - }, - "id": "node/9750252958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9752798371", - "name": "El Baratillo Corp. #2", - "opening_hours": "Mo-Tu 10:00-20:00; We 10:00-19:00; Th-Sa 10:00-20:00; Su 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0068703, - 40.648215 - ] - }, - "id": "node/9752798371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9752944070", - "brand": "Sax Fifth Avenue", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.064853, - 40.8113103 - ] - }, - "id": "node/9752944070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9765272227", - "addr:city": "Jamaica", - "addr:housenumber": "180-16", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Hillside Avenue", - "level": "-1", - "name": "Party World Fashion", - "phone": "(718) 657-9300", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7819931, - 40.7129291 - ] - }, - "id": "node/9765272227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9769979930", - "addr:city": "New York", - "addr:housenumber": "620", - "addr:postcode": "10022", - "addr:state": "NY", - "addr:street": "Madison Avenue", - "brand": "Balenciaga", - "brand:wikidata": "Q1530892", - "check_date": "2024-04-29", - "currency:XBT": "yes", - "name": "Balenciaga", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+1 212 328 1671", - "shop": "clothes", - "website": "https://www.balenciaga.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.971792, - 40.763588 - ] - }, - "id": "node/9769979930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9775537809", - "brand": "Old Navy", - "brand:wikidata": "Q2735242", - "level": "1", - "name": "Old Navy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1105402, - 40.5669344 - ] - }, - "id": "node/9775537809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9793717853", - "addr:housenumber": "145", - "addr:postcode": "11201", - "addr:street": "Front Street", - "name": "EdBesong", - "phone": "+1-917-409-6641 ext 2", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9874858, - 40.7028428 - ] - }, - "id": "node/9793717853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9793717859", - "addr:city": "Brooklyn", - "addr:housenumber": "65", - "addr:postcode": "11201", - "addr:state": "NY", - "addr:street": "Pearl Street", - "addr:unit": "B", - "level": "0", - "name": "LoMein Collection", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9874875, - 40.7027441 - ] - }, - "id": "node/9793717859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9809088492", - "clothes": "workwear", - "name": "Quazi Supply", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1398873, - 40.6301214 - ] - }, - "id": "node/9809088492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9809819949", - "clothes": "women", - "name": "MoonStar House", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9969757, - 40.7139638 - ] - }, - "id": "node/9809819949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9813419894", - "name": "Uneek Fashions", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0408738, - 40.8875646 - ] - }, - "id": "node/9813419894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9813419897", - "name": "Tentaciones", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0407504, - 40.8878009 - ] - }, - "id": "node/9813419897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9813419901", - "name": "Some's Uniforms", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0405372, - 40.8881735 - ] - }, - "id": "node/9813419901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9821197258", - "addr:housenumber": "1040", - "addr:postcode": "10075", - "addr:street": "Madison Avenue", - "branch": "1040 Madison Ave", - "brand": "J.Crew", - "brand:wikidata": "Q5370765", - "clothes": "men;women;children", - "name": "J.Crew", - "opening_hours": "Mo-Sa 10:00-19:00; Su 12:00-18:00", - "shop": "clothes", - "website": "https://storea.jcrew.com/us/ny/new-york/1040-madison-avenue" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9621284, - 40.7765928 - ] - }, - "id": "node/9821197258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9834107266", - "clothes": "women", - "name": "Asala", - "phone": "+1-718-238-0817", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0212259, - 40.6333648 - ] - }, - "id": "node/9834107266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9834265120", - "brand": "Kate Spade New York", - "brand:wikidata": "Q6375797", - "check_date": "2024-06-23", - "level": "4", - "name": "Kate Spade New York", - "shop": "clothes", - "short_name": "Kate Spade" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8725507, - 40.7736066 - ] - }, - "id": "node/9834265120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9839789958", - "alt_name": "Rose Hage", - "clothes": "women", - "name": "RHF Brooklyn", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0327034, - 40.6189832 - ] - }, - "id": "node/9839789958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9839789960", - "clothes": "men", - "name": "Gentlemen's Quarters", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0327276, - 40.6189281 - ] - }, - "id": "node/9839789960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9844098799", - "addr:city": "Ridgewood", - "addr:country": "US", - "addr:housenumber": "6035", - "addr:postcode": "11385", - "addr:state": "NY", - "addr:street": "Myrtle Ave", - "clothes": "men", - "name": "Ezzy's Men's Wear", - "opening_hours": "Mo-Sa 10:00-19:00", - "operator": "Ezra Naftaly", - "payment:american_express": "yes", - "payment:cash": "yes", - "payment:discover_card": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "718-417-8893", - "shop": "clothes", - "website": "https://ezzysmenswear.com", - "year": "1991" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8969857, - 40.7007057 - ] - }, - "id": "node/9844098799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9845162173", - "addr:city": "Brooklyn", - "addr:postcode": "11214", - "addr:state": "NY", - "addr:street": "86th Street", - "name": "Madlen", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9976431, - 40.6044376 - ] - }, - "id": "node/9845162173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9845263681", - "addr:city": "Brooklyn", - "addr:postcode": "11214", - "addr:state": "NY", - "addr:street": "86th Street", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Gap", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9957041, - 40.6033388 - ] - }, - "id": "node/9845263681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9851972651", - "addr:housenumber": "25", - "addr:postcode": "10010", - "addr:street": "East 26th Street", - "branch": "Madison Park", - "brand": "Todd Snyder", - "level": "0", - "name": "Todd Snyder", - "opening_hours": "Mo-Sa 11:00-19:00; Su 11:00-18:00", - "phone": "+1 917-242-3482", - "shop": "clothes", - "website": "https://www.toddsnyder.com/pages/madisonpark" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9868072, - 40.7429861 - ] - }, - "id": "node/9851972651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9858855085", - "addr:city": "Brooklyn", - "addr:housenumber": "223", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton Beach Avenue", - "air_conditioning": "yes", - "check_date": "2022-06-30", - "clothes": "women;fashion", - "contact:facebook": "https://www.facebook.com/MaxaraModaa", - "contact:instagram": "https://www.instagram.com/maxaramoda", - "name": "Maxara", - "opening_hours": "Mo-Sa 11:00-19:30; Su 11:00-18:30", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1-718-265-4667", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9663908, - 40.5767282 - ] - }, - "id": "node/9858855085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9861573571", - "addr:city": "Brooklyn", - "addr:postcode": "11220", - "addr:state": "NY", - "addr:street": "5th Avenue", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1-718-439-4669", - "shop": "shoes", - "website": "https://stores.footlocker.com/ny/brooklyn/5314-5th-avenue-25061.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0124807, - 40.6432327 - ] - }, - "id": "node/9861573571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9872651421", - "drink:bubble_tea": "yes", - "name": "Solely Tea", - "phone": "+1-917-639-3002", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.992043, - 40.7182462 - ] - }, - "id": "node/9872651421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9878241273", - "addr:city": "Bayside", - "addr:housenumber": "199-12", - "addr:postcode": "11358", - "addr:state": "NY", - "addr:street": "32nd Avenue", - "clothes": "women", - "name": "Judy & Jay", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7896635, - 40.7694833 - ] - }, - "id": "node/9878241273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9886306366", - "addr:housenumber": "1882", - "addr:postcode": "11385", - "addr:street": "Woodbine Street", - "name": "grace land", - "opening_hours": "We-Su 12:00-19:00", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9051249, - 40.7039931 - ] - }, - "id": "node/9886306366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9893991363", - "name": "Laina Jane", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0018132, - 40.7338559 - ] - }, - "id": "node/9893991363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9896407269", - "addr:city": "New York", - "addr:housenumber": "341", - "addr:postcode": "10023", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "check_date": "2024-07-28", - "clothes": "women", - "name": "Peruvian Connection", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1-212-239-1219", - "shop": "clothes", - "website": "https://www.peruvianconnection.com/category/stores.do" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9766251, - 40.7800511 - ] - }, - "id": "node/9896407269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9898263633", - "addr:city": "Hoboken", - "addr:housenumber": "60", - "addr:postcode": "07030", - "addr:state": "NJ", - "addr:street": "4th Street", - "name": "Brooke + Bel", - "phone": "+1 201-268-7001", - "shop": "clothes", - "website": "https://brookeandbel.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0293733, - 40.7412987 - ] - }, - "id": "node/9898263633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9913666987", - "addr:housenumber": "620", - "addr:postcode": "10020", - "addr:street": "5th Avenue", - "branch": "Rockefeller Center", - "brand": "Todd Snyder", - "clothes:men": "yes", - "name": "Todd Snyder", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1 917-281-0551", - "shop": "clothes", - "website": "https://www.toddsnyder.com/pages/rockefeller-center" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9780252, - 40.758738 - ] - }, - "id": "node/9913666987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9920051644", - "name": "My Little Meicys", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0094836, - 40.6457111 - ] - }, - "id": "node/9920051644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9920099977", - "name": "Jimmy Jazz", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1-718-492-7748", - "shop": "clothes", - "website": "https://stores.snipesusa.com/ny/brooklyn/2043/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0112846, - 40.644379 - ] - }, - "id": "node/9920099977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9920099978", - "name": "Top Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0113484, - 40.644318 - ] - }, - "id": "node/9920099978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9923360973", - "name": "The Loop", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0495699, - 40.7235548 - ] - }, - "id": "node/9923360973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9925299280", - "clothes": "workwear", - "name": "Flynn & O'Harra Uniforms", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1776671, - 40.6267224 - ] - }, - "id": "node/9925299280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9925780330", - "addr:housenumber": "5906", - "addr:postcode": "11220", - "addr:street": "5th Avenue", - "clothes": "children", - "name": "Calisa's Clothing", - "phone": "+1-347-209-0775", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0158059, - 40.6400165 - ] - }, - "id": "node/9925780330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9965116382", - "addr:city": "Brooklyn", - "addr:housenumber": "4120", - "addr:postcode": "11219", - "addr:state": "NY", - "addr:street": "13th Avenue", - "clothes": "women;children", - "name": "M&S Clothing", - "phone": "+1-718-435-7711", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9879806, - 40.6391985 - ] - }, - "id": "node/9965116382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9966728418", - "addr:housenumber": "307", - "addr:postcode": "10027", - "addr:street": "West 125th Street", - "name": "House of Angels Uniform Store", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9516922, - 40.8105595 - ] - }, - "id": "node/9966728418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9968875591", - "addr:city": "Jamaica", - "addr:housenumber": "82-37B", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "164th Street", - "clothes": "workwear", - "name": "Yay Scrubs", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8034423, - 40.7182575 - ] - }, - "id": "node/9968875591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9978178385", - "check_date": "2024-11-05", - "name": "Ulla Johnson", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9930616, - 40.7255688 - ] - }, - "id": "node/9978178385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9998336843", - "addr:housenumber": "1594", - "addr:street": "3rd Avenue", - "name": "Vaulted Laces Sneaker Boutique", - "opening_hours": "Tu-Fr 11:00-19:00; Sa 11:00-19:30; Su 12:00-18:00", - "shop": "shoes", - "website": "vaultedlaces.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.952559, - 40.7810844 - ] - }, - "id": "node/9998336843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10031758031", - "addr:housenumber": "420", - "addr:postcode": "10014", - "addr:street": "West 14th Street", - "branch": "Meatpacking", - "brand": "ASICS", - "brand:wikidata": "Q327247", - "level": "0", - "name": "ASICS", - "opening_hours": "Mo-Fr 10:00-19:00; Su 11:00-18:00", - "phone": "+1 212-691-1410", - "shop": "shoes", - "website": "https://www.asics.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0066198, - 40.741279 - ] - }, - "id": "node/10031758031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10031829939", - "addr:housenumber": "276", - "addr:postcode": "10012", - "addr:street": "Lafayette Street", - "branch": "Lafayette Street", - "brand": "Onitsuka Tiger", - "brand:wikidata": "Q7093962", - "email": "aac-515ot@asics.com", - "name": "Onitsuka Tiger", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+1 212-226-2401", - "shop": "shoes", - "website": "https://www.onitsukatiger.com/us/en-us/onitsukatiger-store-locator/#store3" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9963498, - 40.7241026 - ] - }, - "id": "node/10031829939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10066922917", - "addr:housenumber": "205", - "addr:postcode": "10012", - "addr:street": "Mulberry Street", - "name": "Veja", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1-646-559-2245", - "shop": "shoes", - "website": "https://www.veja-store.com/en_eu/shop-view-newyork" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9965046, - 40.7216197 - ] - }, - "id": "node/10066922917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10066927317", - "addr:housenumber": "195", - "addr:postcode": "10012", - "addr:street": "Mulberry Street", - "name": "Noah", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "shop": "clothes", - "website": "https://noahny.com/pages/stores" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9966106, - 40.721345 - ] - }, - "id": "node/10066927317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10073125917", - "name": "Issey Miyake", - "opening_hours": "Mo-Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0088356, - 40.7198504 - ] - }, - "id": "node/10073125917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10078555517", - "name": "Shoe Market NYC", - "opening_hours": "Mo-Su 11:00-20:00", - "shop": "shoes", - "website": "https://shoemarketnyc.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9585711, - 40.7173092 - ] - }, - "id": "node/10078555517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10078555519", - "name": "Antoinette", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9630216, - 40.7153413 - ] - }, - "id": "node/10078555519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10078555617", - "name": "Metropolis Vintage Clothing", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9913958, - 40.7328293 - ] - }, - "id": "node/10078555617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10078581417", - "name": "Slowear", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+16 465363690", - "shop": "clothes", - "website": "https://www.slowear.com/us-en/store-lafayette.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9948859, - 40.7259044 - ] - }, - "id": "node/10078581417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10078964016", - "addr:city": "Jersey City", - "addr:housenumber": "157", - "addr:postcode": "07302", - "addr:state": "NJ", - "addr:street": "Newark Avenue", - "name": "Fabco Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0444893, - 40.7206688 - ] - }, - "id": "node/10078964016" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10081073717", - "addr:housenumber": "201", - "addr:postcode": "10012", - "addr:street": "Mulberry Street", - "alt_name": "ONS Clothing", - "name": "O.N.S Clothing", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1-646-609-2626", - "shop": "clothes", - "short_name": "O.N.S", - "website": "https://onsclothing.com/pages/ons-201-mulberry-nyc-flagship" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9965544, - 40.7214908 - ] - }, - "id": "node/10081073717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10090115002", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8969271, - 40.8620973 - ] - }, - "id": "node/10090115002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10090538377", - "clothes": "men", - "contact:email": "canalstreet@drakes.com", - "contact:website": "https://us.drakes.com/", - "name": "Drake's", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0029472, - 40.7203668 - ] - }, - "id": "node/10090538377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10090538382", - "name": "Malia Mills", - "shop": "clothes", - "website": "https://www.maliamills.com/pages/our-stores-1" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0031544, - 40.7219719 - ] - }, - "id": "node/10090538382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10094939389", - "addr:city": "New York", - "addr:housenumber": "131", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Thompson Street", - "clothes": "women;men;children", - "name": "Kimono House", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "phone": "+1-212-505-0232", - "shop": "clothes", - "website": "https://thekimonohouse.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0013499, - 40.7266017 - ] - }, - "id": "node/10094939389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10094963601", - "addr:city": "Brooklyn", - "addr:housenumber": "445", - "addr:postcode": "11201", - "addr:state": "NY", - "addr:street": "Albee Square", - "air_conditioning": "yes", - "branch": "Fulton Street", - "brand": "Primark", - "brand:wikidata": "Q137023", - "level": "1", - "name": "Primark", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-20:00", - "phone": "+1-929-281-0070", - "shop": "clothes", - "stroller": "yes", - "website": "https://www.primark.com/en-us/stores/brooklyn/445-albee-square-west", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9832385, - 40.6901168 - ] - }, - "id": "node/10094963601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10095803507", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "name": "Rainbow", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/ny/bronx/1/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.896249, - 40.8621227 - ] - }, - "id": "node/10095803507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10100109523", - "name": "Tsakiris Mallas", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8441995, - 40.720051 - ] - }, - "id": "node/10100109523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10100109525", - "branch": "Apparel", - "brand": "Ann Taylor", - "brand:wikidata": "Q4766699", - "check_date": "2024-04-28", - "clothes": "women", - "name": "Ann Taylor", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.844364, - 40.7201142 - ] - }, - "id": "node/10100109525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10100109526", - "check_date": "2024-04-28", - "name": "Anthony Apparel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8444544, - 40.7201465 - ] - }, - "id": "node/10100109526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10101940205", - "name": "Arrow Army & Navy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9011768, - 40.8623133 - ] - }, - "id": "node/10101940205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10103292617", - "brand": "AllSaints", - "brand:wikidata": "Q4728473", - "name": "AllSaints", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9780932, - 40.756247 - ] - }, - "id": "node/10103292617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10114990217", - "name": "Acelo", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8981209, - 40.8613675 - ] - }, - "id": "node/10114990217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10114990226", - "name": "Takout", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8981539, - 40.8612984 - ] - }, - "id": "node/10114990226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10174403307", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8994048, - 40.8573611 - ] - }, - "id": "node/10174403307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10179186541", - "check_date": "2022-11-12", - "clothes": "men", - "name": "Portabella", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9493988, - 40.680063 - ] - }, - "id": "node/10179186541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10179186543", - "addr:housenumber": "552", - "addr:postcode": "11216", - "addr:street": "Nostrand Avenue", - "clothes": "men", - "name": "Stacey Adams Plaza", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9497156, - 40.6797852 - ] - }, - "id": "node/10179186543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10195939225", - "clothes": "wedding", - "name": "Bossina Couture Bridal Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1124845, - 40.5720726 - ] - }, - "id": "node/10195939225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10195939239", - "name": "Prevue Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1144073, - 40.5730949 - ] - }, - "id": "node/10195939239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10195939297", - "name": "L Furs", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1114162, - 40.5712255 - ] - }, - "id": "node/10195939297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10214309007", - "addr:city": "Jamaica", - "addr:housenumber": "166-25", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "check_date:opening_hours": "2024-07-27", - "clothes": "workwear", - "name": "Treasurable Angels", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7930998, - 40.7062985 - ] - }, - "id": "node/10214309007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10215282459", - "addr:city": "Jamaica", - "addr:housenumber": "92-26", - "addr:postcode": "11433", - "addr:state": "NY", - "addr:street": "Merrick Boulevard", - "clothes": "women", - "level": "1", - "name": "Dresses for Less", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7936349, - 40.7049605 - ] - }, - "id": "node/10215282459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10232277858", - "addr:city": "Leonia", - "addr:country": "US", - "addr:housenumber": "380", - "addr:postcode": "07605", - "addr:state": "NJ", - "addr:street": "Broad Avenue", - "clothes": "children", - "name": "Tiny Apple", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9868072, - 40.8636087 - ] - }, - "id": "node/10232277858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10233890447", - "name": "Outline", - "opening_hours": "We-Fr 12:00-18:00;Sa-Su 11:00-17:00||Mo-Tu \"by appointment\"", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9860566, - 40.6875887 - ] - }, - "id": "node/10233890447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10245411697", - "addr:housenumber": "4602", - "addr:postcode": "11220", - "addr:street": "5th Avenue", - "name": "Cap & Clothing", - "phone": "+1-718-439-7243", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0082202, - 40.6473273 - ] - }, - "id": "node/10245411697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10245411705", - "clothes": "women", - "name": "Jessy", - "phone": "+1-917-822-1474", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0084376, - 40.6471163 - ] - }, - "id": "node/10245411705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10245469615", - "name": "Zapateria Mexico", - "opening_hours": "Mo-Su 10:00-20:00", - "phone": "+1-347-763-0071", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0074579, - 40.6476547 - ] - }, - "id": "node/10245469615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10245557209", - "name": "Calzado Andrea", - "phone": "+1-929-298-0019", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0091971, - 40.6459773 - ] - }, - "id": "node/10245557209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10245668517", - "clothes": "women", - "name": "T-Star Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0204923, - 40.6342813 - ] - }, - "id": "node/10245668517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10245913178", - "addr:city": "Leonia", - "addr:country": "US", - "addr:housenumber": "344", - "addr:postcode": "07605", - "addr:state": "NJ", - "addr:street": "Broad Avenue", - "clothes": "children", - "entrance": "yes", - "name": "Mom's Care", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9874253, - 40.8621848 - ] - }, - "id": "node/10245913178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10247709057", - "addr:housenumber": "618", - "addr:postcode": "11225", - "addr:street": "Flatbush Avenue", - "name": "Granru Market", - "opening_hours": "Mo-Su 12:00-20:00", - "shop": "clothes", - "website": "https://www.granrumarket.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9606281, - 40.6582499 - ] - }, - "id": "node/10247709057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10247709083", - "clothes": "women", - "disused:website": "http://mmwomenclothing.com", - "name": "M&M Women Clothing", - "phone": "+1-347-365-6080", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.960661, - 40.658541 - ] - }, - "id": "node/10247709083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10247709084", - "name": "One by Heron Couture", - "phone": "+1-347-413-9109", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9618415, - 40.6619351 - ] - }, - "id": "node/10247709084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10247853731", - "addr:housenumber": "70-00", - "addr:street": "Austin Street", - "brand": "Men's Wearhouse", - "brand:wikidata": "Q57405513", - "clothes": "suits", - "level": "0", - "name": "Men's Wearhouse", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8477925, - 40.7211398 - ] - }, - "id": "node/10247853731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10254817870", - "alt_name": "M.I.A. Boutique", - "contact:instagram": "@m.i.a.boutique_bk", - "name": "Mia Boutique", - "opening_hours": "Mo-Sa 12:00-19:00", - "phone": "+1-929-308-8026", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0151002, - 40.6403134 - ] - }, - "id": "node/10254817870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10257925756", - "addr:housenumber": "568", - "addr:postcode": "10012", - "addr:street": "Broadway", - "brand": "Hugo Boss", - "brand:wikidata": "Q491627", - "name": "Hugo Boss", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-18:00", - "phone": "+1-212-334-9001", - "shop": "clothes", - "short_name": "Boss", - "website": "https://www.hugoboss.com/us/boss-store-555-broadway-new-york-ny/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9975423, - 40.7243004 - ] - }, - "id": "node/10257925756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10261359100", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "name": "Snipes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1563615, - 40.6248241 - ] - }, - "id": "node/10261359100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10268477355", - "addr:housenumber": "1541", - "addr:postcode": "10302", - "addr:street": "Forest Avenue", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "clothes": "women", - "name": "Rainbow", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/ny/staten-island/80/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1385464, - 40.6258346 - ] - }, - "id": "node/10268477355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10270349360", - "level": "1", - "name": "Elkel", - "opening_hours": "We-Sa 12:00-18:00; Su 12:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9937235, - 40.7190495 - ] - }, - "id": "node/10270349360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10270861220", - "clothes": "hats", - "name": "Worth & Worth", - "opening_hours": "Tu-Sa 11:00-19:00; Su 12:00-17:00", - "shop": "clothes", - "website": "https://hatshop.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9926183, - 40.7233769 - ] - }, - "id": "node/10270861220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10281405367", - "check_date": "2024-01-14", - "level": "-1", - "name": "Michele Lopeiore", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 10:00-20:00; Su 11:00-19:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0111434, - 40.7115082 - ] - }, - "id": "node/10281405367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10281405368", - "brand": "& Other Stories", - "brand:wikidata": "Q85322338", - "check_date": "2024-01-14", - "clothes": "women", - "level": "-1", - "name": "& Other Stories", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 10:00-20:00; Su 11:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0112604, - 40.7115732 - ] - }, - "id": "node/10281405368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10281405370", - "check_date": "2024-01-14", - "level": "-2", - "name": "John Varvatos", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0112178, - 40.7115601 - ] - }, - "id": "node/10281405370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10281405371", - "brand": "Hugo Boss", - "brand:wikidata": "Q491627", - "check_date": "2024-01-14", - "level": "-2", - "name": "Hugo Boss", - "shop": "clothes", - "short_name": "Boss", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0111322, - 40.7114857 - ] - }, - "id": "node/10281405371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10281405372", - "check_date": "2024-01-14", - "level": "-2", - "name": "Stuart Weltzman", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 10:00-20:00; Su 11:00-19:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.011062, - 40.7114141 - ] - }, - "id": "node/10281405372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10281405374", - "check_date": "2024-01-14", - "level": "-1", - "name": "Sam Edelman", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 10:00-20:00; Su 11:00-19:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0110773, - 40.7112653 - ] - }, - "id": "node/10281405374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10281405375", - "check_date": "2024-01-14", - "level": "-2", - "name": "Twenty Four New York", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0110899, - 40.7112639 - ] - }, - "id": "node/10281405375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10281405381", - "brand": "COS", - "brand:wikidata": "Q60772401", - "check_date": "2024-05-14", - "level": "-2", - "name": "COS", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0116437, - 40.7115383 - ] - }, - "id": "node/10281405381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10281405383", - "brand": "Kate Spade New York", - "brand:wikidata": "Q6375797", - "check_date": "2024-01-14", - "level": "-1", - "name": "Kate Spade New York", - "shop": "clothes", - "short_name": "Kate Spade", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0113961, - 40.7113915 - ] - }, - "id": "node/10281405383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10281405385", - "check_date": "2024-01-14", - "level": "-1", - "name": "The Canvas", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0112178, - 40.7113035 - ] - }, - "id": "node/10281405385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10281405386", - "brand": "Cole Haan", - "brand:wikidata": "Q4356504", - "check_date": "2024-01-14", - "level": "-1", - "name": "Cole Haan", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 10:00-20:00; Su 11:00-19:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0115402, - 40.7114598 - ] - }, - "id": "node/10281405386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10281405387", - "check_date": "2024-01-14", - "level": "-1", - "name": "Rebag", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0116221, - 40.7115144 - ] - }, - "id": "node/10281405387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10281405389", - "brand": "UGG", - "brand:wikidata": "Q1138480", - "check_date": "2024-01-14", - "level": "-1", - "name": "UGG", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0117797, - 40.711625 - ] - }, - "id": "node/10281405389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10287928623", - "clothes": "children", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1661481, - 40.5443853 - ] - }, - "id": "node/10287928623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10289996860", - "addr:housenumber": "163A", - "addr:postcode": "10013", - "addr:street": "Hester Street", - "name": "Solo Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9965001, - 40.7177459 - ] - }, - "id": "node/10289996860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10289996864", - "addr:housenumber": "158", - "addr:postcode": "10013", - "addr:street": "Hester Street", - "name": "New Fashion Apparel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9968018, - 40.7175495 - ] - }, - "id": "node/10289996864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10299194716", - "name": "Jimmy Sports Wear", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0130731, - 40.6426628 - ] - }, - "id": "node/10299194716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10299194722", - "name": "Quality Clothing", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.013227, - 40.642514 - ] - }, - "id": "node/10299194722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10315606390", - "addr:housenumber": "619", - "addr:postcode": "11225", - "addr:street": "Flatbush Avenue", - "name": "Nads & Matt", - "opening_hours": "Mo-Th 10:30-19:00; Fr-Sa 10:00-20:00", - "phone": "+1-347-365-4005", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9602721, - 40.6582363 - ] - }, - "id": "node/10315606390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10357823723", - "name": "Local Color NYC", - "opening_hours": "We 12:00-18:00; Th-Sa 12:00-19:00; Su 12:00-18:00", - "shop": "clothes", - "website": "https://shoplocalcolornyc.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9578861, - 40.7325365 - ] - }, - "id": "node/10357823723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10540033963", - "addr:city": "Brooklyn", - "addr:housenumber": "306", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton Beach Avenue", - "air_conditioning": "yes", - "check_date": "2023-01-11", - "clothes": "women;children;underwear;sports;fashion;lingerie", - "name": "Snowimage", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9638632, - 40.576927 - ] - }, - "id": "node/10540033963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10540044007", - "addr:city": "Brooklyn", - "addr:housenumber": "302", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton Beach Avenue", - "air_conditioning": "yes", - "check_date": "2023-01-11", - "check_date:opening_hours": "2024-04-13", - "clothes": "women", - "contact:instagram": "https://www.instagram.com/status_boutique_nyc", - "name": "Status Boutique", - "opening_hours": "10:00-19:00", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1 347-777-1780", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.963983, - 40.5768995 - ] - }, - "id": "node/10540044007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10540055909", - "addr:city": "Brooklyn", - "addr:housenumber": "286", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton Beach Avenue", - "air_conditioning": "yes", - "check_date": "2023-01-11", - "check_date:opening_hours": "2024-04-24", - "clothes": "women;children", - "name": "Klarena", - "opening_hours:signed": "no", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9643913, - 40.5768135 - ] - }, - "id": "node/10540055909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10552745600", - "addr:housenumber": "10", - "addr:street": "Columbus Circle", - "brand": "Coach", - "brand:wikidata": "Q727697", - "check_date": "2023-01-13", - "level": "0", - "level:ref": "1", - "name": "Coach", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "payment:american_express": "yes", - "payment:debit_cards": "yes", - "payment:discover_card": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+1-212-581-4115", - "shop": "bag", - "website": "https://www.coach.com/stores/ny/new-york/10-columbus-circle" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.98262, - 40.7677884 - ] - }, - "id": "node/10552745600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10552760279", - "addr:housenumber": "10", - "addr:street": "Columbus Circle", - "addr:unit": "205", - "brand": "Eileen Fisher", - "brand:wikidata": "Q5349364", - "check_date": "2023-01-13", - "clothes": "women", - "level": "1", - "name": "Eileen Fisher", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "payment:american_express": "yes", - "payment:debit_cards": "yes", - "payment:discover_card": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+1-212-823-9575", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9830781, - 40.7682609 - ] - }, - "id": "node/10552760279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10552818377", - "addr:housenumber": "10", - "addr:street": "Columbus Circle", - "addr:unit": "103", - "brand": "Michael Kors", - "brand:wikidata": "Q19572998", - "check_date": "2023-01-13", - "level": "0", - "level:ref": "1", - "name": "Michael Kors", - "opening_hours": "Mo-Sa 10:00-21:00; Su 10:00-20:00", - "payment:american_express": "yes", - "payment:debit_cards": "yes", - "payment:discover_card": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+1 212-896-2037", - "shop": "clothes", - "website": "https://locations.michaelkors.com/us/ny/new-york/10-columbus-cir.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9826899, - 40.7679217 - ] - }, - "id": "node/10552818377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10553146799", - "name": "Class One", - "phone": "+1-718-287-0201", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9596457, - 40.6555068 - ] - }, - "id": "node/10553146799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10553146803", - "name": "Pumpkin", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9603744, - 40.659358 - ] - }, - "id": "node/10553146803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10570656540", - "air_conditioning": "yes", - "check_date": "2023-01-20", - "clothes": "women", - "name": "Obsession", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9554181, - 40.5777347 - ] - }, - "id": "node/10570656540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10573614533", - "addr:city": "Brooklyn", - "addr:housenumber": "258", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton Beach Avenue", - "air_conditioning": "yes", - "check_date": "2024-05-24", - "check_date:opening_hours": "2024-04-13", - "clothes": "underwear;women", - "name": "Magic Corsets & Lingerie", - "opening_hours": "11:00-18:00", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1 718-332-4141", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9652647, - 40.5766398 - ] - }, - "id": "node/10573614533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10585010029", - "name": "Angela's Vintage Boutique", - "opening_hours": "\"by appointment only\"", - "phone": "+1-212-475-0101", - "second_hand": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9904124, - 40.724511 - ] - }, - "id": "node/10585010029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10595013926", - "name": "The Narativ House", - "opening_hours": "Mo-Su 08:00-17:00", - "phone": "+1-718-676-5154", - "shop": "clothes", - "website": "https://www.thenarativ.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9440135, - 40.6845207 - ] - }, - "id": "node/10595013926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10599778245", - "name": "$2.00 Shop", - "phone": "+1-718-469-0007", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9591027, - 40.6511534 - ] - }, - "id": "node/10599778245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10599778246", - "name": "Akini Gillani Couture", - "phone": "+1-347-693-8946", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9592882, - 40.651909 - ] - }, - "id": "node/10599778246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10599778249", - "name": "Name Brand Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.959159, - 40.6514253 - ] - }, - "id": "node/10599778249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10599778254", - "clothes": "women", - "name": "Lucky You Fashion", - "phone": "+1-718-282-8268", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9590466, - 40.6509335 - ] - }, - "id": "node/10599778254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10599778256", - "clothes": "men", - "name": "Bebo 10", - "phone": "+1-718-758-5020", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9590849, - 40.6510952 - ] - }, - "id": "node/10599778256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10599778260", - "clothes": "women", - "name": "Ideal Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9591478, - 40.6513718 - ] - }, - "id": "node/10599778260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10599778271", - "name": "Eddie's Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9591396, - 40.6513211 - ] - }, - "id": "node/10599778271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10599778275", - "addr:housenumber": "848", - "addr:postcode": "11226", - "addr:street": "Flatbush Avenue", - "clothes": "men", - "name": "Pasha", - "phone": "+1-718-282-1552", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9592369, - 40.651678 - ] - }, - "id": "node/10599778275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10599778278", - "name": "Jay Mills", - "phone": "+1-718-284-6672", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9590578, - 40.6509881 - ] - }, - "id": "node/10599778278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10599908823", - "clothes": "men", - "name": "Porta Bella", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9588267, - 40.651545 - ] - }, - "id": "node/10599908823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10599908827", - "clothes": "men", - "name": "The Boss", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9588392, - 40.6515931 - ] - }, - "id": "node/10599908827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10599908837", - "craft": "tailor", - "level": "1", - "name": "Goldteeth Fashion Remix", - "phone": "+1-718-462-0924", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9585534, - 40.6508855 - ] - }, - "id": "node/10599908837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10599908839", - "clothes": "women", - "name": "Shear Attraction", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9588138, - 40.6514956 - ] - }, - "id": "node/10599908839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10599995462", - "name": "Fabco Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9594731, - 40.6503901 - ] - }, - "id": "node/10599995462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10599995463", - "name": "Danice", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.95962, - 40.6503716 - ] - }, - "id": "node/10599995463" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10642744090", - "alt_name": "Seed Brklyn Oasis", - "name": "Seed Brklyn Garden", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+1-503-724-1440", - "shop": "clothes", - "tourism": "gallery", - "website": "https://seedbrklyn.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9533292, - 40.6815848 - ] - }, - "id": "node/10642744090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10653350269", - "addr:housenumber": "2010", - "addr:postcode": "11210", - "addr:street": "Avenue M", - "clothes": "children", - "name": "Panda and Cub", - "opening_hours": "Mo-Th 11:00-17:00; Fr 10:30-12:30; Su 11:00-17:00", - "phone": "+1-718-564-6114", - "shop": "clothes", - "website": "https://pandaandcub.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9545043, - 40.6184882 - ] - }, - "id": "node/10653350269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10676992128", - "name": "Miss U Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0140203, - 40.6417509 - ] - }, - "id": "node/10676992128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10676992130", - "name": "J & C Clothing", - "phone": "+1-917-251-5292", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0139946, - 40.6413666 - ] - }, - "id": "node/10676992130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10676992133", - "name": "Nora Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0139711, - 40.641389 - ] - }, - "id": "node/10676992133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10676992135", - "name": "Mexicanidades", - "phone": "+1-718-492-4839", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0139675, - 40.6410457 - ] - }, - "id": "node/10676992135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10676992146", - "addr:housenumber": "503B", - "addr:postcode": "11220", - "addr:street": "56th Street", - "contact:instagram": "@lily_fashion_tipicos", - "name": "Lily Fashion Tipicos", - "phone": "+1-646-363-8775", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0133657, - 40.6415914 - ] - }, - "id": "node/10676992146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10676992160", - "name": "Maapis", - "opening_hours": "Mo-Th 10:00-17:00; Fr-Sa 10:00-18:00; Su 10:30-17:00", - "phone": "+1-718-492-8518", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0140318, - 40.6413311 - ] - }, - "id": "node/10676992160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10677077424", - "clothes": "men", - "name": "Brooklyn Mens Suit Outlet", - "opening_hours": "Mo-Sa 10:00-19:00; Su 10:00-18:00", - "phone": "+1-718-680-0124", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0206626, - 40.6347729 - ] - }, - "id": "node/10677077424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10677541970", - "level": "1", - "name": "Urban Planet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1107772, - 40.5659899 - ] - }, - "id": "node/10677541970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10689391027", - "check_date": "2023-02-23", - "name": "Woolrich", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0005925, - 40.7249567 - ] - }, - "id": "node/10689391027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10689391028", - "check_date": "2023-02-23", - "name": "Pleats Please", - "opening_hours": "Tu-Sa 10:00-18:00; Su 12:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0000954, - 40.7252452 - ] - }, - "id": "node/10689391028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10689604896", - "name": "Print Fresh", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.993565, - 40.7238728 - ] - }, - "id": "node/10689604896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10689604899", - "brand": "American Vintage", - "brand:wikidata": "Q2422884", - "name": "American Vintage", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1-929-388-1656", - "shop": "clothes", - "website": "https://www.americanvintage-store.com/us/en/store?id=260" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9940859, - 40.7231704 - ] - }, - "id": "node/10689604899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10689623505", - "alt_name": "Morphew", - "name": "Wesh", - "opening_hours": "Mo-Sa 11:00-19:00, Su 12:00-18:00", - "second_hand": "yes", - "shop": "clothes", - "website": "https://morphewworld.com/collections/wesh-nyc" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9940178, - 40.7233377 - ] - }, - "id": "node/10689623505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10689623506", - "addr:housenumber": "328", - "addr:postcode": "10012", - "addr:street": "Bowery", - "name": "Temporary by Kenneth Cole", - "opening_hours": "We-Sa 11:00-19:00; Su 12:00-18:00", - "shop": "clothes", - "website": "https://www.kennethcole.com/pages/temporary" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9923521, - 40.7255595 - ] - }, - "id": "node/10689623506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10689623507", - "name": "Corridor", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "phone": "+1-646-484-5874", - "shop": "clothes", - "website": "https://corridornyc.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9939937, - 40.7233971 - ] - }, - "id": "node/10689623507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10689623509", - "addr:housenumber": "235", - "addr:postcode": "10012", - "addr:street": "Elizabeth Street", - "brand": "Buck Mason", - "brand:wikidata": "Q48770898", - "clothes": "men", - "name": "Buck Mason", - "opening_hours": "Mo-Sa 11:00-19:00, Su 12:00-18:00", - "phone": "+1-917-261-7559", - "shop": "clothes", - "website": "https://www.buckmason.com/pages/buck-mason-new-york-nolita" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9941091, - 40.7231135 - ] - }, - "id": "node/10689623509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10698428407", - "addr:housenumber": "126", - "addr:postcode": "11211", - "addr:street": "Lee Avenue", - "name": "Englander's Dry Goods", - "phone": "+1-718-625-1166", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9580857, - 40.7038866 - ] - }, - "id": "node/10698428407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10700749895", - "name": "Lee Avenue Clothing Center", - "opening_hours": "Mo-Th 11:30-19:00; Fr 11:30-13:30; Su 11:30-19:00 \"Friday hours for Jewish holidays/Erev Yom Tov\"", - "phone": "+1-718-522-6792", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9581729, - 40.7039532 - ] - }, - "id": "node/10700749895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10710960075", - "name": "Oriani", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9142735, - 40.7645303 - ] - }, - "id": "node/10710960075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10711077396", - "name": "Ariana Bohling", - "opening_hours": "Tu-Su 12:00-18:00", - "shop": "shoes", - "website": "https://arianabohling.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9867033, - 40.6878348 - ] - }, - "id": "node/10711077396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10717839783", - "name": "Shop Untitled", - "opening_hours": "Mo-Th 12:00-20:00; Fr-Sa 12:00-21:00; Su 12:00-20:00", - "phone": "+1-212-228-5166", - "shop": "clothes", - "website": "https://www.shopuntitled.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9977651, - 40.7329634 - ] - }, - "id": "node/10717839783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10726878135", - "name": "Crossroads", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-19:00", - "phone": "+1-718-866-1071", - "second_hand": "yes", - "shop": "clothes", - "website": "https://crossroadstrading.com/location/new-york-2nd-ave/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.987774, - 40.7281428 - ] - }, - "id": "node/10726878135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10732832183", - "brand": "Nike Clearance Store", - "brand:wikidata": "Q483915", - "name": "Nike Clearance Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8344602, - 40.7574643 - ] - }, - "id": "node/10732832183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10733191681", - "brand": "Converse", - "brand:wikidata": "Q319515", - "name": "Converse", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8353541, - 40.7573864 - ] - }, - "id": "node/10733191681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10733191685", - "brand": "Carter's", - "brand:wikidata": "Q5047083", - "clothes": "babies;children", - "name": "Carter's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8348606, - 40.7574026 - ] - }, - "id": "node/10733191685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10733191692", - "alt_name": "Children's Place", - "brand": "The Children's Place", - "brand:wikidata": "Q3520257", - "name": "The Children's Place", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8358431, - 40.7573429 - ] - }, - "id": "node/10733191692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10733191694", - "brand": "OshKosh B'gosh", - "brand:wikidata": "Q1417347", - "clothes": "children", - "name": "OshKosh B'gosh", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8353896, - 40.7566281 - ] - }, - "id": "node/10733191694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10739630731", - "addr:housenumber": "71-36", - "addr:street": "Austin Street", - "brand": "J.Crew", - "brand:wikidata": "Q5370765", - "clothes": "men;women;children", - "name": "J.Crew Factory", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.843574, - 40.7195957 - ] - }, - "id": "node/10739630731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10739630733", - "addr:housenumber": "71-30", - "addr:street": "Austin Street", - "name": "Sephora", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "clothes", - "website": "https://www.sephora.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.843716, - 40.7196537 - ] - }, - "id": "node/10739630733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10739815898", - "addr:street": "Austin Street", - "clothes": "suits", - "name": "Dmitry Ties", - "shop": "clothes", - "website": "https://www.dmitryties.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8417933, - 40.7188668 - ] - }, - "id": "node/10739815898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10739815902", - "addr:housenumber": "72-18B", - "addr:street": "Austin Street", - "name": "Self-ie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8420601, - 40.7189869 - ] - }, - "id": "node/10739815902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10739815903", - "addr:housenumber": "72-18", - "addr:street": "Austin Street", - "clothes": "children", - "name": "Thank Heaven Children Boutique", - "phone": "+1 718 575 2229", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8420965, - 40.719007 - ] - }, - "id": "node/10739815903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10739819912", - "addr:city": "Forest Hills", - "addr:housenumber": "71-50C", - "addr:postcode": "11375", - "addr:state": "NY", - "addr:street": "Austin Street", - "clothes": "women", - "name": "Cassandra Furs", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8430898, - 40.7194159 - ] - }, - "id": "node/10739819912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10739819913", - "addr:city": "Forest Hills", - "addr:housenumber": "71-50A", - "addr:postcode": "11375", - "addr:state": "NY", - "addr:street": "Austin Street", - "clothes": "women", - "name": "Jacklyn's Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8431394, - 40.719437 - ] - }, - "id": "node/10739819913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10739819921", - "addr:housenumber": "71-43", - "addr:street": "Austin Street", - "name": "Soleil", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8432391, - 40.7197018 - ] - }, - "id": "node/10739819921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10739819923", - "addr:housenumber": "71-47", - "addr:street": "Austin Street", - "clothes": "women", - "name": "Chez Moi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8431348, - 40.7196657 - ] - }, - "id": "node/10739819923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10747429257", - "addr:city": "New York", - "addr:housenumber": "25", - "addr:postcode": "10003", - "addr:state": "NY", - "addr:street": "Saint Mark's Place", - "addr:unit": "A", - "contact:facebook": "https://www.facebook.com/pages/Search-Destroy/135808403138735", - "name": "Search & Destroy", - "opening_hours": "Mo-Su 13:00-22:00", - "phone": "+1-212-358-1120", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9885181, - 40.7290912 - ] - }, - "id": "node/10747429257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10755612111", - "addr:housenumber": "1422", - "addr:postcode": "10028", - "addr:street": "3rd Avenue", - "branch": "New York City", - "clothes": "women", - "contact:instagram": "mixologynewyorkcity", - "contact:phone": "+1 646-829-1150", - "level": "0", - "name": "Mixology Clothing Company", - "opening_hours": "Mo-We 10:00-18:00; Th-Sa 10:00-19:00; Su 11:00-18:00", - "shop": "clothes", - "website": "https://www.shopmixology.com/pages/crystal-christopher" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9566946, - 40.7754431 - ] - }, - "id": "node/10755612111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10757661193", - "name": "Tokyo Joe", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.984761, - 40.7295821 - ] - }, - "id": "node/10757661193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10757661196", - "name": "Vintage Reserve", - "opening_hours": "Mo-Fr 12:00-18:00; Sa 12:00-20:00; Su 12:00-18:00", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9849655, - 40.7296614 - ] - }, - "id": "node/10757661196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10757735010", - "addr:housenumber": "208", - "addr:postcode": "10003", - "addr:street": "East 6th Street", - "name": "Honeymoon Antiques", - "opening_hours": "Mo-Su 10:00-20:00 \"by appointment only\"", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.990267, - 40.7280132 - ] - }, - "id": "node/10757735010" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10759199705", - "addr:city": "Brooklyn", - "addr:housenumber": "25", - "addr:postcode": "11249", - "addr:state": "NY", - "addr:street": "Kent Avenue", - "branch": "Williamsburg", - "clothes": "women;men;children;babies", - "name": "Kith", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-19:00", - "shop": "clothes", - "website": "https://kith.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9578569, - 40.7229476 - ] - }, - "id": "node/10759199705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10759516696", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "name": "Snipes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1476775, - 40.6246037 - ] - }, - "id": "node/10759516696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10759516700", - "clothes": "suits", - "name": "New York Man Suits", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1472714, - 40.6242406 - ] - }, - "id": "node/10759516700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10759516704", - "brand": "Dress Barn", - "brand:wikidata": "Q65090033", - "clothes": "women", - "name": "Dress Barn", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1475527, - 40.6236596 - ] - }, - "id": "node/10759516704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10759831032", - "name": "Retro'd", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1684365, - 40.6282813 - ] - }, - "id": "node/10759831032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10764756898", - "addr:housenumber": "333", - "addr:postcode": "11237", - "addr:street": "Troutman Street", - "name": "Other People's Clothes", - "opening_hours": "Mo-Su 11:00-21:00", - "phone": "+1-845-366-3253", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.opcbuyselltrade.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9243942, - 40.7051876 - ] - }, - "id": "node/10764756898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10766998646", - "addr:housenumber": "592", - "addr:postcode": "11216", - "addr:street": "Lafayette Avenue", - "alt_name": "Harold and Maud Vintage", - "name": "Harold + Maud Vintage", - "opening_hours": "Mo-Su 12:00-19:00", - "second_hand": "yes", - "shop": "clothes", - "website": "https://www.haroldandmaudevintage.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9510656, - 40.6897979 - ] - }, - "id": "node/10766998646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10767181149", - "addr:housenumber": "585-B", - "addr:postcode": "10309", - "addr:street": "Veterans Road West", - "name": "Asphalt", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2218437, - 40.5485203 - ] - }, - "id": "node/10767181149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10769247466", - "clothes": "workwear", - "name": "Bozo's Work Clothes and Footwear", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1491996, - 40.5380094 - ] - }, - "id": "node/10769247466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10769247468", - "name": "Exquisitely Detailed", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1490856, - 40.5381449 - ] - }, - "id": "node/10769247468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771646595", - "clothes": "women", - "name": "Sarah Fashion", - "phone": "+1-718-333-5658", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0204707, - 40.6343341 - ] - }, - "id": "node/10771646595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10771646599", - "level": "-1", - "name": "Al Ameer Fashion", - "phone": "+1-347-303-9905", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0203912, - 40.6345266 - ] - }, - "id": "node/10771646599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10779606297", - "alt_name": "V.I.M.", - "brand": "V.I.M.", - "brand:wikidata": "Q71042495", - "clothes": "children;men;women", - "name": "V.I.M.", - "opening_hours": "Mo-Fr 10:00-20:45; Sa 10:00-21:00; Su 11:00-21:00", - "phone": "+1-718-567-9411", - "shop": "clothes", - "website": "https://www.vim.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0095147, - 40.6460774 - ] - }, - "id": "node/10779606297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10779654623", - "clothes:printing": "yes", - "name": "Vendsor", - "phone": "+1-347-221-8152", - "shop": "clothes", - "website": "https://vendsor.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.008863, - 40.6467088 - ] - }, - "id": "node/10779654623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10784495905", - "name": "Rag&Bone", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9992448, - 40.72409 - ] - }, - "id": "node/10784495905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10784505405", - "name": "AG Jeans SoHo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9997727, - 40.7247423 - ] - }, - "id": "node/10784505405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10784508205", - "addr:postcode": "10012", - "email": "info@allouchegallery.com", - "name": "Allouche Gallery", - "opening_hours": "Mo-Su 11:00-18:00", - "phone": "212-966-6675", - "shop": "clothes", - "tourism": "gallery", - "website": "https://allouchegallery.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0003875, - 40.7227411 - ] - }, - "id": "node/10784508205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10784513005", - "branch": "Jeans", - "brand": "7 For All Mankind", - "brand:wikidata": "Q270013", - "clothes": "denim", - "name": "7 For All Mankind", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0023406, - 40.7243281 - ] - }, - "id": "node/10784513005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10788451660", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8170862, - 40.7023245 - ] - }, - "id": "node/10788451660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10790910462", - "addr:city": "New York", - "addr:housenumber": "489", - "addr:postcode": "10017", - "addr:state": "NY", - "addr:street": "Fifth Avenue", - "air_conditioning": "yes", - "branch": "Fifth Avenue", - "brand": "Orvis", - "brand:wikidata": "Q7105269", - "clothes": "women;men", - "name": "Orvis", - "opening_hours": "Mo-Th 11:00-18:00; Fr-Sa 10:00-18:00; Su 11:00-17:00", - "phone": "+1-212-867-0212", - "shop": "clothes", - "website": "https://stores.orvis.com/us/new-york/new-york" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9809398, - 40.7530794 - ] - }, - "id": "node/10790910462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10790967805", - "addr:city": "New York", - "addr:housenumber": "19", - "addr:street": "Bond Street", - "brand": "J.Crew", - "brand:wikidata": "Q5370765", - "clothes": "men;women;children", - "name": "J.Crew", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.994026, - 40.7264208 - ] - }, - "id": "node/10790967805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10797371350", - "name": "American Wear", - "phone": "+1-718-567-8226", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0222773, - 40.6307785 - ] - }, - "id": "node/10797371350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10797371353", - "clothes": "women", - "name": "Fatima Fashion Boutique", - "phone": "+1-347-578-7023", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0223427, - 40.6306133 - ] - }, - "id": "node/10797371353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10797371354", - "name": "Balquees Boutique", - "phone": "+1-718-333-5327", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0223009, - 40.6307238 - ] - }, - "id": "node/10797371354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10797371356", - "alt_name": "Hareem Alsultan", - "name": "Hareem Al Sultan", - "phone": "+1-718-333-5030", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0219499, - 40.6307499 - ] - }, - "id": "node/10797371356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10799500240", - "clothes": "sports;children;uniform;printing", - "name": "Legend's Sporting Goods", - "phone": "+1-718-680-8957", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0251195, - 40.6238363 - ] - }, - "id": "node/10799500240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10800141649", - "addr:housenumber": "8201", - "addr:postcode": "11209", - "addr:street": "5th Avenue", - "alt_name": "Tuxedo by Sarno", - "clothes": "men;formal", - "name": "Dante Zeller Tuxedo & Menswear", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-17:00", - "phone": "+1-718-238-7628", - "shop": "clothes", - "website": "https://www.tuxedobysarno.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0246728, - 40.6240998 - ] - }, - "id": "node/10800141649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10802272855", - "addr:city": "Jamaica", - "addr:housenumber": "163-15", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "check_date:opening_hours": "2024-06-25", - "name": "Roxx", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7965214, - 40.7049481 - ] - }, - "id": "node/10802272855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10803109643", - "name": "Stratgic Moves", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9375026, - 40.6983892 - ] - }, - "id": "node/10803109643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10803109645", - "hairdresser": "yes", - "name": "Brooklyn Import & Barber Shop", - "opening_hours": "Mo-Sa 09:00-19:00; Su 09:00-17:00", - "phone": "+1-347-257-0497", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9375765, - 40.6981243 - ] - }, - "id": "node/10803109645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10803109651", - "name": "Magy's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9374551, - 40.6983627 - ] - }, - "id": "node/10803109651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10812977324", - "name": "A Very Chic Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.177445, - 40.5402013 - ] - }, - "id": "node/10812977324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10822653423", - "name": "Outlet Mania", - "opening_hours": "Mo-Sa 09:00-18:30; Su 11:00-17:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0230423, - 40.6280478 - ] - }, - "id": "node/10822653423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10822653424", - "clothes": "women", - "name": "LaMeera Moda", - "opening_hours": "Mo-Sa 12:00-19:00; Su 12:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0231977, - 40.6285608 - ] - }, - "id": "node/10822653424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10822776535", - "clothes": "women", - "name": "Urban Modesty", - "shop": "clothes", - "website": "https://www.urbanmodesty.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0235334, - 40.6277186 - ] - }, - "id": "node/10822776535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10824822598", - "addr:city": "Brooklyn", - "addr:housenumber": "7523", - "addr:postcode": "11209", - "addr:state": "NY", - "addr:street": "5th Avenue", - "clothes": "dance", - "name": "Grand Prix Dance", - "opening_hours": "Tu 11:00-18:00; We-Fr 12:00-18:00; Sa 11:00-17:00", - "phone": "+1-718-745-5300", - "shop": "clothes", - "website": "https://grandprixdance.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0227568, - 40.6287856 - ] - }, - "id": "node/10824822598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10825166952", - "clothes": "wedding", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8475834, - 40.7098195 - ] - }, - "id": "node/10825166952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10835742734", - "addr:city": "Brooklyn", - "addr:housenumber": "128", - "addr:postcode": "11249", - "addr:state": "NY", - "addr:street": "North 6th Street", - "brand": "Buck Mason", - "brand:wikidata": "Q48770898", - "clothes": "men", - "name": "Buck Mason", - "opening_hours": "Su 12:00-18:00; Mo-Sa 11:00-19:00", - "phone": "+1-347-889-5553", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9593925, - 40.7178197 - ] - }, - "id": "node/10835742734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10836195474", - "addr:city": "Brooklyn", - "addr:housenumber": "223", - "addr:postcode": "11211", - "addr:state": "NY", - "addr:street": "Bedford Avenue", - "email": "shop@amarcordvintagefashion.com", - "name": "Amarcord Vintage Fashion", - "opening_hours": "Tu-Su 12:00-19:00", - "phone": "+1-718-963-4001", - "shop": "clothes", - "website": "https://www.amarcordvintagefashion.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9591388, - 40.7163655 - ] - }, - "id": "node/10836195474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10836210913", - "addr:city": "Brooklyn", - "addr:housenumber": "232", - "addr:postcode": "11249", - "addr:state": "NY", - "addr:street": "Bedford Avenue", - "contact:phone": "+1 718-388-7710", - "name": "Bodhi", - "opening_hours": "Mo-Su 11:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9593627, - 40.7164533 - ] - }, - "id": "node/10836210913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10836244505", - "addr:city": "Brooklyn", - "addr:housenumber": "200", - "addr:postcode": "11249", - "addr:state": "NY", - "addr:street": "Bedford Avenue", - "clothes": "underwear", - "name": "Brooklyn Fox Lingerie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9585168, - 40.717252 - ] - }, - "id": "node/10836244505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10838676661", - "addr:city": "Brooklyn", - "addr:state": "NY", - "addr:street": "Bedford Avenue", - "name": "Beloved", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9615725, - 40.7142797 - ] - }, - "id": "node/10838676661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10854076818", - "addr:city": "Wayne", - "addr:housenumber": "3", - "addr:postcode": "07470", - "addr:state": "NJ", - "addr:street": "Willowbrook Boulevard", - "brand": "Ted Baker", - "brand:wikidata": "Q2913458", - "name": "Ted Baker", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.25779, - 40.8877668 - ] - }, - "id": "node/10854076818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10858751242", - "addr:housenumber": "113", - "addr:street": "Prince Street", - "name": "Farm Rio", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9995653, - 40.7253405 - ] - }, - "id": "node/10858751242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10867287071", - "check_date": "2024-05-02", - "clothes": "wedding", - "name": "Park Avenue Bridal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2258318, - 40.8365075 - ] - }, - "id": "node/10867287071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10872130120", - "addr:housenumber": "2026", - "addr:postcode": "11226", - "addr:street": "Church Avenue", - "clothes": "wonen;men;formal", - "name": "Beverly Hills Bridal", - "opening_hours": "Mo-Sa 11:00-18:30; Su 12:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.960091, - 40.6500804 - ] - }, - "id": "node/10872130120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10882309558", - "addr:city": "Brooklyn", - "addr:housenumber": "105", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton Beach Avenue", - "air_conditioning": "yes", - "branch": "Brighton Beach", - "check_date": "2024-05-24", - "clothes": "women;men;children", - "name": "Telco", - "opening_hours": "Mo-Sa 10:00-20:30; Su 10:00-20:00", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1-718-853-5050", - "shop": "clothes", - "website": "https://telcostores.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9679862, - 40.5764818 - ] - }, - "id": "node/10882309558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10892093659", - "addr:housenumber": "243", - "addr:street": "Brighton Beach Avenue", - "air_conditioning": "yes", - "check_date": "2023-11-01", - "check_date:opening_hours": "2023-05-12", - "clothes": "women", - "name": "Exclusive Women's Wear", - "opening_hours": "10:00-20:00", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1 917-891-5323", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9657797, - 40.5768581 - ] - }, - "id": "node/10892093659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10903431385", - "clothes": "hats", - "name": "Lidz", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0746652, - 40.6448801 - ] - }, - "id": "node/10903431385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10908603333", - "name": "White Plains Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8661786, - 40.8448189 - ] - }, - "id": "node/10908603333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10908810997", - "name": "De Janeiro", - "opening_hours": "Mo-Fr 08:00-20:00; Sa 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9871118, - 40.748755 - ] - }, - "id": "node/10908810997" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10937215214", - "addr:city": "Bayside", - "addr:housenumber": "211-15", - "addr:postcode": "11360", - "addr:state": "NY", - "addr:street": "26th Avenue", - "brand": "Old Navy", - "brand:wikidata": "Q2735242", - "name": "Old Navy", - "phone": "+1-929-548-0082", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.77858, - 40.7795242 - ] - }, - "id": "node/10937215214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10937295987", - "addr:city": "Bayside", - "addr:housenumber": "211-17", - "addr:postcode": "11360", - "addr:state": "NY", - "addr:street": "26th Avenue", - "brand": "Aldo", - "brand:wikidata": "Q2832297", - "name": "Aldo", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-18:00", - "phone": "+1-718-279-0298", - "shop": "shoes", - "website": "https://www.aldoshoes.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7787533, - 40.779331 - ] - }, - "id": "node/10937295987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10937303313", - "addr:city": "Bayside", - "addr:housenumber": "211-27", - "addr:postcode": "11360", - "addr:state": "NY", - "addr:street": "26th Avenue", - "brand": "Express", - "brand:wikidata": "Q1384784", - "name": "Express", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-19:00", - "phone": "+1-718-281-0846", - "shop": "clothes", - "website": "https://www.express.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7786307, - 40.7789701 - ] - }, - "id": "node/10937303313" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10938161851", - "addr:city": "Bayside", - "addr:housenumber": "211-39", - "addr:postcode": "11360", - "addr:state": "NY", - "addr:street": "26th Avenue", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "'+1-718-279-4884", - "shop": "shoes", - "website": "https://stores.footlocker.com/ny/bayside/211-39-26th-ave-7005.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7783124, - 40.7787277 - ] - }, - "id": "node/10938161851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10942420644", - "addr:city": "Bayside", - "addr:housenumber": "24-20/22", - "addr:postcode": "11360", - "addr:state": "NY", - "addr:street": "Bell Boulevard", - "brand": "Men's Wearhouse", - "brand:wikidata": "Q57405513", - "clothes": "suits", - "name": "Men's Wearhouse", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-18:00", - "phone": "+1-718-279-1570", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7760318, - 40.7792704 - ] - }, - "id": "node/10942420644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10942453056", - "addr:city": "Bayside", - "addr:housenumber": "23-60", - "addr:postcode": "11360", - "addr:state": "NY", - "addr:street": "Bell Boulevard", - "brand": "Chico's", - "brand:wikidata": "Q5096393", - "name": "Chico's", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-18:00", - "phone": "+1-718-224-1256", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.775868, - 40.779844 - ] - }, - "id": "node/10942453056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10960870138", - "addr:city": "New York", - "addr:housenumber": "1516", - "addr:postcode": "10036", - "addr:state": "NY", - "addr:street": "Broadway", - "air_conditioning": "yes", - "branch": "Times Square", - "brand": "Old Navy", - "brand:wikidata": "Q2735242", - "clothes": "women;men;children", - "name": "Old Navy", - "opening_hours": "Mo-Sa 09:00-23:00; Su 10:00-21:00", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1-646-866-5935", - "shop": "clothes", - "website": "https://oldnavy.gap.com/stores/ny/newyork/oldnavy-3444.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9855296, - 40.7574403 - ] - }, - "id": "node/10960870138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10964542765", - "name": "Astoria Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9216587, - 40.7633053 - ] - }, - "id": "node/10964542765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10964542766", - "name": "Loveday 31 Vintage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9217215, - 40.7633326 - ] - }, - "id": "node/10964542766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10968102827", - "name": "Ju-Ma Fashion", - "phone": "+1-646-940-5574", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9476866, - 40.7114056 - ] - }, - "id": "node/10968102827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10968102829", - "alt_name": "FreshOffThePress.com", - "clothes:printing": "yes", - "name": "Fresh Off The Press", - "phone": "+1-718-782-3884", - "shop": "clothes", - "website": "https://freshoffthepress.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9493887, - 40.7109876 - ] - }, - "id": "node/10968102829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10977614898", - "brand": "Lids", - "brand:wikidata": "Q19841609", - "clothes": "hats", - "level": "1", - "name": "Lids", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.069742, - 40.8087898 - ] - }, - "id": "node/10977614898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10977614899", - "brand": "Skechers", - "brand:wikidata": "Q2945643", - "level": "1", - "name": "Skechers", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.069815, - 40.8088037 - ] - }, - "id": "node/10977614899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10977614900", - "brand": "PacSun", - "brand:wikidata": "Q7121857", - "level": "0", - "name": "PacSun", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0696445, - 40.8087669 - ] - }, - "id": "node/10977614900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10979200035", - "name": "Wen Wah Corp", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9968319, - 40.7181298 - ] - }, - "id": "node/10979200035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10979262387", - "clothes": "women", - "name": "Avante Garde Fusion", - "opening_hours": "Mo-Sa 12:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.996298, - 40.7197754 - ] - }, - "id": "node/10979262387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10992263593", - "addr:housenumber": "450", - "addr:postcode": "10013", - "addr:street": "Broome Street", - "name": "IRO", - "opening_hours": "Mo-Sa 11:00-18:00; Su 12:00-18:00", - "phone": "+1-212-925-2290", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0004901, - 40.722224 - ] - }, - "id": "node/10992263593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10995386322", - "brand": "Fendi", - "brand:wikidata": "Q926575", - "level": "1", - "name": "Fendi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0015943, - 40.7534022 - ] - }, - "id": "node/10995386322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10995386323", - "level": "2", - "name": "Rhone", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0013314, - 40.7533392 - ] - }, - "id": "node/10995386323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10995386325", - "level": "1", - "name": "Kenzo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0012161, - 40.7533088 - ] - }, - "id": "node/10995386325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10995386326", - "brand": "Louis Vuitton", - "brand:wikidata": "Q191485", - "level": "1", - "name": "Louis Vuitton", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0015782, - 40.7532824 - ] - }, - "id": "node/10995386326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10998023800", - "addr:housenumber": "629", - "addr:postcode": "11238", - "addr:street": "Classon Avenue", - "name": "The Wagon 2.0", - "shop": "clothes", - "website": "https://thewagonbk.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9583991, - 40.6791245 - ] - }, - "id": "node/10998023800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10998355802", - "name": "Vim", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9497669, - 40.6794969 - ] - }, - "id": "node/10998355802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11008684064", - "addr:housenumber": "510", - "addr:postcode": "11209", - "addr:street": "83rd Street", - "clothes": "women", - "disused:website": "http://jflfashion.com", - "name": "JFL Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0247448, - 40.6232822 - ] - }, - "id": "node/11008684064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11008684071", - "name": "Little Lords Little Ladies", - "opening_hours": "Tu-Sa 10:00-18:00", - "phone": "+1-718-748-4366", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0248005, - 40.6237864 - ] - }, - "id": "node/11008684071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11009350289", - "name": "Amiree", - "opening_hours": "Mo-Th 11:00-19:30; Fr-Sa 11:00-20:00; Su 11:00-19:00", - "phone": "+1-718-333-5048", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0253925, - 40.623165 - ] - }, - "id": "node/11009350289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11009350299", - "name": "Tsakiris Mallas", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0254323, - 40.6222216 - ] - }, - "id": "node/11009350299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11009358105", - "addr:housenumber": "8425", - "addr:postcode": "11209", - "addr:street": "5th Avenue", - "name": "Eric Comfort Shoes", - "phone": "+1-718-680-2625", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0254536, - 40.622165 - ] - }, - "id": "node/11009358105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11011389019", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "name": "Rainbow", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/ny/brooklyn/109/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8896701, - 40.6329384 - ] - }, - "id": "node/11011389019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11014744776", - "addr:city": "Astoria", - "addr:housenumber": "31-08", - "addr:postcode": "11106", - "addr:state": "NY", - "addr:street": "Broadway", - "name": "Browns Army-Navy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9251013, - 40.7617045 - ] - }, - "id": "node/11014744776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11036091858", - "name": "Kotn", - "opening_hours": "Mo-Su 11:00-18:00", - "phone": "+1-929-289-3120", - "shop": "clothes", - "website": "https://kotn.com/stores/brooklyn" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9938349, - 40.6862973 - ] - }, - "id": "node/11036091858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11040468166", - "name": "Short Stop Screen Printing", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0649816, - 40.6127651 - ] - }, - "id": "node/11040468166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11047914632", - "name": "Premier Furs", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9988679, - 40.6047571 - ] - }, - "id": "node/11047914632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11085526893", - "name": "Alpha Swagg", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9239548, - 40.6907751 - ] - }, - "id": "node/11085526893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11085572195", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "name": "Rainbow", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/ny/brooklyn/73/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9238694, - 40.6907293 - ] - }, - "id": "node/11085572195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11091901380", - "addr:housenumber": "1411", - "addr:street": "Sheepshead Bay Road", - "air_conditioning": "yes", - "check_date": "2023-08-05", - "clothes": "wedding", - "name": "Krismil Bridal", - "opening_hours": "Mo-Sa 10:00-19:00; Su off", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1 646-662-1631", - "shop": "clothes", - "stroller": "yes", - "website": "https://krismilbridal.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9548109, - 40.5876437 - ] - }, - "id": "node/11091901380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11092080509", - "alt_name": "Yurim USA", - "clothes": "hats", - "name": "Yurim Hat", - "phone": "+1-212-532-0279", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9900789, - 40.7463261 - ] - }, - "id": "node/11092080509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11108337438", - "name": "Alo Yoga", - "opening_hours": "Mo-Su 11:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9597323, - 40.7157867 - ] - }, - "id": "node/11108337438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11126358789", - "name": "Clothes on Broadway", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9120149, - 40.6836214 - ] - }, - "id": "node/11126358789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11142577055", - "addr:city": "Brooklyn", - "addr:housenumber": "97", - "addr:postcode": "11249", - "addr:state": "NY", - "addr:street": "North 7th Street", - "clothes": "men", - "level": "-1", - "name": "Men’s Store", - "opening_hours": "Th-Mo 12:00-19:00", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9598771, - 40.7193151 - ] - }, - "id": "node/11142577055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11147398893", - "clothes": "women;children", - "name": "Y's Elegant Treasures", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1395312, - 40.630668 - ] - }, - "id": "node/11147398893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11150271757", - "name": "Paris Pop", - "phone": "+1-718-540-7636", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9705693, - 40.6089292 - ] - }, - "id": "node/11150271757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11159613709", - "name": "De Janeiro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0081151, - 40.7097418 - ] - }, - "id": "node/11159613709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11159622326", - "name": "Penguini", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0081454, - 40.7097111 - ] - }, - "id": "node/11159622326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11159630810", - "brand": "Zara", - "brand:wikidata": "Q147662", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0086261, - 40.7110715 - ] - }, - "id": "node/11159630810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11159644334", - "brand": "Anthropologie", - "brand:wikidata": "Q4773903", - "clothes": "women", - "name": "Anthropologie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0095413, - 40.7106799 - ] - }, - "id": "node/11159644334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11165363609", - "addr:city": "Brooklyn", - "addr:housenumber": "1599B", - "addr:postcode": "11237", - "addr:state": "NY", - "addr:street": "Gates Avenue", - "name": "Fajas Meli’Belt", - "opening_hours": "Mo-Sa 10:30-19:00", - "phone": "+1-718-483-8610", - "shop": "clothes", - "website": "https://fajasmelibeltusa.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9111028, - 40.7008078 - ] - }, - "id": "node/11165363609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11165425652", - "access": "customers", - "branch": "Main Entry", - "name": "US Open Essentials Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8442664, - 40.751043 - ] - }, - "id": "node/11165425652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11170364704", - "name": "Big Frog", - "opening_hours": "Mo-Sa 10:00-19:00; Su 12:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9790728, - 40.7846187 - ] - }, - "id": "node/11170364704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11170430317", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "clothes": "children", - "name": "Jacadi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9745775, - 40.7835192 - ] - }, - "id": "node/11170430317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11170449975", - "name": "Frank Stella", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9746345, - 40.783444 - ] - }, - "id": "node/11170449975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11172328189", - "brand": "Loft", - "brand:wikidata": "Q62075137", - "clothes": "women", - "name": "Loft", - "opening_hours": "Mo-Fr 08:00-20:00; Sa 00:00-18:00", - "shop": "clothes", - "website": "https://stores.loft.com/ny/new-york/2-broadway.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0131197, - 40.704797 - ] - }, - "id": "node/11172328189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11175444449", - "access": "customers", - "air_conditioning": "yes", - "brand": "Nike", - "brand:wikidata": "Q483915", - "clothes": "women;men;children", - "name": "Nike", - "shop": "clothes", - "sport": "tennis" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8446885, - 40.7508328 - ] - }, - "id": "node/11175444449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11175444452", - "access": "customers", - "air_conditioning": "yes", - "brand": "Polo Ralph Lauren", - "brand:wikidata": "Q1641437", - "name": "Polo Ralph Lauren", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8453567, - 40.750624 - ] - }, - "id": "node/11175444452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11177913938", - "name": "Peak Design Flagship Store New-York", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9967869, - 40.722727 - ] - }, - "id": "node/11177913938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11196500273", - "name": "Richies", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9877542, - 40.7186504 - ] - }, - "id": "node/11196500273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11196535069", - "name": "Reformation", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9877516, - 40.7209673 - ] - }, - "id": "node/11196535069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11196536029", - "name": "Fabco Shoes", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9876877, - 40.7186325 - ] - }, - "id": "node/11196536029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11200484922", - "name": "Woodstack", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9248295, - 40.6912363 - ] - }, - "id": "node/11200484922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11200820855", - "addr:housenumber": "62", - "addr:postcode": "10014", - "addr:street": "Gansevoort Street", - "clothes:men": "yes", - "contact:email": "newyork.store@belstaff.com", - "name": "Belstaff", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1 917-410-7079", - "shop": "boutique", - "website": "https://www.belstaff.com/us/customer-service/our-stores" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0073366, - 40.739263 - ] - }, - "id": "node/11200820855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11200821790", - "addr:housenumber": "876", - "addr:street": "Broadway", - "clothes:men": "yes", - "name": "Filson", - "opening_hours": "11:00-18:00", - "phone": "+1 646-975-9855", - "shop": "boutique", - "website": "https://www.filson.com/store-locator/new-york-store.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.98994, - 40.7379138 - ] - }, - "id": "node/11200821790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11208765668", - "name": "De Janeiro", - "opening_hours": "Mo-Fr 08:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.010016, - 40.705635 - ] - }, - "id": "node/11208765668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11214903152", - "brand": "Skechers", - "brand:wikidata": "Q2945643", - "check_date": "2023-09-24", - "name": "Skechers", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0150802, - 40.8138352 - ] - }, - "id": "node/11214903152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11217002324", - "addr:city": "Brooklyn", - "addr:housenumber": "257", - "addr:postcode": "11206", - "addr:state": "NY", - "addr:street": "Varet Street", - "clothes": "unisex", - "name": "Zero Waste Daniel", - "opening_hours": "Tu-We 12:00-18:00;Th-Sa 12:00-20:00;Su 12:00-18:00", - "phone": "+1-347-227-7060", - "shop": "clothes", - "website": "https://zerowastedaniel.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9337256, - 40.7042514 - ] - }, - "id": "node/11217002324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11222538804", - "name": "De Janeiro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0067657, - 40.7139084 - ] - }, - "id": "node/11222538804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11229106197", - "check_date": "2023-09-30", - "name": "Stokedville", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2148968, - 40.8116559 - ] - }, - "id": "node/11229106197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11236736515", - "addr:city": "New York", - "addr:housenumber": "387", - "addr:postcode": "10024", - "addr:state": "NY", - "addr:street": "Amsterdam Avenue", - "name": "Stoopher & Boots", - "phone": "+1-212-877-2128", - "shop": "clothes", - "website": "https://stoopher.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9783433, - 40.782774 - ] - }, - "id": "node/11236736515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11237040087", - "addr:city": "Union City", - "addr:housenumber": "3600", - "addr:postcode": "07087", - "addr:state": "NJ", - "addr:street": "Bergenline Avenue", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "clothes": "women;men;children;workwear;socks", - "name": "Rainbow", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "clothes", - "website": "https://stores.rainbowshops.com/nj/union-city/74/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0274915, - 40.7742181 - ] - }, - "id": "node/11237040087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11258712043", - "name": "Naturino", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0101621, - 40.7164972 - ] - }, - "id": "node/11258712043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11258791239", - "name": "Koh's Kids", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0106855, - 40.7166251 - ] - }, - "id": "node/11258791239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11264932911", - "addr:street": "Liberty Avenue", - "name": "Neena Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8240014, - 40.6864526 - ] - }, - "id": "node/11264932911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11264932924", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8238906, - 40.6862102 - ] - }, - "id": "node/11264932924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11264956846", - "addr:city": "Richmond Hill", - "addr:housenumber": "120-08", - "addr:state": "NY", - "addr:street": "Liberty Avenue", - "level": "0", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.822902, - 40.6865737 - ] - }, - "id": "node/11264956846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11264976612", - "addr:city": "Richmond Hill", - "addr:housenumber": "118-05", - "addr:state": "NY", - "addr:street": "Liberty Avenue", - "name": "Ladies Wear Vanessa Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8248337, - 40.6861907 - ] - }, - "id": "node/11264976612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11264976618", - "addr:city": "Richmond Hill", - "addr:housenumber": "118-10", - "addr:state": "NY", - "addr:street": "Liberty Avenue", - "check_date:opening_hours": "2024-09-30", - "name": "Sonia & Sadia", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8245813, - 40.6859731 - ] - }, - "id": "node/11264976618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11264976628", - "addr:city": "Richmond Hill", - "addr:housenumber": "117-14", - "addr:state": "NY", - "addr:street": "Liberty Avenue", - "name": "New Classic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8252848, - 40.6858576 - ] - }, - "id": "node/11264976628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11278065129", - "name": "Roop Collection", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8262474, - 40.6897425 - ] - }, - "id": "node/11278065129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11282489613", - "addr:city": "Ridgewood", - "addr:housenumber": "550", - "addr:postcode": "11385", - "addr:state": "NY", - "addr:street": "Onderdonk Avenue", - "clothes": "vintage", - "name": "Fade To Black", - "opening_hours": "We-Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9104698, - 40.7057276 - ] - }, - "id": "node/11282489613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11294399146", - "addr:housenumber": "736", - "addr:postcode": "11222", - "addr:street": "Manhattan Avenue", - "name": "K. K. Fashions", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9521179, - 40.7263527 - ] - }, - "id": "node/11294399146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11298618181", - "addr:city": "New York", - "addr:housenumber": "86", - "addr:postcode": "10012", - "addr:state": "NY", - "addr:street": "Mercer Street", - "clothes": "underwear;fashion;maternity;lingerie", - "name": "Lascava lingerie store", - "opening_hours": "Mo-Fr 09:00-17:00", - "payment:credit_cards": "yes", - "payment:mastercard": "yes", - "payment:paypal": "yes", - "payment:visa": "yes", - "shop": "clothes", - "website": "https://lascava.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9999036, - 40.7224623 - ] - }, - "id": "node/11298618181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11300149977", - "name": "Paradise Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1570798, - 40.8923673 - ] - }, - "id": "node/11300149977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11300150027", - "name": "Zena", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1563156, - 40.8911985 - ] - }, - "id": "node/11300150027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11300150115", - "name": "Meru Bazaar", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1600841, - 40.895529 - ] - }, - "id": "node/11300150115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11303659637", - "name": "Fleet Feet", - "opening_hours": "Mo-Sa 10:30-19:00; Su 11:00-19:00", - "phone": "+1-917-780-4446", - "shop": "shoes", - "website": "https://www.fleetfeet.com/s/nyc/locations/brooklyn" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9872519, - 40.6682613 - ] - }, - "id": "node/11303659637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11308369432", - "addr:city": "Irvington", - "addr:postcode": "07111", - "addr:state": "NJ", - "addr:street": "Springfield Avenue", - "clothes": "workwear", - "name": "Irvington UNIFORMS", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2285435, - 40.7266125 - ] - }, - "id": "node/11308369432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11308423812", - "addr:housenumber": "7", - "addr:postcode": "10001", - "addr:street": "West 34th Street", - "brand": "Naturalizer", - "brand:wikidata": "Q65012038", - "name": "Naturalizer", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-17:00", - "phone": "+1-646-364-1988", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9853975, - 40.7489855 - ] - }, - "id": "node/11308423812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11308423813", - "addr:housenumber": "950", - "addr:postcode": "10001", - "addr:street": "6th Avenue", - "brand": "Happy Socks", - "brand:wikidata": "Q10517909", - "clothes": "socks", - "name": "Happy Socks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9872958, - 40.7501547 - ] - }, - "id": "node/11308423813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11329706074", - "name": "Emilia George", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0104232, - 40.7176456 - ] - }, - "id": "node/11329706074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11329765074", - "name": "Cynthia Rowley", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0096468, - 40.7178947 - ] - }, - "id": "node/11329765074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11329766005", - "name": "Alton Lane", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0094901, - 40.7185903 - ] - }, - "id": "node/11329766005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11329774786", - "name": "Jenni Kayne", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0098111, - 40.7188506 - ] - }, - "id": "node/11329774786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11329781597", - "name": "Elyse Walker", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0079803, - 40.7200095 - ] - }, - "id": "node/11329781597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11329804630", - "name": "Clic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0081886, - 40.7171085 - ] - }, - "id": "node/11329804630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11341918906", - "addr:housenumber": "536", - "addr:street": "Madison Avenue", - "brand": "Peter Millar", - "brand:wikidata": "Q55641424", - "level": "0", - "name": "Peter Millar", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9737505, - 40.7606481 - ] - }, - "id": "node/11341918906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11343821371", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-19:00", - "shop": "shoes", - "website": "https://stores.footlocker.com/nj/elizabeth/651-kapkowski-road-6959.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1718286, - 40.6600407 - ] - }, - "id": "node/11343821371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11343907429", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2292236, - 40.7261988 - ] - }, - "id": "node/11343907429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11386683170", - "clothes": "sports", - "name": "JD Sports", - "opening_hours": "Mo-Th 10:00-20:00; Fr 10:00-21:00; Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+1-347-410-5424", - "shop": "clothes", - "website": "https://stores.jdsports.com/ny/brooklyn/fulton-street.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9867586, - 40.6913618 - ] - }, - "id": "node/11386683170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11386683172", - "name": "Footlocker", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9863538, - 40.6909018 - ] - }, - "id": "node/11386683172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11386683173", - "name": "All Brands For Less", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9860249, - 40.6910761 - ] - }, - "id": "node/11386683173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11398577909", - "name": "Terez", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9611835, - 40.7720623 - ] - }, - "id": "node/11398577909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11399352939", - "name": "Portabella", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9896826, - 40.7526166 - ] - }, - "id": "node/11399352939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11399352967", - "name": "FashON7", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9891973, - 40.752607 - ] - }, - "id": "node/11399352967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11405673186", - "name": "Landline Vintage", - "opening_hours": "Tu-Su 12:00-19:00", - "second_hand": "only", - "shop": "clothes", - "website": "https://landlinevintage.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9901247, - 40.7151604 - ] - }, - "id": "node/11405673186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11406467792", - "brand": "Tumi", - "brand:wikidata": "Q4465402", - "name": "Tumi", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1865001, - 40.6837501 - ] - }, - "id": "node/11406467792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11406467793", - "brand": "Hugo Boss", - "brand:wikidata": "Q491627", - "name": "Hugo Boss", - "shop": "clothes", - "short_name": "Boss" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1865577, - 40.6837948 - ] - }, - "id": "node/11406467793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11423523319", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "level": "0", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "shoes", - "website": "https://stores.footlocker.com/ny/newyork/1905-third-ave-8787.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.944911, - 40.7909429 - ] - }, - "id": "node/11423523319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11429565677", - "addr:housenumber": "1410", - "addr:street": "1st Avenue", - "check_date": "2023-12-18", - "level": "0", - "name": "Accolade", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9545862, - 40.7694425 - ] - }, - "id": "node/11429565677" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11442636218", - "addr:housenumber": "75", - "addr:postcode": "10012", - "addr:street": "Prince Street", - "name": "Athletic Propulsion Labs", - "phone": "+1-212-304-1900", - "shop": "shoes", - "website": "https://www.athleticpropulsionlabs.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9972816, - 40.7241144 - ] - }, - "id": "node/11442636218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11479622126", - "addr:housenumber": "5216", - "addr:postcode": "11220", - "addr:street": "5th Avenue", - "brand": "XIOS", - "brand:wikidata": "Q66149584", - "clothes": "men", - "name": "XIOS", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0119617, - 40.6437406 - ] - }, - "id": "node/11479622126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11495011756", - "name": "Madrag", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2297382, - 40.7261361 - ] - }, - "id": "node/11495011756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11495011766", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2299259, - 40.726111 - ] - }, - "id": "node/11495011766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11504740495", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-18:00", - "shop": "shoes", - "website": "https://stores.footlocker.com/nj/irvington/1033-springfield-avenue-8561.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2305149, - 40.726016 - ] - }, - "id": "node/11504740495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11504858108", - "addr:city": "Fresh Meadows", - "addr:housenumber": "181-18", - "addr:postcode": "11366", - "addr:state": "NY", - "addr:street": "Union Turnpike", - "clothes": "men", - "name": "Z Boutique", - "phone": "+1-718-380-0399", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7867354, - 40.7272385 - ] - }, - "id": "node/11504858108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11505178783", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.229939, - 40.7263802 - ] - }, - "id": "node/11505178783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11505178784", - "name": "SNKRS X PRESS", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2298271, - 40.7263939 - ] - }, - "id": "node/11505178784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11505178785", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2297198, - 40.7264112 - ] - }, - "id": "node/11505178785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11505178790", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2295511, - 40.7264315 - ] - }, - "id": "node/11505178790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11505178791", - "name": "Magic Sneakers", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2294034, - 40.7264483 - ] - }, - "id": "node/11505178791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11505178798", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2311831, - 40.7261962 - ] - }, - "id": "node/11505178798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11505178800", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2309788, - 40.7262309 - ] - }, - "id": "node/11505178800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11506675280", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2325206, - 40.7259934 - ] - }, - "id": "node/11506675280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11506675327", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2316242, - 40.7261266 - ] - }, - "id": "node/11506675327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11506675328", - "name": "JJ Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2315806, - 40.7261317 - ] - }, - "id": "node/11506675328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11507656000", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1726391, - 40.7352069 - ] - }, - "id": "node/11507656000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11507656005", - "brand": "Gap", - "brand:wikidata": "Q420822", - "name": "Gap Factory", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1733136, - 40.7360933 - ] - }, - "id": "node/11507656005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11507656010", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1745346, - 40.7360886 - ] - }, - "id": "node/11507656010" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11507656011", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1746475, - 40.7361141 - ] - }, - "id": "node/11507656011" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11507656012", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1749527, - 40.7361996 - ] - }, - "id": "node/11507656012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11507656013", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1747845, - 40.7361559 - ] - }, - "id": "node/11507656013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11507656014", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1757071, - 40.736784 - ] - }, - "id": "node/11507656014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11507656015", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1734737, - 40.7358005 - ] - }, - "id": "node/11507656015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11507656016", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1733127, - 40.7357568 - ] - }, - "id": "node/11507656016" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11509891321", - "addr:housenumber": "159", - "addr:postcode": "10028", - "addr:street": "East 86th Street", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-01-12", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-19:00", - "phone": "+1 212-348-8652", - "shop": "shoes", - "website": "https://stores.footlocker.com/ny/newyork/159-east-86th-street-8317.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9548111, - 40.7793431 - ] - }, - "id": "node/11509891321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11513443383", - "addr:city": "Rutherford", - "addr:housenumber": "88", - "addr:postcode": "07070", - "addr:state": "NJ", - "addr:street": "Park Avenue", - "name": "Sara's Children's Boutique", - "phone": "+12019337143", - "shop": "clothes", - "website": "https://saraschildrensbtq.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1044792, - 40.8273844 - ] - }, - "id": "node/11513443383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11522923409", - "name": "Woodstack", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-18:00", - "phone": "+1-718-296-6600", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8571893, - 40.6720668 - ] - }, - "id": "node/11522923409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11523643172", - "addr:housenumber": "58", - "addr:postcode": "10002", - "addr:street": "Hester Street", - "clothes": "men", - "name": "Bode", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+1-929-810-7609", - "shop": "clothes", - "website": "https://bode.com/pages/bode-mens" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9908761, - 40.715804 - ] - }, - "id": "node/11523643172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11523643173", - "addr:housenumber": "38", - "addr:postcode": "10002", - "addr:street": "Orchard Street", - "name": "Wray", - "phone": "+1-646-791-5015", - "shop": "clothes", - "website": "https://wray.nyc/pages/wray-irl" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9912484, - 40.7159148 - ] - }, - "id": "node/11523643173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11523643223", - "name": "Maiden Name", - "opening_hours": "We-Su 12:00-19:00", - "shop": "clothes", - "website": "https://maiden-name.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9917772, - 40.7153386 - ] - }, - "id": "node/11523643223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11523643232", - "name": "Suzie Kondi", - "opening_hours": "Mo-Su 12:00-19:00", - "phone": "+1-212-933-0665", - "shop": "clothes", - "website": "https://suziekondi.com/pages/our-stores" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9918546, - 40.7151892 - ] - }, - "id": "node/11523643232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538535382", - "addr:city": "New York", - "addr:housenumber": "944", - "addr:postcode": "10025", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "name": "Ana Fashion", - "phone": "+1-212-865-5409", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9628553, - 40.7995704 - ] - }, - "id": "node/11538535382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11538535385", - "addr:city": "New York", - "addr:housenumber": "946", - "addr:postcode": "10025", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "name": "West Side Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9627871, - 40.799664 - ] - }, - "id": "node/11538535385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11539206720", - "addr:city": "New York", - "addr:housenumber": "935A", - "addr:postcode": "10025", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "name": "MVP Kicks NYC", - "phone": "+1-917-472-7010", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9628084, - 40.7990007 - ] - }, - "id": "node/11539206720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11547267403", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8073195, - 40.7018937 - ] - }, - "id": "node/11547267403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11555835172", - "addr:city": "Garfield", - "addr:housenumber": "222", - "addr:postcode": "07026", - "addr:state": "NJ", - "addr:street": "Passaic Street", - "brand": "Carter's", - "brand:wikidata": "Q5047083", - "clothes": "babies;children", - "name": "Carter's", - "phone": "+19737770209", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0980578, - 40.8672469 - ] - }, - "id": "node/11555835172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11576871515", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8547095, - 40.7517071 - ] - }, - "id": "node/11576871515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11586960640", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.924292, - 40.8667922 - ] - }, - "id": "node/11586960640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11590098382", - "alt_name": "JP Liquidation", - "name": "Eclair SB Clothing Shop", - "opening_hours": "Mo-Th 10:00-20:00; Fr-Sa 09:30-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9555151, - 40.6401604 - ] - }, - "id": "node/11590098382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11590098392", - "clothes": "women", - "name": "Friendly Boutique", - "phone": "+1-718-940-1200", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9554776, - 40.6401226 - ] - }, - "id": "node/11590098392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11590105566", - "name": "V.I.M.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9570543, - 40.6417056 - ] - }, - "id": "node/11590105566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11590171119", - "name": "Marc Nu Look", - "phone": "+1-347-365-2022", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9583789, - 40.6482388 - ] - }, - "id": "node/11590171119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11590171120", - "name": "Jimmy Jazz", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.958677, - 40.6494926 - ] - }, - "id": "node/11590171120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11590171122", - "name": "JB Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9583976, - 40.6483516 - ] - }, - "id": "node/11590171122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11608807244", - "addr:housenumber": "8", - "addr:street": "Fulton Street", - "check_date": "2024-02-10", - "level": "0", - "name": "SRGN NYC", - "name:en": "The Shoe Surgeon", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0035834, - 40.7065519 - ] - }, - "id": "node/11608807244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11608807246", - "check_date": "2024-02-10", - "level": "0", - "name": "mûre+grand", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0036925, - 40.7066808 - ] - }, - "id": "node/11608807246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11611062173", - "name": "All Saint", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0021847, - 40.7245174 - ] - }, - "id": "node/11611062173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11627433798", - "addr:city": "New York", - "addr:housenumber": "416", - "addr:postcode": "10024", - "addr:state": "NY", - "addr:street": "Amsterdam Avenue", - "clothes": "underwear;lingerie", - "name": "Laina Jane", - "opening_hours": "Mo-Su 11:00-18:00", - "phone": "+1-212-875-9168", - "shop": "clothes", - "website": "https://www.lainajane.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9780929, - 40.7837834 - ] - }, - "id": "node/11627433798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11629735846", - "brand": "Rainbow", - "brand:wikidata": "Q7284708", - "name": "Rainbow", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2283742, - 40.7112606 - ] - }, - "id": "node/11629735846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11631844242", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "name": "Snipes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2228733, - 40.715303 - ] - }, - "id": "node/11631844242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11633584902", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2379312, - 40.7249579 - ] - }, - "id": "node/11633584902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11633585006", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2396865, - 40.7249816 - ] - }, - "id": "node/11633585006" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11636600386", - "name": "WoN Step Ahead", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2402393, - 40.7249082 - ] - }, - "id": "node/11636600386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11636756801", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.2459869, - 40.7241298 - ] - }, - "id": "node/11636756801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11651397226", - "addr:city": "Sunnyside", - "addr:housenumber": "47-01", - "addr:postcode": "11104", - "addr:state": "NY", - "addr:street": "Queens Boulevard", - "addr:unit": "A", - "branch": "Sunnyside", - "brand": "Red Wing", - "brand:wikidata": "Q934096", - "name": "Red Wing", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00; Su 11:00-17:00", - "phone": "+1 718-392-2242", - "shop": "shoes", - "website": "https://stores.redwingshoes.com/sunnyside-ny" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9175564, - 40.7433439 - ] - }, - "id": "node/11651397226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11654761604", - "name": "Unearth Vintage & Thrift", - "opening_hours": "Mo-Su 11:00-19:00", - "second_hand": "yes", - "shop": "clothes", - "website": "https://unearthvintage.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9905929, - 40.6863282 - ] - }, - "id": "node/11654761604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11658333432", - "name": "David Owens Vintage Clothing", - "opening_hours": "Mo-Su 12:00-18:00", - "phone": "+1-212-677-3301", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9852997, - 40.7190647 - ] - }, - "id": "node/11658333432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11667208286", - "name": "Oznico", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1359879, - 40.6248089 - ] - }, - "id": "node/11667208286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11667208448", - "clothes": "wedding", - "name": "Something Blü", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1130551, - 40.6295902 - ] - }, - "id": "node/11667208448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11667208474", - "name": "Suzanne's Fashion Corner, LTD", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1109154, - 40.6296263 - ] - }, - "id": "node/11667208474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11669337013", - "name": "Molly's Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1142198, - 40.6292997 - ] - }, - "id": "node/11669337013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11669827680", - "clothes": "sports", - "name": "Shine Box USA", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1463548, - 40.5422346 - ] - }, - "id": "node/11669827680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11669827716", - "clothes": "children", - "name": "Couture By Christiane Children's Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1456662, - 40.542407 - ] - }, - "id": "node/11669827716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11687992712", - "addr:housenumber": "2075", - "addr:postcode": "11214", - "addr:street": "86th Street", - "alt_name": "Effie's Boutique", - "clothes": "women", - "name": "Effie's", - "opening_hours": "Mo-Sa 11:00-18:00; Su 12:00-17:00", - "phone": "+1-718-946-0736", - "shop": "clothes", - "website": "https://effiesboutique.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9962956, - 40.6036182 - ] - }, - "id": "node/11687992712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11688261790", - "addr:city": "Brooklyn", - "addr:housenumber": "260", - "addr:postcode": "11237", - "addr:street": "Saint Nicholas Avenue", - "clothes": "vintage", - "name": "Forever Vintage II", - "phone": "+1-718-781-6551", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9131423, - 40.7022998 - ] - }, - "id": "node/11688261790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11712060131", - "brand": "Marine Layer", - "brand:wikidata": "Q113227682", - "name": "Marine Layer", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9596288, - 40.7182176 - ] - }, - "id": "node/11712060131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11712060133", - "brand": "Nike", - "brand:wikidata": "Q483915", - "name": "Nike", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9606447, - 40.7188437 - ] - }, - "id": "node/11712060133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11717083180", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.964872, - 40.7635091 - ] - }, - "id": "node/11717083180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11717083184", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9651469, - 40.7630797 - ] - }, - "id": "node/11717083184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11717251434", - "name": "De Janeiro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9700082, - 40.7599773 - ] - }, - "id": "node/11717251434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11729293078", - "addr:city": "New York", - "addr:housenumber": "767", - "addr:postcode": "10153", - "addr:state": "NY", - "addr:street": "5th Avenue", - "brand": "Dior", - "brand:wikidata": "Q542767", - "name": "Dior", - "phone": "+16469150420", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9724834, - 40.7638749 - ] - }, - "id": "node/11729293078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11731374568", - "check_date": "2024-03-14", - "level": "0", - "name": "PrintFresh", - "opening_hours": "Mo-Sa 10:00-18:00; Su 12:00-18:00", - "shop": "clothes", - "website": "https://printfresh.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9615025, - 40.7711425 - ] - }, - "id": "node/11731374568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11735005072", - "name": "Liv Bespoke", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1817352, - 40.5976053 - ] - }, - "id": "node/11735005072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11735005120", - "name": "T-Shirt Express", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1820682, - 40.597446 - ] - }, - "id": "node/11735005120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11735005122", - "name": "Repeat Boutique", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1825347, - 40.5972974 - ] - }, - "id": "node/11735005122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11738266638", - "addr:city": "New York", - "addr:housenumber": "2206", - "addr:postcode": "10024", - "addr:state": "NY", - "addr:street": "Broadway", - "addr:unit": "4", - "name": "The Niche Shop", - "opening_hours": "Mo-Sa 12:00-19:00; Su 12:00-18:00", - "phone": "+1-646-370-4146", - "second_hand": "only", - "shop": "clothes", - "website": "https://thenicheshop.co" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9800404, - 40.7833108 - ] - }, - "id": "node/11738266638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11739507544", - "addr:city": "Queens", - "addr:housenumber": "6530", - "addr:postcode": "11367", - "addr:state": "NY", - "addr:street": "Kissena Boulevard", - "addr:unit": "Dining Hall", - "clothes": "university", - "contact:facebook": "https://www.facebook.com/p/Queens-College-Campus-Store-100054407054353/", - "name": "Queens College Campus Store", - "opening_hours": "Mo-Th 09:00-19:00; Fr 10:00-15:00", - "phone": "+1-718-997-2922", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8172712, - 40.7372835 - ] - }, - "id": "node/11739507544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11743347550", - "addr:city": "New York", - "addr:housenumber": "220", - "addr:postcode": "10026", - "addr:state": "NY", - "addr:street": "West 116th Street", - "name": "Ouhlala Fashion", - "phone": "+1-646-559-1711", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9536097, - 40.8034811 - ] - }, - "id": "node/11743347550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11747267936", - "addr:housenumber": "856", - "addr:postcode": "11222", - "addr:street": "Manhattan Avenue", - "name": "Starhawk Design Studio", - "opening_hours": "Mo-Su 10:00-19:00", - "shop": "clothes", - "website": "https://www.starhawkdesignstudio.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9537035, - 40.7291997 - ] - }, - "id": "node/11747267936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11756936410", - "addr:city": "Newark", - "addr:housenumber": "163", - "addr:postcode": "07102", - "addr:state": "NJ", - "addr:street": "Market Street", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "name": "Snipes", - "phone": "+18627998302", - "shop": "shoes", - "website": "https://stores.snipesusa.com/nj/newark/1046/?utm_source=Google&utm_medium=Maps&utm_campaign=Google+Places" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1725529, - 40.7358955 - ] - }, - "id": "node/11756936410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11771892746", - "check_date": "2024-03-29", - "clothes": "children", - "name": "Choupette", - "opening_hours": "Mo off; Tu-Sa 10:00-19:00; Su 11:00-18:00", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9487464, - 40.5864003 - ] - }, - "id": "node/11771892746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11776251823", - "name": "Amanda Jean", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+1-347-283-2339", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0318491, - 40.6211206 - ] - }, - "id": "node/11776251823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11822765808", - "brand": "DXL Men's Apparel", - "brand:wikidata": "Q61981830", - "clothes": "oversize;men", - "name": "DXL Men's Apparel", - "shop": "clothes", - "short_name": "DXL" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1626139, - 40.5937661 - ] - }, - "id": "node/11822765808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11828428067", - "addr:housenumber": "30-33", - "addr:street": "Steinway Street", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "shoes", - "website": "https://stores.footlocker.com/ny/astoria/30-33-steinway-street-8262.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9155741, - 40.7629424 - ] - }, - "id": "node/11828428067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11828428068", - "name": "Jimmy Jazz", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9157161, - 40.7627678 - ] - }, - "id": "node/11828428068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11836538421", - "addr:city": "New York", - "addr:housenumber": "33", - "addr:postcode": "10003", - "addr:state": "NY", - "addr:street": "East 10th Street", - "name": "eskander", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9929179, - 40.7324724 - ] - }, - "id": "node/11836538421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11844980684", - "addr:housenumber": "110-04", - "addr:postcode": "11419", - "addr:state": "NY", - "addr:street": "Liberty Avenue", - "level": "0", - "name": "Leah Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8318533, - 40.6843022 - ] - }, - "id": "node/11844980684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11844997614", - "addr:housenumber": "108-06", - "addr:postcode": "11419", - "addr:state": "NY", - "addr:street": "Liberty Avenue", - "clothes": "underwear", - "level": "0", - "name": "Evana's Best Buys", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8333055, - 40.6837236 - ] - }, - "id": "node/11844997614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11845378041", - "addr:city": "Brooklyn", - "addr:housenumber": "3089", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton 3rd Street", - "air_conditioning": "yes", - "check_date": "2024-04-24", - "clothes": "women", - "name": "Boginya Boutique", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "second_hand": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9639986, - 40.5766913 - ] - }, - "id": "node/11845378041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11845383147", - "addr:city": "Brooklyn", - "addr:housenumber": "310", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton Beach Avenue", - "air_conditioning": "yes", - "check_date": "2024-04-24", - "clothes": "women;men;children", - "name": "2H&M Fashion", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9637871, - 40.5769385 - ] - }, - "id": "node/11845383147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11845383149", - "addr:city": "Brooklyn", - "addr:housenumber": "316", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton Beach Avenue", - "air_conditioning": "yes", - "check_date": "2024-04-24", - "name": "Dileni Shoes", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+1 718-618-0690", - "shoes": "women;men", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9635797, - 40.5769785 - ] - }, - "id": "node/11845383149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11860528355", - "addr:city": "Jamaica", - "addr:housenumber": "173-23", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "level": "0", - "name": "Rehana's Exclusive Designs", - "opening_hours": "Mo,We,Th 01:00-19:00; Sa,Su 10:00-17:00; Tu off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7861048, - 40.7080952 - ] - }, - "id": "node/11860528355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11863256947", - "addr:city": "Jamaica", - "addr:housenumber": "168-38", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "clothes": "women", - "level": "0", - "name": "Ronger Mela", - "name:bn": "রঙের মেলা", - "phone": "+1-646-338-6395", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7911044, - 40.7065408 - ] - }, - "id": "node/11863256947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11869862536", - "addr:housenumber": "120-04", - "addr:postcode": "11419", - "addr:state": "NY", - "addr:street": "101st Avenue", - "clothes": "wedding", - "name": "Shingar Bridal Wear", - "phone": "+1-718-846-2627", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8246452, - 40.6901814 - ] - }, - "id": "node/11869862536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11874635319", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0743659, - 40.6437577 - ] - }, - "id": "node/11874635319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11875228070", - "addr:housenumber": "523", - "addr:street": "Broadway", - "name": "Sunglasses Hut", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9991235, - 40.7228843 - ] - }, - "id": "node/11875228070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11875235567", - "addr:city": "New York", - "addr:state": "NY", - "brand": "Zara", - "brand:wikidata": "Q147662", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9994791, - 40.7225116 - ] - }, - "id": "node/11875235567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11877153074", - "addr:housenumber": "70-36", - "addr:street": "Austin Street", - "clothes": "suits", - "name": "Sacca’s Suits", - "phone": "+1 718 793 3625", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8457182, - 40.720382 - ] - }, - "id": "node/11877153074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11891761411", - "addr:housenumber": "117", - "addr:postcode": "11222", - "addr:street": "Greenpoint Avenue", - "name": "Quaker Marine Supply", - "opening_hours": "Mo-Su 12:00-19:00", - "phone": "+1 347-422-0590", - "shop": "clothes", - "website": "https://quakermarine.com/pages/stores" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9554649, - 40.7302126 - ] - }, - "id": "node/11891761411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897275443", - "name": "Jay Kos", - "opening_hours": "\"by appointment\"", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0017294, - 40.7243441 - ] - }, - "id": "node/11897275443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897285216", - "check_date:opening_hours": "2024-05-11", - "name": "The Elder Statesman", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0014852, - 40.7242273 - ] - }, - "id": "node/11897285216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897313116", - "brand": "Paul Smith", - "brand:wikidata": "Q56356277", - "name": "Paul Smith", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0012194, - 40.7238497 - ] - }, - "id": "node/11897313116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897313947", - "brand": "Mackage", - "brand:wikidata": "Q111913312", - "name": "Mackage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0010895, - 40.7240036 - ] - }, - "id": "node/11897313947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897317365", - "name": "Yigal Azrouël", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0047307, - 40.7229684 - ] - }, - "id": "node/11897317365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897319940", - "name": "Celine Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0018988, - 40.7234306 - ] - }, - "id": "node/11897319940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897319941", - "brand": "Gucci", - "brand:wikidata": "Q178516", - "name": "Gucci", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0020083, - 40.723313 - ] - }, - "id": "node/11897319941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897320440", - "name": "The RealReal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0013468, - 40.7237053 - ] - }, - "id": "node/11897320440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897326659", - "name": "Yohji Yamamoto", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0021769, - 40.722764 - ] - }, - "id": "node/11897326659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897327633", - "check_date:opening_hours": "2024-05-11", - "name": "Mûre+grand", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0015972, - 40.7245057 - ] - }, - "id": "node/11897327633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897332551", - "name": "Moschino", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0016867, - 40.723673 - ] - }, - "id": "node/11897332551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897333745", - "name": "Piombo", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.001392, - 40.7244055 - ] - }, - "id": "node/11897333745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897337298", - "name": "Simone Rocha", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0017975, - 40.7235548 - ] - }, - "id": "node/11897337298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897340318", - "name": "Essential Antwerp", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.001478, - 40.7235564 - ] - }, - "id": "node/11897340318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897344668", - "name": "Fred Perry", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0023711, - 40.7228957 - ] - }, - "id": "node/11897344668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897345636", - "clothes": "wedding", - "name": "Grace Loves Lace", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0026024, - 40.7226204 - ] - }, - "id": "node/11897345636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11897349768", - "clothes": "wedding", - "name": "Kelly Faetanini", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0027162, - 40.7224873 - ] - }, - "id": "node/11897349768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11904533390", - "addr:city": "New York", - "addr:housenumber": "1540", - "addr:postcode": "10036", - "addr:state": "NY", - "addr:street": "Broadway", - "brand": "U.S. Polo Assn.", - "brand:wikidata": "Q7863282", - "name": "U.S. Polo Assn.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9851597, - 40.7580901 - ] - }, - "id": "node/11904533390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11904533392", - "addr:city": "New York", - "addr:housenumber": "1535", - "addr:postcode": "10036", - "addr:state": "NY", - "addr:street": "Broadway", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "clothes": "denim;men;women", - "name": "Levi's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9857286, - 40.7583484 - ] - }, - "id": "node/11904533392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11922260951", - "name": "The Shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.916447, - 40.7623504 - ] - }, - "id": "node/11922260951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11922260953", - "name": "Snipes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9165299, - 40.7622464 - ] - }, - "id": "node/11922260953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11931563406", - "addr:city": "Brooklyn", - "addr:housenumber": "248", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton Beach Avenue", - "air_conditioning": "yes", - "check_date": "2024-05-24", - "name": "Egoist", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9655836, - 40.5765708 - ] - }, - "id": "node/11931563406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11931563407", - "addr:city": "Brooklyn", - "addr:housenumber": "250A", - "addr:postcode": "11235", - "addr:state": "NY", - "addr:street": "Brighton Beach Avenue", - "air_conditioning": "yes", - "check_date": "2024-05-24", - "clothes": "children", - "name": "ABC Kids World", - "opening_hours": "11:00-19:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+1 347-312-3659", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9655049, - 40.5765878 - ] - }, - "id": "node/11931563407" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11931618258", - "addr:housenumber": "418", - "addr:postcode": "11235", - "addr:street": "Brighton Beach Avenue", - "air_conditioning": "yes", - "check_date": "2024-05-24", - "clothes": "women", - "name": "Iconic", - "opening_hours": "Mo-Sa 11:00-19:00; Su 11:00-18:00", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "website": "https://iconictheboutique.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9626051, - 40.5771872 - ] - }, - "id": "node/11931618258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11933529961", - "name": "KS Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7916784, - 40.7114442 - ] - }, - "id": "node/11933529961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11943260740", - "addr:housenumber": "285", - "addr:postcode": "10012", - "addr:street": "Lafayette Street", - "name": "Oliver Cabell", - "opening_hours": "Mo-Sa 11:00-19:00, Su 12:00-18:00", - "shop": "shoes", - "website": "https://olivercabell.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9958014, - 40.7242606 - ] - }, - "id": "node/11943260740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11943260741", - "addr:housenumber": "290", - "addr:postcode": "10012", - "addr:street": "Lafayette Street", - "name": "Alpha Industries", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9960677, - 40.7243924 - ] - }, - "id": "node/11943260741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11943404121", - "name": "Bed Stuy Fly", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9219002, - 40.6795394 - ] - }, - "id": "node/11943404121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11959295162", - "name": "Pop Up Vintage", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9923639, - 40.6893351 - ] - }, - "id": "node/11959295162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11975933902", - "addr:housenumber": "156", - "addr:street": "Nassau Avenue", - "check_date": "2024-06-12", - "name": "Annie’s Vintage", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9469125, - 40.7249356 - ] - }, - "id": "node/11975933902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11976751709", - "name": "La Casa de las Fajas", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9324068, - 40.8489082 - ] - }, - "id": "node/11976751709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11980400026", - "addr:city": "New York", - "addr:floor": "2", - "addr:housenumber": "2143", - "addr:postcode": "10027", - "addr:state": "NY", - "addr:street": "Adam Clayton Powell Jr. Boulevard", - "name": "Marseille Fashion", - "phone": "+1-718-855-2442", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9469818, - 40.8102576 - ] - }, - "id": "node/11980400026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11986194940", - "addr:housenumber": "1319", - "addr:street": "3rd Avenue", - "check_date": "2024-06-16", - "level": "0", - "name": "Enslow Shoes & Orthotics", - "opening_hours": "Mo-Sa 10:00-17:45; Su 11:00-17:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.958755, - 40.7719649 - ] - }, - "id": "node/11986194940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11986328257", - "check_date": "2024-06-16", - "level": "0", - "name": "2nd Street", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9600337, - 40.7708323 - ] - }, - "id": "node/11986328257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11986328258", - "addr:housenumber": "1275", - "addr:street": "3rd Avenue", - "check_date": "2024-06-16", - "level": "0", - "name": "Diane B Ladies Shoes", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9597723, - 40.7705738 - ] - }, - "id": "node/11986328258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11992884967", - "addr:city": "Jamaica", - "addr:housenumber": "159-17", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Hillside Avenue", - "name": "Comercial Guatemalteco El Shaddai", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8021833, - 40.7080405 - ] - }, - "id": "node/11992884967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11992903733", - "addr:city": "Jamaica", - "addr:housenumber": "167-17", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Hillside Avenue", - "level": "0", - "name": "Sajna", - "opening_hours": "Mo-Su 11:00-21:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7950358, - 40.7101433 - ] - }, - "id": "node/11992903733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11994512707", - "check_date": "2024-06-20", - "level": "0", - "name": "East End Sport Center", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9631835, - 40.7600143 - ] - }, - "id": "node/11994512707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12005554574", - "addr:city": "Brooklyn", - "addr:housenumber": "896", - "addr:postcode": "11237", - "addr:state": "NY", - "addr:street": "Wyckoff Avenue", - "clothes": "vintage", - "contact:facebook": "https://www.facebook.com/28scottvintage", - "contact:instagram": "28scottvintage", - "level": "1", - "name": "28 Scott Vintage The Outlet", - "opening_hours": "Sa-Su 12:00-19:00", - "phone": "+1-404-263-8550", - "shop": "clothes", - "website": "https://www.28scott.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9067667, - 40.6968916 - ] - }, - "id": "node/12005554574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12013171307", - "clothes": "workwear", - "name": "Yay Scrubs", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0925871, - 40.5854949 - ] - }, - "id": "node/12013171307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12025213354", - "addr:city": "New York", - "addr:housenumber": "420", - "addr:postcode": "10024", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "brand": "Marine Layer", - "brand:wikidata": "Q113227682", - "name": "Marine Layer", - "opening_hours": "Mo-Sa 11:00-19:00; Su 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9750468, - 40.7828773 - ] - }, - "id": "node/12025213354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12029690355", - "addr:city": "Jamaica", - "addr:housenumber": "143-05", - "addr:state": "NY", - "addr:street": "Hillside Avenue", - "clothes": "workwear", - "level": "0", - "name": "URK Uniforms", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8125463, - 40.7051339 - ] - }, - "id": "node/12029690355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12030226920", - "check_date:opening_hours": "2024-07-01", - "name": "A & G Clothing Store", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8599677, - 40.746796 - ] - }, - "id": "node/12030226920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12037609815", - "addr:housenumber": "46-17", - "addr:street": "104th Street", - "check_date": "2024-07-06", - "name": "A.L. Fashion", - "phone": "+1 718-606-1050", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8595589, - 40.7459485 - ] - }, - "id": "node/12037609815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12038348994", - "addr:housenumber": "41-03", - "addr:street": "108th Street", - "check_date": "2024-07-06", - "clothes": "wedding", - "name": "Oh So Dressy", - "phone": "+1 718-760-3041", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8581551, - 40.7498901 - ] - }, - "id": "node/12038348994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12042549289", - "addr:city": "New York", - "addr:housenumber": "133", - "addr:postcode": "10023", - "addr:state": "NY", - "addr:street": "West 72nd Street", - "name": "Consignment on 72nd", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.consignmenton72nd.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9799073, - 40.7780659 - ] - }, - "id": "node/12042549289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12042941206", - "addr:city": "New York", - "addr:housenumber": "155", - "addr:postcode": "10023", - "addr:state": "NY", - "addr:street": "West 72nd Street", - "name": "Tip Top Shoes", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1-800-925-5464", - "shop": "shoes", - "website": "https://tiptopshoes.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9805493, - 40.7783436 - ] - }, - "id": "node/12042941206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12043013021", - "addr:city": "New York", - "addr:housenumber": "326", - "addr:postcode": "10023", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "name": "Liana", - "opening_hours": "Mo ofd; Tu-Sa 12:00-18:00; Su 12:00-18:00", - "phone": "+1-212-873-8746", - "shop": "clothes", - "website": "https://liana.nyc" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9773338, - 40.7797264 - ] - }, - "id": "node/12043013021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12046346528", - "addr:city": "New York", - "addr:housenumber": "89", - "addr:postcode": "10012", - "addr:street": "Mercer Street", - "building": "yes", - "name": "Vince", - "not:brand:wikidata": "Q7907025", - "opening_hours": "11am-7pm", - "phone": "+1 646.849.5657", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0000963, - 40.7231182 - ] - }, - "id": "node/12046346528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12046846556", - "brand": "Skechers", - "brand:wikidata": "Q2945643", - "level": "1", - "name": "Skechers", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1720352, - 40.661103 - ] - }, - "id": "node/12046846556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12046846558", - "brand": "Primark", - "brand:wikidata": "Q137023", - "level": "1", - "name": "Primark", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.172872, - 40.6598833 - ] - }, - "id": "node/12046846558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12058128721", - "addr:city": "New York", - "addr:housenumber": "224", - "addr:postcode": "10024", - "addr:state": "NY", - "addr:street": "West 79th Street", - "clothes": "women", - "name": "Studio 79", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9794872, - 40.7833912 - ] - }, - "id": "node/12058128721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12072361221", - "addr:housenumber": "1035", - "addr:postcode": "11218", - "addr:street": "Cortelyou Road", - "clothes": "children", - "name": "La Petite Chambre", - "opening_hours": "We-Th 10:00-16:00, Fr-Sa 10:00-17:00, Su 10:00-16:00", - "phone": "+1-347-627-2943", - "shop": "clothes", - "website": "https://www.lapetitechambrebk.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9681551, - 40.6396768 - ] - }, - "id": "node/12072361221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12075754079", - "addr:city": "Great Neck", - "addr:housenumber": "39", - "addr:postcode": "11021", - "addr:state": "NY", - "addr:street": "Middle Neck Road", - "name": "Oo La La", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7283072, - 40.7877837 - ] - }, - "id": "node/12075754079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12075796761", - "addr:city": "Great Neck", - "addr:housenumber": "63", - "addr:postcode": "11021", - "addr:state": "NY", - "addr:street": "Middle Neck Road", - "name": "Nardo Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7290819, - 40.7884321 - ] - }, - "id": "node/12075796761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12077433072", - "addr:city": "Jamaica", - "addr:housenumber": "168-05", - "addr:postcode": "11432", - "addr:state": "NY", - "addr:street": "Jamaica Avenue", - "clothes": "hats", - "name": "Lids HD", - "not:brand:wikidata": "Q19841609", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-18:00", - "phone": "+1-347-571-9701", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.792243, - 40.7066334 - ] - }, - "id": "node/12077433072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12082428457", - "addr:city": "New York", - "addr:housenumber": "311", - "addr:postcode": "10023", - "addr:state": "NY", - "addr:street": "Columbus Avenue", - "check_date": "2024-07-28", - "name": "OSKA", - "phone": "+1212-799-3757", - "shop": "clothes", - "website": "https://us.oska.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9773441, - 40.7790721 - ] - }, - "id": "node/12082428457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12087708836", - "addr:city": "New York", - "addr:housenumber": "49", - "addr:postcode": "10012", - "addr:street": "Prince Street", - "clothes": "men", - "name": "Faherty Men's", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "shop": "clothes", - "website": "https://stores.fahertybrand.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9956197, - 40.7232302 - ] - }, - "id": "node/12087708836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12087734386", - "addr:city": "New York", - "addr:housenumber": "120", - "addr:postcode": "10012", - "addr:street": "Spring Street", - "branch": "SoHo", - "brand": "Birkenstock", - "brand:wikidata": "Q648458", - "name": "Birkenstock", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+1-646-850-6940", - "shop": "shoes", - "website": "https://birkenstock.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0001577, - 40.7235668 - ] - }, - "id": "node/12087734386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12090824730", - "name": "Pitstop 'n' Shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7380444, - 40.6946197 - ] - }, - "id": "node/12090824730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12093603334", - "name": "Major League Screen Printing", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1276816, - 40.6365887 - ] - }, - "id": "node/12093603334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12097567699", - "addr:city": "New York", - "addr:housenumber": "96", - "addr:postcode": "10012", - "addr:street": "Greene Street", - "brand": "Jil Sander", - "brand:wikidata": "Q17101930", - "name": "Jil Sander", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+1 646 7414434", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9999127, - 40.724182 - ] - }, - "id": "node/12097567699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12132750486", - "check_date:opening_hours": "2024-08-23", - "name": "Royal Fashions", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7543674, - 40.6780364 - ] - }, - "id": "node/12132750486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12160514515", - "addr:housenumber": "3069", - "addr:street": "Brighton 1st Street", - "check_date": "2024-09-06", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9669219, - 40.5769967 - ] - }, - "id": "node/12160514515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12162700994", - "addr:housenumber": "31-65", - "addr:street": "Steinway Street", - "contact:email": "cs@topgunstore.com", - "name": "Top Gun", - "opening_hours": "Mo-Fr 09:00-18:00", - "phone": "+1 718-626-3303", - "shop": "clothes", - "website": "https://topgunstore.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9183485, - 40.7595392 - ] - }, - "id": "node/12162700994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12162701619", - "addr:housenumber": "30-74", - "addr:street": "Steinway Street", - "clothes:women": "yes", - "level": "0", - "name": "HaNGER", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.916649, - 40.7621054 - ] - }, - "id": "node/12162701619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12168450149", - "check_date:opening_hours": "2024-09-12", - "clothes": "underwear", - "name": "Leedolls Boutique & Necessities", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7634, - 40.6916271 - ] - }, - "id": "node/12168450149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12168493867", - "name": "China Doll Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7581502, - 40.6925958 - ] - }, - "id": "node/12168493867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12168871950", - "name": "O'Couture Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.092141, - 40.586035 - ] - }, - "id": "node/12168871950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12190690376", - "name": "Ideal Tuxedos", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1476038, - 40.765571 - ] - }, - "id": "node/12190690376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12190704637", - "brand": "Mandee", - "brand:wikidata": "Q71035705", - "clothes": "women", - "name": "Mandee", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1508859, - 40.7604101 - ] - }, - "id": "node/12190704637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12194965410", - "addr:city": "Newark", - "addr:housenumber": "283", - "addr:postcode": "07105", - "addr:state": "NJ", - "addr:street": "Ferry Street", - "clothes": "workwear", - "name": "Work Hard Dress Right", - "opening_hours": "Mo-Fr 0900-1700; Sa-Su Closed", - "operator": "Feury Imagine Group", - "phone": "+1-877-968-9437", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.1510388, - 40.728591 - ] - }, - "id": "node/12194965410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12195365778", - "addr:housenumber": "25-86", - "addr:street": "Steinway Street", - "level": "0", - "name": "T-Star", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9135507, - 40.7659569 - ] - }, - "id": "node/12195365778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12195565993", - "name": "Birkenstock", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9615099, - 40.7190989 - ] - }, - "id": "node/12195565993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12209831057", - "addr:city": "New York", - "addr:housenumber": "1165", - "addr:postcode": "10065", - "addr:state": "NY", - "addr:street": "3rd Avenue", - "brand": "Madewell", - "brand:wikidata": "Q64026213", - "clothes": "men;women", - "name": "Madewell", - "phone": "+1-332-777-3527", - "shop": "clothes", - "website": "https://stores.madewell.com/us/ny/new-york/1165-third-avenue" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9623626, - 40.7669993 - ] - }, - "id": "node/12209831057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12212655784", - "name": "Saheli's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8165064, - 40.688989 - ] - }, - "id": "node/12212655784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12212690258", - "name": "Henna Fashion Inc.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8167115, - 40.6889402 - ] - }, - "id": "node/12212690258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12212722312", - "name": "Touchdown Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8128457, - 40.6911301 - ] - }, - "id": "node/12212722312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12212722316", - "name": "Chahat Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8281081, - 40.6858624 - ] - }, - "id": "node/12212722316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12216603449", - "clothes": "wedding", - "name": "Anjees Bridal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8208332, - 40.6877398 - ] - }, - "id": "node/12216603449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12216615689", - "clothes": "wedding", - "name": "Sai Bridal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8197328, - 40.6877295 - ] - }, - "id": "node/12216615689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12227976280", - "name": "Hermes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.791469, - 40.6425063 - ] - }, - "id": "node/12227976280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12228044916", - "name": "Bally", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.791535, - 40.6424707 - ] - }, - "id": "node/12228044916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12228583514", - "name": "Glaubers Clothers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9918056, - 40.6351281 - ] - }, - "id": "node/12228583514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12232386089", - "name": "NYCK Outlet", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0017315, - 40.7198087 - ] - }, - "id": "node/12232386089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12232386091", - "name": "The Re:Shop", - "opening_hours": "Mo-Sa 10:00-20:00, Su 10:00-19:00", - "second_hand": "yes", - "shop": "clothes", - "website": "https://thereshopstores.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0017786, - 40.7197501 - ] - }, - "id": "node/12232386091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12232419922", - "name": "NC Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0002016, - 40.7211619 - ] - }, - "id": "node/12232419922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12233478847", - "addr:city": "Bronx", - "addr:housenumber": "127", - "addr:postcode": "10454", - "addr:state": "NY", - "addr:street": "Lincoln Avenue", - "check_date": "2024-10-06", - "name": "Bronx Native", - "phone": "+1-646-883-2155", - "shop": "clothes", - "website": "https://bronxnativeshop.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9294894, - 40.8080915 - ] - }, - "id": "node/12233478847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12246348942", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "name": "Snipes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0265889, - 40.6215155 - ] - }, - "id": "node/12246348942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12247307327", - "name": "Mixx Boutique", - "opening_hours": "Mo-Sa 11:00-18:00, Su 12:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0317318, - 40.6222414 - ] - }, - "id": "node/12247307327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12247307332", - "clothes": "women", - "name": "Poly & Esther", - "opening_hours": "Mo-Sa 10:00-18:00, Su 11:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0316227, - 40.6225061 - ] - }, - "id": "node/12247307332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12253406085", - "name": "Broadway Silk Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9216749, - 40.7603806 - ] - }, - "id": "node/12253406085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12264891320", - "addr:floor": "G", - "addr:housenumber": "3121", - "addr:street": "Ocean Avenue", - "check_date": "2024-10-18", - "level": "0", - "name": "Choupette", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9484837, - 40.5850102 - ] - }, - "id": "node/12264891320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12264970741", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0167287, - 40.7886405 - ] - }, - "id": "node/12264970741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12264970742", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "name": "Foot Locker", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0169677, - 40.7883373 - ] - }, - "id": "node/12264970742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12264970743", - "name": "Robert USA", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0171252, - 40.7881136 - ] - }, - "id": "node/12264970743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12264970744", - "name": "Fabco Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0178499, - 40.7871614 - ] - }, - "id": "node/12264970744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12264971526", - "name": "Jay’s Uniform", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0259426, - 40.7765729 - ] - }, - "id": "node/12264971526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12264971527", - "name": "Panda Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0254687, - 40.7771815 - ] - }, - "id": "node/12264971527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12269996176", - "addr:city": "Brooklyn", - "addr:housenumber": "152", - "addr:postcode": "11211", - "addr:state": "NY", - "addr:street": "North 4th Street", - "contact:instagram": "javelinnycofficial", - "email": "info@javelinnyc.com", - "name": "Javelin", - "opening_hours": "Mo-Sa 11:00-19:00;Su 12:00-18:00", - "shop": "clothes", - "website": "https://www.javelinnyc.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9594372, - 40.7160071 - ] - }, - "id": "node/12269996176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12294738656", - "addr:housenumber": "120A", - "addr:street": "Wooster Street", - "name": "Nocturne", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -74.0001458, - 40.7251499 - ] - }, - "id": "node/12294738656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12294768291", - "addr:housenumber": "625", - "addr:street": "Broome Street", - "name": "paloma-wool", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9989638, - 40.7212325 - ] - }, - "id": "node/12294768291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12294824598", - "addr:housenumber": "168", - "addr:street": "Mott Street", - "clothes": "fashion;men", - "level": "0", - "name": "Electric Sunshine", - "shop": "clothes", - "toilets": "no", - "website": "https://www.electricsunshinenyc.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9960434, - 40.7198245 - ] - }, - "id": "node/12294824598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12299658945", - "clothes": "men; suits", - "name": "Portabella", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.8831745, - 40.747849 - ] - }, - "id": "node/12299658945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12334487674", - "name": "SLCT Vintage", - "opening_hours": "Tu-Sa 12:00-22:00, Su 12:00-18:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9801318, - 40.7286968 - ] - }, - "id": "node/12334487674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12334487680", - "alt_name": "For The City", - "name": "FTC", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9804886, - 40.7299564 - ] - }, - "id": "node/12334487680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12344516041", - "addr:city": "Floral Park", - "addr:housenumber": "216", - "addr:postcode": "11001", - "addr:state": "NY", - "addr:street": "Jericho Turnpike", - "clothes": "wedding", - "name": "The Wedding Plaza", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.7028672, - 40.7286943 - ] - }, - "id": "node/12344516041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12372840427", - "addr:city": "Greenpoint", - "addr:housenumber": "42", - "addr:postcode": "11222", - "addr:state": "NY", - "addr:street": "West Street", - "addr:unit": "102", - "air_conditioning": "yes", - "email": "support@urbancred.com", - "name": "UrbanCred NYC", - "opening_hours": "Mo-Tu Off; We-Su 13:00-19:00", - "operator": "UrbanCred", - "payment:american_express": "yes", - "payment:apple_pay": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "payment:google_pay": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "bag", - "toilets": "no", - "website": "https://urbancred.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9588131, - 40.7282386 - ] - }, - "id": "node/12372840427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12383161571", - "brand": "Louis Vuitton", - "brand:wikidata": "Q191485", - "name": "Louis Vuitton", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9882328, - 40.7504538 - ] - }, - "id": "node/12383161571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12383161572", - "brand": "Stuart Weitzman", - "brand:wikidata": "Q75244763", - "name": "Stuart Weitzman", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9883115, - 40.7505867 - ] - }, - "id": "node/12383161572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12383161573", - "brand": "Gucci", - "brand:wikidata": "Q178516", - "name": "Gucci", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.988486, - 40.7504229 - ] - }, - "id": "node/12383161573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12393975438", - "name": "Mirth", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - -73.9503911, - 40.7233297 - ] - }, - "id": "node/12393975438" - } - ] - } \ No newline at end of file diff --git a/backend/src/sandbox/paris_data.json b/backend/src/sandbox/paris_data.json deleted file mode 100644 index 1977820..0000000 --- a/backend/src/sandbox/paris_data.json +++ /dev/null @@ -1,83615 +0,0 @@ -{ - "type": "FeatureCollection", - "generator": "overpass-turbo", - "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.", - "timestamp": "2024-12-02T21:05:00Z", - "features": [ - { - "type": "Feature", - "properties": { - "@id": "node/247589882", - "alt_name": "Yves Saint Laurent", - "brand": "Saint Laurent", - "brand:wikidata": "Q2282172", - "name": "Saint Laurent", - "shop": "clothes", - "short_name": "YSL" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3308795, - 48.86534 - ] - }, - "id": "node/247589882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/320799890", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "brand:wikipedia": "en:Foot Locker", - "check_date": "2024-11-02", - "level": "0", - "name": "Foot Locker", - "shop": "shoes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3523721, - 48.8574538 - ] - }, - "id": "node/320799890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/408946638", - "name": "Thibault van der Straete", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3357724, - 48.8865646 - ] - }, - "id": "node/408946638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/408947922", - "addr:city": "Paris", - "addr:housenumber": "16", - "addr:postcode": "75018", - "addr:street": "Rue la Vieuville", - "name": "Veja", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3399976, - 48.8846282 - ] - }, - "id": "node/408947922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/599513255", - "brand": "Birkenstock", - "brand:website": "https://www.birkenstock.com/", - "brand:wikidata": "Q648458", - "contact:city": "Paris", - "contact:housenumber": "17", - "contact:instagram": "birkenstock", - "contact:postcode": "75004", - "contact:street": "Rue des Archives", - "name": "Birkenstock", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3550712, - 48.8584708 - ] - }, - "id": "node/599513255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/667304743", - "name": "Schmoove", - "opening_hours": "Tu-Fr 11:00-14:00,14:30-19:00; Sa 11:00-14:00,14:30-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.374569, - 48.8530743 - ] - }, - "id": "node/667304743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/667526177", - "name": "Issy Clés", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2793195, - 48.8267026 - ] - }, - "id": "node/667526177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/667526196", - "email": "talonpourpre@neuf.fr", - "name": "Talon Pourpre", - "phone": "+33 1 46 38 56 87", - "shop": "shoes", - "source": "knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2818812, - 48.828624 - ] - }, - "id": "node/667526196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/669075451", - "check_date:opening_hours": "2024-03-19", - "contact:city": "Paris", - "contact:postcode": "75015", - "contact:street": "Rue de Vaugirard", - "level": "0", - "name": "BHUMI friperie", - "opening_hours": "Mo-Su 10:00-20:00", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2972865, - 48.8375698 - ] - }, - "id": "node/669075451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/669075493", - "branch": "Convention", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "check_date:opening_hours": "2024-03-19", - "clothes": "children", - "name": "Jacadi", - "opening_hours": "Mo-Sa 10:00-19:00", - "operator": "Jacadi", - "shop": "clothes", - "source": "knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2977548, - 48.8378084 - ] - }, - "id": "node/669075493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/669075521", - "branch": "Convention", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:00", - "operator": "Petit Bateau", - "phone": "+33 1 44 19 89 81", - "shop": "clothes", - "source": "knowledge", - "website": "https://stores.petit-bateau.com/france/paris/323-rue-vaugirard" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2983585, - 48.8381491 - ] - }, - "id": "node/669075521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/674211606", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "brand:wikipedia": "fr:Princesse tam.tam", - "check_date": "2024-01-21", - "name": "Princesse tam.tam", - "opening_hours": "Tu-Sa 10:30-19:00; Mo 14:00-19:00", - "operator": "Princesse Tam-tam", - "shop": "clothes", - "source": "knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.298565, - 48.8385165 - ] - }, - "id": "node/674211606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/680443043", - "addr:city": "Paris", - "addr:postcode": "75001", - "addr:street": "Rue Berger", - "check_date": "2024-06-23", - "clothes": "sports", - "name": "Unisport", - "old_name": "Adidas Football", - "phone": "+33 1 40 26 39 20", - "shop": "clothes", - "website": "https://unisportstore.fr", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3485197, - 48.8609376 - ] - }, - "id": "node/680443043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/682258926", - "contact:city": "Paris", - "contact:email": "contact@antoine1745.com", - "contact:housenumber": "10", - "contact:phone": "+33 1 42 96 01 80;+33 6 59 05 89 01", - "contact:postcode": "75001", - "contact:street": "Avenue de l'Opéra", - "contact:website": "https://www.antoine1745.com", - "name": "Antoine", - "opening_hours": "Tu-Sa 10:30-13:00,14:00-18:30", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.335091, - 48.8648371 - ] - }, - "id": "node/682258926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683264837", - "brand": "Paul Smith", - "brand:wikidata": "Q56356277", - "contact:city": "Paris", - "contact:housenumber": "223", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Paul Smith", - "second_hand": "no", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3298197, - 48.8658727 - ] - }, - "id": "node/683264837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683328230", - "contact:city": "Paris", - "contact:housenumber": "244", - "contact:postcode": "75001", - "contact:street": "Rue de Rivoli", - "name": "51 Montaigne", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.325352, - 48.8660837 - ] - }, - "id": "node/683328230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683328243", - "contact:city": "Paris", - "contact:housenumber": "4", - "contact:postcode": "75001", - "contact:street": "Rue Cambon", - "name": "Yohji Yamamoto", - "opening_hours": "24/7", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3255262, - 48.8664895 - ] - }, - "id": "node/683328243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683328247", - "name": "D'Orly", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.326008, - 48.8658747 - ] - }, - "id": "node/683328247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683328423", - "contact:city": "Paris", - "contact:housenumber": "236", - "contact:postcode": "75001", - "contact:street": "Rue de Rivoli", - "name": "Theo Fil", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3268063, - 48.8655768 - ] - }, - "id": "node/683328423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683386801", - "contact:city": "Paris", - "contact:housenumber": "252", - "contact:postcode": "75001", - "contact:street": "Rue de Rivoli", - "name": "Hilditch and Key", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3244052, - 48.8663767 - ] - }, - "id": "node/683386801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/689142765", - "brand:wikidata": "Q3427237", - "contact:city": "Paris", - "contact:housenumber": "22", - "contact:postcode": "75002", - "contact:street": "Rue de la Paix", - "contact:website": "https://www.repetto.fr", - "name": "Repetto", - "shop": "shoes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010", - "wikipedia": "fr:Repetto" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3319679, - 48.8697924 - ] - }, - "id": "node/689142765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/689346689", - "contact:city": "Paris", - "contact:housenumber": "19", - "contact:postcode": "75002", - "contact:street": "Rue d'Aboukir", - "internet_access": "wlan", - "name": "Jonas et Cie (Jean-Claude et Laurent Touboul)", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3431631, - 48.8665825 - ] - }, - "id": "node/689346689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/689543625", - "contact:city": "Paris", - "contact:housenumber": "95", - "contact:postcode": "75002", - "contact:street": "Rue Réaumur", - "name": "SneakersnStuff", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "shoes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3458818, - 48.8675555 - ] - }, - "id": "node/689543625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/691614074", - "contact:city": "Paris", - "contact:housenumber": "3", - "contact:postcode": "75002", - "contact:street": "Passage du Grand-Cerf", - "contact:website": "http://dukestoreparis.com", - "name": "Duke Store", - "opening_hours": "Tu-Sa 10:00-19:00", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3499029, - 48.8646872 - ] - }, - "id": "node/691614074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/692062300", - "addr:housenumber": "22", - "addr:street": "Passage du Ponceau", - "name": "Panafrica", - "opening_hours": "Mo-Fr 10:00-19:00", - "phone": "+33 1 80 50 28 09", - "shop": "shoes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010", - "website": "https://www.panafrica-store.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3524844, - 48.8675853 - ] - }, - "id": "node/692062300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/693733000", - "contact:city": "Paris", - "contact:housenumber": "5", - "contact:phone": "+33 6 98 14 14 98", - "contact:street": "Rue Notre-Dame-de-Bonne-Nouvelle", - "name": "ZXSBN6DD3VZBGSY", - "opening_hours": "Mo-Su 10:00-19:00", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3496212, - 48.8695806 - ] - }, - "id": "node/693733000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/702915150", - "addr:housenumber": "48", - "addr:street": "Rue du roi de Sicile", - "check_date": "2024-04-06", - "description": "Magasin de pantalons", - "name": "LePantalon Marais", - "opening_hours": "Mo-We 11:30-15:00, 15:30-20:00; Th, Fr 11:30-20:00; Sa 10:30-20:00; Su 11:00-13:00, 13:30-19:00", - "phone": "0981338359", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010", - "website": "https://lepantalon.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3573564, - 48.8565503 - ] - }, - "id": "node/702915150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/703432519", - "contact:city": "Paris", - "contact:housenumber": "12", - "contact:postcode": "75004", - "contact:street": "Rue Malher", - "name": "Free People", - "opening_hours": "Su-Mo 12:00-19:00; Tu-Sa 11:00-19:00", - "phone": "+33 1 85 14 22 76", - "ref:FR:SIRET": "80349207300090", - "shop": "clothes", - "website": "https://www.freepeople.com/france/stores/RueMalher" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3614099, - 48.8561231 - ] - }, - "id": "node/703432519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/708424286", - "brand": "BOGGI Milano", - "brand:wikidata": "Q93451035", - "name": "BOGGI Milano", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "website": "https://shop.boggi.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3414093, - 48.8519932 - ] - }, - "id": "node/708424286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/708981028", - "addr:city": "Paris", - "addr:country": "FR", - "addr:housenumber": "16", - "addr:street": "Rue Rambuteau", - "brand": "Maurices", - "brand:wikidata": "Q6793571", - "brand:wikipedia": "en:Maurices", - "clothes": "women", - "name": "Maurices", - "shop": "clothes", - "source": "survey 2018" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3550206, - 48.8608013 - ] - }, - "id": "node/708981028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/716014965", - "addr:city": "Paris", - "brand": "Bimba y Lola", - "brand:wikidata": "Q54869493", - "brand:wikipedia": "es:Bimba y Lola", - "name": "Bimba y Lola", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3594732, - 48.8583528 - ] - }, - "id": "node/716014965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/718851879", - "addr:housenumber": "14", - "addr:postcode": "75003", - "addr:street": "Rue Saint-Claude", - "check_date": "2024-08-04", - "name": "The Frankie Shop", - "opening_hours": "Mo-Sa 11:00-19:00; Su 14:00-19:00", - "phone": "+33149965239", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010", - "website": "https://thefrankieshop.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3658229, - 48.8601594 - ] - }, - "id": "node/718851879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/727779864", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "check_date": "2023-05-20", - "name": "Zara", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3252187, - 48.8455348 - ] - }, - "id": "node/727779864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/728309971", - "alt_name": "Yves Saint Laurent", - "brand": "Saint Laurent", - "brand:wikidata": "Q2282172", - "contact:city": "Paris", - "contact:housenumber": "175", - "contact:postcode": "75006", - "contact:street": "Boulevard Saint-Germain", - "name": "Saint Laurent", - "shop": "clothes", - "short_name": "YSL" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3304826, - 48.8542445 - ] - }, - "id": "node/728309971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/729805498", - "name": "Scalpers", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3557903, - 48.8584326 - ] - }, - "id": "node/729805498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/778379149", - "alt_name": "Pharmacie de l'Époque", - "brand": "Pinko", - "brand:wikidata": "Q3905226", - "clothes": "women", - "name": "Pinko", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3307743, - 48.8521594 - ] - }, - "id": "node/778379149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/783761017", - "name": "Pierrot", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2426969, - 48.835289 - ] - }, - "id": "node/783761017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/786137283", - "name": "Sajesse", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2420303, - 48.8352491 - ] - }, - "id": "node/786137283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/787333700", - "addr:city": "Paris", - "addr:housenumber": "50", - "addr:postcode": "75011", - "addr:street": "Rue Oberkampf", - "brand": "\"FAM\" jeans, \"Les Cleias\" jewelry (bijoux), \"Grace Mila\" clothes(vêtements)", - "clothes": "women_(femmes);fashion;clothes_(vêtements);bags_(sacs_à_main;handbags_(sac_à_main);jeans;jewelry_(bijoux)", - "email": "fabiola1503@hotmail.fr", - "fixme": "à vérifier : sur le web, on trouve un autre téléphone (09 77 83 25 31) et d'autres horaires (Mo-Sa 10:00-20:00)", - "name": "Fabiola", - "opening_hours": "Mo 12:00-20:00; Tu-Sa 10:00-20:00", - "operator": "Chan Kyle", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "payment:visa_debit": "yes", - "phone": "+33 1 47 00 07 09", - "shop": "clothes", - "source": "local knowledge;survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3726539, - 48.8646041 - ] - }, - "id": "node/787333700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/794159416", - "name": "Angela Morlant", - "ref:FR:SIRET": "98146959600036", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2437838, - 48.8328458 - ] - }, - "id": "node/794159416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/794159530", - "name": "Le Curling", - "ref:FR:SIRET": "31839327900050", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2428582, - 48.831806 - ] - }, - "id": "node/794159530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/802009530", - "brand": "Cyrillus", - "brand:wikidata": "Q3009179", - "brand:wikipedia": "fr:Cyrillus", - "contact:city": "Boulogne-Billancourt", - "contact:housenumber": "120", - "contact:postcode": "92100", - "contact:street": "Boulevard Jean Jaurès", - "name": "Cyrillus", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2414434, - 48.8369402 - ] - }, - "id": "node/802009530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/813890202", - "contact:city": "Paris", - "contact:housenumber": "3", - "contact:postcode": "75008", - "contact:street": "Avenue Matignon", - "contact:website": "https://www.hayariparis.com/", - "name": "Hayari Couture", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3111541, - 48.8697563 - ] - }, - "id": "node/813890202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/817244394", - "brand": "Morgan", - "brand:wikidata": "Q6911563", - "level": "0", - "name": "Morgan", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3264851, - 48.875223 - ] - }, - "id": "node/817244394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/820603982", - "brand": "Okaïdi", - "brand:wikidata": "Q3350027", - "brand:wikipedia": "fr:Jacadi", - "check_date": "2022-07-15", - "clothes": "children", - "name": "Okaïdi", - "ref:FR:SIRET": "39811044505514", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2441448, - 48.834246 - ] - }, - "id": "node/820603982" - }, - { - "type": "Feature", - "properties": { - "@id": "node/826015292", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:00; Su 10:00-18:00", - "phone": "+33 1 55 60 93 78", - "shop": "clothes", - "source": "survey", - "website": "https://stores.petit-bateau.com/france/boulogne-billancourt/157-avenue-jean-jaures" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2426583, - 48.8353802 - ] - }, - "id": "node/826015292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/828728737", - "addr:housenumber": "50", - "addr:street": "Avenue des Champs-Élysées", - "air_conditioning": "yes", - "branch": "Lacoste", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "clothes": "women;men;children;sports", - "name": "Lacoste", - "shop": "clothes", - "stroller": "yes", - "website": "https://www.lacoste.com/fr/lacoste-arena.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3070023, - 48.8703856 - ] - }, - "id": "node/828728737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/842127433", - "contact:city": "Paris", - "contact:housenumber": "11", - "contact:postcode": "75008", - "contact:street": "Rue Royale", - "name": "Issey Miyake", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3225915, - 48.8678448 - ] - }, - "id": "node/842127433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/843477423", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "brand:wikipedia": "en:Gap Inc.", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+33 1 85 14 22 78", - "shop": "shoes", - "website": "https://stores.footlocker.fr/en/fr-75/paris/36-avenue-des-champs-elysees-5427.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3080591, - 48.8700294 - ] - }, - "id": "node/843477423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/843477426", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "check_date": "2023-10-03", - "clothes": "denim;men;women", - "contact:city": "Paris", - "contact:housenumber": "44", - "contact:postcode": "75008", - "contact:street": "Avenue des Champs-Élysées", - "level": "0", - "name": "Levi's", - "not:name": "Disney Store", - "shop": "clothes", - "source": "knowledge", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3073002, - 48.8702739 - ] - }, - "id": "node/843477426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/843477430", - "brand": "Calvin Klein", - "brand:wikidata": "Q1068628", - "check_date": "2023-11-12", - "description": "futur magasin Calvin Klein (date d'ouverture encore inconnue)", - "name": "Calvin Klein", - "shop": "clothes", - "start_date": "2024", - "vacant": "yes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3075793, - 48.870184 - ] - }, - "id": "node/843477430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/844504811", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "brand:wikipedia": "fr:Jacadi", - "clothes": "children", - "name": "Jacadi", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3506059, - 48.8380983 - ] - }, - "id": "node/844504811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/847215760", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "contact:city": "Paris", - "contact:housenumber": "5", - "contact:postcode": "75005", - "contact:street": "Avenue des Gobelins", - "name": "Calzedonia", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3511497, - 48.8383094 - ] - }, - "id": "node/847215760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/847219254", - "addr:housenumber": "13-15", - "addr:postcode": "75005", - "addr:street": "Avenue des Gobelins", - "brand": "Monoprix", - "brand:wikidata": "Q3321241", - "brand:wikipedia": "fr:Monoprix (France)", - "name": "Monoprix Gobelins", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "Groupe Casino", - "phone": "+33 1 43 36 04 92", - "shop": "clothes", - "source": "survey", - "website": "https://www.monoprix.fr/monoprix-gobelins-pn-paris-75005-s", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3514064, - 48.8379964 - ] - }, - "id": "node/847219254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/847225985", - "brand": "Monoprix", - "brand:wikidata": "Q3321241", - "brand:wikipedia": "fr:Monoprix (France)", - "name": "Monoprix", - "opening_hours": "Mo-Sa 09:00-19:50+", - "operator": "Groupe Casino", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3515865, - 48.8377365 - ] - }, - "id": "node/847225985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/879512396", - "name": "Chamôdix", - "second_hand": "only", - "shop": "clothes", - "source": "survey 2017" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3617708, - 48.8833247 - ] - }, - "id": "node/879512396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/882356163", - "brand": "Pimkie", - "brand:wikidata": "Q1758066", - "brand:wikipedia": "en:Pimkie", - "name": "Pimkie", - "ref:FR:SIRET": "47728084602417", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.243396, - 48.8340793 - ] - }, - "id": "node/882356163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/882356178", - "name": "Morgane Diffusion", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2406547, - 48.8323527 - ] - }, - "id": "node/882356178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/892853462", - "name": "Mary Kimberley", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "32906132900028", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.243483, - 48.8339486 - ] - }, - "id": "node/892853462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/912271897", - "level": "0", - "name": "Au Rendez-vous du Mariage", - "second_hand": "no", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3498203, - 48.882936 - ] - }, - "id": "node/912271897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/914052530", - "contact:city": "Paris", - "contact:email": "fvirieu@orange.fr", - "contact:housenumber": "38", - "contact:phone": "+33 1 45 51 69 15", - "contact:postcode": "75007", - "contact:street": "Rue Saint-Dominique", - "contact:website": "https://www.donegan.fr/", - "name": "J. Donegan", - "opening_hours": "Tu-Su 11:00-14:00, 15:00-19:00", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2010" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3111853, - 48.860017 - ] - }, - "id": "node/914052530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/916720793", - "check_date": "2023-05-06", - "name": "Bragard", - "opening_hours": "Mo-Fr 09:30-12:00,13:30-17:30; Sa 09:30-12:00,13:30-16:45", - "shop": "clothes", - "website": "https://www.bragard.fr/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3623932, - 48.8785722 - ] - }, - "id": "node/916720793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/922525946", - "brand": "Darjeeling", - "brand:wikidata": "Q3016203", - "brand:wikipedia": "fr:Darjeeling (lingerie)", - "clothes": "underwear", - "name": "Darjeeling", - "ref:FR:SIRET": "39925851600471", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2428499, - 48.8350181 - ] - }, - "id": "node/922525946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/922525949", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "clothes": "lingerie", - "name": "Etam", - "ref:FR:SIRET": "47835575300375", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2429735, - 48.8342546 - ] - }, - "id": "node/922525949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/922525968", - "brand": "NAF NAF", - "brand:wikidata": "Q3334188", - "brand:wikipedia": "fr:Naf Naf", - "name": "NAF NAF", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2428995, - 48.8349302 - ] - }, - "id": "node/922525968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/922525986", - "brand": "Courir", - "brand:wikidata": "Q3001258", - "brand:wikipedia": "fr:Courir (chaîne de magasins)", - "name": "Courir", - "ref:FR:SIRET": "42855996702533", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2431503, - 48.8344861 - ] - }, - "id": "node/922525986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/922525998", - "brand": "Promod", - "brand:wikidata": "Q3407429", - "brand:wikipedia": "en:Promod", - "name": "Promod", - "ref:FR:SIRET": "68542060601317", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2430877, - 48.834597 - ] - }, - "id": "node/922525998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/922526001", - "brand": "Kookaï", - "brand:wikidata": "Q1783759", - "brand:wikipedia": "fr:Kookaï", - "name": "Kookaï", - "ref:FR:SIRET": "39929299400502", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.243054, - 48.8346568 - ] - }, - "id": "node/922526001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/922526003", - "brand": "André", - "brand:wikidata": "Q2847114", - "brand:wikipedia": "fr:André (chaussure)", - "name": "André", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2429011, - 48.8343972 - ] - }, - "id": "node/922526003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/922526012", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "name": "Caroll", - "ref:FR:SIRET": "58200170701954", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2428136, - 48.8350827 - ] - }, - "id": "node/922526012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/931681725", - "name": "Father & Sons", - "ref:FR:SIRET": "42161959400375", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2423582, - 48.8358859 - ] - }, - "id": "node/931681725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/931681727", - "brand": "Devernois", - "brand:wikidata": "Q98778444", - "brand:wikipedia": "fr:Devernois (entreprise)", - "name": "Devernois", - "ref:FR:SIRET": "32173632400674", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2421667, - 48.8362248 - ] - }, - "id": "node/931681727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/931681734", - "name": "Biscote", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2419757, - 48.8360476 - ] - }, - "id": "node/931681734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/931681737", - "name": "Courbettes et Galipettes", - "opening_hours": "Tu-Sa 11:00-19:30; Mo 11:30-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2418939, - 48.8362004 - ] - }, - "id": "node/931681737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/931681744", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "name": "The Kooples", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.242211, - 48.8361463 - ] - }, - "id": "node/931681744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/931681745", - "brand": "Celio", - "brand:wikidata": "Q2672003", - "brand:wikipedia": "en:Celio (retailer)", - "name": "Celio", - "ref:FR:SIRET": "31333485605719", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2422476, - 48.8360817 - ] - }, - "id": "node/931681745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/931681746", - "name": "La Reserve", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2421624, - 48.8356847 - ] - }, - "id": "node/931681746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/931681747", - "name": "Lynn Adler", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2422975, - 48.8359935 - ] - }, - "id": "node/931681747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/931681752", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "brand:wikipedia": "fr:Éram", - "contact:city": "Boulogne-Billancourt", - "contact:housenumber": "148", - "contact:postcode": "92100", - "contact:street": "Boulevard Jean Jaurès", - "name": "Éram", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-19:30", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2421025, - 48.8358283 - ] - }, - "id": "node/931681752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/937614721", - "brand": "Kujten", - "brand:wikidata": "Q104889858", - "clothes": "women;men;children", - "name": "Kujten", - "ref:FR:SIRET": "83018502100037", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2416215, - 48.8366552 - ] - }, - "id": "node/937614721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/937614723", - "name": "Gérard Darel", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2419704, - 48.8366277 - ] - }, - "id": "node/937614723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/937614727", - "contact:city": "Boulogne-Billancourt", - "contact:housenumber": "136", - "contact:postcode": "92100", - "contact:street": "Boulevard Jean Jaurès", - "name": "K-Way", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2418327, - 48.8362829 - ] - }, - "id": "node/937614727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/937614728", - "brand": "American Vintage", - "brand:wikidata": "Q2422884", - "brand:wikipedia": "fr:American Vintage", - "name": "American Vintage", - "opening_hours": "Mo-Sa 10:30-19:30", - "ref:FR:SIRET": "50305543600136", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2420715, - 48.8364446 - ] - }, - "id": "node/937614728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/937614734", - "brand": "Minelli", - "brand:wikidata": "Q61994831", - "name": "Minelli", - "shop": "shoes", - "source": "survey", - "website": "https://www.falconeri.com/fr/boutiques/%C3%AEle-de-france/hauts-de-seine/boulogne-billancourt_131_bis__boulevard_jean_jaures/F350.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2421042, - 48.8363823 - ] - }, - "id": "node/937614734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/938397774", - "addr:housenumber": "5", - "addr:street": "Rue Le Corbusier", - "brand": "Gap", - "brand:wikidata": "Q420822", - "brand:wikipedia": "en:Gap Inc.", - "name": "Gap", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2409212, - 48.8377344 - ] - }, - "id": "node/938397774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/938397779", - "brand": "Gap", - "brand:wikidata": "Q420822", - "brand:wikipedia": "en:Gap Inc.", - "clothes": "children", - "name": "Gap Kids", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.240575, - 48.8381614 - ] - }, - "id": "node/938397779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/939134588", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "brand:wikipedia": "fr:Comptoir des Cotonniers", - "name": "Comptoir des Cotonniers", - "ref:FR:SIRET": "72080277600701", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2408109, - 48.8386074 - ] - }, - "id": "node/939134588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/939134607", - "brand": "Aubade", - "brand:wikidata": "Q2870536", - "brand:wikipedia": "fr:Aubade (lingerie)", - "clothes": "underwear", - "name": "Aubade", - "opening_hours": "Mo-Sa 10:30-14:00, 15:00-19:30", - "ref:FR:SIRET": "77569590100311", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2405616, - 48.8390495 - ] - }, - "id": "node/939134607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/939134623", - "brand": "Sud Express", - "brand:wikidata": "Q104826254", - "clothes": "women", - "name": "Sud Express", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2404786, - 48.8391948 - ] - }, - "id": "node/939134623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/939134624", - "brand": "Éric Bompard", - "brand:wikidata": "Q3590998", - "brand:wikipedia": "en:Éric Bompard", - "name": "Éric Bompard", - "opening_hours": "Mo-Sa 10:30-19:00", - "ref:FR:SIRET": "33837545400596", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2405, - 48.8386237 - ] - }, - "id": "node/939134624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/939134626", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "brand:wikipedia": "fr:Maje", - "clothes": "women", - "name": "Maje", - "opening_hours": "Mo-Sa 10:30-19:30", - "ref:FR:SIRET": "38254431000123", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2406055, - 48.8389718 - ] - }, - "id": "node/939134626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/939134646", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q2978447", - "brand:wikipedia": "fr:Claudie Pierlot", - "clothes": "women", - "contact:city": "Boulogne-Billancourt", - "contact:housenumber": "86", - "contact:postcode": "92100", - "contact:street": "Boulevard Jean Jaurès", - "name": "Claudie Pierlot", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2403685, - 48.8388625 - ] - }, - "id": "node/939134646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/939134647", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "brand:wikipedia": "fr:Zadig & Voltaire", - "name": "Zadig & Voltaire", - "ref:FR:SIRET": "81421549700029", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2403904, - 48.839347 - ] - }, - "id": "node/939134647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/939134664", - "addr:postcode": "92100", - "addr:street": "Boulevard Jean Jaurès", - "name": "Paraboot", - "opening_hours": "Tu-Sa 11:00-14:00, 15:00-19:00", - "ref:FR:SIRET": "34986959400300", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2405735, - 48.8385181 - ] - }, - "id": "node/939134664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/939134667", - "name": "Suncoo", - "ref:FR:SIRET": "49872004400144", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2405465, - 48.838554 - ] - }, - "id": "node/939134667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/939134686", - "name": "Ilva", - "opening_hours": "Mo-Fr 10:45-19:30; Sa 10:30-19:30", - "ref:FR:SIRET": "82187128200017", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2404415, - 48.838707 - ] - }, - "id": "node/939134686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/939134687", - "name": "Spontini", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2402942, - 48.8390107 - ] - }, - "id": "node/939134687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/939134707", - "brand": "Karl Marc John", - "brand:wikidata": "Q104196329", - "clothes": "women", - "name": "Karl Marc John", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:30-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2406811, - 48.838838 - ] - }, - "id": "node/939134707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/939134718", - "name": "Lola Jones", - "opening_hours": "Mo-Sa 10:30-19:30", - "ref:FR:SIRET": "39265807600055", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2409293, - 48.838417 - ] - }, - "id": "node/939134718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/939134719", - "brand": "Le Slip Français", - "brand:wikidata": "Q14594793", - "brand:wikipedia": "fr:Le Slip français", - "clothes": "underwear", - "name": "Le Slip Français", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 11:00-19:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2408793, - 48.8384857 - ] - }, - "id": "node/939134719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/939134721", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "contact:city": "Boulogne-Billancourt", - "contact:housenumber": "80", - "contact:postcode": "92100", - "contact:street": "Boulevard Jean Jaurès", - "name": "Sandro", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2402597, - 48.8390825 - ] - }, - "id": "node/939134721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/940119633", - "addr:housenumber": "111", - "addr:street": "Rue Gallieni", - "name": "Finsbury", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2415005, - 48.8366939 - ] - }, - "id": "node/940119633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/940119646", - "brand": "De Fursac", - "brand:wikidata": "Q22248311", - "brand:wikipedia": "fr:De Fursac", - "clothes": "men", - "name": "De Fursac", - "ref:FR:SIRET": "37848609600381", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2418148, - 48.8368759 - ] - }, - "id": "node/940119646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/940712735", - "name": "Salsa Studio", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3811912, - 48.8500725 - ] - }, - "id": "node/940712735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/942676913", - "clothes": "teens", - "name": "Teenflo", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2808701, - 48.8674368 - ] - }, - "id": "node/942676913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/947307364", - "name": "Vaneau", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2620977, - 48.8865258 - ] - }, - "id": "node/947307364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/957292026", - "name": "Bonton", - "shop": "clothes", - "source": "survey 2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.277425, - 48.8593999 - ] - }, - "id": "node/957292026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/986085890", - "check_date": "2024-05-13", - "name": "Diversita", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2448294, - 48.8304433 - ] - }, - "id": "node/986085890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/986085918", - "check_date": "2023-12-13", - "name": "Mega Degriffes", - "opening_hours:signed": "no", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2451073, - 48.8310314 - ] - }, - "id": "node/986085918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/986085932", - "check_date:opening_hours": "2023-11-27", - "name": "Mega-Lots", - "opening_hours:signed": "no", - "ref:FR:SIRET": "43955364500052", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2450045, - 48.8312105 - ] - }, - "id": "node/986085932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/987112146", - "name": "Sym", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2718473, - 48.8814985 - ] - }, - "id": "node/987112146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/987112166", - "name": "Dormeuil", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2746172, - 48.8806195 - ] - }, - "id": "node/987112166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/987112175", - "name": "Gérard Darel", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2737661, - 48.8808901 - ] - }, - "id": "node/987112175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/987112218", - "name": "Des Petits Hauts", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.274757, - 48.8805749 - ] - }, - "id": "node/987112218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/987112268", - "brand": "Cyrillus", - "brand:wikidata": "Q3009179", - "name": "Cyrillus", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2724618, - 48.8813035 - ] - }, - "id": "node/987112268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/987112283", - "brand": "Promod", - "brand:wikidata": "Q3407429", - "brand:wikipedia": "en:Promod", - "name": "Promod", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2715132, - 48.8816168 - ] - }, - "id": "node/987112283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/987112298", - "name": "Étincelle", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2735105, - 48.8809711 - ] - }, - "id": "node/987112298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/987112304", - "name": "Lario", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2748138, - 48.8805568 - ] - }, - "id": "node/987112304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/988277530", - "check_date": "2023-08-03", - "name": "Paraboot", - "shop": "shoes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2688798, - 48.8824434 - ] - }, - "id": "node/988277530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/988277602", - "name": "Claraso", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2655407, - 48.8828006 - ] - }, - "id": "node/988277602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/988277658", - "name": "Décision", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2654018, - 48.8828446 - ] - }, - "id": "node/988277658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/989431394", - "name": "Bineau Retouches", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2659776, - 48.8949456 - ] - }, - "id": "node/989431394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/990033876", - "name": "Retoucherie Fil d'Or", - "ref:FR:SIRET": "44497028900013", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2437079, - 48.843265 - ] - }, - "id": "node/990033876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/994059045", - "name": "Mellow Yellow", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2414113, - 48.8375539 - ] - }, - "id": "node/994059045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/994059065", - "name": "Kidiliz", - "ref:FR:SIRET": "47824710901529", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.241343, - 48.8371504 - ] - }, - "id": "node/994059065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/994059067", - "name": "Mademoiselle Carla", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2413237, - 48.8377069 - ] - }, - "id": "node/994059067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/994059085", - "name": "Zapa", - "ref:FR:SIRET": "72202470000873", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2415066, - 48.8373856 - ] - }, - "id": "node/994059085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/994059091", - "name": "Venise Collection", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2411911, - 48.8374119 - ] - }, - "id": "node/994059091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/994059110", - "brand": "Damart", - "brand:wikidata": "Q3012602", - "brand:wikipedia": "en:Damart", - "name": "Damart", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2417639, - 48.8369831 - ] - }, - "id": "node/994059110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/994059112", - "brand": "Des Petits Hauts", - "brand:wikidata": "Q104197445", - "clothes": "women", - "name": "Des Petits Hauts", - "ref:FR:SIRET": "47986777200275", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.241458, - 48.8374718 - ] - }, - "id": "node/994059112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/994059115", - "brand": "Sergent Major", - "brand:wikidata": "Q62521738", - "brand:wikipedia": "fr:Sergent Major (entreprise)", - "clothes": "babies;children", - "name": "Sergent Major", - "ref:FR:SIRET": "34533594700072", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2412571, - 48.8372803 - ] - }, - "id": "node/994059115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/994059118", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "clothes": "women", - "name": "Ba&sh", - "opening_hours": "Mo-Sa 10:30-19:30", - "ref:FR:SIRET": "44915889800204", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.241407, - 48.8370119 - ] - }, - "id": "node/994059118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/994059125", - "name": "Ekyog", - "ref:FR:SIRET": "45370856200120", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2413713, - 48.8376238 - ] - }, - "id": "node/994059125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/994059132", - "branch": "Chaussures", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "brand:wikipedia": "fr:Du Pareil au Même (entreprise)", - "contact:city": "Boulogne-Billancourt", - "contact:housenumber": "112", - "contact:postcode": "92100", - "contact:street": "Boulevard Jean Jaurès", - "name": "Du Pareil au Même", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2411356, - 48.8375168 - ] - }, - "id": "node/994059132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/994059135", - "brand": "Antonelle", - "brand:wikidata": "Q105082567", - "clothes": "women", - "name": "Antonelle", - "opening_hours": "Mo 12:00-19:00; Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "34408028801343", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2413725, - 48.8370984 - ] - }, - "id": "node/994059135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/994059142", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "brand:wikipedia": "fr:Princesse tam.tam", - "name": "Princesse tam.tam", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 11:00-19:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2413202, - 48.8372075 - ] - }, - "id": "node/994059142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/994059158", - "brand": "Manfield", - "name": "Manfield", - "ref:FR:SIRET": "45111649500412", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2417057, - 48.8370926 - ] - }, - "id": "node/994059158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/995502846", - "name": "B 173", - "shop": "clothes", - "source": "survey 2018" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2479288, - 48.8261119 - ] - }, - "id": "node/995502846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/998797603", - "name": "Le Singe Bleu", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2461365, - 48.8342386 - ] - }, - "id": "node/998797603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1000815095", - "name": "Loup Y Es-Tu ?", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.239903, - 48.8336978 - ] - }, - "id": "node/1000815095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1000815226", - "name": "Fernand Lystig", - "ref:FR:SIRET": "30829825600014", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2445297, - 48.8320495 - ] - }, - "id": "node/1000815226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1013351524", - "name": "Atelier.Na", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2312201, - 48.8406204 - ] - }, - "id": "node/1013351524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1020352067", - "check_date": "2023-11-10", - "check_date:opening_hours": "2023-11-10", - "name": "Préférence", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3752922, - 48.8715603 - ] - }, - "id": "node/1020352067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1020391904", - "check_date": "2023-03-11", - "name": "Arc en Ciel", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3740337, - 48.871091 - ] - }, - "id": "node/1020391904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1022695573", - "check_date": "2024-07-10", - "name": "Be Nina", - "opening_hours:signed": "no", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3758421, - 48.8715558 - ] - }, - "id": "node/1022695573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1022710340", - "check_date": "2023-03-11", - "name": "Leo-bra", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3734754, - 48.8708717 - ] - }, - "id": "node/1022710340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1022710347", - "check_date": "2024-07-10", - "check_date:opening_hours": "2024-07-10", - "name": "Jackob", - "opening_hours:signed": "no", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3736464, - 48.8709156 - ] - }, - "id": "node/1022710347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1022710357", - "check_date": "2023-03-11", - "check_date:opening_hours": "2023-11-10", - "name": "Outlet 99", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3733833, - 48.8708405 - ] - }, - "id": "node/1022710357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1022752613", - "check_date": "2023-03-11", - "name": "Romy", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3737302, - 48.8709526 - ] - }, - "id": "node/1022752613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1022803167", - "check_date": "2024-07-10", - "check_date:opening_hours": "2024-07-10", - "name": "Osmose", - "opening_hours": "Mo-Su 10:00-20:00", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3726728, - 48.870408 - ] - }, - "id": "node/1022803167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1023168042", - "check_date:opening_hours": "2023-12-02", - "name": "Loona", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3743844, - 48.8710573 - ] - }, - "id": "node/1023168042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1023168068", - "check_date:opening_hours": "2024-10-05", - "name": "Téa Paris", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3734743, - 48.8706718 - ] - }, - "id": "node/1023168068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1023168095", - "check_date:opening_hours": "2024-10-11", - "name": "L'Attrape Cœur", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3752354, - 48.8713377 - ] - }, - "id": "node/1023168095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1023168124", - "check_date:opening_hours": "2023-10-07", - "name": "Fifi", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3750678, - 48.8712819 - ] - }, - "id": "node/1023168124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1023168131", - "check_date": "2024-10-05", - "check_date:opening_hours": "2023-11-10", - "name": "Méli Shop", - "opening_hours:signed": "no", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3735919, - 48.8707247 - ] - }, - "id": "node/1023168131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1023168145", - "check_date": "2023-03-11", - "name": "Froc", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3744869, - 48.8712697 - ] - }, - "id": "node/1023168145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1023168234", - "check_date:opening_hours": "2024-07-10", - "name": "Hersil", - "opening_hours:signed": "no", - "shop": "bag", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3747971, - 48.8711905 - ] - }, - "id": "node/1023168234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1023168240", - "check_date:opening_hours": "2023-10-07", - "name": "Shinel", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3755016, - 48.8714341 - ] - }, - "id": "node/1023168240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1023168248", - "check_date": "2024-10-05", - "check_date:opening_hours": "2024-10-05", - "name": "Vic Fel", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3732762, - 48.8706037 - ] - }, - "id": "node/1023168248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1023216542", - "check_date:opening_hours": "2024-10-11", - "name": "Sport Palais", - "opening_hours:signed": "no", - "shop": "shoes", - "website": "https://www.sportpalais.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3738338, - 48.8710202 - ] - }, - "id": "node/1023216542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1027995937", - "name": "Curtis", - "ref:FR:SIRET": "37922816600011", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2375359, - 48.8439906 - ] - }, - "id": "node/1027995937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1027995969", - "name": "Joseph Curtis", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2374223, - 48.8442296 - ] - }, - "id": "node/1027995969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1027996044", - "brand": "Weekend Max Mara", - "brand:wikidata": "Q1151774", - "brand:wikipedia": "en:Max Mara", - "clothes": "women", - "name": "Weekend Max Mara", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2375174, - 48.8447137 - ] - }, - "id": "node/1027996044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1027996055", - "name": "Micha", - "ref:FR:SIRET": "53389627000048", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2376567, - 48.843724 - ] - }, - "id": "node/1027996055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1027996095", - "name": "L'Esprit de la Mode", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2379639, - 48.844129 - ] - }, - "id": "node/1027996095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1037173732", - "name": "Capricci", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2371461, - 48.8447991 - ] - }, - "id": "node/1037173732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1037173743", - "brand": "Mephisto", - "brand:wikidata": "Q822975", - "brand:wikipedia": "fr:Mephisto (chaussure)", - "name": "Mephisto", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.237354, - 48.8452341 - ] - }, - "id": "node/1037173743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1037173745", - "name": "Edith Laagab", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2371971, - 48.8447374 - ] - }, - "id": "node/1037173745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1038210027", - "name": "Bensimon Collection", - "opening_hours": "We-Sa 11:00-14:00, 15:00-19:00; Tu 11:00-14:00, 16:00-19:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2391418, - 48.8410602 - ] - }, - "id": "node/1038210027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1041097853", - "name": "Dégrif des Stocks", - "opening_hours": "Mo-Su 10:00-19:30", - "ref:FR:SIRET": "31805338600096", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2394921, - 48.8409803 - ] - }, - "id": "node/1041097853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1041097963", - "name": "Angela Morlant", - "opening_hours": "Mo-Sa 10:00-14:00, 14:30-19:30", - "ref:FR:SIRET": "98146959600036", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2398365, - 48.8403757 - ] - }, - "id": "node/1041097963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1042766898", - "name": "En Mode", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2474813, - 48.8329276 - ] - }, - "id": "node/1042766898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1079716173", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "check_date": "2023-10-30", - "check_date:opening_hours": "2023-05-18", - "name": "Sandro", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3416951, - 48.8469773 - ] - }, - "id": "node/1079716173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1094366310", - "addr:city": "Paris", - "addr:housenumber": "49", - "addr:postcode": "75001", - "addr:street": "Rue Berger", - "contact:city": "Paris", - "contact:housenumber": "41", - "contact:postcode": "75001", - "contact:street": "Rue Berger", - "description": "Anciennement : Ideal Standard", - "name": "Stracow", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 11:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3432872, - 48.8618996 - ] - }, - "id": "node/1094366310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1101942167", - "contact:city": "Boulogne-Billancourt", - "contact:housenumber": "66", - "contact:postcode": "92100", - "contact:street": "Avenue Pierre Grenier", - "name": "Le Grenier à Fringues", - "opening_hours": "Mo-Sa 11:00-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2542226, - 48.833462 - ] - }, - "id": "node/1101942167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1110309635", - "name": "Dressing Code...", - "ref:FR:SIRET": "80916473400018", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2442248, - 48.8326393 - ] - }, - "id": "node/1110309635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1112959065", - "brand": "Loding", - "brand:wikidata": "Q3257795", - "brand:wikipedia": "fr:Loding", - "name": "Loding", - "ref:FR:SIRET": "42017855000281", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2429169, - 48.8338565 - ] - }, - "id": "node/1112959065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1163340053", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "contact:city": "Paris", - "contact:housenumber": "27", - "contact:postcode": "75015", - "contact:street": "Rue du commerce", - "name": "Caroll", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.29662, - 48.8477004 - ] - }, - "id": "node/1163340053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1166729097", - "name": "Loft Design By…", - "shop": "clothes", - "source": "survey 2013", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3615631, - 48.8574136 - ] - }, - "id": "node/1166729097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1166729138", - "brand": "Ted Baker", - "brand:wikidata": "Q2913458", - "brand:wikipedia": "en:Ted Baker", - "cash_withdrawal": "no", - "changing_table": "no", - "clothes": "men;women", - "level": "0", - "name": "Ted Baker", - "second_hand": "no", - "shop": "clothes", - "source": "survey 2013", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3617134, - 48.8573534 - ] - }, - "id": "node/1166729138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1185808672", - "addr:housenumber": "79", - "addr:postcode": "92100", - "addr:street": "Rue de Paris", - "brand": "Café Coton", - "brand:wikidata": "Q105076734", - "name": "Café Coton", - "opening_hours": "Mo-Sa 10:00-14:15, 15:00-19:00", - "phone": "01 48 25 68 08", - "shop": "clothes", - "source": "survey", - "website": "http://cafecoton.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2408816, - 48.8409005 - ] - }, - "id": "node/1185808672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1207293055", - "brand": "Jécrismavie", - "name": "La Récré à Deux", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2358836, - 48.845473 - ] - }, - "id": "node/1207293055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1232684824", - "addr:housenumber": "40", - "addr:postcode": "75009", - "addr:street": "Boulevard Haussmann", - "name": "Louis Vuitton Galeries Lafayette", - "opening_hours": "Mo-Sa 09:30-20:30, Su 11:00-19:00", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3324298, - 48.8731905 - ] - }, - "id": "node/1232684824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1243136052", - "name": "Mandrilly", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4063746, - 48.8358763 - ] - }, - "id": "node/1243136052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1251064502", - "name": "Rose & Théo", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3078779, - 48.8478228 - ] - }, - "id": "node/1251064502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1252379195", - "name": "Stincel", - "opening_hours": "Mo-Sa 10:00-13:30,14:30-19:30", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3896197, - 48.8384547 - ] - }, - "id": "node/1252379195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1252379298", - "name": "Sport Discount", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3903757, - 48.8381634 - ] - }, - "id": "node/1252379298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1252379596", - "name": "Le vingt et un", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3927605, - 48.8384387 - ] - }, - "id": "node/1252379596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1252382941", - "contact:city": "Paris", - "contact:housenumber": "235", - "contact:postcode": "75012", - "contact:street": "Rue de Charenton", - "name": "Amazon", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3909358, - 48.837679 - ] - }, - "id": "node/1252382941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1252383198", - "name": "Chaussure Néo", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3903082, - 48.8382133 - ] - }, - "id": "node/1252383198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1253957808", - "name": "B. Garbo", - "ref:FR:SIRET": "52918778300012", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2377751, - 48.8462829 - ] - }, - "id": "node/1253957808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1253957811", - "name": "Elles", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.237347, - 48.8461017 - ] - }, - "id": "node/1253957811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1255346305", - "name": "Bonnie & Clyde", - "ref:FR:SIRET": "50913926700033", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2381366, - 48.8459284 - ] - }, - "id": "node/1255346305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1264875631", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3110632, - 48.8513206 - ] - }, - "id": "node/1264875631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1280192063", - "name": "Acanthe", - "opening_hours": "Tu-Sa 10:00-12:30, 14:30-19:00", - "ref:FR:SIRET": "34906837900073", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2366698, - 48.8434073 - ] - }, - "id": "node/1280192063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1280199143", - "name": "Autre Regard", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2573861, - 48.8840416 - ] - }, - "id": "node/1280199143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1282084767", - "name": "Bobine", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2605532, - 48.8865724 - ] - }, - "id": "node/1282084767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1288947950", - "name": "Ghillies Factory", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2370207, - 48.8434418 - ] - }, - "id": "node/1288947950" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1288947980", - "clothes": "underwear", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2369667, - 48.8433414 - ] - }, - "id": "node/1288947980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1291532303", - "name": "Le Local", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2582045, - 48.884548 - ] - }, - "id": "node/1291532303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1292143858", - "addr:housenumber": "10", - "addr:street": "Rue de Crussol", - "name": "Vintage Clothing Store - Mode Femme", - "name:en": "Vintage Clothing Store - Women's Fashion", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3678055, - 48.8640163 - ] - }, - "id": "node/1292143858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1307645898", - "name": "Dagobert", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3101169, - 48.8473301 - ] - }, - "id": "node/1307645898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1307645901", - "name": "Bonheur de Mode", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.309647, - 48.8472166 - ] - }, - "id": "node/1307645901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1307645932", - "addr:housenumber": "9", - "addr:postcode": "75015", - "addr:street": "Rue César Franck", - "clothes": "underwear", - "contact:housenumber": "9", - "contact:postcode": "75015", - "contact:street": "Rue César Franck", - "name": "Mes Chaussettes Rouges", - "opening_hours": "Mo-We, Fr 10:00-18:00; Th 10:00-19:30; Sa 11:00-18:00", - "phone": "+33 1 76 53 96 20", - "shop": "clothes", - "source": "survey", - "website": "https://meschaussettesrouges.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3093826, - 48.847153 - ] - }, - "id": "node/1307645932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1327343922", - "name": "Le Club", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2635585, - 48.8855148 - ] - }, - "id": "node/1327343922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1327343936", - "check_date": "2023-05-26", - "clothes": "children", - "name": "Les lutins", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2630852, - 48.8851535 - ] - }, - "id": "node/1327343936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1352887696", - "email": "bssbparis@mac.com", - "name": "Baby the Star Shine Bright", - "opening_hours": "Mo-Sa 12:00-19:00", - "phone": "+33 9 54 74 95 53", - "shop": "clothes", - "website": "http://babyparis.blog99.fc2.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3740376, - 48.8492584 - ] - }, - "id": "node/1352887696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1361563034", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3653731, - 48.8218081 - ] - }, - "id": "node/1361563034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1366493235", - "contact:housenumber": "56", - "contact:phone": "+33 1 46 44 45 31", - "contact:street": "Rue Jean Jaurès", - "name": "Cordonnerie du Plateau", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.293219, - 48.8254224 - ] - }, - "id": "node/1366493235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1369136507", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:H&M", - "name": "Zara", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3298796, - 48.8735917 - ] - }, - "id": "node/1369136507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1408462746", - "name": "Kutjen", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3298919, - 48.8707627 - ] - }, - "id": "node/1408462746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1419113019", - "brand": "Chaussea", - "brand:wikidata": "Q62082044", - "name": "Chaussea", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2335618, - 48.8295217 - ] - }, - "id": "node/1419113019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1420011144", - "name": "Assinie", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2337366, - 48.8292391 - ] - }, - "id": "node/1420011144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1430815433", - "name": "Stock Market", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3252275, - 48.8436724 - ] - }, - "id": "node/1430815433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1430900311", - "brand": "Dr. Martens", - "brand:wikidata": "Q1126126", - "brand:wikipedia": "en:Dr. Martens", - "check_date": "2024-08-17", - "level": "0", - "name": "Dr. Martens", - "organic": "no", - "second_hand": "no", - "shop": "shoes", - "toilets": "no", - "wheelchair": "designated" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3574229, - 48.8577488 - ] - }, - "id": "node/1430900311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1432196154", - "contact:city": "Paris", - "contact:housenumber": "78", - "contact:phone": "+33 1 48 99 31 53", - "contact:postcode": "75012", - "contact:street": "Rue du Rendez-Vous", - "craft": "locksmith", - "name": "Maryland-Cotton", - "note:fr": "Serrurie (=travail du métal)", - "opening_hours": "Mo-Sa 09:30-20:00", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3998798, - 48.847154 - ] - }, - "id": "node/1432196154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1437396759", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "brand:wikipedia": "fr:Du Pareil au Même (entreprise)", - "name": "Du Pareil au Même", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2749012, - 48.8586719 - ] - }, - "id": "node/1437396759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1437396762", - "name": "Maralex", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.274878, - 48.8585754 - ] - }, - "id": "node/1437396762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1437396763", - "brand": "Max Mara", - "clothes": "women", - "name": "Max Mara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2751198, - 48.8585344 - ] - }, - "id": "node/1437396763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1437396786", - "addr:city": "Paris", - "addr:housenumber": "17", - "addr:postcode": "75116", - "addr:street": "Rue de la Pompe", - "clothes": "swimwear", - "name": "À la Plage", - "opening_hours": "Tu 10:30-19:00; We-Fr 10:30-18:30", - "phone": "+33 1 45 03 08 51", - "shop": "clothes", - "source": "survey", - "website": "https://www.alaplage.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2751074, - 48.8597923 - ] - }, - "id": "node/1437396786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1438280156", - "addr:city": "Paris", - "addr:housenumber": "21", - "addr:postcode": "75116", - "addr:street": "Rue de la Pompe", - "clothes": "women", - "name": "Troc de la Muette", - "opening_hours": "Mo 14:00-18:00; Tu-Sa 11:30-18:00", - "phone": "+33 1 45 04 06 10", - "second_hand": "only", - "shop": "clothes", - "source": "survey", - "website": "http://www.troc-delamuette.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2750534, - 48.8599713 - ] - }, - "id": "node/1438280156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1442297638", - "addr:city": "Paris", - "addr:housenumber": "30", - "addr:postcode": "75116", - "addr:street": "Rue de la Pompe", - "clothes": "women", - "name": "L'Occaserie", - "opening_hours": "Mo-Fr 11:00-19:00", - "phone": "+33 1 45 03 16 56", - "second_hand": "only", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2751837, - 48.8606078 - ] - }, - "id": "node/1442297638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1446934512", - "name": "Les Bambins et Cie", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2756712, - 48.861796 - ] - }, - "id": "node/1446934512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1449497781", - "name": "Réciproque", - "second_hand": "yes", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2783181, - 48.8646203 - ] - }, - "id": "node/1449497781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1449497784", - "name": "Wan", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2782074, - 48.86453 - ] - }, - "id": "node/1449497784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1453640793", - "name": "Réciproque", - "second_hand": "yes", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2783206, - 48.8648361 - ] - }, - "id": "node/1453640793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1453640794", - "name": "Réciproque", - "second_hand": "yes", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2786454, - 48.8650988 - ] - }, - "id": "node/1453640794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1453640803", - "clothes": "sports", - "name": "USA Concept Sport", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 1 47 27 24 49", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2793576, - 48.8657303 - ] - }, - "id": "node/1453640803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1454780807", - "name": "The Kooples", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2799345, - 48.8665189 - ] - }, - "id": "node/1454780807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1454780818", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "name": "Sandro", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2798469, - 48.8663405 - ] - }, - "id": "node/1454780818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1456695047", - "name": "American Retro", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2804353, - 48.8668385 - ] - }, - "id": "node/1456695047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1456695052", - "name": "John Demersay", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2803093, - 48.8669751 - ] - }, - "id": "node/1456695052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1456695062", - "name": "Les Petites...", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2804141, - 48.8668093 - ] - }, - "id": "node/1456695062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1456695066", - "name": "Nina", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2805624, - 48.8670126 - ] - }, - "id": "node/1456695066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1456695068", - "name": "Paraboot", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.280198, - 48.8668224 - ] - }, - "id": "node/1456695068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1456695084", - "name": "Prestige", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2805107, - 48.866942 - ] - }, - "id": "node/1456695084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1456695091", - "name": "Scarlet Ross", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2805452, - 48.8669891 - ] - }, - "id": "node/1456695091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1456695094", - "name": "Victoria", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2803343, - 48.8666996 - ] - }, - "id": "node/1456695094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1456695096", - "name": "Votre Nom", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2807843, - 48.8672879 - ] - }, - "id": "node/1456695096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1461101849", - "name": "Harrison", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2809189, - 48.8675031 - ] - }, - "id": "node/1461101849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1461101851", - "name": "It-Shoes", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2806149, - 48.8677942 - ] - }, - "id": "node/1461101851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1461101853", - "name": "Oliver Grant", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.28098, - 48.8675864 - ] - }, - "id": "node/1461101853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1462242130", - "brand": "André", - "brand:wikidata": "Q2847114", - "brand:wikipedia": "fr:André (chaussure)", - "name": "André", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2816711, - 48.8679786 - ] - }, - "id": "node/1462242130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1462242135", - "name": "Anti-Crise", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2814815, - 48.8678973 - ] - }, - "id": "node/1462242135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1462242136", - "name": "Bel Air", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2817313, - 48.868279 - ] - }, - "id": "node/1462242136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1462242175", - "brand": "Promod", - "brand:wikidata": "Q3407429", - "brand:wikipedia": "en:Promod", - "name": "Promod", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2818343, - 48.8680461 - ] - }, - "id": "node/1462242175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1463853538", - "name": "Atelier de Courcelles", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2827373, - 48.868429 - ] - }, - "id": "node/1463853538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1463853546", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "name": "Caroll", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2824469, - 48.868587 - ] - }, - "id": "node/1463853546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1463853550", - "name": "Marco Serussi", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2826195, - 48.868379 - ] - }, - "id": "node/1463853550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1463853554", - "name": "Shoemark", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2826389, - 48.8686504 - ] - }, - "id": "node/1463853554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1463853555", - "name": "Stepha", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2819119, - 48.8683541 - ] - }, - "id": "node/1463853555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1463853557", - "name": "Tout Compte Fait", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2825797, - 48.8683616 - ] - }, - "id": "node/1463853557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1463853559", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2821288, - 48.8684575 - ] - }, - "id": "node/1463853559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1465052902", - "name": "Doré Doré", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2834373, - 48.8687259 - ] - }, - "id": "node/1465052902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1465052903", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "clothes": "underwear", - "name": "Etam", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2832405, - 48.8686382 - ] - }, - "id": "node/1465052903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1465052904", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "name": "Jonak", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2832856, - 48.8686605 - ] - }, - "id": "node/1465052904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1465052905", - "name": "Kickers", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2829133, - 48.868787 - ] - }, - "id": "node/1465052905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1465052907", - "brand": "Sergent Major", - "brand:wikidata": "Q62521738", - "brand:wikipedia": "fr:Sergent Major (entreprise)", - "clothes": "babies;children", - "name": "Sergent Major", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2831428, - 48.8685997 - ] - }, - "id": "node/1465052907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1465052908", - "brand": "Un Jour Ailleurs", - "brand:wikidata": "Q105106211", - "name": "Un Jour Ailleurs", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2835927, - 48.8687909 - ] - }, - "id": "node/1465052908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1466909508", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "brand:wikipedia": "fr:Du Pareil au Même (entreprise)", - "name": "Du Pareil au Même", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2839058, - 48.8689212 - ] - }, - "id": "node/1466909508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1466909518", - "brand": "J.M. Weston", - "brand:wikidata": "Q2399832", - "name": "J.M. Weston", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2840534, - 48.8689864 - ] - }, - "id": "node/1466909518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1466909527", - "name": "Les Envahisseurs", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.283743, - 48.8691301 - ] - }, - "id": "node/1466909527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1466909536", - "name": "Petit Page Junior", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2838463, - 48.8691784 - ] - }, - "id": "node/1466909536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1466909538", - "name": "Till", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.283693, - 48.8688464 - ] - }, - "id": "node/1466909538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1471972825", - "name": "American Apparel", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2841628, - 48.8693123 - ] - }, - "id": "node/1471972825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1471972830", - "name": "Clayeux", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.284243, - 48.8693434 - ] - }, - "id": "node/1471972830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1473027349", - "name": "Milgriff", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.239301, - 48.8324966 - ] - }, - "id": "node/1473027349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1486314050", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "brand:wikipedia": "en:Levi Strauss & Co.", - "clothes": "denim;men;women", - "name": "Levi's", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3433544, - 48.8712614 - ] - }, - "id": "node/1486314050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1489467274", - "name": "Cordonnier", - "opening_hours": "Mo-Fr 09:00-19:00", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3392943, - 48.8750151 - ] - }, - "id": "node/1489467274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1504098171", - "name": "Basler", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314318, - 48.8703083 - ] - }, - "id": "node/1504098171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1528672001", - "addr:housenumber": "45", - "addr:postcode": "75001", - "addr:street": "Rue de Rivoli", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "brand:wikipedia": "en:Foot Locker", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+33 1 57 97 78 75", - "shop": "shoes", - "website": "https://stores.footlocker.fr/fr/fr-34/paris/45-rue-de-rivoli-285_31_05202.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.347138, - 48.858682 - ] - }, - "id": "node/1528672001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1528720182", - "brand": "Bexley", - "brand:wikidata": "Q101247434", - "name": "Bexley", - "opening_hours": "Mo-Sa 09:30-20:00", - "shoes": "men", - "shop": "shoes", - "website": "https://www.bexley.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3658029, - 48.8523316 - ] - }, - "id": "node/1528720182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1528727082", - "check_date:opening_hours": "2022-05-16", - "clothes": "wedding", - "email": "rdv.whiteboutik@gmail.com", - "name": "White Boutik", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 1 40 09 67 34", - "shop": "clothes", - "toilets:wheelchair": "no", - "website": "https://white-boutik.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3672713, - 48.8527773 - ] - }, - "id": "node/1528727082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1540677915", - "addr:housenumber": "1-3", - "addr:postcode": "75009", - "addr:street": "Rue La Fayette", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "name": "H&M", - "opening_hours": "Mo-Sa 10:00-20:30; Su 11:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.333422, - 48.873282 - ] - }, - "id": "node/1540677915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1540677917", - "brand": "Mango", - "brand:wikidata": "Q136503", - "brand:wikipedia": "en:Mango (retailer)", - "name": "Mango", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3300511, - 48.8735763 - ] - }, - "id": "node/1540677917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1540677918", - "brand": "Minelli", - "brand:wikidata": "Q61994831", - "name": "Minelli", - "operator": "Vivarte", - "operator:wikidata": "Q3561446", - "operator:wikipedia": "fr:Vivarte", - "shop": "shoes", - "source": "survey", - "website": "https://www.minelli.fr/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3336468, - 48.8730577 - ] - }, - "id": "node/1540677918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1589527200", - "name": "La Cadette", - "opening_hours": "We-Fr 15:00-19:00; Sa 13:00-19:00", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3896697, - 48.8428585 - ] - }, - "id": "node/1589527200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1649702448", - "brand": "ETRO", - "brand:wikidata": "Q1371677", - "name": "ETRO", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3184866, - 48.8699833 - ] - }, - "id": "node/1649702448" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1651309344", - "addr:city": "Paris", - "addr:housenumber": "22", - "addr:street": "Boulevard de Sébastopol", - "brand": "Puma", - "brand:wikidata": "Q157064", - "brand:wikipedia": "en:Puma (brand)", - "name": "Puma", - "opening_hours": "Mo-Fr 10:30-19:30; Sa 10:30-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3495364, - 48.860406 - ] - }, - "id": "node/1651309344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1668753171", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3469728, - 48.8939833 - ] - }, - "id": "node/1668753171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1668777341", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3430602, - 48.8930534 - ] - }, - "id": "node/1668777341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1669011357", - "name": "Saga des Marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423457, - 48.8937108 - ] - }, - "id": "node/1669011357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1669012159", - "name": "Chaussures Roger", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3422761, - 48.8937482 - ] - }, - "id": "node/1669012159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1669025426", - "name": "Chauss'Biz", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3412187, - 48.8942883 - ] - }, - "id": "node/1669025426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1670151362", - "check_date": "2024-03-07", - "name": "The next door", - "opening_hours": "Mo-Sa 11:00-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3636772, - 48.8695594 - ] - }, - "id": "node/1670151362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1670552997", - "name": "Burma", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3329077, - 48.8709548 - ] - }, - "id": "node/1670552997" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1670553028", - "brand": "Mango", - "brand:wikidata": "Q136503", - "brand:wikipedia": "en:Mango (retailer)", - "check_date": "2023-04-08", - "name": "Mango", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3333757, - 48.8710323 - ] - }, - "id": "node/1670553028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1670553068", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "check_date": "2023-06-19", - "name": "Zara", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3330039, - 48.8709702 - ] - }, - "id": "node/1670553068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1672098371", - "addr:city": "Paris", - "brand": "Kookaï", - "brand:wikidata": "Q1783759", - "brand:wikipedia": "fr:Kookaï", - "name": "Kookaï", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3769782, - 48.8509552 - ] - }, - "id": "node/1672098371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1681555578", - "name": "V.O. Boutik", - "opening_hours": "Tu-Sa 14:00-20:30; PH,Su 15:30-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.349521, - 48.8436278 - ] - }, - "id": "node/1681555578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1699161352", - "brand": "De Fursac", - "brand:wikidata": "Q22248311", - "brand:wikipedia": "fr:De Fursac", - "clothes": "men", - "contact:city": "Paris", - "contact:housenumber": "112", - "contact:postcode": "75002", - "contact:street": "Rue de Richelieu", - "description": "Vêtements pour homme", - "name": "De Fursac", - "shop": "clothes", - "source": "www.defursac.fr", - "website": "https://www.defursac.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.340097, - 48.8717448 - ] - }, - "id": "node/1699161352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1728952863", - "name": "Urban Mood", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2480501, - 48.8969438 - ] - }, - "id": "node/1728952863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1729160208", - "entrance": "yes", - "name": "Katia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2484378, - 48.8964365 - ] - }, - "id": "node/1729160208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1729160229", - "entrance": "yes", - "name": "Comptoir des Parisiennes", - "opening_hours": "Mo-Su 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.248662, - 48.8961501 - ] - }, - "id": "node/1729160229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1741243818", - "addr:housenumber": "1 bis", - "addr:street": "Rue Ravignan", - "brand": "Armor Lux", - "brand:wikidata": "Q951079", - "name": "Armor Lux", - "shop": "clothes", - "source": "survey 2021", - "website": "https://www.armorlux.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.337593, - 48.8853176 - ] - }, - "id": "node/1741243818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1785271569", - "name": "Petite Mendigote", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3759799, - 48.8532287 - ] - }, - "id": "node/1785271569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1786078939", - "check_date": "2024-04-06", - "contact:city": "Paris", - "contact:housenumber": "1", - "contact:postcode": "75011", - "contact:street": "Rue de Charonne", - "name": "Bellerose", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3738714, - 48.852158 - ] - }, - "id": "node/1786078939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1801601957", - "name": "La Bagagerie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3222812, - 48.8429486 - ] - }, - "id": "node/1801601957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1801601960", - "brand": "Promod", - "brand:wikidata": "Q3407429", - "brand:wikipedia": "en:Promod", - "level": "0", - "name": "Promod", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3221189, - 48.8428339 - ] - }, - "id": "node/1801601960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1801601966", - "brand": "NAF NAF", - "brand:wikidata": "Q3334188", - "brand:wikipedia": "fr:Naf Naf", - "level": "0", - "name": "NAF NAF", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3224911, - 48.8428299 - ] - }, - "id": "node/1801601966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1803875300", - "brand": "C&A", - "brand:wikidata": "Q701338", - "brand:wikipedia": "en:C&A", - "name": "C&A", - "opening_hours": "Mo-Sa 09:30-20:00", - "phone": "+33 1 44 88 79 79", - "shop": "clothes", - "website": "https://www.c-and-a.com/stores/fr-fr/ile-de-france/paris/3-rue-de-l-arrivee.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3231403, - 48.8433835 - ] - }, - "id": "node/1803875300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1821668294", - "name": "Cylia L.", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3323141, - 48.8771231 - ] - }, - "id": "node/1821668294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1823551363", - "brand": "Café Coton", - "brand:wikidata": "Q105076734", - "name": "Café Coton", - "opening_hours": "Mo-Sa 10:00-14:15,15:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3285739, - 48.8812812 - ] - }, - "id": "node/1823551363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1824509095", - "contact:housenumber": "56", - "contact:street": "Rue de Caumartin", - "name": "Citadium", - "opening_hours": "Mo-Fr 10:00-20:00; Su 11:30-19:30", - "phone": "+33155317400", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3286475, - 48.8745991 - ] - }, - "id": "node/1824509095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1824509104", - "name": "Adrentes Clipei", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3357676, - 48.8742801 - ] - }, - "id": "node/1824509104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1827138880", - "name": "Cadoceur", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3400452, - 48.8762595 - ] - }, - "id": "node/1827138880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1827138898", - "name": "Na Na", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3396808, - 48.8763363 - ] - }, - "id": "node/1827138898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1828600822", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "brand:wikipedia": "en:Uniqlo", - "check_date": "2024-03-26", - "contact:city": "Paris", - "contact:housenumber": "17", - "contact:phone": "+33 1 58 18 30 55", - "contact:postcode": "75009", - "contact:street": "Rue Scribe", - "contact:website": "http://www.uniqlo.fr", - "level": "0", - "name": "Uniqlo", - "opening_hours": "Mo-Sa 10:00-20:00, Su 11:00-20:00", - "shop": "clothes", - "toilets": "no", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3308851, - 48.8727804 - ] - }, - "id": "node/1828600822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1833624110", - "brand": "COS", - "brand:wikidata": "Q60772401", - "brand:wikipedia": "en:COS (clothing)", - "changing_table": "no", - "clothes": "men", - "level": "0", - "name": "COS", - "opening_hours": "Mo-Sa 10:00-20:00", - "organic": "yes", - "second_hand": "no", - "shop": "clothes", - "toilets": "no", - "website": "https://www.cosstores.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3606497, - 48.8566369 - ] - }, - "id": "node/1833624110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1842973552", - "clothes": "men", - "contact:city": "Paris", - "contact:housenumber": "17", - "contact:postcode": "75002", - "contact:street": "Rue Daunou", - "contact:website": "https://sites.google.com/site/dlmparispretaporter/", - "description": "Magasin de vêtements pour hommes", - "name": "DLM Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3308934, - 48.8697597 - ] - }, - "id": "node/1842973552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1858774991", - "contact:city": "Paris", - "contact:housenumber": "7", - "contact:postcode": "75018", - "contact:street": "Rue Ramey", - "name": "Exis", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3472886, - 48.8872764 - ] - }, - "id": "node/1858774991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1871182833", - "brand": "Louis Vuitton", - "brand:wikidata": "Q191485", - "brand:wikipedia": "en:Louis Vuitton", - "check_date": "2023-04-05", - "name": "Louis Vuitton", - "name:zh": "路易威登", - "opening_hours": "Mo-Su 10:30-19:30", - "shop": "clothes", - "website": "http://eu.louisvuitton.com/eng-e1/point-of-sale/france/louis-vuitton-paris-saint-germain-des-pres" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3328941, - 48.8541024 - ] - }, - "id": "node/1871182833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1896228900", - "check_date": "2023-06-08", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3438248, - 48.8981635 - ] - }, - "id": "node/1896228900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1928838860", - "check_date": "2024-03-16", - "name": "Miss Papillon", - "opening_hours": "Mo-Sa", - "phone": "+33 1 42363877", - "shop": "clothes", - "website": "http://www.misspapillon.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3504064, - 48.8687246 - ] - }, - "id": "node/1928838860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1930542202", - "name": "JP", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3414495, - 48.8478977 - ] - }, - "id": "node/1930542202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1930542212", - "name": "Le comptoir des marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3417397, - 48.8483488 - ] - }, - "id": "node/1930542212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1930542214", - "name": "Maryline", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.342703, - 48.8499356 - ] - }, - "id": "node/1930542214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1930542216", - "name": "Kilo Shop", - "opening_hours": "Mo-Sa 11:00-19:30, Su 14:00-19:30", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.343001, - 48.8504525 - ] - }, - "id": "node/1930542216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1930542220", - "name": "Ecclo", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3413031, - 48.8476553 - ] - }, - "id": "node/1930542220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1930542235", - "name": "Outlet shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3413783, - 48.8477748 - ] - }, - "id": "node/1930542235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1930542236", - "brand": "Sud Express", - "brand:wikidata": "Q104826254", - "clothes": "women", - "name": "Sud Express", - "opening_hours": "Tu-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.342601, - 48.8497734 - ] - }, - "id": "node/1930542236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1930542244", - "brand": "United Colors of Benetton", - "brand:wikidata": "Q817139", - "brand:wikipedia": "en:Benetton Group", - "name": "United Colors of Benetton", - "shop": "clothes", - "short_name": "Benetton", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423708, - 48.8493569 - ] - }, - "id": "node/1930542244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1930556648", - "brand": "Pimkie", - "brand:wikidata": "Q1758066", - "brand:wikipedia": "en:Pimkie", - "name": "Pimkie", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.342959, - 48.8503475 - ] - }, - "id": "node/1930556648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1983637458", - "brand": "Cyrillus", - "brand:wikidata": "Q3009179", - "brand:wikipedia": "fr:Cyrillus", - "check_date": "2023-08-29", - "name": "Cyrillus", - "opening_hours": "We-Sa 10:00-19:00, Mo 12:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3078245, - 48.8534183 - ] - }, - "id": "node/1983637458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1983648213", - "addr:city": "Paris", - "addr:street": "Avenue des Champs-Élysées", - "brand": "Dior", - "brand:wikidata": "Q542767", - "brand:wikipedia": "en:Christian Dior (fashion house)", - "name": "Dior", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2976248, - 48.8725863 - ] - }, - "id": "node/1983648213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1983648217", - "brand": "Moncler", - "brand:wikidata": "Q1548951", - "check_date": "2023-11-12", - "clothes": "women;men;children", - "contact:email": "paris-champselysees@moncler.com", - "contact:website": "https://www.moncler.com/fr-fr/storelocator/france/paris/119-avenue-des-champs-elysees", - "name": "Moncler", - "not:name": "Nespresso", - "opening_hours": "Mo-Fr 10:30-19:45; Sa 11:15-19:45; Su 11:00-19:45", - "operator": "Moncler France", - "payment:american_express": "yes", - "payment:cash": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+33178966840", - "ref:FR:SIRET": "43005079900310", - "shop": "clothes", - "start_date": "2019-12-03", - "stroller": "yes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2985022, - 48.8723231 - ] - }, - "id": "node/1983648217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1986745610", - "brand": "Celio", - "brand:wikidata": "Q2672003", - "brand:wikipedia": "en:Celio (retailer)", - "checked": "2015-12-03", - "name": "Celio", - "shop": "clothes", - "source": "knowledge", - "toilets:wheelchair": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2980488, - 48.8732019 - ] - }, - "id": "node/1986745610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1996930703", - "addr:city": "Paris", - "addr:country": "FR", - "addr:housenumber": "144", - "addr:postcode": "75010", - "addr:state": "Île-de-France", - "addr:street": "Rue La Fayette", - "atm": "no", - "description": "Location de costumes, accessoires de déguisement", - "internet_access": "no", - "name": "Aux Sept Merveilles", - "phone": "+33 1 40 36 79 88", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3550521, - 48.8786589 - ] - }, - "id": "node/1996930703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1999839286", - "atm": "no", - "brand": "Valentino", - "brand:wikidata": "Q649646", - "brand:wikipedia": "en:Valentino (fashion house)", - "contact:city": "Paris", - "contact:housenumber": "17", - "contact:postcode": "75008", - "contact:street": "Avenue Montaigne", - "internet_access": "no", - "name": "Valentino", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3035128, - 48.8658184 - ] - }, - "id": "node/1999839286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1999850308", - "addr:street": "Avenue Montaigne", - "atm": "no", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "brand:wikipedia": "en:Chanel", - "contact:city": "Paris", - "contact:housenumber": "51", - "contact:phone": "+33 1 44 50 73 00", - "contact:postcode": "75008", - "contact:website": "https://www.chanel.com/fr/", - "internet_access": "no", - "name": "Chanel", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3074433, - 48.8678583 - ] - }, - "id": "node/1999850308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2011444790", - "name": "Company Destock", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4177399, - 48.8414051 - ] - }, - "id": "node/2011444790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2021727482", - "brand": "Bonobo", - "brand:wikidata": "Q63682093", - "check_date:opening_hours": "2022-03-16", - "clothes": "men;women", - "contact:housenumber": "48", - "contact:postcode": "92120", - "contact:street": "Avenue de la République", - "name": "Bonobo", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3189961, - 48.8177988 - ] - }, - "id": "node/2021727482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2036561909", - "brand": "Givenchy", - "brand:wikidata": "Q759210", - "brand:wikipedia": "en:Givenchy", - "name": "Givenchy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3024208, - 48.8695994 - ] - }, - "id": "node/2036561909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2036561924", - "brand": "Hermès", - "brand:wikidata": "Q843887", - "brand:wikipedia": "en:Hermès", - "contact:city": "Paris", - "contact:housenumber": "42", - "contact:postcode": "75008", - "contact:street": "Avenue George V", - "name": "Hermès", - "name:zh": "爱马仕总店", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3013462, - 48.8702955 - ] - }, - "id": "node/2036561924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2038272197", - "name": "Le Marchand d'Étoile", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2411683, - 48.8379911 - ] - }, - "id": "node/2038272197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2039657538", - "brand": "Louis Vuitton", - "brand:wikidata": "Q191485", - "brand:wikipedia": "en:Louis Vuitton", - "contact:city": "Paris", - "contact:housenumber": "101", - "contact:postcode": "75008", - "contact:street": "Avenue des Champs-Élysées", - "name": "Louis Vuitton", - "name:en": "Louis Vuitton", - "name:fr": "Louis Vuitton", - "name:zh": "路易威登", - "phone": "+33 9 77 40 40 77", - "shop": "clothes", - "website": "https://eu.louisvuitton.com/eng-e1/point-of-sale/france/louis-vuitton-paris-champs-elysees", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3005258, - 48.8716418 - ] - }, - "id": "node/2039657538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2039668071", - "contact:city": "Paris", - "contact:housenumber": "44", - "contact:phone": "+33 1 47 23 42 42", - "contact:postcode": "75008", - "contact:street": "Avenue George V", - "contact:website": "https://www.plein.com", - "name": "Philipp Plein", - "payment:bitcoincash": "yes", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3012493, - 48.8707056 - ] - }, - "id": "node/2039668071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2039668081", - "contact:city": "Paris", - "contact:housenumber": "24", - "contact:postcode": "75008", - "contact:street": "Rue Marbeuf", - "name": "Bruce Field Homme", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3042643, - 48.8688942 - ] - }, - "id": "node/2039668081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2039752561", - "brand": "Ermenegildo Zegna", - "brand:wikidata": "Q1355904", - "clothes": "men", - "name": "Ermenegildo Zegna", - "phone": "+33 1 44 51 19 91", - "shop": "clothes", - "short_name": "Zegna", - "source": "survey", - "website": "https://www.zegna.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3006968, - 48.8699055 - ] - }, - "id": "node/2039752561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2039898589", - "name": "Tara Jarmon", - "payment:american_express": "yes", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+33 1 45 63 45 41", - "shop": "clothes", - "website": "https://www.tarajarmon.com/nos-boutiques/paris-champs-elysees_paris_75008/4.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3035328, - 48.8707032 - ] - }, - "id": "node/2039898589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2039904971", - "name": "Citadium", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3041764, - 48.8704916 - ] - }, - "id": "node/2039904971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2068093386", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "check_date": "2023-05-31", - "clothes": "women", - "name": "Maje", - "ref:FR:SIRET": "38254431001139", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4367867, - 48.8472637 - ] - }, - "id": "node/2068093386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2068093388", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "name": "The Kooples", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:30-19:00", - "ref:FR:SIRET": "50053950701084", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4375218, - 48.8472295 - ] - }, - "id": "node/2068093388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2074923960", - "check_date": "2024-02-22", - "name": "Euroline Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3730552, - 48.880886 - ] - }, - "id": "node/2074923960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2076413198", - "name": "Degrif des Stocks", - "opening_hours": "Mo-Sa 10:00-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3245942, - 48.8178393 - ] - }, - "id": "node/2076413198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2082032633", - "check_date": "2024-10-11", - "name": "Rémy-Styl", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423666, - 48.8930048 - ] - }, - "id": "node/2082032633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2122702499", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "brand:wikipedia": "fr:Du Pareil au Même (entreprise)", - "name": "Du Pareil au Même", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.306579, - 48.8271972 - ] - }, - "id": "node/2122702499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2125571214", - "brand": "Minelli", - "brand:wikidata": "Q61994831", - "check_date": "2024-09-06", - "name": "Minelli", - "note:fr": "vend des sac aussi", - "operator": "Vivarte", - "operator:wikidata": "Q3561446", - "operator:wikipedia": "fr:Vivarte", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3429662, - 48.8716938 - ] - }, - "id": "node/2125571214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2138310202", - "name": "Campers", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "shoes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3506397, - 48.860385 - ] - }, - "id": "node/2138310202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2138310206", - "addr:city": "Paris", - "addr:housenumber": "33", - "addr:postcode": "75004", - "addr:street": "Rue Quincampoix", - "check_date:opening_hours": "2024-10-17", - "name": "Citadium", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:30-19:30", - "phone": "+33170069989", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3500775, - 48.860511 - ] - }, - "id": "node/2138310206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2138310213", - "brand": "ASICS", - "brand:wikidata": "Q327247", - "brand:wikipedia": "en:Asics", - "name": "ASICS", - "old_name": "Nike Store", - "shop": "shoes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3496879, - 48.860605 - ] - }, - "id": "node/2138310213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2145074447", - "name": "Billy The Kid", - "opening_hours": "Tu-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3896829, - 48.844551 - ] - }, - "id": "node/2145074447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2145835680", - "addr:city": "Paris", - "addr:housenumber": "71", - "addr:postcode": "75012", - "addr:street": "Rue de Reuilly", - "name": "Silver Creek", - "phone": "+33 1 43 07 47 31", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3890948, - 48.8453293 - ] - }, - "id": "node/2145835680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2146056941", - "addr:city": "Paris", - "addr:housenumber": "5", - "addr:postcode": "75001", - "addr:street": "Rue des Innocents", - "name": "Schott", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3478718, - 48.8603308 - ] - }, - "id": "node/2146056941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2161521571", - "name": "Attache Cœur", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2373703, - 48.8805436 - ] - }, - "id": "node/2161521571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2161971855", - "addr:city": "Paris", - "addr:housenumber": "6", - "addr:postcode": "75001", - "addr:street": "Rue Pierre Lescot", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "brand:wikipedia": "en:Foot Locker", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "shoes", - "source": "survey", - "survey:date": "2022-11-05", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3480833, - 48.861327 - ] - }, - "id": "node/2161971855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2166859755", - "name": "Best Mountain", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3037964, - 48.8706224 - ] - }, - "id": "node/2166859755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2167570374", - "addr:city": "Puteaux", - "addr:housenumber": "35", - "addr:postcode": "92800", - "addr:street": "Rue Eugène Eichenberger", - "brand": "La Halle aux Chaussures", - "brand:wikidata": "Q62390731", - "check_date": "2024-11-09", - "name": "Chausséa", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 1 41 38 95 07", - "shop": "shoes", - "website": "https://www.lahalle.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2372756, - 48.8813632 - ] - }, - "id": "node/2167570374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2184101520", - "name": "Hoa Ly", - "shop": "clothes", - "website": "http://www.hoaly.fr", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3627688, - 48.8229044 - ] - }, - "id": "node/2184101520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2184295200", - "brand": "Au vieux campeur", - "brand:wikidata": "Q2409646", - "brand:wikipedia": "fr:Au vieux campeur", - "description": "Sacs à dos - Portage Porte-bébés", - "name": "Au vieux campeur", - "opening_hours": "Mo-We,Fr 11:00-19:30; Th 11:00-21:00; Sa 10:00-19:30", - "phone": "+33 1 53 10 48 46", - "shop": "bag", - "survey:date": "2024-05-23", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3473268, - 48.8505604 - ] - }, - "id": "node/2184295200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2191773986", - "clothes": "denim", - "name": "Jean's Maverick", - "shop": "clothes", - "website": "https://repairjeans.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3602359, - 48.8156236 - ] - }, - "id": "node/2191773986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2193289262", - "name": "MZR Chic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3494585, - 48.8258722 - ] - }, - "id": "node/2193289262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2195019201", - "brand": "Promod", - "brand:wikidata": "Q3407429", - "brand:wikipedia": "en:Promod", - "contact:housenumber": "83", - "contact:postcode": "75014", - "contact:street": "Avenue du Général Leclerc", - "name": "Promod", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3270133, - 48.8275002 - ] - }, - "id": "node/2195019201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2195019205", - "brand": "Celio", - "brand:wikidata": "Q2672003", - "brand:wikipedia": "en:Celio (retailer)", - "contact:housenumber": "83", - "contact:postcode": "75014", - "contact:street": "Avenue du Général Leclerc", - "name": "Celio", - "shop": "clothes", - "url": "http://www.celio.com/magasins/france/paris-general-leclerc-paris_sr15399_frfr.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3269747, - 48.8274196 - ] - }, - "id": "node/2195019205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2239327031", - "contact:city": "Paris", - "contact:housenumber": "202", - "contact:phone": "+33 9 50 68 83 70", - "contact:postcode": "75015", - "contact:street": "Rue de la Convention", - "name": "Outlet Store", - "opening_hours": "Mo-Su 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2968524, - 48.836983 - ] - }, - "id": "node/2239327031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2239344491", - "brand": "Antonelle", - "brand:wikidata": "Q105082567", - "name": "Antonelle", - "opening_hours": "Mo 11:00-19:00, Tu-Sa 10:00-19:00, Su 10:00-14:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2973004, - 48.8368521 - ] - }, - "id": "node/2239344491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2256148294", - "contact:city": "Paris", - "contact:housenumber": "7", - "contact:postcode": "75015", - "contact:street": "Boulevard Victor", - "name": "Des Griffes Boulevard", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2824172, - 48.8351839 - ] - }, - "id": "node/2256148294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2256148299", - "contact:city": "Paris", - "contact:housenumber": "7", - "contact:postcode": "75015", - "contact:street": "Boulevard Victor", - "name": "Des Griffes Boulevard", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2820477, - 48.8352961 - ] - }, - "id": "node/2256148299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2258874831", - "contact:city": "Paris", - "contact:housenumber": "88", - "contact:postcode": "75015", - "contact:street": "Boulevard Lefebvre", - "name": "Pop'Up Chaussures", - "shop": "shoes", - "source": "survey 2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3001342, - 48.8286516 - ] - }, - "id": "node/2258874831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2273162701", - "check_date:opening_hours": "2022-11-12", - "name": "Caprices...", - "opening_hours": "Mo-Sa 10:00-20:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3255288, - 48.8242674 - ] - }, - "id": "node/2273162701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2273222575", - "contact:city": "Paris", - "contact:housenumber": "135", - "contact:postcode": "75015", - "contact:street": "Rue Saint-Charles", - "name": "Jessica", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2830739, - 48.8436044 - ] - }, - "id": "node/2273222575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2273249435", - "contact:city": "Paris", - "contact:housenumber": "164", - "contact:postcode": "75015", - "contact:street": "Rue Saint-Charles", - "name": "Elegantissimo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2810761, - 48.8417685 - ] - }, - "id": "node/2273249435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2275170524", - "name": "Riquet Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3623566, - 48.8898928 - ] - }, - "id": "node/2275170524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2278728876", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3611654, - 48.8905158 - ] - }, - "id": "node/2278728876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2279510082", - "name": "Akeas", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3596824, - 48.8899991 - ] - }, - "id": "node/2279510082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2285154161", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3608708, - 48.8901925 - ] - }, - "id": "node/2285154161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2291911679", - "check_date": "2023-07-06", - "contact:housenumber": "15", - "contact:street": "Rue de Lourmel", - "name": "Garrice Stock", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2916234, - 48.8496674 - ] - }, - "id": "node/2291911679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2301459149", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3573107, - 48.8271081 - ] - }, - "id": "node/2301459149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2301459170", - "name": "Salimar", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3573574, - 48.8269395 - ] - }, - "id": "node/2301459170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2301505902", - "check_date:opening_hours": "2024-04-07", - "name": "Shanghai", - "opening_hours:signed": "no", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3604688, - 48.8263187 - ] - }, - "id": "node/2301505902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2301882948", - "check_date": "2024-03-19", - "check_date:opening_hours": "2021-08-27", - "name": "Maroquinerie Chagal", - "opening_hours": "Tu-Sa 11:00-19:00; Mo 14:00-19:00", - "shop": "bag", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3566616, - 48.8271502 - ] - }, - "id": "node/2301882948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2301882954", - "check_date": "2024-03-19", - "name": "Place des Marques", - "opening_hours:signed": "no", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3566685, - 48.8271259 - ] - }, - "id": "node/2301882954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2305186091", - "name": "Vert d'O", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3601651, - 48.8909811 - ] - }, - "id": "node/2305186091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2305186096", - "name": "Destock New York", - "shop": "clothes", - "source": "Observations personnelles" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3603879, - 48.8910437 - ] - }, - "id": "node/2305186096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2310467209", - "name": "Chausse Confort", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3600922, - 48.8890559 - ] - }, - "id": "node/2310467209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2310467226", - "name": "chokdii", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3600444, - 48.8917645 - ] - }, - "id": "node/2310467226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2333199140", - "contact:city": "Paris", - "contact:housenumber": "66", - "contact:postcode": "75004", - "contact:street": "Rue Saint-Antoine", - "name": "Free'P'Star St. Antoine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3633983, - 48.8545123 - ] - }, - "id": "node/2333199140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2338056770", - "check_date": "2024-11-01", - "name": "L'atelier 49", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4351065, - 48.8468405 - ] - }, - "id": "node/2338056770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2342410364", - "branch": "Lingerie", - "brand": "Celine", - "check_date": "2024-11-01", - "clothes": "luxury", - "name": "Céline Lingerie", - "not:brand:wikidata": "Q948531", - "ref:FR:SIRET": "41791228400011", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4353634, - 48.846928 - ] - }, - "id": "node/2342410364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2347218353", - "check_date": "2023-09-07", - "name": "Bella Storia", - "opening_hours": "Mo-Fr 10:30-14:00, Mo-Sa 15:00-19:30, Sa 10:30-19:30", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4347649, - 48.8481071 - ] - }, - "id": "node/2347218353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2347882870", - "brand": "GANT", - "brand:wikidata": "Q1493667", - "name": "GANT", - "opening_hours": "Mo-We 10:00-19:00; Th-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3288785, - 48.8698753 - ] - }, - "id": "node/2347882870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2350539212", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3687532, - 48.8868218 - ] - }, - "id": "node/2350539212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2352375201", - "name": "Curling", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.335882, - 48.8514105 - ] - }, - "id": "node/2352375201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2358812839", - "addr:city": "Paris", - "addr:housenumber": "9", - "addr:postcode": "75003", - "addr:street": "Place de la République", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "check_date": "2024-07-06", - "clothes": "underwear", - "level": "0", - "name": "Etam", - "opening_hours": "Mo 11:00-19:30 ; Tu-Sa 10:00-19:30", - "shop": "clothes", - "website": "https://www.etam.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3640514, - 48.8666108 - ] - }, - "id": "node/2358812839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2365654398", - "check_date:opening_hours": "2024-11-05", - "name": "Ane Thon", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4362701, - 48.8482245 - ] - }, - "id": "node/2365654398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2365654401", - "check_date": "2023-08-09", - "check_date:opening_hours": "2024-03-13", - "name": "La Bomba", - "opening_hours": "Mo 15:00-19:30; Tu-Th 10:30-19:30; Fr 10:30-17:30; Su 10:30-16:30; Sa off", - "ref:FR:SIRET": "42890719000022", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4356452, - 48.8482765 - ] - }, - "id": "node/2365654401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2365885184", - "name": "Gizelle Élégance", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3514873, - 48.8162412 - ] - }, - "id": "node/2365885184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2367339643", - "addr:city": "Paris", - "addr:housenumber": "111", - "addr:postcode": "75003", - "addr:street": "Boulevard Beaumarchais", - "check_date": "2024-06-30", - "name": "Merci", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+331 42 77 00 33", - "shop": "clothes", - "website": "https://merci-merci.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3669292, - 48.8607708 - ] - }, - "id": "node/2367339643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2367535314", - "name": "Phemerie", - "opening_hours": "Tu-Sa 11:00-19:00; Su 12:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3647742, - 48.862209 - ] - }, - "id": "node/2367535314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2386622176", - "name": "Vivaldi", - "shop": "shoes", - "source": "survey 2013", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3565331, - 48.8564455 - ] - }, - "id": "node/2386622176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2387355914", - "check_date": "2024-11-11", - "check_date:opening_hours": "2024-11-11", - "name": "Les stocks du Marais", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:30-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3701184, - 48.8715276 - ] - }, - "id": "node/2387355914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2387978826", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "brand:wikipedia": "fr:Zadig & Voltaire", - "name": "Zadig & Voltaire", - "shop": "clothes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3643336, - 48.8562216 - ] - }, - "id": "node/2387978826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2387979284", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "check_date": "2023-04-15", - "level": "0", - "name": "The Kooples", - "shop": "clothes", - "source": "survey 2013", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3647291, - 48.8564231 - ] - }, - "id": "node/2387979284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2388380596", - "name": "Modella", - "shop": "shoes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3648792, - 48.853753 - ] - }, - "id": "node/2388380596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2388380597", - "name": "Tera Bora", - "shop": "clothes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.364803, - 48.8537661 - ] - }, - "id": "node/2388380597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2388389822", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "name": "Jonak", - "shop": "shoes", - "source": "survey 2013", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3648052, - 48.8540788 - ] - }, - "id": "node/2388389822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2388389823", - "name": "Les Petites Parisiennes", - "shop": "shoes", - "source": "survey 2013", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3647408, - 48.8540886 - ] - }, - "id": "node/2388389823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389188910", - "name": "Rynshu", - "shop": "clothes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.364595, - 48.855972 - ] - }, - "id": "node/2389188910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389209758", - "name": "Amin Kader", - "shop": "clothes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3664283, - 48.8550593 - ] - }, - "id": "node/2389209758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389221531", - "check_date": "2023-04-15", - "name": "Pourchet", - "opening_hours": "Mo-Su 11:00-14:00,15:00-19:00", - "shop": "bag", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3644252, - 48.8555345 - ] - }, - "id": "node/2389221531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389246943", - "brand": "Camper", - "brand:wikidata": "Q1030922", - "brand:wikipedia": "en:Camper (company)", - "name": "Camper", - "shop": "shoes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3636699, - 48.8565877 - ] - }, - "id": "node/2389246943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389246945", - "name": "Majestic Filatures", - "opening_hours": "Mo-Sa 10:30-19:30; Su 11:00-19:00", - "shop": "clothes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3638455, - 48.8565428 - ] - }, - "id": "node/2389246945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389258698", - "brand": "American Vintage", - "brand:wikidata": "Q2422884", - "brand:wikipedia": "fr:American Vintage", - "check_date": "2023-04-15", - "name": "American Vintage", - "shop": "clothes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3632513, - 48.8568654 - ] - }, - "id": "node/2389258698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389264964", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "clothes": "women", - "name": "Maje", - "shop": "clothes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3629948, - 48.8569234 - ] - }, - "id": "node/2389264964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389269187", - "name": "Nina Jacob", - "shop": "clothes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624996, - 48.856929 - ] - }, - "id": "node/2389269187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389269188", - "check_date": "2022-09-30", - "name": "Ekyog", - "opening_hours": "Mo-Sa 11:00-19:30; Su 13:00-19:30", - "shop": "clothes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3626994, - 48.8568667 - ] - }, - "id": "node/2389269188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389298899", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "check_date": "2022-09-30", - "name": "Princesse tam.tam", - "shop": "clothes", - "source": "survey 2013", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3612704, - 48.8573609 - ] - }, - "id": "node/2389298899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389300817", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "clothes": "women", - "name": "Ba&sh", - "shop": "clothes", - "source": "survey 2013", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3612747, - 48.8575105 - ] - }, - "id": "node/2389300817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389301021", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "name": "Jonak", - "shop": "shoes", - "source": "survey 2020" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3611543, - 48.8575593 - ] - }, - "id": "node/2389301021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389304165", - "addr:city": "Paris", - "brand": "Aubade", - "brand:wikidata": "Q2870536", - "brand:wikipedia": "fr:Aubade (lingerie)", - "check_date": "2024-08-04", - "clothes": "underwear", - "name": "Aubade", - "shop": "clothes", - "source": "survey 2013", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3606653, - 48.8575793 - ] - }, - "id": "node/2389304165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389304166", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "brand:wikipedia": "fr:Comptoir des Cotonniers", - "check_date": "2023-07-15", - "name": "Comptoir des Cotonniers", - "shop": "clothes", - "source": "survey 2013", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3605555, - 48.8576247 - ] - }, - "id": "node/2389304166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389309642", - "check_date": "2023-07-15", - "name": "Gérard Darel", - "shop": "clothes", - "source": "survey 2013", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3599733, - 48.8579302 - ] - }, - "id": "node/2389309642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389310269", - "name": "Les Petites...", - "shop": "clothes", - "source": "survey 2013", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3597302, - 48.8580518 - ] - }, - "id": "node/2389310269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389311356", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q113516684", - "brand:wikipedia": "fr:Claudie Pierlot", - "check_date:opening_hours": "2024-12-01", - "clothes": "women", - "name": "Claudie Pierlot", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-19:00", - "shop": "clothes", - "source": "survey 2013", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3598364, - 48.8581991 - ] - }, - "id": "node/2389311356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389311357", - "name": "Mellow Yellow", - "shop": "shoes", - "source": "survey 2013", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3596663, - 48.8580854 - ] - }, - "id": "node/2389311357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389313449", - "check_date": "2023-07-15", - "name": "Sessùn", - "shop": "clothes", - "source": "survey 2019", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3594954, - 48.8581817 - ] - }, - "id": "node/2389313449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389313450", - "check_date": "2023-07-15", - "name": "Zapa", - "shop": "clothes", - "source": "survey 2019", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3594424, - 48.8582122 - ] - }, - "id": "node/2389313450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389314287", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "name": "Sandro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3587936, - 48.8585167 - ] - }, - "id": "node/2389314287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389315295", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "brand:wikipedia": "fr:Zadig & Voltaire", - "check_date": "2023-07-15", - "name": "Zadig & Voltaire", - "shop": "clothes", - "source": "survey 2013", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3589293, - 48.8586947 - ] - }, - "id": "node/2389315295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389315296", - "alt_name": "Salomon Sports", - "brand": "Salomon", - "brand:wikidata": "Q2120822", - "clothes": "outdoor;sports", - "name": "Salomon", - "shop": "clothes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.35882, - 48.858829 - ] - }, - "id": "node/2389315296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389318674", - "name": "maison lurex", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-19:00", - "shop": "clothes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3583233, - 48.8588427 - ] - }, - "id": "node/2389318674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389318675", - "shop": "clothes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3582411, - 48.8588902 - ] - }, - "id": "node/2389318675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389318676", - "check_date": "2023-07-15", - "name": "Antoine&Lili", - "shop": "clothes", - "source": "survey 2013", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3583848, - 48.8588028 - ] - }, - "id": "node/2389318676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2391830620", - "name": "labdip", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3682702, - 48.8596235 - ] - }, - "id": "node/2391830620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2394065565", - "addr:city": "Paris", - "addr:postcode": "75001", - "description": "Anciennement : Gold Foot", - "name": "Sissor", - "shop": "clothes", - "source": "survey 2013", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3491315, - 48.8615076 - ] - }, - "id": "node/2394065565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2395413228", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "check_date": "2023-08-16", - "name": "Caroll", - "opening_hours": "Tu-Fr 10:00-19:00; Mo 13:30-19:00; Sa 10:00-19:30", - "ref:FR:SIRET": "33238956800038", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4355429, - 48.8473129 - ] - }, - "id": "node/2395413228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2395413239", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "check_date": "2023-08-16", - "clothes": "underwear", - "name": "Etam", - "ref:FR:SIRET": "47835575300185", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4356827, - 48.8473074 - ] - }, - "id": "node/2395413239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2395413240", - "brand:wikidata": "Q3123882", - "check_date": "2023-08-16", - "name": "Gérard Darel", - "ref:FR:SIRET": "81411679400979", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4362649, - 48.8472843 - ] - }, - "id": "node/2395413240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2395413241", - "check_date": "2024-11-05", - "name": "Ilva", - "opening_hours": "Mo-Fr 10:30-19:15; Sa 10:30-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4361927, - 48.8472872 - ] - }, - "id": "node/2395413241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2395413243", - "check_date": "2023-08-16", - "name": "Maison 1 2 3", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "ref:FR:SIRET": "44460046402297", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.435453, - 48.8473165 - ] - }, - "id": "node/2395413243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2395413254", - "check_date": "2023-08-16", - "name": "Mellow Yellow", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "ref:FR:SIRET": "44504719400110", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4366327, - 48.8472698 - ] - }, - "id": "node/2395413254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2395413255", - "brand": "NAF NAF", - "brand:wikidata": "Q3334188", - "brand:wikipedia": "fr:Naf Naf", - "check_date": "2023-08-16", - "name": "NAF NAF", - "opening_hours": "Tu-Sa 10:00-19:30", - "ref:FR:SIRET": "30034580802331", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4359715, - 48.8472959 - ] - }, - "id": "node/2395413255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2395413259", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "check_date": "2023-08-16", - "name": "Calzedonia", - "ref:FR:SIRET": "84141323000027", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4358215, - 48.8473019 - ] - }, - "id": "node/2395413259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2395413263", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "check_date": "2024-11-05", - "clothes": "children", - "name": "Jacadi", - "ref:FR:SIRET": "89459596600041", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4361324, - 48.8472896 - ] - }, - "id": "node/2395413263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2404825153", - "construction": "yes", - "name": "Oliver Grant", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2402524, - 48.8375778 - ] - }, - "id": "node/2404825153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405146657", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "brand:wikipedia": "fr:IKKS", - "check_date": "2023-11-23", - "level": "0", - "name": "Ikks", - "operator": "IKKS", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2396765, - 48.8368872 - ] - }, - "id": "node/2405146657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405146659", - "brand": "Aigle", - "brand:wikidata": "Q404391", - "brand:wikipedia": "fr:Aigle (entreprise)", - "check_date": "2023-11-23", - "level": "0", - "name": "Aigle", - "operator": "Aigle", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2398036, - 48.8369066 - ] - }, - "id": "node/2405146659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405146671", - "check_date": "2023-11-23", - "level": "0", - "operator": "Le Tanneur", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2398044, - 48.837311 - ] - }, - "id": "node/2405146671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405146674", - "brand": "Geox", - "brand:wikidata": "Q588001", - "brand:wikipedia": "en:Geox", - "check_date": "2023-11-23", - "level": "0", - "name": "Geox", - "operator": "Geox", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2397664, - 48.8374723 - ] - }, - "id": "node/2405146674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405146675", - "check_date": "2023-11-23", - "level": "0", - "operator": "Alain Figaret", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2399177, - 48.8374805 - ] - }, - "id": "node/2405146675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943784", - "brand": "Des Petits Hauts", - "brand:wikidata": "Q104197445", - "clothes": "women", - "name": "Des Petits Hauts", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "47986777200143", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4371073, - 48.8475031 - ] - }, - "id": "node/2405943784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943786", - "check_date": "2024-04-21", - "name": "Talha Monde", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:00-13:00,14:00-19:00", - "ref:FR:SIRET": "84217759400012", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4379728, - 48.8470623 - ] - }, - "id": "node/2405943786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943787", - "brand": "Bocage", - "brand:wikidata": "Q104599699", - "check_date": "2023-12-20", - "name": "Bocage", - "opening_hours": "Mo 10:30-13:30,14:30-19:30; Tu-Sa 10:00-19:30", - "ref:FR:SIRET": "68980022501623", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4370862, - 48.8470599 - ] - }, - "id": "node/2405943787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943790", - "brand": "Celio", - "brand:wikidata": "Q2672003", - "brand:wikipedia": "en:Celio (retailer)", - "check_date": "2023-09-08", - "name": "Celio", - "opening_hours": "Mo-Sa 10:00-19:30", - "ref:FR:SIRET": "31333485605347", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.43565, - 48.8471407 - ] - }, - "id": "node/2405943790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943791", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "clothes": "women", - "name": "Ba&sh", - "opening_hours": "Tu-Sa 10:30-19:30; Mo 13:00-19:30", - "ref:FR:SIRET": "44915889800485", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4370851, - 48.8474011 - ] - }, - "id": "node/2405943791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943793", - "name": "Compagnie de Californie", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4368374, - 48.8474877 - ] - }, - "id": "node/2405943793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943794", - "brand": "Faguo", - "brand:wikidata": "Q48752850", - "name": "Faguo", - "opening_hours": "Mo-Sa 10:30-19:30", - "ref:FR:SIRET": "50882266500297", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4359578, - 48.8471261 - ] - }, - "id": "node/2405943794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943798", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "brand:wikipedia": "fr:Du Pareil au Même (entreprise)", - "check_date": "2023-09-08", - "clothes": "children", - "name": "Du Pareil au Même", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "32601977500658", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4358691, - 48.8471303 - ] - }, - "id": "node/2405943798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943799", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "check_date": "2023-12-20", - "name": "Jonak", - "ref:FR:SIRET": "47789770600040", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4371845, - 48.8479685 - ] - }, - "id": "node/2405943799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943805", - "brand": "Kookaï", - "brand:wikidata": "Q1783759", - "brand:wikipedia": "fr:Kookaï", - "check_date": "2023-08-16", - "name": "Kookaï", - "opening_hours": "Tu-Fr 10:30-19:30; Mo 14:30-19:30; Sa 10:00-19:30", - "ref:FR:SIRET": "39929299401682", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4379042, - 48.8470644 - ] - }, - "id": "node/2405943805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943806", - "check_date:opening_hours": "2024-09-19", - "name": "Petite Mendigote", - "opening_hours": "Mo 13:00-19:00; Tu-Fr 11:00-14:00,14:45-19:00; Sa 10:30-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "ref:FR:SIRET": "44428208100124", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4368884, - 48.8478215 - ] - }, - "id": "node/2405943806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943808", - "brand": "Mephisto", - "brand:wikidata": "Q822975", - "brand:wikipedia": "fr:Mephisto (chaussure)", - "check_date:opening_hours": "2023-09-08", - "name": "Mephisto", - "opening_hours": "Tu-Sa 10:00-13:30,14:30-19:00; Mo 14:00-19:00", - "ref:FR:SIRET": "30253587700211", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4368749, - 48.8477685 - ] - }, - "id": "node/2405943808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943814", - "name": "ElevenParis", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4376838, - 48.8470713 - ] - }, - "id": "node/2405943814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943816", - "clothes": "women", - "name": "Zapa", - "opening_hours": "Tu-Sa 11:00-19:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4357137, - 48.8471377 - ] - }, - "id": "node/2405943816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943817", - "check_date": "2024-11-05", - "name": "Parallèles", - "ref:FR:SIRET": "35155391200012", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4371196, - 48.8476388 - ] - }, - "id": "node/2405943817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943819", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "check_date": "2023-08-16", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 1 58 64 33 28", - "ref:FR:SIRET": "30529134601006", - "shop": "clothes", - "website": "https://stores.petit-bateau.com/france/vincennes/21-23-rue-du-midi", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4362142, - 48.8471139 - ] - }, - "id": "node/2405943819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943821", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "clothes": "underwear", - "name": "Princesse tam.tam", - "opening_hours": "Tu-Fr 11:00-13:30,14:30-19:00; Mo,Sa 11:00-19:00", - "ref:FR:SIRET": "32761140600437", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4374247, - 48.8472381 - ] - }, - "id": "node/2405943821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943822", - "check_date": "2023-08-16", - "name": "Remake", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "45102013500013", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4373812, - 48.8470807 - ] - }, - "id": "node/2405943822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943823", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "check_date": "2023-08-16", - "name": "Sandro", - "opening_hours": "Tu-Sa 10:30-19:30; Mo 13:30-19:30", - "ref:FR:SIRET": "31942731600223", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4384297, - 48.8470406 - ] - }, - "id": "node/2405943823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943824", - "check_date:opening_hours": "2023-01-03", - "name": "Spotland", - "ref:FR:SIRET": "40340983200017", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4385737, - 48.8470378 - ] - }, - "id": "node/2405943824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943826", - "brand": "Sud Express", - "brand:wikidata": "Q104826254", - "check_date:opening_hours": "2024-01-24", - "clothes": "women", - "name": "Sud Express", - "opening_hours:signed": "no", - "ref:FR:SIRET": "30970699200521", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4373012, - 48.8470832 - ] - }, - "id": "node/2405943826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943827", - "check_date": "2023-08-16", - "name": "Sulky", - "opening_hours": "Tu-Sa 10:00-13:00,14:30-19:30, Su 10:00-13:00", - "ref:FR:SIRET": "63205139700024", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4349774, - 48.8471687 - ] - }, - "id": "node/2405943827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943828", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q2978447", - "check_date": "2023-08-16", - "check_date:opening_hours": "2024-03-06", - "clothes": "women", - "name": "Claudie Pierlot", - "opening_hours": "Tu-Sa 10:30-19:30; Mo 13:30-19:30", - "ref:FR:SIRET": "32875985700597", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4375858, - 48.8470743 - ] - }, - "id": "node/2405943828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2405943832", - "branch": "Women", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "check_date": "2024-04-21", - "clothes": "women", - "contact:email": "serviceclient.boutiques@ikks.com", - "contact:facebook": "https://www.facebook.com/ikks", - "contact:phone": "+33 1 43 28 55 20", - "contact:twitter": "https://twitter.com/ikks616", - "name": "Ikks", - "opening_hours": "Mo 14:00-19:30; Tu-We,Fr-Sa 10:00-19:30; Th 10:30-13:30,14:30-19:30", - "ref:FR:SIRET": "47996096502202", - "shop": "clothes", - "website": "https://stores.ikks.com/fr_fr/boutique/vincennes/ikks-women-vincennes/22c445fecf06ba0a16ec9f3539df54ea", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4377534, - 48.8470713 - ] - }, - "id": "node/2405943832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2414859319", - "addr:housenumber": "23", - "addr:street": "Rue Robert Giraudineau", - "email": "lasuitevincennes@gmail.com", - "name": "La Suite", - "opening_hours": "Tu-Sa 11:00-19:00", - "phone": "+33 1 43 91 24 33", - "ref:FR:SIRET": "91429408700012", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4350413, - 48.8459068 - ] - }, - "id": "node/2414859319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2428529787", - "check_date": "2023-09-06", - "name": "Antonelle", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 12:00-19:00", - "ref:FR:SIRET": "34408028801319", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4367944, - 48.8458235 - ] - }, - "id": "node/2428529787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2428529795", - "brand": "Arthur", - "brand:wikidata": "Q104196818", - "check_date": "2023-05-31", - "check_date:opening_hours": "2023-10-03", - "name": "Arthur", - "opening_hours": "Tu-Sa 10:00-14:00,15:00-19:00; Mo 14:30-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4370435, - 48.846928 - ] - }, - "id": "node/2428529795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2428529820", - "name": "Devernois", - "opening_hours": "Tu-Sa 10:30-13:30,15:00-19:00", - "ref:FR:SIRET": "32173632401052", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4364491, - 48.8456624 - ] - }, - "id": "node/2428529820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2428529826", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "brand:wikipedia": "fr:Éram", - "check_date": "2024-06-10", - "check_date:opening_hours": "2024-06-10", - "name": "Éram", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4370196, - 48.8468346 - ] - }, - "id": "node/2428529826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2428529842", - "check_date:opening_hours": "2024-09-17", - "name": "Finsbury", - "opening_hours": "Mo-Sa 10:30-19:30", - "ref:FR:SIRET": "53139731300010", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4364782, - 48.845808 - ] - }, - "id": "node/2428529842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2428529851", - "check_date": "2023-09-06", - "check_date:opening_hours": "2024-06-13", - "name": "Jess", - "opening_hours:signed": "no", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "ref:FR:SIRET": "90191744300011", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4366902, - 48.8452819 - ] - }, - "id": "node/2428529851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2428529867", - "check_date": "2024-06-10", - "check_date:opening_hours": "2024-01-02", - "name": "Lola Jones", - "opening_hours": "Mo-Sa 10:30-19:30", - "ref:FR:SIRET": "39265807600048", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4366796, - 48.8468138 - ] - }, - "id": "node/2428529867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2428529870", - "name": "Cachoou", - "opening_hours": "Mo,Tu,Th,Fr 10:00-13:00,14:00-19:00; We,Sa 10:00-19:30", - "ref:FR:SIRET": "80995612100051", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4364696, - 48.8457654 - ] - }, - "id": "node/2428529870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2428529873", - "check_date": "2023-12-20", - "clothes": "underwear", - "name": "Ysé", - "opening_hours": "Tu-Sa 10:30-19:30", - "ref:FR:SIRET": "53437604100214", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4370573, - 48.8469981 - ] - }, - "id": "node/2428529873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2429920488", - "brand": "Kiabi", - "brand:website": "http://kiabi.com", - "brand:wikidata": "Q3196299", - "brand:wikipedia": "fr:Kiabi", - "check_date": "2024-03-11", - "name": "Kiabi", - "opening_hours": "Mo-Sa 10:00-19:30; Su 11:00-19:00", - "phone": "+33 9 73 21 99 84", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3806382, - 48.8586477 - ] - }, - "id": "node/2429920488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2449418755", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "brand:wikipedia": "fr:Éram", - "contact:city": "Paris", - "contact:housenumber": "102", - "contact:postcode": "75015", - "contact:street": "Rue Saint-Charles", - "name": "Éram", - "opening_hours": "Tu-Sa 10:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2843808, - 48.8454888 - ] - }, - "id": "node/2449418755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2449440155", - "contact:city": "Paris", - "contact:housenumber": "105", - "contact:postcode": "75015", - "contact:street": "Rue Saint-Charles", - "name": "Kenzie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.284764, - 48.8456004 - ] - }, - "id": "node/2449440155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2449445771", - "contact:city": "Paris", - "contact:housenumber": "96", - "contact:postcode": "75015", - "contact:street": "Rue Saint-Charles", - "contact:website": "https://www.bisboutiquesolidaire.fr/", - "name": "BIS Boutique Solidaire", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2846462, - 48.8458771 - ] - }, - "id": "node/2449445771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2458067898", - "contact:city": "Paris", - "contact:housenumber": "9", - "contact:postcode": "75015", - "contact:street": "Place Charles Michels", - "name": "Maroquinerie Charles Michels", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2861641, - 48.8469248 - ] - }, - "id": "node/2458067898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2458280771", - "contact:city": "Paris", - "contact:housenumber": "93", - "contact:postcode": "75015", - "contact:street": "Rue Saint-Charles", - "opening_hours": "Mo-Sa 10:30-14:15,15:15-19:20", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2853124, - 48.8462249 - ] - }, - "id": "node/2458280771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2458325625", - "contact:city": "Paris", - "contact:housenumber": "99", - "contact:postcode": "75015", - "contact:street": "Rue Saint-Charles", - "name": "Bel Chou’s", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2850418, - 48.8459137 - ] - }, - "id": "node/2458325625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2458325627", - "contact:city": "Paris", - "contact:housenumber": "101 bis", - "contact:postcode": "75015", - "contact:street": "Rue Saint-Charles", - "name": "Atmosphère", - "opening_hours": "Tu-Sa 10:30-19:30; Mo 13:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2849464, - 48.8458029 - ] - }, - "id": "node/2458325627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2465408432", - "name": "Benny", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3649233, - 48.8639371 - ] - }, - "id": "node/2465408432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2468805331", - "brand": "Promod", - "brand:wikidata": "Q3407429", - "brand:wikipedia": "en:Promod", - "contact:city": "Paris", - "contact:housenumber": "60", - "contact:phone": "+33 1 45 26 01 11", - "contact:postcode": "75009", - "contact:street": "Rue de Caumartin", - "contact:website": "http://www.promod.fr", - "level": "0", - "name": "Promod", - "opening_hours": "Mo-Sa 09:30-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3285653, - 48.8751131 - ] - }, - "id": "node/2468805331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2469086268", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "clothes": "underwear", - "name": "Etam", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3281784, - 48.8756382 - ] - }, - "id": "node/2469086268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2469086271", - "name": "la piscine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3286029, - 48.8756797 - ] - }, - "id": "node/2469086271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2469086275", - "name": "Eden", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3281619, - 48.8758514 - ] - }, - "id": "node/2469086275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2478201168", - "addr:city": "Paris", - "addr:postcode": "75001", - "addr:street": "Rue Montmartre", - "name": "Berenice", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3455174, - 48.864297 - ] - }, - "id": "node/2478201168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2478201174", - "alt_name": "COSMOPARIS", - "brand": "COS", - "brand:wikidata": "Q60772401", - "brand:wikipedia": "en:COS (clothing)", - "check_date": "2023-04-16", - "clothes": "women", - "level": "0", - "name": "COS", - "opening_hours": "Mo-Sa 10:00-20:00", - "second_hand": "no", - "shop": "clothes", - "source": "survey 12/2017", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.344793, - 48.8659266 - ] - }, - "id": "node/2478201174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2478201180", - "addr:city": "Paris", - "addr:postcode": "75001", - "brand": "Cotélac", - "brand:wikidata": "Q2998637", - "brand:wikipedia": "fr:Cotélac", - "level": "0", - "name": "Cotélac", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "toilets": "no", - "wheelchair": "designated" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454744, - 48.8643796 - ] - }, - "id": "node/2478201180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2478201188", - "level": "0", - "name": "Schmoove", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3450333, - 48.8653755 - ] - }, - "id": "node/2478201188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2478201202", - "addr:city": "Paris", - "addr:postcode": "75002", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "check_date": "2024-09-15", - "level": "0", - "name": "Jonak", - "opening_hours": "Mo-Sa 10:30-14:00,15:00-19:00", - "shop": "shoes", - "source": "survey 12/2017", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3444709, - 48.8666226 - ] - }, - "id": "node/2478201202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2478201214", - "addr:city": "Paris", - "addr:postcode": "75001", - "addr:street": "Rue Montmartre", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "brand:wikipedia": "fr:Maje", - "clothes": "women", - "name": "Maje", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3451034, - 48.8645833 - ] - }, - "id": "node/2478201214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2478201226", - "contact:city": "Paris", - "contact:housenumber": "36", - "contact:postcode": "75002", - "contact:street": "Rue Étienne Marcel", - "level": "0", - "name": "Replay", - "opening_hours": "Mo-Fr 11:00-19:30; Sa 10:30-19:30; Su off", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "source": "survey 12/2017", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3448327, - 48.8650216 - ] - }, - "id": "node/2478201226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2478201230", - "check_date": "2024-10-13", - "clothes": "underwear; women", - "level": "0", - "name": "Un Amour de Lingerie", - "shop": "clothes", - "source": "survey 12/2017", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3445088, - 48.8665547 - ] - }, - "id": "node/2478201230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2478201234", - "addr:city": "Paris", - "addr:postcode": "75001", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "brand:wikipedia": "fr:Zadig & Voltaire", - "name": "Zadig & Voltaire", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3453311, - 48.8641555 - ] - }, - "id": "node/2478201234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2478201289", - "addr:city": "Paris", - "name": "L'Érébus", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3441243, - 48.8673156 - ] - }, - "id": "node/2478201289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2478201291", - "check_date": "2024-09-15", - "contact:email": "contact@58m.fr", - "contact:phone": "+33 1 40 26 61 01", - "contact:website": "https://www.58m.fr", - "level": "0", - "name": "58m.", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449878, - 48.8654813 - ] - }, - "id": "node/2478201291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2478907773", - "addr:city": "Paris", - "check_date": "2024-09-07", - "name": "La maison du bouton", - "opening_hours": "Mo 14:30-18:00; Tu-Sa 09:00-19:00; Su 09:00-13:00", - "phone": "+33143439525", - "shop": "clothes", - "website": "http://lamaisondubouton.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3778637, - 48.8495736 - ] - }, - "id": "node/2478907773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2496113321", - "addr:housenumber": "99", - "addr:street": "Rue de Seine", - "name": "L'Habit Français", - "shop": "clothes", - "source": "survey 2013", - "website": "https://lhabitfrancais.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3371424, - 48.8516222 - ] - }, - "id": "node/2496113321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2497946418", - "addr:postcode": "75008", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "brand:wikipedia": "fr:Éram", - "name": "Éram", - "shop": "shoes", - "website": "https://www.eram.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.329451, - 48.8758006 - ] - }, - "id": "node/2497946418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2497946420", - "brand": "Gabor", - "brand:wikidata": "Q1488760", - "brand:wikipedia": "de:Gabor Shoes", - "check_date": "2024-05-11", - "name": "Gabor", - "opening_hours": "Mo 11:00-19:00, Tu-Sa 10:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3304733, - 48.8759278 - ] - }, - "id": "node/2497946420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2497946422", - "check_date": "2024-05-11", - "name": "Gigi", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3300165, - 48.8758746 - ] - }, - "id": "node/2497946422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2497946426", - "brand": "Riu Paris", - "brand:wikidata": "Q16644311", - "brand:wikipedia": "fr:RIU Paris", - "clothes": "women", - "name": "Riu Paris", - "opening_hours": "Mar-Sep: Mo-Sa 09:30-20:00, Oct-Feb: Mo-Sa 09:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3316267, - 48.8761048 - ] - }, - "id": "node/2497946426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2497946427", - "check_date": "2024-05-11", - "name": "Jean-Marc Philippe", - "opening_hours": "Mo-Sa 09:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3289684, - 48.8757409 - ] - }, - "id": "node/2497946427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2497946433", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "brand:wikipedia": "fr:Princesse tam.tam", - "check_date": "2024-05-11", - "clothes": "underwear", - "name": "Princesse tam.tam", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3307211, - 48.8759617 - ] - }, - "id": "node/2497946433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2497946434", - "check_date": "2024-05-11", - "name": "Rayon d'Or", - "opening_hours": "Mo-Sa 11:00-19:00", - "operator": "Rayon d'Or", - "shop": "bag", - "website": "https://www.rayondor-bagages.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3291787, - 48.8757638 - ] - }, - "id": "node/2497946434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2497946443", - "amenity": "fast_food", - "brand": "Pret A Manger", - "brand:wikidata": "Q2109109", - "cuisine": "sandwich", - "indoor_seating": "yes", - "level": "0", - "name": "Pret A Manger", - "outdoor_seating": "no", - "shop": "clothes", - "short_name": "Pret", - "smoking": "no", - "takeaway": "yes", - "toilets": "yes", - "toilets:access": "customers" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3312569, - 48.8760387 - ] - }, - "id": "node/2497946443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2497946444", - "clothes": "underwear", - "name": "Valege", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3285916, - 48.875505 - ] - }, - "id": "node/2497946444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2497946445", - "name": "Yves Dorsey", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3285951, - 48.8755808 - ] - }, - "id": "node/2497946445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2497946447", - "name": "Bagafolie", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3288375, - 48.8757242 - ] - }, - "id": "node/2497946447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2497946465", - "check_date": "2024-05-11", - "name": "Coton Doux", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.329431, - 48.876003 - ] - }, - "id": "node/2497946465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2500448612", - "addr:housenumber": "39", - "addr:postcode": "75015", - "addr:street": "Rue Labrouste", - "contact:email": "lerelaisvaldeseine@lerelais.org", - "contact:facebook": "lerelaisvaldeseine", - "contact:phone": "01 58 45 28 05", - "contact:website": "http://lerelaislaboutique.com/bienvenue/", - "name": "Le Relais - La Boutique", - "opening_hours": "Mo-Sa 10:00-19:00", - "operator": "Ebs Le Relais Val de Seine", - "ref:FR:SIRET": "39380139400098", - "second_hand": "only", - "shop": "clothes", - "source": "CRESS Île-de-France", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.30799, - 48.83361 - ] - }, - "id": "node/2500448612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2527834759", - "addr:city": "Vincennes", - "addr:housenumber": "72", - "addr:postcode": "94300", - "addr:street": "Rue de Montreuil", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4347184, - 48.8490908 - ] - }, - "id": "node/2527834759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2527834782", - "name": "La Parisienne de Chaussure", - "opening_hours": "We,Sa 10:00-19:00; Su 10:00-13:00; Tu,Th,Fr 10:00-14:00,15:00-19:00; Mo off", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "ref:FR:SIRET": "79204529600011", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4345107, - 48.8485663 - ] - }, - "id": "node/2527834782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2531257385", - "contact:housenumber": "60", - "contact:postcode": "92120", - "contact:street": "Avenue Henri Ginoux", - "name": "Petit Helium", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "shoes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3223016, - 48.8181784 - ] - }, - "id": "node/2531257385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2531257410", - "name": "Helium", - "opening_hours": "Mo-Sa 10:30-14:30,15:30-19:45", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "shoes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3223437, - 48.8182342 - ] - }, - "id": "node/2531257410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2532206748", - "name": "Delcros", - "shop": "shoes", - "source": "survey 2018" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2857428, - 48.8652344 - ] - }, - "id": "node/2532206748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2533856383", - "name": "Jolie", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "source": "survey 12/2017", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3258816, - 48.8225486 - ] - }, - "id": "node/2533856383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2534017291", - "name": "Beretta", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.303355, - 48.869665 - ] - }, - "id": "node/2534017291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2535849890", - "brand": "La Halle", - "brand:wikidata": "Q100728296", - "name": "La Halle", - "shop": "clothes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3715516, - 48.885341 - ] - }, - "id": "node/2535849890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2553153334", - "brand": "Courir", - "brand:wikidata": "Q3001258", - "brand:wikipedia": "fr:Courir (chaîne de magasins)", - "check_date": "2024-10-23", - "name": "Courir", - "opening_hours": "Mo-Sa 10:00-19:30; Su 10:30-19:30", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3431891, - 48.8519893 - ] - }, - "id": "node/2553153334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2553153335", - "addr:housenumber": "20", - "addr:street": "Boulevard Saint-Michel", - "name": "NBA Store", - "opening_hours": "Mo-Sa 10:00-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3430922, - 48.8517971 - ] - }, - "id": "node/2553153335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2553153342", - "addr:street": "Boulevard Saint-Michel", - "name": "Côte à Côte", - "opening_hours": "Mo-Sa 10:30-21:00; Su 13:00-20:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+33146331753", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.343607, - 48.8517362 - ] - }, - "id": "node/2553153342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2553153343", - "addr:street": "Boulevard Saint-Michel", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "brand:wikipedia": "fr:Éram", - "name": "Éram", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3439032, - 48.8523918 - ] - }, - "id": "node/2553153343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2553153344", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "clothes": "underwear;women", - "name": "Etam - Undiz", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3438217, - 48.8521921 - ] - }, - "id": "node/2553153344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2553153349", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "clothes": "denim;men;women", - "name": "Levi's", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3437711, - 48.8521077 - ] - }, - "id": "node/2553153349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2553153357", - "addr:street": "Boulevard Saint-Michel", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "check_date:opening_hours": "2022-07-26", - "name": "Calzedonia", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3441661, - 48.852943 - ] - }, - "id": "node/2553153357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2556489610", - "name": "Stock'shop", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.293826, - 48.8501315 - ] - }, - "id": "node/2556489610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2563068458", - "contact:city": "Paris", - "contact:housenumber": "48", - "contact:postcode": "75015", - "contact:street": "Rue de Lourmel", - "description": "dépôt vente", - "name": "C & M", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2895356, - 48.8475752 - ] - }, - "id": "node/2563068458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2575207496", - "addr:street": "Rue de la Harpe", - "check_date:opening_hours": "2022-08-23", - "name": "Côte à Côte", - "opening_hours:signed": "no", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3437594, - 48.8517164 - ] - }, - "id": "node/2575207496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2592465149", - "name": "Free People", - "shop": "clothes", - "website": "https://www.freepeople.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3360217, - 48.8512909 - ] - }, - "id": "node/2592465149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2615219656", - "check_date": "2024-11-01", - "name": "Bella Storia", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4348502, - 48.8469851 - ] - }, - "id": "node/2615219656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2625311128", - "name": "Mili", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4348085, - 48.845863 - ] - }, - "id": "node/2625311128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2625311148", - "check_date": "2024-11-01", - "name": "Lou Delamare", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4347575, - 48.8454939 - ] - }, - "id": "node/2625311148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2626551366", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "clothes": "women", - "name": "Ba&sh", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.308537, - 48.8597313 - ] - }, - "id": "node/2626551366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2626551368", - "name": "Eden", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3085303, - 48.8598526 - ] - }, - "id": "node/2626551368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2626551369", - "name": "Le Coin des Marques", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3085974, - 48.8598596 - ] - }, - "id": "node/2626551369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655889757", - "check_date": "2023-04-08", - "name": "Carel", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3255219, - 48.8711168 - ] - }, - "id": "node/2655889757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655910832", - "brand": "Canada Goose", - "brand:wikidata": "Q2988422", - "clothes": "outdoor", - "name": "Canada Goose", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3234122, - 48.8682108 - ] - }, - "id": "node/2655910832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655913299", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "check_date": "2023-04-08", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 1 42 65 26 26", - "shop": "clothes", - "website": "https://stores.petit-bateau.com/france/paris/13-rue-tronchet" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.325455, - 48.8717318 - ] - }, - "id": "node/2655913299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655913304", - "branch": "Paris Tronchet", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "check_date": "2023-04-08", - "clothes": "children", - "name": "Jacadi", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3256651, - 48.8720337 - ] - }, - "id": "node/2655913304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655913309", - "brand": "Arthur", - "brand:wikidata": "Q104196818", - "name": "Arthur", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3258863, - 48.8723049 - ] - }, - "id": "node/2655913309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655913316", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "clothes": "underwear", - "name": "Etam", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3259332, - 48.8723704 - ] - }, - "id": "node/2655913316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655913319", - "brand": "Aubade", - "brand:wikidata": "Q2870536", - "brand:wikipedia": "fr:Aubade (lingerie)", - "check_date": "2024-05-11", - "clothes": "underwear", - "name": "Aubade", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3259648, - 48.8724134 - ] - }, - "id": "node/2655913319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655913322", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "check_date": "2023-04-08", - "clothes": "underwear", - "name": "Princesse tam.tam", - "opening_hours": "Mo 11:00-19:30; Tu,Th-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3261247, - 48.8726284 - ] - }, - "id": "node/2655913322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655913325", - "name": "Colombine et Arlequin", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3261499, - 48.8726658 - ] - }, - "id": "node/2655913325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655913327", - "check_date": "2023-04-08", - "name": "Charles Cotonay", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3260906, - 48.8725883 - ] - }, - "id": "node/2655913327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655913330", - "check_date": "2023-04-08", - "name": "Sophie-flore", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3260334, - 48.872534 - ] - }, - "id": "node/2655913330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655915228", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "brand:wikipedia": "fr:Comptoir des Cotonniers", - "check_date": "2022-10-01", - "name": "Comptoir des Cotonniers", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3264277, - 48.8730708 - ] - }, - "id": "node/2655915228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655922954", - "clothes": "swimwear", - "name": "Pain de Sucre", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3265888, - 48.8733013 - ] - }, - "id": "node/2655922954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655932805", - "check_date": "2023-04-08", - "name": "Fairmount", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3255541, - 48.8711787 - ] - }, - "id": "node/2655932805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655932806", - "brand": "Christine Laure", - "brand:wikidata": "Q90472537", - "check_date": "2023-04-08", - "clothes": "women", - "name": "Christine Laure", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3258398, - 48.8715742 - ] - }, - "id": "node/2655932806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655932807", - "check_date": "2023-04-08", - "name": "Falconeri", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3257857, - 48.8715 - ] - }, - "id": "node/2655932807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655932808", - "check_date": "2022-10-01", - "name": "La Bagagerie", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3259183, - 48.8716727 - ] - }, - "id": "node/2655932808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655932812", - "check_date": "2022-10-01", - "name": "Indies", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3261684, - 48.8720096 - ] - }, - "id": "node/2655932812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655938073", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "check_date": "2024-01-03", - "name": "Caroll", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3262168, - 48.8720864 - ] - }, - "id": "node/2655938073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2655943840", - "brand": "Eden Park", - "brand:wikidata": "Q3047389", - "check_date": "2024-11-17", - "check_date:opening_hours": "2024-11-17", - "name": "Eden Park", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3268045, - 48.8728841 - ] - }, - "id": "node/2655943840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2656051551", - "contact:city": "Paris", - "contact:housenumber": "26", - "contact:postcode": "75008", - "contact:street": "Rue Royale", - "name": "Ralph Lauren", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3240941, - 48.8690196 - ] - }, - "id": "node/2656051551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2656051552", - "brand": "Massimo Dutti", - "brand:wikidata": "Q788231", - "brand:wikipedia": "en:Massimo Dutti", - "check_date": "2023-09-10", - "name": "Massimo Dutti", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3243047, - 48.8690014 - ] - }, - "id": "node/2656051552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2656051559", - "brand:wikipedia": "fr:Kenzo (marque)", - "contact:city": "Paris", - "contact:housenumber": "27", - "contact:postcode": "75008", - "contact:street": "Boulevard de la Madeleine", - "name": "Kenzo", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "source": "survey 2015", - "wheelchair": "yes", - "wikidata": "Q895795" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3249862, - 48.8692013 - ] - }, - "id": "node/2656051559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2656051562", - "brand": "Marella", - "brand:wikidata": "Q118111682", - "check_date": "2023-04-08", - "clothes": "women", - "name": "Marella", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3255038, - 48.8700407 - ] - }, - "id": "node/2656051562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2656051563", - "brand": "Figaret", - "brand:wikidata": "Q4705652", - "clothes": "men;women", - "name": "Figaret", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3255675, - 48.8701382 - ] - }, - "id": "node/2656051563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2656051565", - "addr:housenumber": "24-26", - "addr:street": "Place de la Madeleine", - "brand": "Oysho", - "brand:wikidata": "Q3327046", - "check_date:opening_hours": "2024-11-17", - "name": "Oysho", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3257875, - 48.8704469 - ] - }, - "id": "node/2656051565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2656051566", - "check_date": "2023-04-08", - "name": "From Future", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "website": "https://fromfuture.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3253869, - 48.8708558 - ] - }, - "id": "node/2656051566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2656051571", - "name": "Giambattista Valli", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3228099, - 48.869732 - ] - }, - "id": "node/2656051571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2656170737", - "brand": "Minelli", - "brand:wikidata": "Q61994831", - "check_date": "2024-11-16", - "contact:city": "Paris", - "contact:housenumber": "96", - "contact:postcode": "75004", - "contact:street": "Rue de Rivoli", - "name": "Minelli", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.34852, - 48.8585946 - ] - }, - "id": "node/2656170737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2657674393", - "addr:city": "Paris", - "addr:housenumber": "65", - "addr:postcode": "75011", - "addr:street": "Rue du Faubourg Saint-Antoine", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "check_date": "2024-07-06", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:00; Su closed", - "phone": "+33 1 40 19 93 49", - "shop": "clothes", - "source": "survey", - "website": "https://stores.petit-bateau.com/france/paris/67-rue-du-faubourg-saint-antoine", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.374108, - 48.8519162 - ] - }, - "id": "node/2657674393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2661794981", - "heritage": "3", - "heritage:operator": "mhs", - "mhs:inscription_date": "1984", - "name": "Fairmount", - "note": "Historical monument: La devanture : inscription par arrêté du 23 mai 1984, Bac (rue du) 94, Ile-de-France ; Paris ; Paris 07", - "opening_hours": "Tu-Sa 11:00-19:00; We 12:30-13:30 closed", - "ref:mhs": "PA00088681", - "shop": "shoes", - "source": "data.gouv.fr:Ministère de la Culture - 08/2011", - "wikidata": "Q22924623" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3239531, - 48.8544306 - ] - }, - "id": "node/2661794981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2669085325", - "brand": "Clarks", - "brand:wikidata": "Q1095857", - "brand:wikipedia": "en:C. & J. Clark", - "check_date": "2023-11-20", - "name": "Clarks", - "shop": "shoes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486494, - 48.8587974 - ] - }, - "id": "node/2669085325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2669085327", - "name": "Doppelgang", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3479174, - 48.8584605 - ] - }, - "id": "node/2669085327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2671067679", - "check_date": "2024-10-18", - "name": "Guerrisol", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "source": "local Knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3563498, - 48.8301252 - ] - }, - "id": "node/2671067679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2674820752", - "access:covid19": "yes", - "contact:city": "Paris", - "contact:housenumber": "164", - "contact:phone": "+33 9 54 57 94 17", - "contact:postcode": "75015", - "contact:street": "Avenue de Suffren", - "contact:website": "https://www.norbertbottier.com/", - "description": "Cordonnerie et vente de chaussures de ville pour homme", - "name": "Norbert Bottier", - "opening_hours": "Mo-Sa 08:30-19:00", - "operator": "SARL Cordonnerie Moderne", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "shoes", - "source": "https://g.page/NorbertBottier" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3081057, - 48.8463685 - ] - }, - "id": "node/2674820752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2680653216", - "brand": "Hugo Boss", - "brand:wikidata": "Q491627", - "brand:wikipedia": "en:Hugo Boss", - "name": "Hugo Boss", - "opening_hours": "Mo-Sa 10:00-20:30; Su 11:00-20:00", - "phone": "+33 1 53 57 35 40", - "shop": "clothes", - "short_name": "Boss", - "source": "survey", - "website": "https://www.hugoboss.com/us/storedetail?storeid=9922101", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2990392, - 48.8721316 - ] - }, - "id": "node/2680653216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2684147060", - "contact:city": "Paris", - "contact:housenumber": "31", - "contact:postcode": "75011", - "contact:street": "Rue de Charonne", - "name": "Balibaris", - "opening_hours": "Mo-Su 10:30-19:30", - "operator": "feiyue", - "phone": "+33 1 83 81 77 00", - "shop": "clothes", - "source": "survey", - "website": "https://balibaris.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.375822, - 48.8533826 - ] - }, - "id": "node/2684147060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2685222634", - "addr:city": "Paris", - "addr:postcode": "75016", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2678837, - 48.8475978 - ] - }, - "id": "node/2685222634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2685222641", - "name": "Nim", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2681067, - 48.8476124 - ] - }, - "id": "node/2685222641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2696470059", - "brand": "Mephisto", - "brand:wikidata": "Q822975", - "brand:wikipedia": "fr:Mephisto (chaussure)", - "name": "Mephisto", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3257639, - 48.8254512 - ] - }, - "id": "node/2696470059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2696636920", - "name": "Liolà", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3037097, - 48.856771 - ] - }, - "id": "node/2696636920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2697524470", - "name": "Cuirs et Fourrures du Front de Seine", - "opening_hours": "Tu-Sa 10:00-18:45", - "shop": "clothes", - "survey:date": "2017-07-04" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2797897, - 48.8475351 - ] - }, - "id": "node/2697524470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2700277774", - "check_date": "2023-06-23", - "name": "Sandra", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.325383, - 48.8236148 - ] - }, - "id": "node/2700277774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2707426321", - "check_date": "2024-03-19", - "name": "Bilatéral", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.35761, - 48.8240863 - ] - }, - "id": "node/2707426321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2708917283", - "check_date": "2024-11-08", - "contact:city": "Paris", - "contact:housenumber": "49", - "contact:postcode": "75004", - "contact:street": "Rue Saint-Paul", - "description": "magasin vintage", - "name": "Aux Comptoirs du Chineur", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624082, - 48.8544188 - ] - }, - "id": "node/2708917283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2724261529", - "check_date": "2024-11-01", - "name": "Blaise", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4345098, - 48.8454257 - ] - }, - "id": "node/2724261529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2730588689", - "name": "Daniel Crémieux", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3291097, - 48.8546575 - ] - }, - "id": "node/2730588689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2730588691", - "addr:housenumber": "173", - "addr:postcode": "75006", - "addr:street": "Boulevard Saint-Germain", - "amenity": "restaurant", - "name": "Ralph's restaurant", - "phone": "01 89 20 23 50", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3307449, - 48.8541941 - ] - }, - "id": "node/2730588691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2733570084", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "brand:wikipedia": "fr:Éram", - "name": "Éram", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2965623, - 48.8782998 - ] - }, - "id": "node/2733570084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2733570089", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "clothes": "underwear", - "name": "Etam", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2962403, - 48.877989 - ] - }, - "id": "node/2733570089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2733570091", - "brand": "Gap", - "brand:wikidata": "Q420822", - "brand:wikipedia": "en:Gap Inc.", - "name": "Gap", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2964144, - 48.8779466 - ] - }, - "id": "node/2733570091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2733570092", - "brand": "Celio", - "brand:wikidata": "Q2672003", - "brand:wikipedia": "en:Celio (retailer)", - "check_date": "2024-05-18", - "name": "Celio", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2971303, - 48.8777959 - ] - }, - "id": "node/2733570092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2733570097", - "name": "Oliver Grant", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2961804, - 48.878015 - ] - }, - "id": "node/2733570097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2733577379", - "brand": "Kookaï", - "brand:wikidata": "Q1783759", - "brand:wikipedia": "fr:Kookaï", - "name": "Kookaï", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2957771, - 48.878101 - ] - }, - "id": "node/2733577379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2733596700", - "brand": "Minelli", - "brand:wikidata": "Q61994831", - "name": "Minelli", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2945398, - 48.8783824 - ] - }, - "id": "node/2733596700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2733610980", - "brand": "Un Jour Ailleurs", - "brand:wikidata": "Q105106211", - "name": "Un Jour Ailleurs", - "shop": "clothes", - "wheelchair": "designated" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2935268, - 48.8786137 - ] - }, - "id": "node/2733610980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2733610989", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "brand:wikipedia": "en:Lacoste", - "name": "Lacoste", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2936094, - 48.8789763 - ] - }, - "id": "node/2733610989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2733611001", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "name": "Sandro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2938456, - 48.8789179 - ] - }, - "id": "node/2733611001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2733624052", - "branch": "Men", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "name": "Ikks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2933133, - 48.8786732 - ] - }, - "id": "node/2733624052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2745637272", - "name": "Mât de misane", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3068899, - 48.8560827 - ] - }, - "id": "node/2745637272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2745637327", - "name": "Valises Delsey", - "opening_hours": "Tu-Sa 10:00-19:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3068148, - 48.8562318 - ] - }, - "id": "node/2745637327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2750250758", - "brand": "Cyrillus", - "brand:wikidata": "Q3009179", - "brand:wikipedia": "fr:Cyrillus", - "name": "Cyrillus", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3398669, - 48.866213 - ] - }, - "id": "node/2750250758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2753780768", - "check_date": "2023-08-15", - "clothes": "underwear", - "name": "Planète Séduction", - "opening_hours": "Tu-Sa 12:00-19:00", - "ref:FR:SIRET": "49095428600012", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.434302, - 48.8483437 - ] - }, - "id": "node/2753780768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2753780772", - "clothes": "costumes", - "name": "Time Fête", - "ref:FR:SIRET": "53496051300032", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4339604, - 48.8483416 - ] - }, - "id": "node/2753780772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2758527139", - "name": "Berluti", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "source": "local_knowledge", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3277307, - 48.8518625 - ] - }, - "id": "node/2758527139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2758817949", - "name": "Estelle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.292918, - 48.885964 - ] - }, - "id": "node/2758817949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2770625316", - "check_date:opening_hours": "2023-07-12", - "name": "Mondial griff.com", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3518935, - 48.8362283 - ] - }, - "id": "node/2770625316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2770625354", - "name": "Yuka", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3519585, - 48.866491 - ] - }, - "id": "node/2770625354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2772165624", - "name": "Chic Life", - "shop": "clothes", - "wholesale": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3499587, - 48.867788 - ] - }, - "id": "node/2772165624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2772914969", - "brand": "& Other Stories", - "brand:wikidata": "Q85322338", - "clothes": "women", - "name": "& Other Stories", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3604344, - 48.8596574 - ] - }, - "id": "node/2772914969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2788471584", - "brand": "Karl Marc John", - "brand:wikidata": "Q104196329", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "132", - "contact:postcode": "75005", - "contact:street": "Rue Mouffetard", - "name": "Karl Marc John", - "opening_hours": "Tu 11:00-19:00; We-Sa 10:30-19:30; 13:30-14:30 closed; Su 10:00-14:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3496933, - 48.839795 - ] - }, - "id": "node/2788471584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2788471614", - "name": "Pacific Prêt-à-porter féminin", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3497672, - 48.8406276 - ] - }, - "id": "node/2788471614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2788471636", - "contact:city": "Paris", - "contact:housenumber": "99", - "contact:postcode": "75005", - "contact:street": "Rue Mouffetard", - "name": "Rose & Charles", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3497276, - 48.8411273 - ] - }, - "id": "node/2788471636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2788471643", - "name": "Kin", - "opening_hours": "Tu-Sa 15:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3495532, - 48.84137 - ] - }, - "id": "node/2788471643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2788471649", - "check_date": "2023-09-14", - "name": "Chromatic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3495957, - 48.8417122 - ] - }, - "id": "node/2788471649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2788471650", - "name": "Nina Kendosa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3497618, - 48.8417363 - ] - }, - "id": "node/2788471650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2788471658", - "name": "Compil Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3496581, - 48.8419745 - ] - }, - "id": "node/2788471658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2788471660", - "check_date": "2024-08-18", - "name": "Vestiaire des Parisiennes", - "opening_hours": "10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3498193, - 48.8420128 - ] - }, - "id": "node/2788471660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2788471670", - "name": "Chromatic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3498354, - 48.8423832 - ] - }, - "id": "node/2788471670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2788471675", - "name": "Phil Defer", - "opening_hours": "Tu-Su 12:00-19:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.34965, - 48.8425532 - ] - }, - "id": "node/2788471675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2792128328", - "addr:city": "Neuilly sur Seine", - "addr:housenumber": "13", - "addr:street": "Rue de Chartres", - "name": "Ventilo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.279477, - 48.880115 - ] - }, - "id": "node/2792128328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2792146018", - "name": "Acanthe", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.280038, - 48.881488 - ] - }, - "id": "node/2792146018" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2793649039", - "addr:city": "Paris", - "name": "La Maison de Ville", - "opening_hours": "Mo-Sa 11:00-19:00; Su 14:00-19:00", - "shop": "clothes", - "source": "survey 2018", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3554208, - 48.8604694 - ] - }, - "id": "node/2793649039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2800841612", - "name": "Father & Sons", - "opening_hours": "Mo-Sa 10:30-19:30; Su 11:00-18:00", - "organic": "no", - "phone": "+33 1 42 22 74 08", - "second_hand": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3368802, - 48.8527615 - ] - }, - "id": "node/2800841612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2806710516", - "alt_name": "Salomon Sports", - "brand": "Salomon", - "brand:wikidata": "Q2120822", - "clothes": "outdoor;sports", - "name": "Salomon", - "opening_hours": "Mo-Fr 10:30-19:30; Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.32606, - 48.8698872 - ] - }, - "id": "node/2806710516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2818180645", - "addr:city": "Puteaux", - "addr:housenumber": "131", - "addr:postcode": "92800", - "addr:street": "Rue Jean Jaurès", - "name": "Hype Square", - "phone": "+33 1 45 06 53 07", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2377101, - 48.8806195 - ] - }, - "id": "node/2818180645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822386501", - "name": "Edelweiss", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.333135, - 48.873655 - ] - }, - "id": "node/2822386501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822387801", - "brand:wikipedia": "en:Etam Développement", - "clothes": "women", - "name": "Maison 123", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.333108, - 48.873694 - ] - }, - "id": "node/2822387801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822398801", - "name": "Tab", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332955, - 48.874034 - ] - }, - "id": "node/2822398801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822399502", - "brand:wikipedia": "fr:Sergent Major (entreprise)", - "check_date": "2024-11-03", - "clothes": "women;men;children", - "name": "Kiloshop", - "opening_hours": "Mo-Sa 11:00-19:30; Su off", - "second_hand": "only", - "shop": "clothes", - "stroller": "yes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332446, - 48.8752 - ] - }, - "id": "node/2822399502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822409302", - "name": "Nina Kendosa", - "opening_hours": "10:00-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3327138, - 48.8745881 - ] - }, - "id": "node/2822409302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822410801", - "name": "Gigi", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332515, - 48.87447 - ] - }, - "id": "node/2822410801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822415601", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "name": "Calzedonia", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332349, - 48.874821 - ] - }, - "id": "node/2822415601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822416401", - "name": "La Chausseria", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332327, - 48.874886 - ] - }, - "id": "node/2822416401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822419201", - "brand": "Sinéquanone", - "brand:wikidata": "Q3485094", - "brand:wikipedia": "fr:Sinéquanone", - "clothes": "women", - "name": "Sinéquanone", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3323264, - 48.8749592 - ] - }, - "id": "node/2822419201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822422201", - "name": "Shirley", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332513, - 48.875047 - ] - }, - "id": "node/2822422201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822422202", - "name": "Lola Jones", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.331968, - 48.875703 - ] - }, - "id": "node/2822422202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822422301", - "name": "Maracamicie", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332255, - 48.875043 - ] - }, - "id": "node/2822422301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822427604", - "clothes": "underwear", - "contact:city": "Paris", - "contact:housenumber": "47", - "contact:phone": "+33 1 45 26 34 11", - "contact:postcode": "75009", - "contact:street": "Rue de la Chaussée d'Antin", - "contact:website": "http://valege.com/fr/", - "name": "Valege", - "shop": "clothes", - "source": "survey", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332025, - 48.875521 - ] - }, - "id": "node/2822427604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822427802", - "brand": "Antonelle", - "brand:wikidata": "Q105082567", - "clothes": "women", - "name": "Antonelle", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.33211, - 48.875366 - ] - }, - "id": "node/2822427802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822427803", - "name": "Narda", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.33206, - 48.875467 - ] - }, - "id": "node/2822427803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822432101", - "addr:city": "Paris", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "brand:wikipedia": "fr:Du Pareil au Même (entreprise)", - "name": "Du Pareil au Même", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332033, - 48.875585 - ] - }, - "id": "node/2822432101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822434401", - "name": "Miss Bolsos", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.331939, - 48.875742 - ] - }, - "id": "node/2822434401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822439601", - "name": "Shangaï", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332046, - 48.876109 - ] - }, - "id": "node/2822439601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2822440401", - "name": "Reality Pear", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.331832, - 48.876001 - ] - }, - "id": "node/2822440401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2823186502", - "name": "Golfino", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.28719, - 48.880066 - ] - }, - "id": "node/2823186502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2823221501", - "brand": "Tape à l'Œil", - "brand:wikidata": "Q30749175", - "brand:wikipedia": "fr:Tape à l'œil", - "check_date": "2024-03-09", - "clothes": "children", - "name": "Tape à l'Œil", - "shop": "clothes", - "source": "survey 2020" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.288741, - 48.880101 - ] - }, - "id": "node/2823221501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2823226801", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.288355, - 48.879807 - ] - }, - "id": "node/2823226801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2826089401", - "brand": "Okaïdi", - "brand:wikidata": "Q3350027", - "brand:wikipedia": "fr:Okaïdi", - "name": "Okaïdi", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.326998, - 48.876152 - ] - }, - "id": "node/2826089401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2826860413", - "clothes": "underwear", - "name": "Valege", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3750355, - 48.8897095 - ] - }, - "id": "node/2826860413" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2836194301", - "name": "Delcros", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.305422, - 48.888957 - ] - }, - "id": "node/2836194301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2839340201", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2428238, - 48.8851833 - ] - }, - "id": "node/2839340201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2843829819", - "name": "Rêves et Calins", - "opening_hours": "Tu-Fr 10:30-17:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4331708, - 48.8486333 - ] - }, - "id": "node/2843829819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2849884002", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "check_date": "2023-08-16", - "name": "The Kooples", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3552016, - 48.8586035 - ] - }, - "id": "node/2849884002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2853245501", - "name": "Good Deal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.291097, - 48.8778 - ] - }, - "id": "node/2853245501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2853365101", - "name": "TBS", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.290684, - 48.879265 - ] - }, - "id": "node/2853365101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2853762741", - "contact:city": "Paris", - "contact:housenumber": "62", - "contact:phone": "+33 1 53 16 43 45", - "contact:postcode": "75009", - "contact:street": "Rue de Caumartin", - "contact:website": "https://www.jaqk-store.com/en/module/stblog/91_caumartin.html", - "level": "0", - "name": "Jaqk, Boutique ephemere", - "opening_hours": "Mo-Fr 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.328568, - 48.8752402 - ] - }, - "id": "node/2853762741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2855873057", - "contact:city": "Paris", - "contact:housenumber": "85", - "contact:phone": "+33 9 61 06 81 06", - "contact:postcode": "75016", - "contact:street": "Rue de Longchamp", - "contact:website": "http://www.sixpiedstroispouces.com", - "name": "Six Pieds Trois Pouces", - "opening_hours": "Mo-Fr 10:30-19:00; Sa 10:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.284152, - 48.8652967 - ] - }, - "id": "node/2855873057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2855917747", - "contact:city": "Paris", - "contact:housenumber": "87", - "contact:phone": "+33 1 47 27 68 09", - "contact:postcode": "75016", - "contact:street": "Rue de Longchamp", - "name": "Swish", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2839401, - 48.8653197 - ] - }, - "id": "node/2855917747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2868851913", - "contact:city": "Paris", - "contact:housenumber": "75", - "contact:postcode": "75009", - "contact:street": "Rue de Caumartin", - "name": "Kayen", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.328388, - 48.8755252 - ] - }, - "id": "node/2868851913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2874225101", - "name": "OF", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.285476, - 48.881499 - ] - }, - "id": "node/2874225101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2874225504", - "name": "Les Repentis", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.285329, - 48.881215 - ] - }, - "id": "node/2874225504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2889725654", - "check_date:opening_hours": "2024-02-28", - "name": "Stocks à Tous Prix", - "opening_hours:signed": "no", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "ref:FR:SIRET": "52958102700024", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4377426, - 48.8480403 - ] - }, - "id": "node/2889725654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2889785688", - "name": "Belchou's", - "opening_hours": "Mo-Sa 10:30-13:00,14:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3724967, - 48.8814261 - ] - }, - "id": "node/2889785688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2889908909", - "name": "Le Coin des Marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3709939, - 48.882073 - ] - }, - "id": "node/2889908909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2889919021", - "addr:city": "Paris", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "brand:wikipedia": "fr:Du Pareil au Même (entreprise)", - "check_date": "2024-09-22", - "check_date:opening_hours": "2024-09-22", - "clothes": "baby", - "name": "Du Pareil au Même", - "opening_hours": "Mo-Sa 09:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3724259, - 48.8817274 - ] - }, - "id": "node/2889919021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2889949346", - "brand": "Karl Marc John", - "brand:wikidata": "Q104196329", - "clothes": "women", - "name": "Karl Marc John", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:00-13:00,14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3713597, - 48.8821919 - ] - }, - "id": "node/2889949346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2895938101", - "brand": "Tartine et Chocolat", - "brand:wikidata": "Q3515868", - "brand:wikipedia": "fr:Tartine et Chocolat", - "check_date": "2023-09-16", - "clothes": "children", - "name": "Tartine et Chocolat", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.322359, - 48.859638 - ] - }, - "id": "node/2895938101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2897724850", - "brand": "Christine Laure", - "brand:wikidata": "Q90472537", - "name": "Christine Laure", - "opening_hours": "Mo 10:00-13:00,14:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3268506, - 48.8271599 - ] - }, - "id": "node/2897724850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2897724851", - "brand": "Devernois", - "brand:wikidata": "Q98778444", - "brand:wikipedia": "fr:Devernois", - "clothes": "women;sports;fur;fashion;men", - "name": "Devernois", - "opening_hours": "Tu-Sa 11:00-13:00,14:00-19:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3267667, - 48.8269844 - ] - }, - "id": "node/2897724851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2897724856", - "name": "Valege", - "opening_hours": "Mo 13:30-19:30; Tu-Sa 10:30-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3267947, - 48.8270429 - ] - }, - "id": "node/2897724856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2897724858", - "check_date": "2023-12-29", - "name": "Maison 123", - "opening_hours": "Mo-Sa 10:00-19:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3268945, - 48.8272517 - ] - }, - "id": "node/2897724858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2899885794", - "check_date": "2024-01-03", - "clothes": "socks", - "name": "Bleu Forêt", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263251, - 48.8722357 - ] - }, - "id": "node/2899885794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2899885799", - "name": "Saint-James Madeleine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.325106, - 48.8712432 - ] - }, - "id": "node/2899885799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2899909415", - "brand": "André", - "brand:wikidata": "Q2847114", - "brand:wikipedia": "fr:André (chaussure)", - "check_date": "2024-05-11", - "level": "0", - "name": "André", - "opening_hours": "Mo-Sa 10:45-19:30", - "shop": "shoes", - "source": "Observation personnelle", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.326572, - 48.8749081 - ] - }, - "id": "node/2899909415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2900101321", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "check_date": "2023-04-08", - "jewelry": "yes", - "name": "Ikks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3254868, - 48.8717794 - ] - }, - "id": "node/2900101321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2902580505", - "addr:city": "Paris", - "addr:housenumber": "155", - "addr:postcode": "75006", - "addr:street": "Boulevard Saint-Germain", - "brand": "Fusalp", - "brand:wikidata": "Q3091095", - "name": "Fusalp", - "opening_hours": "Mo-Sa 10:30-19:30, Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332204, - 48.8538068 - ] - }, - "id": "node/2902580505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2906410907", - "check_date": "2023-03-09", - "name": "G&M Chaussures", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3733431, - 48.8807309 - ] - }, - "id": "node/2906410907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2906424123", - "name": "Boutique Chez Papa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3836449, - 48.8758262 - ] - }, - "id": "node/2906424123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2908239605", - "name": "Belair", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3861338, - 48.8744297 - ] - }, - "id": "node/2908239605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913183903", - "name": "La Cour des Miracles", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3836247, - 48.8744277 - ] - }, - "id": "node/2913183903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2913188963", - "name": "À Nous les Marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3849721, - 48.8740582 - ] - }, - "id": "node/2913188963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2914625158", - "addr:housenumber": "35", - "addr:postcode": "75011", - "addr:street": "Rue de la Roquette", - "name": "Adöm", - "opening_hours": "Mo-Sa 11:00-19:30", - "phone": "+33 1 48 07 15 94", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3732781, - 48.8551152 - ] - }, - "id": "node/2914625158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2914625159", - "check_date": "2024-02-14", - "name": "Adöm", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.373484, - 48.8550106 - ] - }, - "id": "node/2914625159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2916514685", - "check_date": "2024-08-08", - "name": "Rien que des marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.372272, - 48.8802096 - ] - }, - "id": "node/2916514685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2916562354", - "check_date": "2024-06-27", - "name": "Degrif des stocks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3728182, - 48.8809347 - ] - }, - "id": "node/2916562354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2919340001", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "name": "The Kooples", - "opening_hours": "Tu-Fr 10:00-19:30, Mo 11:00-19:00, Sa 10:30-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.36687, - 48.853338 - ] - }, - "id": "node/2919340001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2921136401", - "name": "RG pret a porter", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.382248, - 48.8857593 - ] - }, - "id": "node/2921136401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2927786634", - "name": "Yalouna Boutique", - "opening_hours": "Tu-Sa 10:00-13:00,14:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3718326, - 48.8892802 - ] - }, - "id": "node/2927786634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2927795615", - "check_date": "2023-04-30", - "contact:city": "Paris", - "contact:housenumber": "30", - "contact:postcode": "75018", - "contact:street": "Rue des Trois Frères", - "name": "La Boulangerie", - "note": "non, ce n'est pas un shop=bakery", - "opening_hours": "Mo-Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3405561, - 48.8850252 - ] - }, - "id": "node/2927795615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2927795618", - "addr:city": "Paris", - "addr:housenumber": "17", - "addr:postcode": "75018", - "addr:street": "Rue la Vieuville", - "name": "Mademoiselle Pimpante", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3403254, - 48.8847818 - ] - }, - "id": "node/2927795618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2927795624", - "addr:city": "Paris", - "addr:housenumber": "100", - "addr:postcode": "75018", - "addr:street": "Rue des Martyrs", - "name": "Chinemachine", - "name:fr": "Chinemachine", - "opening_hours": "Mo-Sa 12:00-20:00, Su 13:00-20:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3398476, - 48.8846197 - ] - }, - "id": "node/2927795624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2931902781", - "name": "Pollen", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3873511, - 48.8750219 - ] - }, - "id": "node/2931902781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2931908320", - "name": "Hush Hush", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3873364, - 48.8752918 - ] - }, - "id": "node/2931908320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2932728301", - "name": "Mellow Yellow", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.289213, - 48.890737 - ] - }, - "id": "node/2932728301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2932762702", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "brand:wikipedia": "fr:Du Pareil au Même (entreprise)", - "name": "Du Pareil au Même", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.290489, - 48.891066 - ] - }, - "id": "node/2932762702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2932766501", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.290326, - 48.891002 - ] - }, - "id": "node/2932766501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2932767201", - "addr:housenumber": "9", - "addr:street": "Rue Henri Barbusse", - "name": "Galitha", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.29037, - 48.891037 - ] - }, - "id": "node/2932767201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2932769790", - "brand": "Emporio Armani", - "brand:wikidata": "Q3497483", - "brand:wikipedia": "ast:Emporio Armani", - "name": "Emporio Armani", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3328025, - 48.8536535 - ] - }, - "id": "node/2932769790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2932773601", - "brand": "Burton", - "brand:wikidata": "Q5000795", - "brand:wikipedia": "en:Burton (retailer)", - "name": "Burton of London", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.290448, - 48.891228 - ] - }, - "id": "node/2932773601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2935106242", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3011426, - 48.8491678 - ] - }, - "id": "node/2935106242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2935106308", - "name": "Padd", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3009878, - 48.8497032 - ] - }, - "id": "node/2935106308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2942033763", - "name": "MAISON MARLENE", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3313088, - 48.8326439 - ] - }, - "id": "node/2942033763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2954941426", - "check_date": "2024-02-14", - "name": "Lagonda", - "opening_hours": "Tu-Fr 10:00-19:00, Sa 10:30-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2851585, - 48.8590637 - ] - }, - "id": "node/2954941426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2954942270", - "name": "Silbon", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2847978, - 48.8591114 - ] - }, - "id": "node/2954942270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2954950534", - "check_date": "2024-09-21", - "name": "Di-Castri", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.284771, - 48.8590769 - ] - }, - "id": "node/2954950534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2963122011", - "name": "Sandrell", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3858908, - 48.8743078 - ] - }, - "id": "node/2963122011" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2963136937", - "name": "Ideco la suite", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3864654, - 48.8745819 - ] - }, - "id": "node/2963136937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2973439956", - "name": "Discount des Marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3809908, - 48.8831248 - ] - }, - "id": "node/2973439956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2973464515", - "name": "Florentin", - "opening_hours": "Tu-Sa 10:00-19:15", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3807373, - 48.8839167 - ] - }, - "id": "node/2973464515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2973473067", - "check_date:opening_hours": "2022-07-10", - "name": "Madison", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3797134, - 48.8845213 - ] - }, - "id": "node/2973473067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2980014523", - "name": "Archivio", - "office": "vacant", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3558059, - 48.8591956 - ] - }, - "id": "node/2980014523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2980014526", - "name": "La Piscine", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3556644, - 48.8590658 - ] - }, - "id": "node/2980014526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2980014528", - "name": "Roganel", - "opening_hours": "Tu-Sa 10:30-19:30, Mo 13:00-19:00", - "shop": "clothes", - "source": "survey", - "survey:date": "2017-07-05", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3554792, - 48.8588846 - ] - }, - "id": "node/2980014528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2981348711", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "brand:wikipedia": "fr:Jacadi", - "check_date:opening_hours": "2023-04-27", - "clothes": "children", - "name": "Jacadi", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302075, - 48.8313423 - ] - }, - "id": "node/2981348711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2981458874", - "check_date": "2024-10-28", - "name": "KN'L", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3524357, - 48.8575321 - ] - }, - "id": "node/2981458874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2981481777", - "check_date": "2024-03-28", - "name": "Free'P'Star", - "shop": "clothes", - "source": "survey", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3526313, - 48.8580429 - ] - }, - "id": "node/2981481777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2981481781", - "check_date": "2024-03-28", - "name": "Luxury Outlet", - "opening_hours": "Mo-Sa 11:00-19:30; Su,PH 11:00-19:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3525479, - 48.8580716 - ] - }, - "id": "node/2981481781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2996094032", - "addr:city": "Paris", - "addr:housenumber": "20", - "addr:postcode": "75014", - "addr:street": "Rue Daguerre", - "check_date": "2023-05-06", - "name": "Triangle", - "opening_hours": "Mo-Su", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3295427, - 48.8340864 - ] - }, - "id": "node/2996094032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3021107969", - "name": "MaRock", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3862568, - 48.8742903 - ] - }, - "id": "node/3021107969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3021147465", - "addr:housenumber": "128", - "addr:postcode": "75020", - "addr:street": "Rue de Belleville", - "name": "Anne Ar Breiz", - "shop": "clothes", - "survey:date": "2020-10-03" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3886365, - 48.8747272 - ] - }, - "id": "node/3021147465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3021188354", - "check_date": "2024-02-14", - "name": "Comptoir du Désert", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3752653, - 48.8557272 - ] - }, - "id": "node/3021188354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3022937324", - "name": "Coriel bis...", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3906696, - 48.8753673 - ] - }, - "id": "node/3022937324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3022941337", - "name": "Coriel...", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.391077, - 48.8753688 - ] - }, - "id": "node/3022941337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3022963223", - "clothes": "underwear", - "name": "Lise France", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3914811, - 48.8753691 - ] - }, - "id": "node/3022963223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3023097421", - "name": "Casa des marques", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3947034, - 48.8751493 - ] - }, - "id": "node/3023097421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3032588533", - "addr:city": "Paris", - "addr:housenumber": "8", - "addr:postcode": "75004", - "addr:street": "Rue de Moussy", - "air_conditioning": "yes", - "clothes": "underwear", - "lgbtq": "primary", - "name": "Les Dessous d'Apollon", - "opening_hours": "Mo-Sa 11:00-20:00; Su 14:00-20:00", - "phone": "+33 1 42 74 06 06", - "shop": "clothes", - "website": "https://www.inderwear.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.355656, - 48.857526 - ] - }, - "id": "node/3032588533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3054262974", - "check_date:opening_hours": "2023-04-15", - "name": "Sadio Bee", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3715144, - 48.873744 - ] - }, - "id": "node/3054262974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3054263457", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.371509, - 48.8738414 - ] - }, - "id": "node/3054263457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3071648040", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "75", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Zapa", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2943178, - 48.8450522 - ] - }, - "id": "node/3071648040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3071648043", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "73", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Mellow Yellow", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2943588, - 48.8450927 - ] - }, - "id": "node/3071648043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3071648045", - "addr:housenumber": "78", - "addr:street": "Rue du commerce", - "branch": "Paris", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "clothes": "children", - "contact:city": "Paris", - "contact:housenumber": "78", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Jacadi", - "old_name": "Z Génération", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2940329, - 48.8450247 - ] - }, - "id": "node/3071648045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3071648046", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "76 bis", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "1 2 3", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 11:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2940959, - 48.8450892 - ] - }, - "id": "node/3071648046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3073196520", - "addr:city": "Paris", - "addr:housenumber": "13", - "addr:postcode": "75011", - "addr:street": "Rue Oberkampf", - "name": "Kenka", - "shop": "shoes", - "website": "https://www.kenka-boutique.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3685937, - 48.8632462 - ] - }, - "id": "node/3073196520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3074568964", - "name": "D'autres Shoes", - "phone": "+33 1 47 73 80 53", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2396104, - 48.8824116 - ] - }, - "id": "node/3074568964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3074568966", - "addr:postcode": "92800", - "addr:street": "Rue Jean Jaurès", - "brand": "Sergent Major", - "brand:wikidata": "Q62521738", - "brand:wikipedia": "fr:Sergent Major (entreprise)", - "clothes": "babies;children", - "name": "Sergent Major", - "opening_hours": "Mo-Sa 09:30-19:00, Su 09:30-13:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2397178, - 48.8822872 - ] - }, - "id": "node/3074568966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3074568968", - "addr:city": "Puteaux", - "addr:housenumber": "105", - "addr:postcode": "92800", - "addr:street": "Rue Jean Jaurès", - "check_date": "2024-11-09", - "name": "Elysa", - "opening_hours": "Mo 11:00-19:00, Tu-Sa 10:00-19:30, Su 10:00-13:00", - "phone": "+33 1 47 76 29 84", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2394235, - 48.8820347 - ] - }, - "id": "node/3074568968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3074568969", - "addr:city": "Puteaux", - "addr:housenumber": "105B", - "addr:postcode": "92800", - "addr:street": "Rue Jean Jaurès", - "check_date": "2024-11-09", - "name": "Foujita", - "phone": "+33 1 47 74 64 88", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2394607, - 48.8820812 - ] - }, - "id": "node/3074568969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3074568974", - "addr:city": "Puteaux", - "addr:housenumber": "124", - "addr:postcode": "92800", - "addr:street": "Rue Jean Jaurès", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2391105, - 48.8819935 - ] - }, - "id": "node/3074568974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3074831678", - "name": "Six Pieds Trois Pouces", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2395258, - 48.880685 - ] - }, - "id": "node/3074831678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3078320828", - "addr:housenumber": "71", - "addr:street": "Rue du commerce", - "contact:city": "Paris", - "contact:housenumber": "71", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Exclusif", - "opening_hours": "Tu-Sa 10:30-14:00, 15:00-19:30; Mo 12:30-19:30", - "shop": "clothes", - "website": "https://exclusifparis.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2945015, - 48.8452578 - ] - }, - "id": "node/3078320828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3078320829", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "brand:wikipedia": "fr:Princesse tam.tam", - "clothes": "underwear;women", - "contact:city": "Paris", - "contact:housenumber": "71", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Princesse tam.tam", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2945364, - 48.8453002 - ] - }, - "id": "node/3078320829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3078320830", - "clothes": "men", - "contact:city": "Paris", - "contact:housenumber": "69", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Mensch", - "opening_hours": "We-Sa 10:00-19:30; Mo 12:00-14:00,15:00-19:00; Tu 10:00-14:00,15:00-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.294582, - 48.8453567 - ] - }, - "id": "node/3078320830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3078320832", - "contact:city": "Paris", - "contact:housenumber": "69", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Degrif Des Stocks", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2946866, - 48.8454696 - ] - }, - "id": "node/3078320832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3078321233", - "clothes": "men", - "contact:city": "Paris", - "contact:housenumber": "83", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Rudolph", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2940643, - 48.8447627 - ] - }, - "id": "node/3078321233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3078321235", - "brand": "Dim", - "brand:wikidata": "Q3028013", - "brand:wikipedia": "fr:Dim (lingerie)", - "clothes": "underwear", - "contact:city": "Paris", - "contact:housenumber": "85", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Dim", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2939024, - 48.8445732 - ] - }, - "id": "node/3078321235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3078321237", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "clothes": "lingerie", - "contact:city": "Paris", - "contact:housenumber": "74", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Etam", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2942537, - 48.845281 - ] - }, - "id": "node/3078321237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3078321238", - "addr:city": "Paris", - "addr:housenumber": "74", - "addr:postcode": "75015", - "addr:street": "Rue du Commerce", - "brand": "RougeGorge", - "brand:wikidata": "Q104600739", - "clothes": "underwear", - "name": "RougeGorge", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2943128, - 48.8453498 - ] - }, - "id": "node/3078321238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3084672239", - "brand": "Sud Express", - "brand:wikidata": "Q104826254", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "82", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Sud Express", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2935255, - 48.8444305 - ] - }, - "id": "node/3084672239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3084672240", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "84", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Liu", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2934919, - 48.8443917 - ] - }, - "id": "node/3084672240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3084672242", - "clothes": "accessories", - "contact:city": "Paris", - "contact:housenumber": "86", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Takara", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2934289, - 48.8443105 - ] - }, - "id": "node/3084672242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3084672243", - "addr:city": "Paris", - "addr:housenumber": "86", - "addr:postcode": "75015", - "addr:street": "Rue du Commerce", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "86", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "My lovers", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.29339, - 48.844269 - ] - }, - "id": "node/3084672243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3084715704", - "clothes": "underwear;women", - "contact:city": "Paris", - "contact:housenumber": "95", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Carline's", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 11:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2932939, - 48.8438716 - ] - }, - "id": "node/3084715704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3084715707", - "contact:city": "Paris", - "contact:housenumber": "95", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Stock Griffes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2932014, - 48.8437586 - ] - }, - "id": "node/3084715707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3084715711", - "contact:city": "Paris", - "contact:housenumber": "88", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Harriwilson", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2933529, - 48.8442308 - ] - }, - "id": "node/3084715711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3084715713", - "contact:city": "Paris", - "contact:housenumber": "82", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Bleuforêt", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2935541, - 48.8444664 - ] - }, - "id": "node/3084715713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3085086582", - "check_date": "2024-04-14", - "name": "Coton Doux", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3464182, - 48.8526782 - ] - }, - "id": "node/3085086582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3086007742", - "clothes": "denim", - "contact:city": "Paris", - "contact:housenumber": "68", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "La Jeanerie", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2945588, - 48.8456296 - ] - }, - "id": "node/3086007742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3089649887", - "check_date": "2024-04-23", - "name": "Jerem", - "opening_hours": "Tu-Sa 10:00-14:00,15:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3650686, - 48.8723002 - ] - }, - "id": "node/3089649887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3099976486", - "addr:city": "Paris", - "addr:housenumber": "15", - "addr:postcode": "75011", - "addr:street": "Boulevard de Charonne", - "name": "Cuirs et Fourrures du Front de Seine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3986628, - 48.8496681 - ] - }, - "id": "node/3099976486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3102977095", - "addr:city": "Paris", - "addr:housenumber": "67", - "addr:postcode": "75013", - "addr:street": "Avenue d'Italie", - "name": "À Nous les Marques", - "opening_hours:signed": "no", - "shop": "clothes", - "website": "https://www.pagesjaunes.fr/pros/51555389" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3577353, - 48.8256701 - ] - }, - "id": "node/3102977095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3103408736", - "name": "Patricia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.378574, - 48.8907086 - ] - }, - "id": "node/3103408736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3103408836", - "clothes": "lingerie", - "description": "Lingerie", - "name": "Carole", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3778759, - 48.8910778 - ] - }, - "id": "node/3103408836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3103408929", - "clothes": "wedding", - "contact:phone": "+19 0153260702;+19 0616092911", - "name": "Le salon de marriage", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3806072, - 48.8896955 - ] - }, - "id": "node/3103408929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3109761329", - "check_date": "2023-01-21", - "name": "Dix septième avenue", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.288587, - 48.879756 - ] - }, - "id": "node/3109761329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3109774634", - "name": "Baum", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.290139, - 48.878826 - ] - }, - "id": "node/3109774634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3109774732", - "name": "Marco Serussi", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.290481, - 48.87931 - ] - }, - "id": "node/3109774732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3109779335", - "name": "Anthony Garçon", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.289765, - 48.879495 - ] - }, - "id": "node/3109779335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3109783629", - "name": "Jacadi", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.29036, - 48.879354 - ] - }, - "id": "node/3109783629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3141296187", - "name": "Les Heures", - "ref:FR:SIRET": "48081931700029", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4189479, - 48.8465304 - ] - }, - "id": "node/3141296187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3141296205", - "check_date": "2024-11-15", - "name": "Paris Discount", - "opening_hours": "Mo-Su 10:00-14:00,15:00-18:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4194299, - 48.846512 - ] - }, - "id": "node/3141296205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3142576529", - "name": "Casque House", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4217151, - 48.845929 - ] - }, - "id": "node/3142576529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3149325728", - "name": "Julémie", - "opening_hours": "Mo 16:30-19:30; Tu-Fr 11:00-19:30; Sa 11:00-13:00,15:00-19:00", - "ref:FR:SIRET": "33216886300014", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4220392, - 48.8462453 - ] - }, - "id": "node/3149325728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3168844596", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q113516684", - "brand:wikipedia": "fr:Claudie Pierlot", - "clothes": "women", - "name": "Claudie Pierlot", - "opening_hours": "Mo 12:00-19:30; Tu-Sa 11:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3304519, - 48.8711525 - ] - }, - "id": "node/3168844596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3176697766", - "contact:city": "Paris", - "contact:housenumber": "86", - "contact:postcode": "75007", - "contact:street": "Rue de Sèvres", - "name": "Galerie Pégah", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3173892, - 48.8472156 - ] - }, - "id": "node/3176697766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3179596605", - "name": "Simone Pérèle", - "opening_hours": "Mo 11:00-19:30, Tu-Sa 10:00-19:30; Mo,We,Th 14:00-15:00 closed", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3175411, - 48.8470607 - ] - }, - "id": "node/3179596605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3180887762", - "check_date": "2024-01-07", - "name": "Paul & Bertine", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3564978, - 48.8656795 - ] - }, - "id": "node/3180887762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3181177883", - "name": "Chupi Boots", - "opening_hours": "Mo 15:30-19:30; Tu-Sa 10:00-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3785424, - 48.8569322 - ] - }, - "id": "node/3181177883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3195193741", - "check_date": "2024-07-06", - "name": "Sœur", - "opening_hours": "Su 13:00-19:00; We-Sa 11:00-19:00", - "shop": "clothes", - "website": "http://www.soeur-online.fr", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3674446, - 48.8612872 - ] - }, - "id": "node/3195193741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3195384772", - "name": "L'Habibliothèque", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3653678, - 48.8643197 - ] - }, - "id": "node/3195384772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3195656084", - "check_date": "2024-06-30", - "contact:website": "http://www.maisonkitsune.fr/", - "name": "Maison Kitsuné", - "opening_hours": "Mo-Sa 10:30-19:30; Su 11:00-18:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3674098, - 48.8617555 - ] - }, - "id": "node/3195656084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3199877069", - "name": "Guerrisol", - "opening_hours": "Mo-Th,Sa 10:00-19:15; Fr 10:00-14:00,15:00-19:15", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.326109, - 48.885957 - ] - }, - "id": "node/3199877069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3199895764", - "addr:housenumber": "7", - "addr:postcode": "75003", - "addr:street": "Boulevard du Temple", - "contact:facebook": "BisBoutiqueSolidaire", - "contact:instagram": "bisboutiquesolidaire", - "email": "antoniucciremi@yahoo.fr", - "name": "BIS Boutique Solidaire", - "opening_hours": "Tu-Sa 10:00-19:00", - "phone": "+33 1 44 78 11 08", - "shop": "clothes", - "website": "https://www.bisboutiquesolidaire.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3661862, - 48.8635143 - ] - }, - "id": "node/3199895764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3201552751", - "check_date": "2024-07-06", - "name": "APC", - "opening_hours": "Mo-Sa 11:00-19:30; Su 12:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.36688, - 48.8612993 - ] - }, - "id": "node/3201552751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3201867731", - "addr:city": "Paris", - "addr:housenumber": "8", - "addr:postcode": "75011", - "addr:street": "Boulevard des Filles du Calvaire", - "check_date": "2024-06-30", - "level": "0", - "name": "Zespà", - "opening_hours": "Mo-Sa 10:30-13:00,14:00-19:30; Su 13:00-19:00", - "shop": "shoes", - "website": "https://zespa.fr/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3675031, - 48.8611085 - ] - }, - "id": "node/3201867731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3202059845", - "check_date": "2024-08-10", - "name": "Onze", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3683462, - 48.863136 - ] - }, - "id": "node/3202059845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3203040979", - "shop": "shoes", - "website": "https://larrydeadstock.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3655246, - 48.8644367 - ] - }, - "id": "node/3203040979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3203195776", - "check_date": "2024-08-24", - "name": "Clara Vintage", - "second_hand": "yes", - "shop": "clothes", - "website": "https://www.clara-vintage.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3662704, - 48.864711 - ] - }, - "id": "node/3203195776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3204635278", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "brand:wikipedia": "fr:Comptoir des Cotonniers", - "check_date": "2024-07-28", - "name": "Comptoir des Cotonniers", - "shop": "clothes", - "survey:date": "2024-04-25", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3638725, - 48.8614991 - ] - }, - "id": "node/3204635278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3205798467", - "name": "Palmaccio", - "shop": "clothes", - "website": "https://www.Palmaccio.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3663359, - 48.8621359 - ] - }, - "id": "node/3205798467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3205800660", - "brand": "Bonne Gueule", - "brand:wikidata": "Q22248146", - "brand:wikipedia": "fr:BonneGueule", - "name": "Bonne Gueule", - "opening_hours": "Tu-Sa 11:00-19:00", - "phone": "+33971426629", - "shop": "clothes", - "website": "https://www.bonnegueule.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3660014, - 48.8619946 - ] - }, - "id": "node/3205800660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3205806690", - "brand": "Camper", - "brand:wikidata": "Q1030922", - "check_date": "2024-08-10", - "name": "Camper", - "shop": "shoes", - "website": "https://www.bycharlot.com/pages/pointsdevente-marais" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3630986, - 48.8616277 - ] - }, - "id": "node/3205806690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3205835631", - "addr:city": "Paris", - "addr:housenumber": "3", - "addr:postcode": "75001", - "addr:street": "Rue du Jour", - "brand": "Agnès B.", - "brand:wikidata": "Q282967", - "brand:wikipedia": "fr:Agnès b.", - "check_date": "2024-04-04", - "clothes": "men", - "name": "Agnès B.", - "opening_hours": "Mo-Fr 10:30-19:30; Sa 10:30-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3441007, - 48.8634721 - ] - }, - "id": "node/3205835631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3205836112", - "addr:city": "Paris", - "addr:housenumber": "13", - "addr:postcode": "75001", - "addr:street": "Rue du Jour", - "name": "Derhy *", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3443769, - 48.8636213 - ] - }, - "id": "node/3205836112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3205841772", - "addr:city": "Paris", - "addr:postcode": "75001", - "addr:street": "Rue du Jour", - "branch": "layette", - "brand": "Agnès B.", - "brand:wikidata": "Q282967", - "brand:wikipedia": "fr:Agnès b.", - "check_date:opening_hours": "2024-08-16", - "clothes": "children", - "name": "Agnès B.", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3447604, - 48.8637283 - ] - }, - "id": "node/3205841772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3205849350", - "addr:city": "Paris", - "addr:postcode": "75001", - "name": "Manoush", - "opening_hours": "Mo-Sa 10:30-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3453973, - 48.8640573 - ] - }, - "id": "node/3205849350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3205851398", - "addr:city": "Paris", - "addr:postcode": "75001", - "brand": "Le Coq Sportif", - "brand:wikidata": "Q1066156", - "brand:wikipedia": "en:Le Coq Sportif", - "check_date:opening_hours": "2023-12-25", - "clothes": "sports", - "contact:city": "Paris", - "contact:housenumber": "1", - "contact:postcode": "75001", - "contact:street": "Rue Montmartre", - "name": "Le Coq Sportif", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.34555, - 48.863733 - ] - }, - "id": "node/3205851398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3205884569", - "name": "Axel Arigato", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3611224, - 48.8600141 - ] - }, - "id": "node/3205884569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3207289169", - "addr:city": "Paris", - "addr:housenumber": "100", - "addr:postcode": "75011", - "addr:street": "Boulevard Beaumarchais", - "check_date": "2024-07-01", - "clothes": "men", - "name": "Balibaris", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3676637, - 48.8604814 - ] - }, - "id": "node/3207289169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3207402948", - "check_date": "2024-07-15", - "name": "Degrif moda", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3652027, - 48.8661898 - ] - }, - "id": "node/3207402948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3207489441", - "clothes": "children", - "name": "Les Petits Bla-blas", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3674109, - 48.8640766 - ] - }, - "id": "node/3207489441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3209203713", - "name": "Hircus", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3654851, - 48.8619258 - ] - }, - "id": "node/3209203713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3209214076", - "name": "Miki Mialy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3652564, - 48.8618294 - ] - }, - "id": "node/3209214076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3209218239", - "name": "Harmony", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3649477, - 48.8616917 - ] - }, - "id": "node/3209218239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3209219964", - "air_conditioning": "yes", - "branch": "A L'O 1905", - "brand": "DANTON", - "clothes": "workwear;outdoor;women;children", - "contact:city": "Paris", - "contact:email": "contact@alo.paris", - "contact:housenumber": "92", - "contact:phone": "+33 2 43 94 52 69", - "contact:postcode": "75003", - "contact:street": "Rue de Turenne", - "contact:website": "https://www.alo.paris", - "description": "BRANDS : DANTON / VETRA / ORCIVAL / LE GLAZIK", - "image": "https://cdn.shopify.com/s/files/1/0586/9394/3461/files/DANTON_PNG_S_55d51f62-6bdc-407e-8d99-3d3187be7640_100x.png?v=1649846142", - "internet_access": "yes", - "name": "A L'O 1905", - "opening_hours": "Tu-Sa 10:00-19:00", - "operator": "LA BOUTIQUE DES MANUFACTURES", - "payment:debit_cards": "yes", - "shop": "clothes", - "stroller": "yes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3647531, - 48.8616194 - ] - }, - "id": "node/3209219964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3209257975", - "check_date": "2024-08-04", - "name": "Johann", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3654377, - 48.8601746 - ] - }, - "id": "node/3209257975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3210911314", - "check_date": "2024-08-10", - "name": "Le cartel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3644564, - 48.8614135 - ] - }, - "id": "node/3210911314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3210936278", - "check_date": "2024-08-04", - "name": "Cosy Punch", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3636965, - 48.8601388 - ] - }, - "id": "node/3210936278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3210946764", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3631567, - 48.8600115 - ] - }, - "id": "node/3210946764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3210967972", - "name": "Zoé Lee", - "opening_hours": "Tu-Fr 13:00-19:00; Sa,Su 12:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624414, - 48.858802 - ] - }, - "id": "node/3210967972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3210973641", - "check_date:opening_hours": "2023-05-14", - "name": "Zandoli", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3641073, - 48.8582962 - ] - }, - "id": "node/3210973641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3212575999", - "addr:city": "Paris", - "addr:housenumber": "105", - "addr:postcode": "75003", - "addr:street": "Boulevard Beaumarchais", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "name": "Sandro", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3670908, - 48.8604803 - ] - }, - "id": "node/3212575999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3212577589", - "check_date": "2024-06-30", - "name": "Leon & Harper", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3672467, - 48.8598434 - ] - }, - "id": "node/3212577589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3213799711", - "name": "Mike Paul", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3648843, - 48.8619123 - ] - }, - "id": "node/3213799711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3215696961", - "addr:housenumber": "119", - "addr:postcode": "75003", - "addr:street": "Rue de Turenne", - "check_date": "2022-09-30", - "email": "turenne@edouarddeseine.com", - "name": "Édouard de Seine", - "opening_hours": "Tu-Sa 09:00-13:00,14:30-19:00", - "phone": "+33148873101", - "shop": "shoes", - "website": "http://Www.edouarddeseine.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3645357, - 48.8634133 - ] - }, - "id": "node/3215696961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3215701665", - "check_date": "2024-07-06", - "name": "RoyalCheese", - "opening_hours": "Mo-Sa 11:00-20:00; Su 14:00-19:00", - "phone": "+33148045352", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3645256, - 48.8629078 - ] - }, - "id": "node/3215701665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3215704293", - "brand": "Le Slip Français", - "brand:wikidata": "Q14594793", - "brand:wikipedia": "fr:Le Slip Français", - "check_date": "2024-07-28", - "clothes": "underwear", - "name": "Le Slip Français", - "shop": "clothes", - "website": "https://www.leslipfrancais.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3640736, - 48.8618307 - ] - }, - "id": "node/3215704293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3215704301", - "addr:housenumber": "128", - "addr:street": "Rue Vieille du Temple", - "check_date": "2024-07-28", - "name": "NOO", - "opening_hours": "Mo-Su 11:00-19:30", - "phone": "+33 9 86 23 00 95", - "shop": "clothes", - "website": "http://noo-paris.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3641051, - 48.8616251 - ] - }, - "id": "node/3215704301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3215705228", - "check_date": "2024-07-28", - "name": "LA Panoplie", - "shop": "clothes", - "website": "https://la-panoplie.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3640145, - 48.8615812 - ] - }, - "id": "node/3215705228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3215705551", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3636968, - 48.8613942 - ] - }, - "id": "node/3215705551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3217214941", - "addr:housenumber": "84", - "addr:postcode": "75011", - "addr:street": "Boulevard Beaumarchais", - "alt_name": "North Face", - "brand": "The North Face", - "brand:wikidata": "Q152784", - "brand:wikipedia": "en:The North Face", - "contact:phone": "+33 9 73 17 89 03", - "contact:website": "https://www.thenorthface.fr/", - "name": "The North Face", - "opening_hours": "Mo 14:00-19:30; Tu-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3679734, - 48.8592056 - ] - }, - "id": "node/3217214941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3217264668", - "name": "L'Air du Bain", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3676945, - 48.8579697 - ] - }, - "id": "node/3217264668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3218618690", - "check_date": "2024-06-30", - "name": "Atelier Amelot", - "opening_hours": "Mo-Fr 13:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.366794, - 48.8639279 - ] - }, - "id": "node/3218618690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3218792644", - "name": "Kate Mack", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3687871, - 48.8633149 - ] - }, - "id": "node/3218792644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3219902197", - "name": "Chez Dentelles", - "shop": "clothes", - "source": "survey 2018" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3549239, - 48.8608273 - ] - }, - "id": "node/3219902197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3220825544", - "addr:housenumber": "3", - "name": "Neuilly Cashmere", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2581984, - 48.8845428 - ] - }, - "id": "node/3220825544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3221910039", - "check_date": "2023-11-05", - "name": "Murphy", - "opening_hours": "Tu-Sa 10:00-19:30, Mo 12:00-19:30, Su 10:00-13:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2395178, - 48.8825502 - ] - }, - "id": "node/3221910039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3221961350", - "brand": "Weekend Max Mara", - "brand:wikidata": "Q1151774", - "clothes": "women", - "name": "Weekend Max Mara", - "ref:FR:FINESS": "920018447", - "shop": "clothes", - "source": "Celtipharm - 10/2014" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2616182, - 48.8847961 - ] - }, - "id": "node/3221961350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3223858257", - "addr:city": "Puteaux", - "addr:housenumber": "132", - "addr:postcode": "92800", - "addr:street": "Rue Jean Jaurès", - "name": "Ma&Me", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2384979, - 48.8814812 - ] - }, - "id": "node/3223858257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3224123092", - "check_date": "2023-10-04", - "name": "Aux Stocks Permanents", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3543967, - 48.8700183 - ] - }, - "id": "node/3224123092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3236174299", - "brand": "Sergent Major", - "brand:wikidata": "Q62521738", - "brand:wikipedia": "fr:Sergent Major (entreprise)", - "check_date": "2024-07-06", - "clothes": "babies;children", - "contact:website": "https://www.sergent-major.com/on/demandware.store/Sites-SergentMajor-Site/fr_FR/Stores-Details?storeID=1218", - "name": "Sergent Major", - "opening_hours": "Mo-Sa 10:00-19:00; Su, PH closed", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.364226, - 48.8664975 - ] - }, - "id": "node/3236174299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3244481937", - "fixme": "Position approximative", - "name": "Tie Rack", - "opening_hours": "Mo-Sa 10:00-20:00; Th 10:00-21:00", - "operator": "Tie Rack", - "phone": "+339 53 73 04 03", - "shop": "clothes", - "website": "https://www.tie-rack.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3555002, - 48.830357 - ] - }, - "id": "node/3244481937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3244481938", - "fixme": "Position approximative", - "name": "Tie Rack", - "opening_hours": "Mo-Sa 09:30-19:30; Th-Fr 09:00-19:30", - "operator": "Tie Rack", - "phone": "+339 50 38 04 25", - "shop": "clothes", - "website": "https://www.tie-rack.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3232862, - 48.8429696 - ] - }, - "id": "node/3244481938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3245876904", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "59", - "contact:postcode": "75017", - "contact:street": "Avenue des Ternes", - "name": "Ba&sh", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.291788, - 48.879017 - ] - }, - "id": "node/3245876904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3266967071", - "internet_access": "wlan", - "name": "The Broken Arm", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes", - "website": "https://the-broken-arm.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3615561, - 48.8646491 - ] - }, - "id": "node/3266967071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3278399850", - "brand": "Liu Jo", - "brand:wikidata": "Q3835099", - "brand:wikipedia": "en:Liu·Jo", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "65", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Liu Jo", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes", - "source": "survey 2018", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.294822, - 48.8456341 - ] - }, - "id": "node/3278399850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3278399851", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "63", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Libertie", - "opening_hours": "Tu-Sa 10:30-19:30; Mo 14:00-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2948729, - 48.8456932 - ] - }, - "id": "node/3278399851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3278399853", - "name": "DS Shoes", - "opening_hours": "Tu-Sa 11:00-14:00,15:00-19:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2949467, - 48.8457771 - ] - }, - "id": "node/3278399853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3278399854", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "brand:wikipedia": "fr:Du Pareil au Même (entreprise)", - "clothes": "children", - "contact:city": "Paris", - "contact:housenumber": "59", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Du Pareil au Même", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2949976, - 48.8458327 - ] - }, - "id": "node/3278399854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3278399857", - "brand": "Devernois", - "brand:wikidata": "Q98778444", - "brand:wikipedia": "fr:Devernois (entreprise)", - "clothes": "women;men;sports;fur;fashion", - "contact:city": "Paris", - "contact:housenumber": "57", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Devernois", - "opening_hours": "Tu,Th,Sa 10:00-19:00; We,Fr 10:00-13:00,14:00-19:00; Mo 11:00-13:00,14:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.295147, - 48.8460113 - ] - }, - "id": "node/3278399857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3278399859", - "brand": "Geox", - "brand:wikidata": "Q588001", - "brand:wikipedia": "en:Geox", - "contact:city": "Paris", - "contact:housenumber": "57", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Geox", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2952136, - 48.8460851 - ] - }, - "id": "node/3278399859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3282330111", - "brand": "Pimkie", - "brand:wikidata": "Q1758066", - "brand:wikipedia": "en:Pimkie", - "check_date": "2024-06-01", - "check_date:opening_hours": "2024-06-01", - "name": "Pimkie", - "opening_hours:signed": "no", - "shop": "clothes", - "website": "https://www.pimkie.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3289665, - 48.8306344 - ] - }, - "id": "node/3282330111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3282330165", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "clothes": "lingerie", - "name": "Etam", - "shop": "clothes", - "website": "https://www.etam.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3284487, - 48.8300722 - ] - }, - "id": "node/3282330165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3282330166", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "check_date": "2024-06-01", - "name": "Zara", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "website": "https://www.zara.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3307418, - 48.8327386 - ] - }, - "id": "node/3282330166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3282330167", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "brand:wikipedia": "fr:Maje", - "check_date": "2024-06-01", - "clothes": "women", - "name": "Maje", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3308947, - 48.8328842 - ] - }, - "id": "node/3282330167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3282330168", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "clothes": "children", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 1 43 22 15 79", - "shop": "clothes", - "website": "https://www.petit-bateau.fr/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3306507, - 48.8326012 - ] - }, - "id": "node/3282330168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3282330169", - "brand": "NAF NAF", - "brand:wikidata": "Q3334188", - "brand:wikipedia": "fr:Naf Naf", - "name": "NAF NAF", - "opening_hours": "Mo,Tu,Th,Fr 10:00-19:30; We 09:00-20:30; Sa 10:00-20:30; Su 11:00-18:30", - "shop": "clothes", - "website": "https://www.nafnaf.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3309929, - 48.832991 - ] - }, - "id": "node/3282330169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3282425763", - "brand": "Armand Thiery", - "brand:wikidata": "Q2861975", - "brand:wikipedia": "fr:Armand Thiery", - "check_date": "2024-09-15", - "name": "Armand Thiery", - "shop": "clothes", - "website": "https://www.bata.fr/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302736, - 48.8322319 - ] - }, - "id": "node/3282425763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3293288637", - "name": "Hippy Market", - "opening_hours": "Mo-Sa 11:00-19:30; Su 14:00-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3503578, - 48.8618389 - ] - }, - "id": "node/3293288637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3303874333", - "name": "Monsieur Chaussure", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3026147, - 48.8580403 - ] - }, - "id": "node/3303874333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306561675", - "name": "Guerrisol", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3543747, - 48.8569509 - ] - }, - "id": "node/3306561675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3306562263", - "check_date": "2023-04-15", - "name": "Coton Doux", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3544941, - 48.8574666 - ] - }, - "id": "node/3306562263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3307874861", - "name": "Manoukian", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331289, - 48.8724307 - ] - }, - "id": "node/3307874861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3307941162", - "brand": "J.M. Weston", - "brand:wikidata": "Q2399832", - "brand:wikipedia": "fr:J.M. Weston", - "check_date": "2024-08-10", - "name": "J.M. Weston", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3563499, - 48.8593807 - ] - }, - "id": "node/3307941162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3307941261", - "check_date": "2024-08-10", - "name": "La Compagnie des Hommes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3565222, - 48.8595053 - ] - }, - "id": "node/3307941261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3323363849", - "brand": "Armor Lux", - "brand:wikidata": "Q951079", - "brand:wikipedia": "fr:Armor Lux", - "name": "Armor Lux", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3306417, - 48.8441132 - ] - }, - "id": "node/3323363849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3342900968", - "addr:city": "Paris", - "brand": "Geox", - "brand:wikidata": "Q588001", - "brand:wikipedia": "en:Geox", - "check_date": "2024-10-26", - "name": "Geox", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3517147, - 48.8575974 - ] - }, - "id": "node/3342900968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3356939230", - "brand:wikidata": "Q104192959", - "contact:city": "Paris", - "contact:housenumber": "83", - "contact:phone": "+33 1 53 95 32 40", - "contact:postcode": "75015", - "contact:street": "Rue Saint-Charles", - "contact:website": "https://www.mistigriff.fr/", - "name": "Mistigriff", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2861588, - 48.8471149 - ] - }, - "id": "node/3356939230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3358721704", - "name": "Eleven Street", - "opening_hours": "Mo-Su 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3841896, - 48.8674235 - ] - }, - "id": "node/3358721704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3359610328", - "addr:city": "Paris", - "addr:housenumber": "15", - "addr:postcode": "75003", - "addr:street": "Rue des Filles du Calvaire", - "check_date": "2024-04-01", - "clothes": "men;suits;wedding;fashion", - "name": "DANYBERD", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "shop": "clothes", - "website": "https://www.danyberd.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3657333, - 48.8627154 - ] - }, - "id": "node/3359610328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3359610329", - "check_date": "2024-04-01", - "name": "Frank Arnault", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3658746, - 48.8627964 - ] - }, - "id": "node/3359610329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3363409393", - "check_date": "2024-06-28", - "name": "Orchidea Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3576871, - 48.8723148 - ] - }, - "id": "node/3363409393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3377536376", - "addr:city": "Paris", - "addr:postcode": "75003", - "name": "Ami", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3670438, - 48.8606656 - ] - }, - "id": "node/3377536376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3378051703", - "check_date": "2024-08-10", - "name": "Spring Court", - "shop": "shoes", - "website": "https://www.springcourt.com/fr/magasins", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.36291, - 48.8616292 - ] - }, - "id": "node/3378051703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3378051715", - "name": "MR", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3607832, - 48.8612437 - ] - }, - "id": "node/3378051715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3378052018", - "check_date": "2024-07-28", - "name": "Élévation", - "shop": "clothes", - "website": "https://elevationstore.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3640006, - 48.8617846 - ] - }, - "id": "node/3378052018" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3378052029", - "name": "Sonia Rykiel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3617718, - 48.8616452 - ] - }, - "id": "node/3378052029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3378053605", - "brand": "K-Way", - "brand:wikidata": "Q2820820", - "check_date": "2024-08-10", - "name": "K-Way", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624156, - 48.8615641 - ] - }, - "id": "node/3378053605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3378053616", - "name": "Electic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3607691, - 48.8614222 - ] - }, - "id": "node/3378053616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3381757558", - "name": "Planète ArtZoé", - "note": "16 rue Hoche", - "opening_hours": "Tu,We,Fr 10:30-13:30,14:30-19:30; Th 14:30-19:30; Sa 10:30-19:30", - "shop": "clothes", - "source": "Open Data - Issy-lès-Moulineaux" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2715701, - 48.8250832 - ] - }, - "id": "node/3381757558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3382852047", - "addr:city": "Paris", - "addr:housenumber": "7", - "addr:postcode": "75003", - "addr:street": "Rue du Pont aux Choux", - "name": "Seven Boys & Girls", - "opening_hours": "Tu-Sa 11:00-19:00", - "phone": "+33 1 44 93 06 26", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.366312, - 48.8610243 - ] - }, - "id": "node/3382852047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3387741294", - "addr:city": "Paris", - "brand": "Bonobo", - "brand:wikidata": "Q63682093", - "clothes": "men;women", - "name": "Bonobo", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3496664, - 48.8638688 - ] - }, - "id": "node/3387741294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3389348193", - "check_date": "2024-02-02", - "clothes": "women", - "name": "Besides Kimchi", - "origin": "korean", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.349742, - 48.8586117 - ] - }, - "id": "node/3389348193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3389495359", - "name": "Nice Piece", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3651039, - 48.8649642 - ] - }, - "id": "node/3389495359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3391147489", - "alt_name": "semelles orthopédiques Ledos", - "name": "Ledos", - "phone": "+33148068845", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3695039, - 48.8574063 - ] - }, - "id": "node/3391147489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3391648471", - "clothes": "fashion", - "contact:website": "https://www.exaltation.fr/", - "name": "Exaltation", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3301459, - 48.8713078 - ] - }, - "id": "node/3391648471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3392601242", - "name": "13 bonaparte", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3643378, - 48.8630521 - ] - }, - "id": "node/3392601242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3392601250", - "name": "The Alphabet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624614, - 48.8663142 - ] - }, - "id": "node/3392601250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3396907068", - "check_date": "2024-08-10", - "name": "Drôle de Monsieur", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3625299, - 48.8617172 - ] - }, - "id": "node/3396907068" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3396913311", - "brand": "A.P.C.", - "brand:wikidata": "Q546542", - "level": "0", - "name": "A.P.C.", - "shop": "clothes", - "wheelchair": "designated" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.363296, - 48.8612009 - ] - }, - "id": "node/3396913311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3396914190", - "name": "Ganni", - "shop": "clothes", - "website": "https://www.ganni.com/fr-fr/stores/store-marais.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3635272, - 48.8613208 - ] - }, - "id": "node/3396914190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3398471293", - "check_date": "2024-08-04", - "name": "Atsuko Matano", - "opening_hours": "Tu-Sa 11:00-19:00", - "origin": "japanese", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3559187, - 48.861031 - ] - }, - "id": "node/3398471293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3401358189", - "check_date:opening_hours": "2023-04-27", - "name": "Hasting", - "opening_hours:signed": "no", - "shop": "clothes", - "survey:date": "2020-03-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3296737, - 48.8307147 - ] - }, - "id": "node/3401358189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3401882393", - "brand": "Bocage", - "brand:wikidata": "Q104599699", - "check_date:opening_hours": "2024-01-29", - "name": "Bocage", - "opening_hours": "Tu-Sa 10:00-19:30; Mo 13:00-19:30", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.316304, - 48.8816034 - ] - }, - "id": "node/3401882393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405072649", - "addr:city": "Paris", - "addr:postcode": "75001", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "name": "Caroll", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3433236, - 48.860236 - ] - }, - "id": "node/3405072649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405072652", - "brand": "Bershka", - "brand:wikidata": "Q827258", - "brand:wikipedia": "en:Bershka", - "contact:housenumber": "65", - "contact:street": "rue de rivoli", - "name": "Bershka", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:30-19:30", - "shop": "clothes", - "website": "https://www.bershka.com/fr/store-locator.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449946, - 48.8594053 - ] - }, - "id": "node/3405072652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405072655", - "brand": "Skechers", - "brand:wikidata": "Q2945643", - "brand:wikipedia": "en:Skechers", - "check_date": "2024-01-23", - "check_date:opening_hours": "2024-03-12", - "clothes": "children", - "name": "Skechers", - "opening_hours:signed": "no", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3477855, - 48.858828 - ] - }, - "id": "node/3405072655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405082964", - "brand": "Diesel", - "brand:wikidata": "Q158285", - "brand:wikipedia": "en:Diesel (brand)", - "name": "Diesel", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3558454, - 48.85821 - ] - }, - "id": "node/3405082964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405085303", - "addr:city": "Paris", - "addr:housenumber": "146", - "addr:postcode": "75001", - "addr:street": "Rue de Rivoli", - "brand": "Urban Outfitters", - "brand:wikidata": "Q3552193", - "brand:wikipedia": "en:Urban Outfitters", - "name": "Urban Outfitters", - "opening_hours": "Mo-Sa 10:00-20:00; Su 12:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3419787, - 48.8606735 - ] - }, - "id": "node/3405085303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405085306", - "addr:city": "Paris", - "addr:postcode": "75001", - "name": "Jott", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3431193, - 48.860297 - ] - }, - "id": "node/3405085306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405085309", - "addr:city": "Paris", - "brand": "Pull & Bear", - "brand:wikidata": "Q691029", - "brand:wikipedia": "en:Pull&Bear", - "contact:housenumber": "65", - "contact:street": "rue de rivoli", - "name": "Pull & Bear", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:30-19:30", - "shop": "clothes", - "survey:date": "2023-07-23", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3448512, - 48.8594621 - ] - }, - "id": "node/3405085309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405085310", - "brand": "NAF NAF", - "brand:wikidata": "Q3334188", - "brand:wikipedia": "fr:Naf Naf", - "name": "NAF NAF", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3452494, - 48.8593434 - ] - }, - "id": "node/3405085310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405085312", - "brand": "Promod", - "brand:wikidata": "Q3407429", - "brand:wikipedia": "en:Promod", - "clothes": "women", - "name": "Promod", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 09:30-20:00", - "shop": "clothes", - "source": "survey 02/2019", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3466863, - 48.8591529 - ] - }, - "id": "node/3405085312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405085314", - "brand": "Zara", - "brand:wikidata": "Q147662", - "name": "Zara", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493156, - 48.8583144 - ] - }, - "id": "node/3405085314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405085315", - "name": "Zara", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3495582, - 48.8582338 - ] - }, - "id": "node/3405085315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405085317", - "brand": "Mango", - "brand:wikidata": "Q136503", - "brand:wikipedia": "en:Mango (retailer)", - "check_date": "2023-10-06", - "name": "Mango", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.350377, - 48.857974 - ] - }, - "id": "node/3405085317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405085318", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "brand:wikipedia": "en:Intimissimi", - "check_date": "2023-10-06", - "clothes": "underwear", - "name": "Intimissimi", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505476, - 48.857894 - ] - }, - "id": "node/3405085318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405085320", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "clothes": "underwear", - "name": "Etam", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-18:00; Su 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3507896, - 48.8578345 - ] - }, - "id": "node/3405085320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405085787", - "addr:city": "Paris", - "brand": "Oysho", - "brand:wikidata": "Q3327046", - "brand:wikipedia": "en:Oysho", - "check_date": "2024-10-26", - "name": "Oysho", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3513477, - 48.8577196 - ] - }, - "id": "node/3405085787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405085792", - "addr:city": "Paris", - "addr:country": "FR", - "addr:street": "Rue des Rosiers", - "name": "dinh van", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3578995, - 48.8578223 - ] - }, - "id": "node/3405085792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405086595", - "check_date": "2023-07-09", - "name": "MBM", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3536792, - 48.8587827 - ] - }, - "id": "node/3405086595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405086793", - "brand": "Éric Bompard", - "brand:wikidata": "Q3590998", - "brand:wikipedia": "en:Éric Bompard", - "check_date": "2024-08-04", - "name": "Éric Bompard", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580956, - 48.8580291 - ] - }, - "id": "node/3405086793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405086794", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "brand:wikipedia": "fr:Maje", - "check_date": "2024-08-04", - "clothes": "women", - "name": "Maje", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3581697, - 48.8583022 - ] - }, - "id": "node/3405086794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405086796", - "name": "Lemaire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3609351, - 48.8579221 - ] - }, - "id": "node/3405086796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3405095474", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "brand:wikipedia": "fr:Éram", - "name": "Éram", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3480557, - 48.8587045 - ] - }, - "id": "node/3405095474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3408293498", - "shop": "clothes", - "source": "knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2925332, - 48.8401986 - ] - }, - "id": "node/3408293498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3409087769", - "check_date": "2024-03-10", - "name": "Yanis B", - "phone": "+33 1 55 32 35 18", - "shop": "clothes", - "source": "local_knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3262719, - 48.8863803 - ] - }, - "id": "node/3409087769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3409192658", - "check_date": "2024-03-10", - "name": "Balagane", - "shop": "clothes", - "source": "local_knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263541, - 48.8862127 - ] - }, - "id": "node/3409192658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3409219010", - "check_date": "2024-03-10", - "name": "Balagane", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.326401, - 48.8861114 - ] - }, - "id": "node/3409219010" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3412381461", - "name": "Massimo Boni", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.364439, - 48.8611811 - ] - }, - "id": "node/3412381461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3414484825", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "fr:Calzedonia", - "clothes": "underwear", - "name": "Calzedonia", - "phone": "+33 1 43 87 90 17", - "shop": "clothes", - "source": "local_knowledge", - "tourism": "artwork", - "website": "http://www.calzedonia.it", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3268841, - 48.8850815 - ] - }, - "id": "node/3414484825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3414509221", - "name": "La Diligence", - "opening_hours": "Mo-Sa 10:00-20:00", - "operator": "Lin Xi", - "phone": "+33 1 42 94 85 55", - "shop": "bag", - "source": "local_knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3273669, - 48.8840467 - ] - }, - "id": "node/3414509221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3414962646", - "name": "Sapiens", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3261238, - 48.8867195 - ] - }, - "id": "node/3414962646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3415081587", - "name": "J. Mossis", - "opening_hours": "Mo-Sa 10:00-20:00", - "operator": "Nahaisi Marc", - "phone": "+33 1 43 87 81 65", - "shop": "clothes", - "source": "local_knowledge", - "website": "https://www.jmossis.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3260393, - 48.8868853 - ] - }, - "id": "node/3415081587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3415081592", - "name": "Saga des Marques", - "opening_hours": "Mo-Sa 10:30-19:30", - "operator": "Lellouche Mickael", - "phone": "+33 1 42 93 75 61", - "shop": "clothes", - "source": "local_knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3258811, - 48.887238 - ] - }, - "id": "node/3415081592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3415083093", - "name": "Sapiens", - "opening_hours": "Mo-Sa 09:30-20:00", - "operator": "Messas Elie", - "phone": "+33 1 45 22 43 59", - "shop": "clothes", - "source": "local_knowledge", - "website": "http://www.sapiens-homme.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3258395, - 48.8873253 - ] - }, - "id": "node/3415083093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3421390900", - "check_date": "2023-03-18", - "noname": "yes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3608406, - 48.867994 - ] - }, - "id": "node/3421390900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3427511862", - "name": "Flash", - "operator": "Tam Hon Kwonq", - "phone": "+33 1 43 87 59 99", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3261603, - 48.8858661 - ] - }, - "id": "node/3427511862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3429929360", - "brand": "Tommy Hilfiger", - "brand:wikidata": "Q634881", - "brand:wikipedia": "en:Tommy Hilfiger (company)", - "check_date": "2024-04-22", - "name": "Tommy Hilfiger", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3284532, - 48.8697715 - ] - }, - "id": "node/3429929360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3429929361", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "brand:wikipedia": "en:Lacoste", - "check_date": "2024-08-25", - "name": "Lacoste", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3294559, - 48.8699699 - ] - }, - "id": "node/3429929361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3429929582", - "brand": "Aigle", - "brand:wikidata": "Q404391", - "brand:wikipedia": "fr:Aigle (entreprise)", - "check_date": "2024-11-17", - "check_date:opening_hours": "2024-11-17", - "name": "Aigle", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3288011, - 48.8698614 - ] - }, - "id": "node/3429929582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3429930020", - "check_date": "2024-08-25", - "name": "Manfield", - "opening_hours": "Mo 11:00-19:30, Tu-Sa 10:00-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3292013, - 48.8699325 - ] - }, - "id": "node/3429930020" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3429930021", - "branch": "General Store", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "contact:city": "Paris", - "contact:email": "serviceclient.boutiques@ikks.com", - "contact:housenumber": "27", - "contact:postcode": "75002", - "contact:street": "Boulevard des Capucines", - "contact:website": "http://stores.ikks.com/fr_fr/boutique/paris/ikks-general-store-paris-capucines/536c8f21e0bbafaa06e12a891a337a1c", - "name": "Ikks", - "opening_hours": "Mo-Sa 10:00-20:00, Su 10:00-20:00", - "shop": "clothes", - "source": "survey 2015" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3304058, - 48.8701384 - ] - }, - "id": "node/3429930021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3429930093", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "brand:wikipedia": "fr:Zadig & Voltaire", - "name": "Zadig & Voltaire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3016152, - 48.8749898 - ] - }, - "id": "node/3429930093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3438438499", - "name": "Vintage Inspiration Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3231214, - 48.88421 - ] - }, - "id": "node/3438438499" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3446162129", - "name": "Valentine Gauthier", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.363471, - 48.8635822 - ] - }, - "id": "node/3446162129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3455582224", - "name": "Margaret Howell", - "shop": "clothes", - "website": "https://www.margarethowell.fr/boutiques/margaret-howell" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3641583, - 48.8625935 - ] - }, - "id": "node/3455582224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3457465794", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q113516684", - "brand:wikipedia": "fr:Claudie Pierlot", - "clothes": "women", - "name": "Claudie Pierlot", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3417177, - 48.8473295 - ] - }, - "id": "node/3457465794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3457465795", - "name": "Balibaris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3416212, - 48.8473523 - ] - }, - "id": "node/3457465795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3457469993", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "clothes": "women", - "name": "Ba&sh", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3430275, - 48.8470436 - ] - }, - "id": "node/3457469993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3457473193", - "addr:city": "Paris", - "addr:housenumber": "20", - "addr:postcode": "75005", - "addr:street": "Rue Soufflot", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "brand:wikipedia": "fr:Maje", - "check_date": "2024-03-21", - "clothes": "women", - "name": "Maje", - "shop": "clothes", - "stationery": "art" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423102, - 48.8472059 - ] - }, - "id": "node/3457473193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3458469941", - "name": "Nos", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3265344, - 48.8751229 - ] - }, - "id": "node/3458469941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3461689395", - "clothes": "men;underwear;wedding;suits;denim", - "contact:city": "Paris", - "contact:housenumber": "39", - "contact:postcode": "75008", - "contact:street": "Boulevard Malesherbes", - "name": "DANYBERD", - "opening_hours": "Mo-Fr 10:30-14:30, Mo-Th 15:30-19:30, Fr 15:30-18:30", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3205952, - 48.8734032 - ] - }, - "id": "node/3461689395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3461708699", - "name": "Coriolan", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3183721, - 48.8742227 - ] - }, - "id": "node/3461708699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3461708894", - "brand": "Loding", - "brand:wikidata": "Q3257795", - "name": "Loding", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3179529, - 48.8741516 - ] - }, - "id": "node/3461708894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3461709494", - "name": "Bruce Fields", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3184823, - 48.8742399 - ] - }, - "id": "node/3461709494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3461714093", - "name": "Dégrif des Stocks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3180495, - 48.8741681 - ] - }, - "id": "node/3461714093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3461714193", - "name": "L'atelier du palper rouler", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3181562, - 48.8741843 - ] - }, - "id": "node/3461714193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3461714293", - "brand": "Bexley", - "brand:wikidata": "Q101247434", - "name": "Bexley", - "shoes": "men", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3182551, - 48.8742045 - ] - }, - "id": "node/3461714293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3461717193", - "brand": "Vicomte A", - "brand:wikidata": "Q3556972", - "name": "Vicomte A", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3186057, - 48.874264 - ] - }, - "id": "node/3461717193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3461803993", - "check_date": "2022-10-01", - "clothes": "underwear", - "name": "Cadolle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3255141, - 48.8664684 - ] - }, - "id": "node/3461803993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3462951710", - "brand": "Sud Express", - "brand:wikidata": "Q104826254", - "clothes": "women", - "name": "Sud Express", - "shop": "clothes", - "survey:date": "2022-12-04", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3595721, - 48.8581212 - ] - }, - "id": "node/3462951710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3463145693", - "name": "Noriem", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.357278, - 48.8573189 - ] - }, - "id": "node/3463145693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3471754293", - "addr:housenumber": "28", - "addr:postcode": "75004", - "addr:street": "Boulevard de Sébastopol", - "alt_name": "North Face", - "brand": "The North Face", - "brand:wikidata": "Q152784", - "brand:wikipedia": "en:The North Face", - "clothes": "outdoor", - "name": "The North Face", - "opening_hours": "Tu-Sa 10:30-19:30; Mo 14:00-19:30; Su off", - "shop": "clothes", - "website": "https://www.northface.fr", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3498764, - 48.8609574 - ] - }, - "id": "node/3471754293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3473319091", - "name": "Who are You", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3221261, - 48.8691323 - ] - }, - "id": "node/3473319091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3473319334", - "name": "Anne Fontaine", - "shop": "clothes", - "survey:date": "2024-04-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3222745, - 48.8693262 - ] - }, - "id": "node/3473319334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3475020182", - "addr:city": "Paris", - "addr:housenumber": "19", - "addr:postcode": "75003", - "addr:street": "Rue Commines", - "name": "SEAGALE", - "operator": "SEAGALE", - "shop": "clothes", - "website": "https://seagale.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3664618, - 48.8623549 - ] - }, - "id": "node/3475020182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3475285694", - "check_date": "2023-10-06", - "name": "Tricobel", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3491997, - 48.8597828 - ] - }, - "id": "node/3475285694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3475287793", - "addr:housenumber": "8", - "addr:street": "Boulevard de Sébastopol", - "check_date:opening_hours": "2024-02-03", - "description": "Friperie", - "name": "Guerrisol", - "opening_hours": "Mo-Su 10:00-21:30", - "shop": "clothes", - "website": "https://www.guerrisol.fr/nos-magasins/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3487978, - 48.8590878 - ] - }, - "id": "node/3475287793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3475289594", - "name": "RG", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3491381, - 48.8597221 - ] - }, - "id": "node/3475289594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3482693199", - "name": "Weill Stock", - "opening_hours": "Tu-Fr 10:30-19:00; Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.284339, - 48.8454228 - ] - }, - "id": "node/3482693199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3496852096", - "addr:city": "Paris", - "addr:housenumber": "59", - "addr:postcode": "75011", - "addr:street": "Rue du Faubourg Saint-Antoine", - "name": "ODAJE", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3735428, - 48.8520532 - ] - }, - "id": "node/3496852096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3501273078", - "addr:city": "Paris", - "addr:housenumber": "120", - "addr:postcode": "75001", - "addr:street": "Rue Rambuteau", - "brand": "Timberland", - "brand:wikidata": "Q1539185", - "brand:wikipedia": "en:The Timberland Company", - "check_date": "2024-10-20", - "name": "Timberland", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3468347, - 48.8628183 - ] - }, - "id": "node/3501273078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3501719724", - "check_date": "2023-09-18", - "name": "Jamin Puech", - "opening_hours": "Mo-Fr 10:00-19:00; Tu,Sa 11:00-19:00", - "phone": "+33 1 40 22 08 32", - "shop": "bag", - "source": "local_knowledge", - "website": "https://www.jamin-puech.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3507795, - 48.8751712 - ] - }, - "id": "node/3501719724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3501719740", - "name": "Miss Victorya", - "opening_hours": "Mo-Fr 10:00-20:00", - "operator": "Sacuto Philippe", - "phone": "+33 1 42 46 19 25", - "shop": "clothes", - "source": "local_knowledge" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505199, - 48.874164 - ] - }, - "id": "node/3501719740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3501719746", - "check_date": "2023-10-01", - "name": "Poppy", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 12:00-19:00", - "phone": "+33 1 42 47 88 87", - "shop": "clothes", - "source": "local_knowledge", - "website": "https://fr-fr.facebook.com/poppystore.paris", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3503183, - 48.8734081 - ] - }, - "id": "node/3501719746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3513924945", - "check_date": "2024-10-05", - "check_date:opening_hours": "2023-11-10", - "name": "Only Girl", - "not:brand:wikidata": "Q61799370", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3736591, - 48.8707512 - ] - }, - "id": "node/3513924945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3519315387", - "name": "Arc'terix", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3274821, - 48.8696377 - ] - }, - "id": "node/3519315387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3525510044", - "addr:city": "Paris", - "addr:country": "FR", - "addr:housenumber": "115", - "addr:postcode": "75013", - "addr:street": "Avenue de France", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "check_date:opening_hours": "2024-04-19", - "clothes": "women;men", - "level": "0", - "name": "H&M", - "opening_hours": "Mo-Sa 10:00-20:00", - "phone": "+33 805 08 88 88", - "second_hand": "no", - "shop": "clothes", - "source": "Knowledge", - "website": "https://www2.hm.com/fr_fr/index.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3763346, - 48.8305248 - ] - }, - "id": "node/3525510044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3532312696", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:00; Su closed", - "phone": "+33 1 47 45 45 75", - "shop": "clothes", - "source": "survey", - "website": "https://stores.petit-bateau.com/france/neuilly/37-rue-de-sablonville", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2769106, - 48.8802118 - ] - }, - "id": "node/3532312696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3537894679", - "check_date": "2024-05-11", - "check_date:opening_hours": "2021-06-04", - "name": "Lauren Vidal", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297173, - 48.8721083 - ] - }, - "id": "node/3537894679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3547454343", - "contact:city": "Paris", - "contact:housenumber": "12-16", - "contact:phone": "+33 1 42 61 14 65", - "contact:postcode": "75002", - "contact:street": "Rue Tiquetonne", - "name": "Episode", - "opening_hours": "Mo-Sa 11:00-20:00", - "operator": "Episode clothing", - "operator:ref:FR:SIREN": "504314261", - "ref:FR:NAF": "47.79Z", - "ref:FR:SIRET": "50431426100018", - "ref:vatin": "FR39504314261", - "shop": "clothes", - "website": "https://www.episode.eu/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3492598, - 48.8645577 - ] - }, - "id": "node/3547454343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3557820194", - "check_date": "2023-05-17", - "name": "Finsbury", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3256734, - 48.8280739 - ] - }, - "id": "node/3557820194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3557838193", - "clothes": "underwear", - "name": "Simone Pérèle", - "opening_hours": "Tu-Sa 11:30-19:30, Mo 11:00-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3262085, - 48.8281539 - ] - }, - "id": "node/3557838193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561190096", - "name": "Miss Paris", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3197381, - 48.8302286 - ] - }, - "id": "node/3561190096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561190098", - "check_date": "2023-05-17", - "name": "Stock 149", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3200635, - 48.8301046 - ] - }, - "id": "node/3561190098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561245094", - "brand": "Zapa", - "brand:wikidata": "Q17715270", - "name": "Zapa", - "opening_hours": "Mo-Sa 11:00-14:00,15:00-19:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3213134, - 48.8296501 - ] - }, - "id": "node/3561245094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3578540187", - "addr:city": "Paris", - "addr:housenumber": "7", - "addr:street": "Place de l'Opéra", - "brand": "Camper", - "brand:wikidata": "Q1030922", - "brand:wikipedia": "en:Camper (company)", - "check_date": "2024-10-25", - "name": "Camper", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3326011, - 48.87105 - ] - }, - "id": "node/3578540187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3581871393", - "brand": "Louis Vuitton", - "brand:wikidata": "Q191485", - "brand:wikipedia": "en:LouisVuitton", - "contact:city": "Paris", - "contact:housenumber": "2", - "contact:postcode": "75001", - "contact:street": "Place Vendôme", - "name": "Louis Vuitton", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3289394, - 48.8667411 - ] - }, - "id": "node/3581871393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3588253794", - "name": "Zoom Flight Paris", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3495001, - 48.8627412 - ] - }, - "id": "node/3588253794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3590217339", - "name": "Uzo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3638703, - 48.8639085 - ] - }, - "id": "node/3590217339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3612390473", - "name": "Rouje", - "opening_hours": "Mo-Sa 11:00-19:30, Su 12:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3640565, - 48.8559082 - ] - }, - "id": "node/3612390473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3612390475", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "brand:wikipedia": "fr:Comptoir des Cotonniers", - "check_date": "2023-04-15", - "name": "Comptoir des Cotonniers", - "opening_hours": "Mo-Sa 10:30-19:30; Su 11:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.364465, - 48.8563172 - ] - }, - "id": "node/3612390475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3621627293", - "check_date": "2024-08-10", - "name": "Bobby", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3616732, - 48.8663895 - ] - }, - "id": "node/3621627293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3621627393", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "brand:wikipedia": "fr:Du Pareil au Même (entreprise)", - "contact:website": "https://boutiques.dpam.com/fr/france-FR/8113/du-pareil-au-meme-temple-3eme/details", - "name": "Du Pareil au Même", - "opening_hours": "Mo-Sa 10:00-19:00; Su, PH closed", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3617803, - 48.8664513 - ] - }, - "id": "node/3621627393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3621825293", - "name": "Hold Up", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3650306, - 48.8638352 - ] - }, - "id": "node/3621825293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3621825594", - "check_date": "2024-07-06", - "level": "0", - "name": "Isabel Marant", - "shop": "clothes", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.36432, - 48.8624991 - ] - }, - "id": "node/3621825594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3621827310", - "name": "Open dressing", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3643672, - 48.8589601 - ] - }, - "id": "node/3621827310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3621827609", - "name": "Une Fille à Marier", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3646611, - 48.859356 - ] - }, - "id": "node/3621827609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3621828702", - "name": "Ken Claude", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3643729, - 48.8587001 - ] - }, - "id": "node/3621828702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3621845993", - "name": "L'apiéceur", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3644669, - 48.8616623 - ] - }, - "id": "node/3621845993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3621881994", - "name": "Les Habitués", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.364665, - 48.8596046 - ] - }, - "id": "node/3621881994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3621895996", - "contact:city": "Paris", - "contact:housenumber": "28", - "contact:postcode": "75004", - "contact:street": "Rue du Roi de Sicile", - "name": "LOL by Louisiane", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3584511, - 48.8562383 - ] - }, - "id": "node/3621895996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3621911597", - "name": "Maxime Simoens", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3566588, - 48.8565915 - ] - }, - "id": "node/3621911597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3621911695", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "brand:wikipedia": "en:Lacoste", - "name": "Lacoste", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3573777, - 48.8574349 - ] - }, - "id": "node/3621911695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3621915596", - "check_date": "2023-07-15", - "name": "Bérénice", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3582642, - 48.8592072 - ] - }, - "id": "node/3621915596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3621933838", - "addr:city": "Paris", - "addr:street": "Rue de Dominique", - "name": "Bennice", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "yes", - "wheelchair:description": "Rampe wird bei Bedarf ausgezogen" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.307491, - 48.8595464 - ] - }, - "id": "node/3621933838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3622259081", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "clothes": "underwear", - "name": "Calzedonia", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3256089, - 48.8454183 - ] - }, - "id": "node/3622259081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3623542848", - "addr:city": "Paris", - "addr:housenumber": "3", - "addr:postcode": "75005", - "addr:street": "Rue de Bazeilles", - "name": "Maxévan & Co.", - "opening_hours": "Tu-Fr 11:00-19:00; Sa 11:00-18:00; Su,Mo off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3500447, - 48.8385818 - ] - }, - "id": "node/3623542848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3643891195", - "check_date": "2023-09-28", - "level": "0", - "name": "Indian Fashions", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3579808, - 48.8814393 - ] - }, - "id": "node/3643891195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3643891198", - "check_date": "2023-09-28", - "level": "0", - "name": "Shamina Supermarket", - "old_name": "Kamaran Silks", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3581519, - 48.8817383 - ] - }, - "id": "node/3643891198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3643905495", - "check_date": "2024-01-03", - "level": "0", - "name": "Retoucherie Ragawa Tailor", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.358141, - 48.8810295 - ] - }, - "id": "node/3643905495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3643905500", - "check_date": "2023-09-28", - "level": "0", - "name": "Akil", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580615, - 48.8815813 - ] - }, - "id": "node/3643905500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3643905501", - "check_date": "2024-09-14", - "name": "Januna Fashion", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580818, - 48.8816129 - ] - }, - "id": "node/3643905501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3643905694", - "check_date": "2023-04-15", - "name": "New India", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3583085, - 48.881997 - ] - }, - "id": "node/3643905694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3643905696", - "check_date": "2023-11-10", - "name": "Asian Sari Centre", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3588244, - 48.8828795 - ] - }, - "id": "node/3643905696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3643905698", - "check_date": "2023-09-28", - "name": "Indian Silk Palace", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3586483, - 48.8825671 - ] - }, - "id": "node/3643905698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3649704932", - "name": "R&M American Vintage", - "opening_hours": "Mo-Sa 12:00-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4117482, - 48.8489772 - ] - }, - "id": "node/3649704932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3652647638", - "old_cuisine": "indian", - "old_name": "Sri Sai RAM Sweets", - "shop": "clothes", - "source": "survey 06/2022" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3590692, - 48.8826206 - ] - }, - "id": "node/3652647638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3652704225", - "name": "Singapore Silk Point", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3590195, - 48.882542 - ] - }, - "id": "node/3652704225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3653361133", - "name": "Naked", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3549163, - 48.8586914 - ] - }, - "id": "node/3653361133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3655344513", - "addr:housenumber": "5", - "addr:street": "Boulevard des Filles du Calvaire", - "check_date": "2024-04-01", - "name": "bonton", - "name:en": "Bonton", - "name:fr": "Bonton", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.366839, - 48.8614558 - ] - }, - "id": "node/3655344513" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3655349333", - "check_date": "2024-04-01", - "name": "White Bird", - "opening_hours": "Tu-Sa 11:00-19:00; Mo 14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3667848, - 48.8616655 - ] - }, - "id": "node/3655349333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3656822372", - "name": "Pellat-Finet", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3310648, - 48.8654627 - ] - }, - "id": "node/3656822372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3656827226", - "name": "Meilleur Moment", - "ref:FR:SIREN": "823887468", - "ref:FR:SIRET": "82388746800028", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.331004, - 48.8652799 - ] - }, - "id": "node/3656827226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3656827227", - "name": "Theory", - "shop": "clothes", - "source": "survey 2015", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3306831, - 48.8654512 - ] - }, - "id": "node/3656827227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3656828729", - "brand": "Cosmoparis", - "brand:wikidata": "Q105105839", - "contact:city": "Paris", - "contact:housenumber": "211", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Cosmoparis", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes", - "source": "survey 2015", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3311592, - 48.8652078 - ] - }, - "id": "node/3656828729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3656829309", - "name": "Golden Goose", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.330608, - 48.8653236 - ] - }, - "id": "node/3656829309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3657933028", - "check_date": "2023-09-10", - "name": "Gérard Darel", - "shop": "clothes", - "source": "survey 2015", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3239293, - 48.8688165 - ] - }, - "id": "node/3657933028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3658611074", - "name": "Bonne gueule", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.36597, - 48.8621398 - ] - }, - "id": "node/3658611074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3658611075", - "name": "Pied de biche", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3653489, - 48.8618716 - ] - }, - "id": "node/3658611075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3659114894", - "check_date": "2023-07-07", - "name": "Kilo Shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3625095, - 48.8693918 - ] - }, - "id": "node/3659114894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3659114982", - "name": "La Factory", - "opening_hours": "Tu-Fr 11:00-19:30; Sa 10:30-20:00; Su 14:30-19:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3635736, - 48.869421 - ] - }, - "id": "node/3659114982" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3659912506", - "check_date": "2024-07-06", - "name": "Cotton Park", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.365015, - 48.8621044 - ] - }, - "id": "node/3659912506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3661407080", - "name": "Oska", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3639267, - 48.8617456 - ] - }, - "id": "node/3661407080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3661408805", - "addr:city": "Paris", - "addr:housenumber": "129", - "addr:postcode": "75003", - "addr:street": "Rue Vieille du Temple", - "name": "RoyalCheese", - "opening_hours": "Mo-Sa 11:00-20:00; Su 14:00-19:00", - "phone": "+33 1 57 40 66 70", - "shop": "shoes", - "website": "https://www.royalcheese.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3636845, - 48.8616127 - ] - }, - "id": "node/3661408805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3661409992", - "check_date": "2024-04-01", - "name": "Helios for Men", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3658936, - 48.86254 - ] - }, - "id": "node/3661409992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3662009771", - "name": "Isabelle Marant", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3640784, - 48.8632304 - ] - }, - "id": "node/3662009771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3662009772", - "check_date": "2022-09-30", - "name": "Finger in the Nose", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3643485, - 48.8632714 - ] - }, - "id": "node/3662009772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3662010834", - "addr:city": "Paris", - "addr:housenumber": "47", - "addr:postcode": "75003", - "addr:street": "Rue de Saintonge", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "brand:wikipedia": "fr:Maje", - "clothes": "women", - "name": "Maje", - "shop": "clothes", - "website": "https://fr.maje.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3639472, - 48.8631349 - ] - }, - "id": "node/3662010834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3663527955", - "addr:housenumber": "6", - "addr:postcode": "92150", - "brand": "Okaïdi", - "brand:wikidata": "Q3350027", - "brand:wikipedia": "fr:Okaïdi", - "name": "Okaïdi", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 1 41 91 09 28", - "shop": "clothes", - "website": "https://www.okaidi.fr/Shop/okaidi-suresnes/300", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2269723, - 48.8682117 - ] - }, - "id": "node/3663527955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3668350456", - "name": "Sam Daniel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3647765, - 48.8624505 - ] - }, - "id": "node/3668350456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3668354087", - "check_date": "2024-04-01", - "name": "The Rolling Shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3664017, - 48.8631543 - ] - }, - "id": "node/3668354087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3668354091", - "name": "Cœur d'Amour", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3647828, - 48.8626758 - ] - }, - "id": "node/3668354091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3669978406", - "name": "Les Prairies de Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3634029, - 48.8620898 - ] - }, - "id": "node/3669978406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3669978984", - "check_date": "2024-08-10", - "name": "Loulou Studio", - "shop": "clothes", - "website": "https://louloustudio.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3633313, - 48.8615974 - ] - }, - "id": "node/3669978984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3669978985", - "name": "VSP", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3632856, - 48.8618849 - ] - }, - "id": "node/3669978985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3670340319", - "description": "Lingerie Féminine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2974165, - 48.8737668 - ] - }, - "id": "node/3670340319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3670516682", - "name": "National standard", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3636988, - 48.8627081 - ] - }, - "id": "node/3670516682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3670517846", - "name": "Gomina", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3636023, - 48.8626233 - ] - }, - "id": "node/3670517846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3670517847", - "name": "Sandqvist", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3642445, - 48.863373 - ] - }, - "id": "node/3670517847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3670517848", - "check_date": "2024-02-13", - "name": "Moonyounghee", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3636761, - 48.8637309 - ] - }, - "id": "node/3670517848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3670519112", - "check_date": "2022-09-30", - "level": "0", - "name": "Pretty Box", - "second_hand": "yes", - "shop": "clothes", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3638954, - 48.8628749 - ] - }, - "id": "node/3670519112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3670519113", - "name": "La Boutique Extraordinaire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3635883, - 48.8638619 - ] - }, - "id": "node/3670519113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3670745942", - "name": "Recto Verso", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3376569, - 48.885404 - ] - }, - "id": "node/3670745942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3670745943", - "name": "Recto Verso", - "opening_hours": "Mo-Su 10:30-20:00", - "operator": "Azoulai Dov", - "phone": "+33 1 42 52 94 81", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3380352, - 48.8855818 - ] - }, - "id": "node/3670745943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3672093579", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.359219, - 48.8619783 - ] - }, - "id": "node/3672093579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3672098022", - "check_date": "2023-04-15", - "name": "Tropico", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3488862, - 48.8623621 - ] - }, - "id": "node/3672098022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3672098186", - "brand": "American Vintage", - "brand:wikidata": "Q2422884", - "brand:wikipedia": "fr:American Vintage", - "name": "American Vintage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3620237, - 48.8607463 - ] - }, - "id": "node/3672098186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3676103737", - "addr:housenumber": "18", - "addr:postcode": "92240", - "addr:street": "Avenue Pierre Larousse", - "name": "SoLucette", - "opening_hours": "Tu-Sa 10:30-14:00,15:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3025892, - 48.8236368 - ] - }, - "id": "node/3676103737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3680769924", - "addr:city": "Paris", - "addr:housenumber": "1", - "addr:postcode": "75001", - "addr:street": "Rue de Turbigo", - "clothes": "men;children", - "name": "Element", - "note": "Anciennement : Démocratie Paris", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3467327, - 48.8634493 - ] - }, - "id": "node/3680769924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3680774432", - "name": "Ewa Lipinska", - "opening_hours": "Mo-Sa 11:00-19:30", - "phone": "+33142786372", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3595979, - 48.8627749 - ] - }, - "id": "node/3680774432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3680774530", - "contact:city": "Paris", - "contact:housenumber": "5", - "contact:postcode": "75001", - "contact:street": "Rue de Turbigo", - "contact:website": "https://wasted.fr/fr/", - "name": "Wasted", - "opening_hours": "Mo-Sa 11:30-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.347547, - 48.8636421 - ] - }, - "id": "node/3680774530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3680774531", - "addr:city": "Paris", - "check_date": "2024-03-10", - "level": "0", - "name": "Anne Élisabeth", - "opening_hours": "Mo-Sa 11:00-19:30", - "shop": "clothes", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3483474, - 48.8635764 - ] - }, - "id": "node/3680774531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3682562826", - "brand:wikipedia": "en:Barclays", - "name": "Carven", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3102577, - 48.8698251 - ] - }, - "id": "node/3682562826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3682563025", - "addr:city": "Paris", - "addr:housenumber": "12", - "addr:postcode": "75008", - "addr:street": "Rond-Point des Champs-Élysées - Marcel Dassault", - "air_conditioning": "yes", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "brand:wikipedia": "fr:Zadig & Voltaire", - "clothes": "women;men;children", - "name": "Zadig & Voltaire", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "payment:american_express": "yes", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+33 9 61 20 80 59", - "shop": "clothes", - "stroller": "yes", - "website": "https://storelocator.zadig-et-voltaire.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3098028, - 48.8697729 - ] - }, - "id": "node/3682563025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3685628866", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "brand:wikipedia": "fr:Maje", - "check_date": "2022-09-30", - "clothes": "women", - "name": "Maje", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3619516, - 48.8551444 - ] - }, - "id": "node/3685628866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3685632587", - "check_date": "2023-04-15", - "name": "Unisa", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3623334, - 48.8549716 - ] - }, - "id": "node/3685632587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3685632590", - "check_date": "2023-04-15", - "name": "Dileme", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3628844, - 48.8547117 - ] - }, - "id": "node/3685632590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3688329072", - "addr:city": "Paris", - "addr:postcode": "75011", - "name": "commepiedsnus.com", - "shop": "shoes", - "website": "https://commepiedsnus.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3760173, - 48.8648176 - ] - }, - "id": "node/3688329072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3691511951", - "name": "MD Mode", - "opening_hours": "Tu-Fr 10:30-12:00,14:30-17:30, Sa 10:30-12:00,14:00-18:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3572306, - 48.8289993 - ] - }, - "id": "node/3691511951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3697203745", - "addr:housenumber": "117 Bis", - "addr:street": "Rue Jean Jaurès", - "name": "L'Univers des Idées", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 1 48 45 20 35", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4602722, - 48.8960869 - ] - }, - "id": "node/3697203745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3700836925", - "name": "Lune et l'autre", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4361125, - 48.8476916 - ] - }, - "id": "node/3700836925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3701328031", - "level": "-1", - "location": "underground", - "name": "Propice", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.256031, - 48.8378436 - ] - }, - "id": "node/3701328031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3701328126", - "check_date": "2023-11-13", - "name": "Hasting", - "second_hand": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3568497, - 48.875076 - ] - }, - "id": "node/3701328126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3702561625", - "contact:housenumber": "75", - "contact:postcode": "75006", - "contact:street": "Boulevard Raspail", - "name": "Anthony Garçon", - "official_name": "COPY-TOP Raspail - Rennes", - "opening_hours": "Sa 10:00-14:30,15:30-18:00; Su closed; Mo-Fr 10:00-14:30,15:30-18:00", - "phone": "+33 1 53 63 24 63", - "shop": "clothes", - "website": "https://anthonygarcon.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3279137, - 48.8486499 - ] - }, - "id": "node/3702561625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3702649119", - "name": "Dégrif des stocks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3352251, - 48.8734817 - ] - }, - "id": "node/3702649119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3703077203", - "name": "Bamyan", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3549433, - 48.8524637 - ] - }, - "id": "node/3703077203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3704121928", - "check_date": "2023-11-10", - "name": "Indian Designs", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3590503, - 48.8837661 - ] - }, - "id": "node/3704121928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3704121931", - "level": "0", - "name": "Thirupathy", - "old_name": "Thirupathy", - "opening_hours": "Tu-Su 10:00-20:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3590096, - 48.8834816 - ] - }, - "id": "node/3704121931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3704122525", - "level": "0", - "name": "little india", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3590284, - 48.8835977 - ] - }, - "id": "node/3704122525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3704122527", - "check_date": "2023-11-10", - "name": "Gnannama's Silks", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3589524, - 48.8831799 - ] - }, - "id": "node/3704122527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3704122528", - "level": "0", - "name": "New Thangamalikai", - "old_name": "Sabrina", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3589364, - 48.8831148 - ] - }, - "id": "node/3704122528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3704122725", - "level": "0", - "name": "Sumangaly Tex", - "old_name": "Mantaly Tex", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3589539, - 48.8832112 - ] - }, - "id": "node/3704122725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3708580904", - "check_date:opening_hours": "2023-04-19", - "name": "Dam Boutons", - "opening_hours": "Tu-Sa 10:30-13:00, Mo-Sa 13:30-18:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423911, - 48.8836227 - ] - }, - "id": "node/3708580904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3709915464", - "addr:city": "Paris", - "addr:country": "FR", - "addr:housenumber": "15", - "addr:postcode": "75013", - "addr:street": "Rue Marie-Andrée Lagroua Weill-Hallé", - "check_date": "2024-11-07", - "check_date:opening_hours": "2024-11-07", - "clothes": "oversize", - "description": "Mode homme grande taille", - "level": "0", - "name": "Size-Factory", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 1 46 70 15 15", - "second_hand": "no", - "shop": "clothes", - "toilets": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3800886, - 48.8284668 - ] - }, - "id": "node/3709915464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3711097904", - "name": "Nicole Lingerie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4162457, - 48.8798973 - ] - }, - "id": "node/3711097904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3716024171", - "addr:city": "Paris", - "addr:housenumber": "90", - "addr:postcode": "75018", - "addr:street": "Rue des Martyrs", - "name": "Antoine & Lili", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.339836, - 48.8837339 - ] - }, - "id": "node/3716024171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3718487249", - "brand": "Bally", - "brand:wikidata": "Q688195", - "name": "Bally", - "shop": "shoes", - "source": "survey 2015", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3300067, - 48.8700676 - ] - }, - "id": "node/3718487249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3718487250", - "brand": "Harmont & Blaine", - "brand:wikidata": "Q3783405", - "name": "Harmont & Blaine", - "shop": "clothes", - "source": "survey 2015", - "website": "https://www.harmontblaine.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3298914, - 48.8700484 - ] - }, - "id": "node/3718487250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3729901576", - "brand": "Catimini", - "brand:wikidata": "Q2942948", - "check_date": "2023-09-08", - "clothes": "children", - "name": "Catimini", - "ref:FR:SIRET": "82429699000743", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4353697, - 48.8470458 - ] - }, - "id": "node/3729901576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3733709261", - "clothes": "wedding", - "name": "La mariée parisienne", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2996136, - 48.8405114 - ] - }, - "id": "node/3733709261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3733736490", - "addr:city": "Paris", - "addr:postcode": "75015", - "addr:street": "Rue Lecourbe", - "name": "Oldfield", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3066623, - 48.8436781 - ] - }, - "id": "node/3733736490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3734890125", - "name": "Gabril", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.342415, - 48.8517398 - ] - }, - "id": "node/3734890125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738028655", - "check_date": "2024-04-06", - "contact:city": "Paris", - "contact:housenumber": "32", - "contact:postcode": "75004", - "contact:street": "Rue des Rosiers", - "name": "Vintage Désir", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3592027, - 48.8573222 - ] - }, - "id": "node/3738028655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738028658", - "contact:city": "Paris", - "contact:housenumber": "26", - "contact:postcode": "75004", - "contact:street": "Rue des Rosiers", - "name": "Fred Perry", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3594345, - 48.8572421 - ] - }, - "id": "node/3738028658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738028662", - "addr:city": "Paris", - "addr:country": "FR", - "addr:street": "Rue des Rosiers", - "name": "Suncoo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3596309, - 48.8571057 - ] - }, - "id": "node/3738028662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738028667", - "brand": "Kookaï", - "brand:wikidata": "Q1783759", - "brand:wikipedia": "fr:Kookaï", - "name": "Subdued", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3601754, - 48.8568551 - ] - }, - "id": "node/3738028667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738028669", - "branch": "Men", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "check_date": "2024-08-04", - "clothes": "men", - "contact:email": "serviceclient.boutiques@ikks.com", - "contact:phone": "+33 1 42 78 16 90", - "level": "0", - "name": "Ikks", - "opening_hours": "Mo-Su 11:00-19:30", - "shop": "clothes", - "website": "https://stores.ikks.com/fr_fr/boutique/paris/ikks-men-paris-rosiers/536c8f21e0bbafaa06e12a891a3ac648", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3603625, - 48.8567612 - ] - }, - "id": "node/3738028669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738028671", - "name": "Rene Dehry", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3602452, - 48.8568207 - ] - }, - "id": "node/3738028671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738028672", - "check_date": "2024-08-04", - "name": "Tressé", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3608121, - 48.8565628 - ] - }, - "id": "node/3738028672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738155790", - "check_date": "2023-10-04", - "name": "Bel Air", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.361228, - 48.8563292 - ] - }, - "id": "node/3738155790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738155792", - "brand": "Happy Socks", - "brand:wikidata": "Q10517909", - "clothes": "socks", - "contact:city": "Paris", - "contact:housenumber": "38", - "contact:postcode": "75004", - "contact:street": "Rue des Rosiers", - "name": "Happy Socks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.358947, - 48.8574869 - ] - }, - "id": "node/3738155792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738155793", - "addr:city": "Paris", - "addr:country": "FR", - "addr:street": "Rue des Rosiers", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "brand:wikipedia": "en:Levi Strauss & Co.", - "clothes": "denim;men;women", - "name": "Levi's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3588893, - 48.8575169 - ] - }, - "id": "node/3738155793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738155794", - "contact:city": "Paris", - "contact:housenumber": "42", - "contact:postcode": "75004", - "contact:street": "Rue des Rosiers", - "name": "Marcel et Marcel", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3588413, - 48.8575383 - ] - }, - "id": "node/3738155794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738155795", - "contact:city": "Paris", - "contact:housenumber": "42", - "contact:postcode": "75004", - "contact:street": "Rue des Rosiers", - "name": "Sweet Pants", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3588015, - 48.8575522 - ] - }, - "id": "node/3738155795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738161812", - "addr:city": "Paris", - "addr:country": "FR", - "name": "Camélia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3611596, - 48.8561741 - ] - }, - "id": "node/3738161812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738161814", - "addr:city": "Paris", - "addr:country": "FR", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "check_date": "2024-04-01", - "clothes": "underwear", - "name": "Etam", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3608465, - 48.8563245 - ] - }, - "id": "node/3738161814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738161817", - "name": "Zapa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3605217, - 48.8565024 - ] - }, - "id": "node/3738161817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738161820", - "addr:city": "Paris", - "addr:country": "FR", - "addr:street": "Rue des Rosiers", - "brand": "Vilebrequin", - "brand:wikidata": "Q3558391", - "brand:wikipedia": "en:Vilebrequin", - "clothes": "swimwear", - "name": "Vilebrequin", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3602518, - 48.856646 - ] - }, - "id": "node/3738161820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738161821", - "name": "Poles", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3601411, - 48.856699 - ] - }, - "id": "node/3738161821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738161822", - "addr:city": "Paris", - "branch": "Women", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "brand:wikipedia": "fr:IKKS", - "changing_table": "no", - "clothes": "women", - "contact:email": "serviceclient.boutiques@ikks.com", - "contact:phone": "+33 1 44 61 10 46", - "level": "0", - "name": "Ikks", - "opening_hours": "Mo-Su 11:00-19:30", - "organic": "yes", - "second_hand": "no", - "shop": "clothes", - "toilets": "no", - "website": "https://stores.ikks.com/fr_fr/boutique/paris/ikks-women-paris-rosiers/536c8f21e0bbafaa06e12a891a3a5d1f" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3600582, - 48.8567409 - ] - }, - "id": "node/3738161822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738161823", - "name": "From Future", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3598742, - 48.8568224 - ] - }, - "id": "node/3738161823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738161824", - "brand": "El Ganso", - "brand:wikidata": "Q51955203", - "brand:wikipedia": "es:El Ganso (cadena de tiendas)", - "check_date": "2024-08-04", - "name": "El Ganso", - "opening_hours": "Mo-Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.359978, - 48.8567817 - ] - }, - "id": "node/3738161824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738163225", - "addr:city": "Paris", - "addr:country": "FR", - "addr:street": "Rue des Rosiers", - "name": "Cecile Jeanne", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3596799, - 48.8569923 - ] - }, - "id": "node/3738163225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738163227", - "addr:city": "Paris", - "addr:country": "FR", - "addr:street": "Rue des Rosiers", - "name": "La Boutique Ephemere du Marais", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3595391, - 48.857051 - ] - }, - "id": "node/3738163227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738163229", - "addr:city": "Paris", - "addr:country": "FR", - "addr:postcode": "75004", - "addr:street": "Rue des Rosiers", - "name": "Shana", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3594623, - 48.8570812 - ] - }, - "id": "node/3738163229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738163230", - "addr:city": "Paris", - "addr:country": "FR", - "addr:postcode": "75004", - "addr:street": "Rue des Rosiers", - "name": "Lord Fools", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3594283, - 48.8570965 - ] - }, - "id": "node/3738163230" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738163231", - "contact:city": "Paris", - "contact:housenumber": "19", - "contact:postcode": "75004", - "contact:street": "Rue des Rosiers", - "name": "Planisphere", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591843, - 48.8572165 - ] - }, - "id": "node/3738163231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738163234", - "clothes": "men", - "contact:city": "Paris", - "contact:housenumber": "19", - "contact:postcode": "75004", - "contact:street": "Rue des Rosiers", - "name": "Scalpers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591307, - 48.8572491 - ] - }, - "id": "node/3738163234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738168383", - "addr:city": "Paris", - "addr:country": "FR", - "addr:street": "Rue des Rosiers", - "brand": "AllSaints", - "brand:wikidata": "Q4728473", - "brand:wikipedia": "en:AllSaints", - "level": "0", - "name": "AllSaints", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3588259, - 48.857421 - ] - }, - "id": "node/3738168383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738168389", - "name": "ElevenParis", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3581081, - 48.8577414 - ] - }, - "id": "node/3738168389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738168391", - "addr:city": "Paris", - "addr:country": "FR", - "addr:street": "Rue des Rosiers", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "check_date": "2024-08-04", - "clothes": "underwear", - "name": "Intimissimi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3579733, - 48.8579095 - ] - }, - "id": "node/3738168391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3738168394", - "addr:city": "Paris", - "addr:country": "FR", - "addr:street": "Rue des Rosiers", - "name": "Nara Camice", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3581631, - 48.8578151 - ] - }, - "id": "node/3738168394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3740346419", - "name": "Stock Market", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2834814, - 48.8444939 - ] - }, - "id": "node/3740346419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3740346420", - "name": "Via Venise", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2835464, - 48.8445796 - ] - }, - "id": "node/3740346420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3740346537", - "name": "Escarcel", - "opening_hours": "Tu-Sa 10:30-19:30; Mo 12:00-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2838705, - 48.84307 - ] - }, - "id": "node/3740346537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3740346555", - "brand": "Mephisto", - "brand:wikidata": "Q822975", - "brand:wikipedia": "fr:Mephisto (chaussure)", - "name": "Mephisto", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 11:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2869657, - 48.841673 - ] - }, - "id": "node/3740346555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3744385051", - "name": "Les Étoiles", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3734876, - 48.8478177 - ] - }, - "id": "node/3744385051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3747925837", - "addr:housenumber": "147", - "addr:street": "Rue de Rennes", - "brand": "United Colors of Benetton", - "brand:wikidata": "Q817139", - "brand:wikipedia": "en:Benetton Group", - "name": "United Colors of Benetton", - "phone": "+33 1 53 63 02 80", - "shop": "clothes", - "short_name": "Benetton", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3258591, - 48.8456401 - ] - }, - "id": "node/3747925837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3747940618", - "clothes": "underwear", - "name": "Tezenis lingerie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3261095, - 48.8459204 - ] - }, - "id": "node/3747940618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3747940758", - "addr:city": "Paris", - "addr:housenumber": "5", - "addr:postcode": "75003", - "addr:street": "Rue Saint-Claude", - "name": "Wooyoungmi", - "phone": "+33 1 42 77 85 68", - "shop": "clothes", - "website": "https://www.wooyoungmi.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3664134, - 48.8600393 - ] - }, - "id": "node/3747940758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3747943225", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "name": "Caroll", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3259386, - 48.8457498 - ] - }, - "id": "node/3747943225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3758220717", - "name": "Le choix d'Inès", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.306441, - 48.84349 - ] - }, - "id": "node/3758220717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759479036", - "addr:city": "Paris", - "addr:postcode": "75001", - "addr:street": "Rue Rambuteau", - "clothes": "underwear", - "name": "Valege", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3477011, - 48.8626219 - ] - }, - "id": "node/3759479036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3759536274", - "contact:city": "Paris", - "contact:housenumber": "74", - "contact:postcode": "75015", - "contact:street": "Boulevard Garibaldi", - "name": "Saris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3084033, - 48.8457131 - ] - }, - "id": "node/3759536274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3761281999", - "name": "Trail & the City", - "opening_hours": "Tu-Fr 10:30-14:00,15:00-19:30; Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3071824, - 48.8440618 - ] - }, - "id": "node/3761281999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3761282007", - "name": "Armstrong", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.307007, - 48.8436918 - ] - }, - "id": "node/3761282007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3761282031", - "name": "La Scarpa", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3083829, - 48.8441782 - ] - }, - "id": "node/3761282031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3769108758", - "name": "Chinemachine", - "opening_hours": "Mo-Su 12:00-20:00", - "organic": "no", - "phone": "+33 1 80 50 27 66", - "second_hand": "yes", - "shop": "clothes", - "source": "survey:01-10-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3531808, - 48.873295 - ] - }, - "id": "node/3769108758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3770622891", - "name": "Le Comptoir des Cotonniers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3313546, - 48.8697256 - ] - }, - "id": "node/3770622891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3770622892", - "name": "Alfred Dunhil", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3312778, - 48.8696007 - ] - }, - "id": "node/3770622892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3770622893", - "brand": "Suitsupply", - "brand:wikidata": "Q17149142", - "brand:wikipedia": "en:Massimo Dutti", - "clothes": "suits", - "name": "Suitsupply", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3318172, - 48.8695948 - ] - }, - "id": "node/3770622893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3770662358", - "name": "Upper Shoes", - "opening_hours": "Mo-Fr 10:30-19:00; Sa 10:30-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3279313, - 48.8704424 - ] - }, - "id": "node/3770662358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3770664880", - "check_date:opening_hours": "2024-07-16", - "name": "Toscane", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3281922, - 48.8729071 - ] - }, - "id": "node/3770664880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3770664993", - "brand": "Armand Thiery", - "brand:wikidata": "Q2861975", - "brand:wikipedia": "fr:Armand Thiery", - "check_date": "2024-11-24", - "check_date:opening_hours": "2024-11-24", - "name": "Armand Thiery", - "opening_hours": "Mo-Sa 09:30-20:00; Su 09:30-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3284233, - 48.8728014 - ] - }, - "id": "node/3770664993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3770702783", - "check_date": "2024-05-11", - "name": "Izac", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3288365, - 48.8729275 - ] - }, - "id": "node/3770702783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3775135772", - "addr:city": "Paris", - "addr:housenumber": "51", - "addr:postcode": "75006", - "addr:street": "Rue Bonaparte", - "name": "What For", - "opening_hours": "Tu-Sa 10:30-19:30", - "phone": "+33 1 42 01 38 34", - "shop": "shoes", - "website": "https://whatforfashion.eu/fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3332523, - 48.85254 - ] - }, - "id": "node/3775135772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3776137036", - "addr:housenumber": "72", - "addr:postcode": "75008", - "addr:street": "Boulevard Haussmann", - "brand": "Bocage", - "brand:wikidata": "Q104599699", - "check_date": "2022-10-01", - "name": "Bocage", - "opening_hours": "Mo-Sa 09:30-20:00; Su 11:00-19:00", - "phone": "+33143873973", - "shop": "shoes", - "website": "https://www.bocage.fr/boutique/paris/bocage-paris-haussmann-cv-m-01137", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3267324, - 48.8739917 - ] - }, - "id": "node/3776137036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3780938568", - "brand": "Loding", - "brand:wikidata": "Q3257795", - "brand:wikipedia": "fr:Loding", - "check_date": "2023-07-13", - "name": "Loding", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3049124, - 48.8729495 - ] - }, - "id": "node/3780938568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3782323210", - "brand": "Darjeeling", - "brand:wikidata": "Q3016203", - "brand:wikipedia": "fr:Darjeeling (lingerie)", - "clothes": "underwear", - "contact:housenumber": "152", - "contact:street": "Rue de Rennes", - "name": "Darjeeling", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3241182, - 48.8443606 - ] - }, - "id": "node/3782323210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3785103382", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "level": "1", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2398373, - 48.8370757 - ] - }, - "id": "node/3785103382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3785103383", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "level": "1", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2400844, - 48.8370015 - ] - }, - "id": "node/3785103383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3785103385", - "brand": "Massimo Dutti", - "brand:wikidata": "Q788231", - "brand:wikipedia": "en:Massimo Dutti", - "level": "1", - "name": "Massimo Dutti", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2388428, - 48.8369403 - ] - }, - "id": "node/3785103385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3801769733", - "name": "mam'zelle swing", - "opening_hours": "Mo-Sa 14:00-19:00; Su 15:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3565228, - 48.8566316 - ] - }, - "id": "node/3801769733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3804195350", - "clothes": "suits", - "name": "Diego", - "phone": "+33 1 42 89 16 97", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3046906, - 48.8726391 - ] - }, - "id": "node/3804195350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3804195353", - "contact:city": "Paris", - "contact:housenumber": "12", - "contact:phone": "+33 1 45 63 21 70", - "contact:postcode": "75008", - "contact:street": "Rue de Berri", - "contact:website": "http://www.saint-honore-market.com/fr/nos-boutiques/rue-de-berri/", - "name": "Saint-Honoré Market", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3043836, - 48.8724518 - ] - }, - "id": "node/3804195353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3809308574", - "addr:city": "Paris", - "addr:postcode": "75008", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "brand:wikipedia": "en:Lacoste", - "name": "Lacoste", - "shop": "clothes", - "source": "survey 2015" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3016881, - 48.8712797 - ] - }, - "id": "node/3809308574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3809309330", - "brand": "Éric Bompard", - "brand:wikidata": "Q3590998", - "contact:city": "Paris", - "contact:housenumber": "91", - "contact:postcode": "75008", - "contact:street": "Avenue des Champs-Élysées", - "name": "Éric Bompard", - "shop": "clothes", - "source": "survey 2015" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3019948, - 48.8711868 - ] - }, - "id": "node/3809309330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3811367165", - "name": "Nicolas Villani", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2983774, - 48.8688979 - ] - }, - "id": "node/3811367165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3811412261", - "name": "Maroquinerie Lafayette", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3341788, - 48.8732057 - ] - }, - "id": "node/3811412261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3811446659", - "contact:website": "http://www.bruno-saint-hilaire.com/", - "name": "Bruno Saint-Hilaire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3351158, - 48.8734426 - ] - }, - "id": "node/3811446659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826208357", - "addr:housenumber": "26", - "name": "Parallele boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2916973, - 48.8907552 - ] - }, - "id": "node/3826208357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826268764", - "clothes": "women", - "contact:city": "Paris", - "contact:facebook": "https://www.facebook.com/ikks", - "contact:phone": "+33 1 45 75 40 01", - "contact:postcode": "75015", - "contact:street": "Centre Commercial Beaugrenelle", - "contact:street_1": "12, rue Linois", - "contact:twitter": "https://twitter.com/ikks616", - "contact:website": "https://www.ikks.com", - "name": "Ikks Women", - "opening_hours": "Mo-Sa 10:00-21:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2824654, - 48.8482092 - ] - }, - "id": "node/3826268764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826356257", - "branch": "Junior", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "clothes": "children", - "contact:city": "Paris", - "contact:email": "serviceclient.boutiques@ikks.com", - "contact:facebook": "https://www.facebook.com/ikks", - "contact:phone": "+33 1 45 75 45 70", - "contact:postcode": "75015", - "contact:street": "Rue Linois", - "contact:twitter": "https://twitter.com/ikks616", - "contact:website": "https://www.ikks.com/", - "description": "Centre Commercial Beaugrenelle - Cellule 19", - "name": "Ikks", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2836366, - 48.8477753 - ] - }, - "id": "node/3826356257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826399757", - "addr:city": "Paris", - "addr:housenumber": "38", - "addr:postcode": "75006", - "addr:street": "Rue Saint-Sulpice", - "branch": "Women Men", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "brand:wikipedia": "fr:IKKS", - "check_date:opening_hours": "2024-07-25", - "contact:email": "serviceclient.boutiques@ikks.com", - "contact:facebook": "https://www.facebook.com/ikks", - "contact:phone": "+33 1 56 81 88 05", - "contact:twitter": "https://twitter.com/ikks616", - "name": "Ikks", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "website": "https://www.ikks.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3347686, - 48.851365 - ] - }, - "id": "node/3826399757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826603857", - "addr:city": "Neuilly-sur-Seine", - "addr:housenumber": "93 bis", - "addr:postcode": "92200", - "addr:street": "Avenue du Roule", - "check_date": "2024-06-01", - "clothes": "children", - "name": "Bonpoint", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2730273, - 48.8832911 - ] - }, - "id": "node/3826603857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826651557", - "check_date": "2023-04-08", - "clothes": "children", - "contact:city": "Paris", - "contact:email": "serviceclient.boutiques@ikks.com", - "contact:facebook": "https://www.facebook.com/ikks", - "contact:housenumber": "17", - "contact:phone": "+33 1 42 65 25 95", - "contact:postcode": "75008", - "contact:street": "Rue Tronchet", - "contact:twitter": "https://twitter.com/ikks616", - "name": "Ikks Junior", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes", - "website": "https://stores.ikks.com/fr_fr/boutique/paris/ikks-junior-paris-tronchet/183ce14ddd89637a80f5ec667f8feced" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3256089, - 48.8719501 - ] - }, - "id": "node/3826651557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826674167", - "clothes": "children", - "contact:city": "Paris", - "contact:email": "serviceclient.boutiques@ikks.com", - "contact:facebook": "https://www.facebook.com/ikks", - "contact:housenumber": "5", - "contact:phone": "+33 1 45 25 94 49", - "contact:postcode": "75016", - "contact:street": "Rue Guichard", - "contact:twitter": "https://twitter.com/ikks616", - "contact:website": "http://stores.ikks.com/fr_fr/boutique/paris/ikks-junior-paris-guichard/5e622f0bcee6a15ba81a3b6fc4ee64fa", - "name": "IKKS Junior", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.276869, - 48.8585271 - ] - }, - "id": "node/3826674167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826677458", - "name": "By Louise", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3312, - 48.8441766 - ] - }, - "id": "node/3826677458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3826721757", - "branch": "Junior", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "clothes": "children", - "contact:city": "Paris", - "contact:email": "serviceclient.boutiques@ikks.com", - "contact:facebook": "https://www.facebook.com/ikks", - "contact:housenumber": "32", - "contact:phone": "+33 1 45 48 37 57", - "contact:postcode": "75006", - "contact:street": "Rue du Four", - "contact:twitter": "https://twitter.com/ikks616", - "name": "Ikks", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "website": "https://stores.ikks.com/fr_fr/boutique/paris/ikks-junior-paris-four/536c8f21e0bbafaa06e12a891a4b5ecc" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3327057, - 48.8526957 - ] - }, - "id": "node/3826721757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3828157957", - "addr:housenumber": "25", - "clothes": "women", - "contact:email": "serviceclient.boutiques@ikks.com", - "contact:facebook": "https://www.facebook.com/ikks", - "contact:phone": "+33 1 56 76 07 85", - "contact:twitter": "https://twitter.com/ikks616", - "name": "Ikks Women", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:30-19:30; Su 10:30-13:30", - "shop": "clothes", - "website": "https://stores.ikks.com/fr_fr/boutique/levallois-perret/ikks-women-levallois-perret/536c8f21e0bbafaa06e12a891a2a9d71" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2913432, - 48.8907905 - ] - }, - "id": "node/3828157957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3828181457", - "clothes": "women", - "contact:phone": "+33 1 47 22 54 35", - "name": "IKKS Women", - "opening_hours": "Mo 12:00-19:00; Tu-Sa 10:30-19:00", - "shop": "clothes", - "website": "https://stores.ikks.com/fr_fr/boutique/neuilly/ikks-women-neuilly/536c8f21e0bbafaa06e12a891a2f0b4c" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2780551, - 48.8804403 - ] - }, - "id": "node/3828181457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3828386794", - "branch": "Women", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "clothes": "women", - "contact:phone": "+33 1 40 55 94 56", - "name": "Ikks", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2932108, - 48.8786928 - ] - }, - "id": "node/3828386794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3828502404", - "addr:housenumber": "44B", - "addr:postcode": "75012", - "addr:street": "Cour Saint-Émilion", - "branch": "Women Men", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "brand:wikipedia": "fr:IKKS", - "clothes": "women", - "contact:email": "serviceclient.boutiques@ikks.com", - "contact:facebook": "https://www.facebook.com/ikks", - "contact:phone": "+33 1 40 21 06 22", - "contact:twitter": "https://twitter.com/ikks616", - "name": "Ikks", - "opening_hours": "Mo-Sa 11:00-21:00", - "shop": "clothes", - "website": "https://stores.ikks.com/fr_fr/boutique/paris/ikks-women-men-paris-bercy-village/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3869676, - 48.8333077 - ] - }, - "id": "node/3828502404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3828625857", - "addr:housenumber": "5", - "addr:postcode": "92100", - "addr:street": "Rue Tony Garnier", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "brand:wikipedia": "fr:IKKS", - "clothes": "women", - "contact:email": "serviceclient.boutiques@ikks.com", - "contact:facebook": "https://www.facebook.com/ikks", - "contact:phone": "+33 1 46 04 55 14", - "contact:twitter": "https://twitter.com/ikks616", - "name": "Ikks", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes", - "website": "https://stores.ikks.com/fr_fr/boutique/boulogne-billancourt/ikks-general-store-boulogne-billancourt/536c8f21e0bbafaa06e12a891a51fbff" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2396592, - 48.8372131 - ] - }, - "id": "node/3828625857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3835125046", - "brand": "United Colors of Benetton", - "brand:wikidata": "Q817139", - "brand:wikipedia": "en:Benetton Group", - "name": "United Colors of Benetton", - "shop": "clothes", - "short_name": "Benetton" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3319765, - 48.8703369 - ] - }, - "id": "node/3835125046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3839355059", - "name": "Bobe Kai", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3771587, - 48.8566021 - ] - }, - "id": "node/3839355059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3841554857", - "addr:city": "Paris", - "addr:postcode": "75001", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "brand:wikipedia": "en:Levi Strauss & Co.", - "clothes": "denim;men;women", - "name": "Levi's", - "opening_hours": "Mo-Sa 10:02-19:30; Su 14:00-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3483351, - 48.8618637 - ] - }, - "id": "node/3841554857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3841554957", - "addr:city": "Paris", - "addr:postcode": "75001", - "addr:street": "Rue Pierre Lescot", - "brand": "Dr. Martens", - "brand:wikidata": "Q1126126", - "brand:wikipedia": "en:Dr. Martens", - "name": "Dr. Martens", - "opening_hours": "Mo-Th 10:30-19:30; Fr 10:30-20:00; Su 12:00-19:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3483823, - 48.8619147 - ] - }, - "id": "node/3841554957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3844333819", - "addr:city": "Charenton-le-Pont", - "addr:housenumber": "103", - "addr:postcode": "94220", - "addr:street": "Rue de Paris", - "name": "Paradis D'Griff", - "phone": "+33 1 43 76 05 19", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4112636, - 48.8228682 - ] - }, - "id": "node/3844333819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3870693483", - "contact:housenumber": "91", - "contact:street": "Rue de Paris", - "name": "Chaussures Rejac", - "ref:FR:SIRET": "43753006600020", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4123128, - 48.8222106 - ] - }, - "id": "node/3870693483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3870693484", - "name": "Blue Eyes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4124768, - 48.8221096 - ] - }, - "id": "node/3870693484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3874851619", - "brand": "Massimo Dutti", - "brand:wikidata": "Q788231", - "brand:wikipedia": "en:Massimo Dutti", - "check_date": "2024-04-13", - "level": "-1;0", - "name": "Massimo Dutti", - "shop": "clothes", - "source": "survey 2015", - "toilets": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3008663, - 48.8722928 - ] - }, - "id": "node/3874851619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3874851620", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-20:30; Su 11:00-19:00", - "phone": "+33 1 40 74 02 03", - "shop": "clothes", - "source": "survey 2015", - "website": "https://stores.petit-bateau.com/france/paris/116-avenue-des-champs-elysees", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3009963, - 48.8722505 - ] - }, - "id": "node/3874851620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3889206159", - "addr:city": "Paris", - "addr:housenumber": "127", - "addr:postcode": "75001", - "addr:street": "Rue Saint-Denis", - "name": "Vintage Mania", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3496589, - 48.8631958 - ] - }, - "id": "node/3889206159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3889355758", - "check_date": "2023-07-07", - "name": "Jamini", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3611856, - 48.8697188 - ] - }, - "id": "node/3889355758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3892536584", - "check_date": "2023-06-03", - "name": "Habits et Vous", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2310822, - 48.8748316 - ] - }, - "id": "node/3892536584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3920612561", - "check_date": "2024-01-07", - "name": "Emmaüs alternatives", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3606905, - 48.8663904 - ] - }, - "id": "node/3920612561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3920619859", - "check_date": "2024-01-26", - "name": "Fierman", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3610295, - 48.8664622 - ] - }, - "id": "node/3920619859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3920637161", - "clothes": "hats", - "name": "moda.mia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.358584, - 48.8683357 - ] - }, - "id": "node/3920637161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3920637367", - "clothes": "men", - "name": "Moda Mia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3586716, - 48.8683245 - ] - }, - "id": "node/3920637367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3920665957", - "clothes": "men", - "name": "Moda.Mia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3584882, - 48.8683468 - ] - }, - "id": "node/3920665957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3920667160", - "check_date": "2023-07-07", - "name": "Al Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3555383, - 48.8693444 - ] - }, - "id": "node/3920667160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3920727859", - "addr:housenumber": "40", - "addr:street": "Rue du Château d'Eau", - "check_date": "2024-07-03", - "name": "Poudre Organic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3589942, - 48.8708997 - ] - }, - "id": "node/3920727859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3961977755", - "check_date": "2024-07-06", - "email": "machicadou@gmail.com", - "name": "Machicadou", - "opening_hours": "We-Su 13:00-19:00", - "phone": "+33 1 44 72 04 07", - "shop": "clothes", - "source": "survey", - "website": "http://machicadou.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3663082, - 48.8789098 - ] - }, - "id": "node/3961977755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3975063030", - "name": "Jahjah Studio", - "shop": "clothes", - "source": "survey:16-01-28" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3508193, - 48.8738532 - ] - }, - "id": "node/3975063030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3975063033", - "addr:city": "Paris", - "name": "Lili Cabas", - "opening_hours": "Mo-Fr 11:00-19:30; Sa 11:00-19:00", - "operator": "Giard Gaelle", - "phone": "+33 9 54 40 00 16", - "shop": "clothes", - "source": "survey:16-01-28", - "website": "https://www.lilicabas.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3517964, - 48.873734 - ] - }, - "id": "node/3975063033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3975063044", - "check_date": "2022-09-01", - "name": "Sunshine", - "phone": "+33 1 47 70 07 90", - "second_hand": "no", - "shop": "clothes", - "source": "survey:16-01-28", - "website": "https://www.sunshine.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3557426, - 48.8724242 - ] - }, - "id": "node/3975063044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980067627", - "clothes": "men", - "contact:phone": "+33 1 42 74 73 30", - "name": "Evolutif", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3582625, - 48.8557574 - ] - }, - "id": "node/3980067627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980067632", - "name": "Ronde en Couleurs", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3574582, - 48.8559464 - ] - }, - "id": "node/3980067632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980067645", - "level": "-1;0;1", - "name": "Delaveine", - "opening_hours": "Mo-Sa 10:00-20:00; Su 13:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3455056, - 48.8592537 - ] - }, - "id": "node/3980067645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980084410", - "name": "Strellson", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.324642, - 48.8662985 - ] - }, - "id": "node/3980084410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980084417", - "name": "9 Mètres Carrés", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3257072, - 48.865967 - ] - }, - "id": "node/3980084417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980096124", - "name": "Harold", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3264116, - 48.8657031 - ] - }, - "id": "node/3980096124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980096125", - "name": "Philippe Plein", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3264938, - 48.8656704 - ] - }, - "id": "node/3980096125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980096129", - "name": "Chachou", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271755, - 48.8654421 - ] - }, - "id": "node/3980096129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980096133", - "name": "Franck Namani", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3277331, - 48.8652603 - ] - }, - "id": "node/3980096133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980173946", - "name": "Galerie des Tuileries", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3334105, - 48.8634585 - ] - }, - "id": "node/3980173946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980173947", - "name": "5 et 7 à Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3334854, - 48.8634333 - ] - }, - "id": "node/3980173947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980242961", - "contact:city": "Paris", - "contact:housenumber": "1 bis", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Zuhair Murad", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3094138, - 48.865193 - ] - }, - "id": "node/3980242961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980268295", - "name": "Le 66", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3053668, - 48.8708822 - ] - }, - "id": "node/3980268295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980268297", - "brand": "United Colors of Benetton", - "brand:wikidata": "Q817139", - "brand:wikipedia": "en:Benetton Group", - "name": "United Colors of Benetton", - "shop": "clothes", - "short_name": "Benetton" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3053826, - 48.8709708 - ] - }, - "id": "node/3980268297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980268308", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "brand:wikipedia": "fr:IKKS", - "name": "Ikks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3011056, - 48.8722348 - ] - }, - "id": "node/3980268308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980334510", - "addr:city": "Paris", - "brand": "Tezenis", - "brand:wikidata": "Q28056374", - "check_date:opening_hours": "2023-03-11", - "clothes": "women;underwear;swimwear;men;children", - "name": "Tezenis", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.344371, - 48.8598879 - ] - }, - "id": "node/3980334510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980442975", - "name": "Unishop", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3559319, - 48.856579 - ] - }, - "id": "node/3980442975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980442978", - "brand": "Antonelle", - "brand:wikidata": "Q105082567", - "check_date": "2023-04-28", - "clothes": "women", - "name": "Antonelle", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3560026, - 48.8565632 - ] - }, - "id": "node/3980442978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980442980", - "name": "5ème saison", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3561651, - 48.856524 - ] - }, - "id": "node/3980442980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980442981", - "name": "Coton Doux", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3563881, - 48.8564701 - ] - }, - "id": "node/3980442981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980442982", - "name": "See U Soon", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3563293, - 48.8564835 - ] - }, - "id": "node/3980442982" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980442983", - "name": "Come On Eileen", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3562539, - 48.8565045 - ] - }, - "id": "node/3980442983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980442988", - "name": "La Scarpa", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3573228, - 48.856242 - ] - }, - "id": "node/3980442988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980442989", - "name": "Garrice", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3576837, - 48.8561639 - ] - }, - "id": "node/3980442989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980442990", - "name": "Paraboot", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3575586, - 48.856191 - ] - }, - "id": "node/3980442990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980442992", - "level": "0", - "name": "Bhumi", - "opening_hours": "Mo-Su 10:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3577922, - 48.8561379 - ] - }, - "id": "node/3980442992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980442993", - "addr:city": "Paris", - "addr:housenumber": "26", - "addr:postcode": "75004", - "addr:street": "Rue de Rivoli", - "contact:facebook": "jesuisaveloblog", - "email": "bonjour@jesuisavelo.com", - "facebook": "https://www.facebook.com/jesuisaveloblog/", - "name": "Je suis à Vélo", - "opening_hours": "Mo-Sa 11:00-19:30; Su 11:00-19:00", - "shop": "clothes", - "website": "https://jesuisavelo.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3581662, - 48.8560484 - ] - }, - "id": "node/3980442993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980442998", - "name": "Freep Star", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3588248, - 48.8558883 - ] - }, - "id": "node/3980442998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980443002", - "name": "Passion Luxe", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3595417, - 48.8557346 - ] - }, - "id": "node/3980443002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980456241", - "brand": "Dior", - "brand:wikidata": "Q542767", - "brand:wikipedia": "en:Dior", - "contact:city": "Paris", - "contact:housenumber": "11-11bis", - "contact:phone": "+33 1 82 20 22 00", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "contact:website": "https://www.galeriedior.com/", - "fixme": "This shop has 3 nodes at the moment. Isn't 1 at the main entrance enough?", - "name": "La Galerie Dior", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3068812, - 48.8665049 - ] - }, - "id": "node/3980456241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980456242", - "contact:city": "Paris", - "contact:housenumber": "17", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Nina Ricci", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3056882, - 48.8672497 - ] - }, - "id": "node/3980456242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980456243", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "contact:city": "Paris", - "contact:housenumber": "17", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Sandro", - "opening_hours": "Mo-Sa 09:30-19:30; Su 13:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3055879, - 48.8673208 - ] - }, - "id": "node/3980456243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980456244", - "brand": "Pink", - "brand:wikidata": "Q20716793", - "brand:wikipedia": "en:Pink (Victoria's Secret)", - "clothes": "underwear;women", - "contact:city": "Paris", - "contact:housenumber": "19", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Pink", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3053167, - 48.8674988 - ] - }, - "id": "node/3980456244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980456247", - "brand": "Brunello Cucinelli", - "brand:wikidata": "Q3645582", - "contact:city": "Paris", - "contact:housenumber": "17", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Brunello Cucinelli", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3054883, - 48.8673822 - ] - }, - "id": "node/3980456247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980461752", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "brand:wikipedia": "fr:Éram", - "name": "Éram", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3600182, - 48.8556098 - ] - }, - "id": "node/3980461752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980461756", - "brand": "Café Coton", - "brand:wikidata": "Q105076734", - "name": "Café Coton", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3609579, - 48.8553823 - ] - }, - "id": "node/3980461756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980462158", - "name": "Tilt Vintage", - "opening_hours": "Su-Th 11:00-19:00; Fr,Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3608826, - 48.855399 - ] - }, - "id": "node/3980462158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980462162", - "check_date": "2022-09-30", - "contact:city": "Paris", - "contact:housenumber": "4", - "contact:postcode": "75004", - "contact:street": "Rue de Rivoli", - "contact:website": "https://www.rudys.paris/", - "name": "Rudy's", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3614418, - 48.8552721 - ] - }, - "id": "node/3980462162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980605959", - "contact:city": "Paris", - "contact:housenumber": "15", - "contact:postcode": "75008", - "contact:street": "Rue Royale", - "name": "Bonpoint", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3227982, - 48.8680967 - ] - }, - "id": "node/3980605959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980660121", - "brand": "A.P.C.", - "brand:wikidata": "Q546542", - "contact:city": "Paris", - "contact:housenumber": "23", - "contact:postcode": "75008", - "contact:street": "Rue Royale", - "name": "A.P.C.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.323274, - 48.8688967 - ] - }, - "id": "node/3980660121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980660123", - "brand": "Gucci", - "brand:wikidata": "Q178516", - "name": "Gucci", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3230165, - 48.8685571 - ] - }, - "id": "node/3980660123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980660125", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "contact:city": "Paris", - "contact:housenumber": "25", - "contact:postcode": "75008", - "contact:street": "Rue Royale", - "name": "Chanel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3233169, - 48.8689854 - ] - }, - "id": "node/3980660125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980699440", - "contact:city": "Paris", - "contact:housenumber": "10", - "contact:postcode": "75008", - "contact:street": "Rue Royale", - "name": "Iro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3231915, - 48.8679235 - ] - }, - "id": "node/3980699440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980699443", - "brand": "Vilebrequin", - "brand:wikidata": "Q3558391", - "clothes": "swimwear", - "name": "Vilebrequin", - "shop": "clothes", - "survey:date": "2024-07-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237681, - 48.8685871 - ] - }, - "id": "node/3980699443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980699444", - "brand": "Marina Rinaldi", - "brand:wikidata": "Q2349550", - "clothes": "oversize;women", - "contact:city": "Paris", - "contact:housenumber": "20", - "contact:postcode": "75008", - "contact:street": "Rue Royale", - "name": "Marina Rinaldi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237964, - 48.8686319 - ] - }, - "id": "node/3980699444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980699446", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "contact:city": "Paris", - "contact:housenumber": "22", - "contact:postcode": "75008", - "contact:street": "Rue Royale", - "name": "The Kooples", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3238766, - 48.8687411 - ] - }, - "id": "node/3980699446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980702245", - "brand": "Dolce & Gabbana", - "brand:wikidata": "Q214480", - "brand:wikipedia": "en:Dolce & Gabbana", - "name": "Dolce & Gabbana", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3226797, - 48.8684558 - ] - }, - "id": "node/3980702245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980702246", - "name": "Satore", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3226132, - 48.8682446 - ] - }, - "id": "node/3980702246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980714842", - "name": "La Bagagerie", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3221859, - 48.8685983 - ] - }, - "id": "node/3980714842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980714844", - "name": "Sergio Rossi", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.322046, - 48.8686405 - ] - }, - "id": "node/3980714844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980714845", - "name": "Camper Cellini", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3223914, - 48.868752 - ] - }, - "id": "node/3980714845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980728661", - "brand": "Fusalp", - "brand:wikidata": "Q3091095", - "clothes": "sports", - "contact:city": "Paris", - "contact:housenumber": "177", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Fusalp", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-19:00", - "shop": "clothes", - "website": "https://fusalp.com/ue/boutique-fusalp/6-fusalp-saint-honoré-paris" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3333426, - 48.8641564 - ] - }, - "id": "node/3980728661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980728663", - "check_date": "2023-06-26", - "name": "Hilio", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3322717, - 48.8646625 - ] - }, - "id": "node/3980728663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980728664", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "check_date": "2023-06-26", - "name": "The Kooples", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3321955, - 48.8646884 - ] - }, - "id": "node/3980728664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980764072", - "contact:city": "Paris", - "contact:housenumber": "209", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Majestic Filatures", - "opening_hours": "Mo-Sa 10:30-13:30,14:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.331234, - 48.8651703 - ] - }, - "id": "node/3980764072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980764073", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "check_date": "2023-09-10", - "clothes": "women", - "name": "Ba&sh", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3306089, - 48.8654873 - ] - }, - "id": "node/3980764073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980764074", - "name": "Palm Angels", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3305107, - 48.8655526 - ] - }, - "id": "node/3980764074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980764075", - "name": "Pierre Hardy", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3304216, - 48.8655872 - ] - }, - "id": "node/3980764075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980781113", - "name": "Richard Grand", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3295456, - 48.8660264 - ] - }, - "id": "node/3980781113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980781114", - "name": "Gérard Darel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3294753, - 48.8660612 - ] - }, - "id": "node/3980781114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980781115", - "addr:city": "Paris", - "name": "Saint-Honoré Church", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3293286, - 48.8661316 - ] - }, - "id": "node/3980781115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980781116", - "addr:city": "Paris", - "addr:housenumber": "231", - "addr:postcode": "75001", - "addr:street": "Rue Saint-Honoré", - "brand": "Marni", - "brand:wikidata": "Q3650853", - "name": "Marni", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3292298, - 48.8661795 - ] - }, - "id": "node/3980781116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980791249", - "addr:city": "Paris", - "addr:housenumber": "233", - "addr:postcode": "75001", - "addr:street": "Rue Saint-Honoré", - "contact:city": "Paris", - "contact:housenumber": "233", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Giuseppe Zanotti", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3290393, - 48.8662703 - ] - }, - "id": "node/3980791249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980791250", - "addr:city": "Paris", - "addr:housenumber": "233", - "addr:postcode": "75001", - "addr:street": "Rue Saint-Honoré", - "contact:city": "Paris", - "contact:housenumber": "233", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Goyard", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3289199, - 48.8663285 - ] - }, - "id": "node/3980791250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980791254", - "addr:city": "Paris", - "addr:housenumber": "243", - "addr:postcode": "75001", - "addr:street": "Rue Saint-Honoré", - "contact:city": "Paris", - "contact:housenumber": "241", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Yves Salomon", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3277167, - 48.8668356 - ] - }, - "id": "node/3980791254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980791255", - "addr:city": "Paris", - "addr:housenumber": "243", - "addr:postcode": "75001", - "addr:street": "Rue Saint-Honoré", - "brand": "J.M. Weston", - "brand:wikidata": "Q2399832", - "contact:city": "Paris", - "contact:housenumber": "241", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "J.M. Weston", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3276359, - 48.8668636 - ] - }, - "id": "node/3980791255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980792057", - "brand": "Versace", - "brand:wikidata": "Q696376", - "contact:city": "Paris", - "contact:housenumber": "247", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Versace", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3273673, - 48.866966 - ] - }, - "id": "node/3980792057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980792058", - "contact:city": "Paris", - "contact:housenumber": "251", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Ports 1961", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3270536, - 48.8670835 - ] - }, - "id": "node/3980792058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980793467", - "brand": "Giorgio Armani", - "brand:wikidata": "Q635484", - "brand:wikipedia": "en:Armani", - "name": "Giorgio Armani", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3034468, - 48.8652949 - ] - }, - "id": "node/3980793467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980793468", - "brand": "Escada", - "brand:wikidata": "Q600986", - "brand:wikipedia": "en:Escada", - "name": "Escada", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3036252, - 48.8653849 - ] - }, - "id": "node/3980793468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980793476", - "brand": "Prada", - "brand:wikidata": "Q193136", - "brand:wikipedia": "en:Prada", - "name": "Prada", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3039717, - 48.8655508 - ] - }, - "id": "node/3980793476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980793477", - "brand": "Loro Piana", - "brand:wikidata": "Q1686544", - "brand:wikipedia": "en:Loro Piana", - "name": "Loro Piana", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3040618, - 48.8655987 - ] - }, - "id": "node/3980793477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980793488", - "brand": "Giorgio Armani", - "brand:wikidata": "Q635484", - "name": "Giorgio Armani", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3048245, - 48.8659747 - ] - }, - "id": "node/3980793488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980793489", - "name": "Manouch", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3046315, - 48.8659073 - ] - }, - "id": "node/3980793489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980793490", - "name": "Joseph", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3044773, - 48.8658182 - ] - }, - "id": "node/3980793490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980793491", - "name": "Bottega Veneta", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3043445, - 48.8657423 - ] - }, - "id": "node/3980793491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980793492", - "name": "Cesare Paccioti", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3043708, - 48.8656707 - ] - }, - "id": "node/3980793492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980793493", - "name": "Giuseppe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3042614, - 48.8656973 - ] - }, - "id": "node/3980793493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980793521", - "brand": "Versace", - "brand:wikidata": "Q696376", - "name": "Versace", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3068381, - 48.8675401 - ] - }, - "id": "node/3980793521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980793523", - "brand": "Fendi", - "brand:wikidata": "Q926575", - "brand:wikipedia": "en:Fendi", - "name": "Fendi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3077141, - 48.8680005 - ] - }, - "id": "node/3980793523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980803269", - "brand": "Chloé", - "brand:wikidata": "Q1075391", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "253", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Chloé", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3268743, - 48.8671527 - ] - }, - "id": "node/3980803269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980803270", - "contact:city": "Paris", - "contact:housenumber": "253", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Linea Piu", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3267961, - 48.8671767 - ] - }, - "id": "node/3980803270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980803271", - "brand": "Moschino", - "contact:city": "Paris", - "contact:housenumber": "255", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Moschino", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3266766, - 48.867215 - ] - }, - "id": "node/3980803271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980803275", - "brand": "Dior", - "brand:wikidata": "Q542767", - "brand:wikipedia": "en:Christian Dior (fashion house)", - "contact:city": "Paris", - "contact:housenumber": "261", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Dior", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3262608, - 48.8673352 - ] - }, - "id": "node/3980803275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980803276", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "check_date": "2023-09-10", - "name": "Sandro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3249059, - 48.867751 - ] - }, - "id": "node/3980803276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980803281", - "check_date": "2023-09-10", - "name": "Valentino", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3243756, - 48.8679025 - ] - }, - "id": "node/3980803281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980804564", - "brand": "Michael Kors", - "brand:wikidata": "Q19572998", - "brand:wikipedia": "en:Capri Holdings", - "check_date": "2023-09-10", - "name": "Michael Kors", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3239254, - 48.8680488 - ] - }, - "id": "node/3980804564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980804566", - "brand": "Vilebrequin", - "brand:wikidata": "Q3558391", - "brand:wikipedia": "Q3558391", - "clothes": "swimwear", - "contact:city": "Paris", - "contact:housenumber": "281", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Vilebrequin", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237203, - 48.8681158 - ] - }, - "id": "node/3980804566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826484", - "contact:city": "Paris", - "contact:housenumber": "62", - "contact:phone": "+33 1 42 21 07 51", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Starcow", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3435909, - 48.8613108 - ] - }, - "id": "node/3980826484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826485", - "brand": "Carhartt Work in Progress", - "brand:wikidata": "Q123015694", - "contact:city": "Paris", - "contact:housenumber": "66", - "contact:phone": "+33 1 40 13 99 93", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Carhartt Work in Progress", - "opening_hours": "Mo 14:00-19:30; Tu-Sa 11:00-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3434953, - 48.8613291 - ] - }, - "id": "node/3980826485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826486", - "addr:housenumber": "68", - "addr:postcode": "75001", - "addr:street": "Rue Saint-Honoré", - "contact:city": "Paris", - "contact:housenumber": "68", - "contact:phone": "+33 1 42 33 23 37", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Bleu de Paname", - "opening_hours": "Tu-Sa 11:00-19:00; Mo 14:00-19:00", - "shop": "clothes", - "website": "https://bluedepaname.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3434322, - 48.8613411 - ] - }, - "id": "node/3980826486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826491", - "clothes": "suits", - "contact:city": "Paris", - "contact:housenumber": "90", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "N.A. Les nouveaux ateliers", - "opening_hours": "Mo-Sa 11:00-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3425823, - 48.8615068 - ] - }, - "id": "node/3980826491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826498", - "contact:city": "Paris", - "contact:housenumber": "132", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Gabor", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3410832, - 48.86181 - ] - }, - "id": "node/3980826498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826502", - "contact:city": "Paris", - "contact:housenumber": "138", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Theveste", - "opening_hours": "Mo-Sa 11:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3407259, - 48.8618913 - ] - }, - "id": "node/3980826502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826504", - "name": "Janisa Concept Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3405805, - 48.8619264 - ] - }, - "id": "node/3980826504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826526", - "clothes": "gloves", - "contact:city": "Paris", - "contact:housenumber": "260", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "1000 Gants", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3336201, - 48.8642044 - ] - }, - "id": "node/3980826526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826528", - "contact:city": "Paris", - "contact:housenumber": "266", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Castamer", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3335204, - 48.8642592 - ] - }, - "id": "node/3980826528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826530", - "contact:city": "Paris", - "contact:housenumber": "270", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Rynshu", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3333787, - 48.8643304 - ] - }, - "id": "node/3980826530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826533", - "contact:city": "Paris", - "contact:housenumber": "274", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Nodus", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331883, - 48.8644285 - ] - }, - "id": "node/3980826533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826541", - "contact:city": "Paris", - "contact:housenumber": "304", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Paraboot", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3317909, - 48.865099 - ] - }, - "id": "node/3980826541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826543", - "contact:city": "Paris", - "contact:housenumber": "306", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Séquoia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3317216, - 48.8651336 - ] - }, - "id": "node/3980826543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826548", - "contact:city": "Paris", - "contact:housenumber": "316", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Stone Island", - "opening_hours": "11:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3313859, - 48.8653001 - ] - }, - "id": "node/3980826548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826554", - "name": "Pinel", - "shop": "bag", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3306348, - 48.8656954 - ] - }, - "id": "node/3980826554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980826555", - "name": "Exemplaire", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3305222, - 48.8657624 - ] - }, - "id": "node/3980826555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828257", - "brand": "Balenciaga", - "brand:wikidata": "Q1530892", - "contact:city": "Paris", - "contact:housenumber": "336-340", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "contact:website": "https://www.balenciaga.com/fr-fr/storelocator/paris-ruesainthonor%C3%A9", - "name": "Balenciaga", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302763, - 48.8659227 - ] - }, - "id": "node/3980828257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828259", - "contact:city": "Paris", - "contact:housenumber": "344", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Stuart Weitzmann", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3300047, - 48.865995 - ] - }, - "id": "node/3980828259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828262", - "contact:city": "Paris", - "contact:housenumber": "346", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Lyubov", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3298459, - 48.866084 - ] - }, - "id": "node/3980828262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828263", - "name": "Moynat", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297265, - 48.8661451 - ] - }, - "id": "node/3980828263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828264", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "clothes": "women", - "name": "Maje", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3296, - 48.8662186 - ] - }, - "id": "node/3980828264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828269", - "alt_name": "Le Chic du Chien", - "brand:wikidata": "Q3112837", - "contact:city": "Paris", - "contact:housenumber": "352", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Maison Goyard", - "shop": "bag", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3292163, - 48.8664135 - ] - }, - "id": "node/3980828269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828270", - "contact:city": "Paris", - "contact:housenumber": "354", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Avedis", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3291305, - 48.8664644 - ] - }, - "id": "node/3980828270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828274", - "brand": "Ermenegildo Zegna", - "brand:wikidata": "Q1355904", - "clothes": "men", - "contact:city": "Paris", - "contact:housenumber": "362", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Ermenegildo Zegna", - "shop": "clothes", - "short_name": "Zegna" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3279546, - 48.8669536 - ] - }, - "id": "node/3980828274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828275", - "brand": "Zimmerli", - "contact:city": "Paris", - "contact:housenumber": "366", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Zimmerli", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3276689, - 48.867062 - ] - }, - "id": "node/3980828275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828276", - "name": "Miki House", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3275625, - 48.8670982 - ] - }, - "id": "node/3980828276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828277", - "brand": "Giorgio Armani", - "brand:wikidata": "Q635484", - "name": "Giorgio Armani", - "shop": "clothes", - "subject:wikipedia": "en:Giorgio Armani", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3273564, - 48.8671697 - ] - }, - "id": "node/3980828277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828278", - "contact:city": "Paris", - "contact:housenumber": "372", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Alexandre McQueen", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.326959, - 48.8673102 - ] - }, - "id": "node/3980828278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828280", - "brand": "Balmain", - "brand:wikidata": "Q1385309", - "contact:city": "Paris", - "contact:housenumber": "374", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Balmain", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3266873, - 48.8673859 - ] - }, - "id": "node/3980828280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828281", - "brand": "Brioni", - "contact:city": "Paris", - "contact:housenumber": "370", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Brioni", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271811, - 48.8672402 - ] - }, - "id": "node/3980828281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828282", - "brand": "Jimmy Choo", - "brand:wikidata": "Q5213855", - "brand:wikipedia": "en:Jimmy Choo Ltd", - "contact:city": "Paris", - "contact:housenumber": "378", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Jimmy Choo", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3265326, - 48.8674292 - ] - }, - "id": "node/3980828282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828283", - "contact:city": "Paris", - "contact:housenumber": "378", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Tom Ford", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263916, - 48.8674704 - ] - }, - "id": "node/3980828283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828284", - "brand": "Barrie", - "contact:city": "Paris", - "contact:housenumber": "22", - "contact:postcode": "75001", - "contact:street": "Rue Cambon", - "name": "Barrie", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3265616, - 48.8677318 - ] - }, - "id": "node/3980828284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828286", - "brand": "Celine", - "contact:city": "Paris", - "contact:housenumber": "388", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Celine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.325693, - 48.8676799 - ] - }, - "id": "node/3980828286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828287", - "check_date": "2022-10-01", - "contact:city": "Paris", - "contact:housenumber": "390", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Hervé Chapelier", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3254443, - 48.8677512 - ] - }, - "id": "node/3980828287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828289", - "name": "Anne Fontaine", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3251578, - 48.8678497 - ] - }, - "id": "node/3980828289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828291", - "brand": "Christian Louboutin", - "name": "Christian Louboutin", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3250227, - 48.8678926 - ] - }, - "id": "node/3980828291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828293", - "brand": "Max Mara", - "brand:wikidata": "Q1151774", - "brand:wikipedia": "en:Max Mara", - "check_date": "2023-09-10", - "clothes": "women", - "name": "Max Mara", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3245231, - 48.8680604 - ] - }, - "id": "node/3980828293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828294", - "brand": "Tory Burch", - "brand:wikidata": "Q19988222", - "brand:wikipedia": "en:Tory Burch (company)", - "check_date": "2023-09-10", - "name": "Tory Burch", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.324387, - 48.8681013 - ] - }, - "id": "node/3980828294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828298", - "brand": "Aquazzura", - "check_date": "2023-05-06", - "disused:shop": "clothes", - "name": "Aquazurra", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.32394, - 48.8682625 - ] - }, - "id": "node/3980828298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3980828300", - "check_date": "2023-09-10", - "name": "Lancaster", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237637, - 48.8683223 - ] - }, - "id": "node/3980828300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981363294", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "brand:wikipedia": "fr:Zadig & Voltaire", - "contact:city": "Paris", - "contact:housenumber": "18/20", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Zadig & Voltaire", - "opening_hours": "Mo-Sa 10:30-19:30; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3070006, - 48.8667761 - ] - }, - "id": "node/3981363294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981404276", - "brand": "Loro Piana", - "brand:wikidata": "Q1686544", - "brand:wikipedia": "en:Loro Piana", - "contact:city": "Paris", - "contact:housenumber": "38", - "contact:postcode": "75008", - "contact:street": "Avenue Montaigne", - "name": "Loro Piana", - "opening_hours": "Mo-Su 12:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.307045, - 48.8671581 - ] - }, - "id": "node/3981404276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981406858", - "brand": "Dior", - "brand:wikidata": "Q542767", - "fixme": "This shop has 3 nodes at the moment. Isn't 1 at the main entrance enough?", - "name": "Dior", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3061316, - 48.8666731 - ] - }, - "id": "node/3981406858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981406859", - "brand": "Jimmy Choo", - "brand:wikidata": "Q5213855", - "brand:wikipedia": "en:Jimmy Choo (fashion house)", - "contact:city": "Paris", - "contact:housenumber": "34", - "contact:postcode": "75008", - "contact:street": "Avenue Montaigne", - "name": "Jimmy Choo", - "opening_hours": "Mo-Sa 10:00-19:00; Su 12:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3067577, - 48.8670075 - ] - }, - "id": "node/3981406859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981411856", - "brand": "Dior", - "brand:wikidata": "Q542767", - "brand:wikipedia": "en:Dior", - "contact:city": "Paris", - "contact:housenumber": "11bis", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "fixme": "This shop has 3 nodes at the moment. Isn't 1 at the main entrance enough?", - "name": "Dior", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3066731, - 48.8666335 - ] - }, - "id": "node/3981411856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981413158", - "brand": "Celine", - "brand:wikidata": "Q948531", - "clothes": "luxury", - "contact:city": "Paris", - "contact:housenumber": "24", - "contact:phone": "+33 1 70 38 62 50", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Celine", - "opening_hours": "Mo-Sa 10:00-19:00; Su 12:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.305813, - 48.8674684 - ] - }, - "id": "node/3981413158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981413162", - "contact:city": "Paris", - "contact:housenumber": "29", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Diane Von Furstenberg", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3043265, - 48.868115 - ] - }, - "id": "node/3981413162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981531078", - "contact:city": "Paris", - "contact:housenumber": "38", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Teddy's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3046432, - 48.8682077 - ] - }, - "id": "node/3981531078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981531079", - "contact:city": "Paris", - "contact:housenumber": "38", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Torregiani", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3045332, - 48.8682721 - ] - }, - "id": "node/3981531079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981531081", - "contact:city": "Paris", - "contact:housenumber": "44", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Francesco Smalto", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3041468, - 48.8685229 - ] - }, - "id": "node/3981531081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981531082", - "contact:city": "Paris", - "contact:housenumber": "44", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Balmain", - "shop": "clothes", - "wikidata": "Q1385309", - "wikipedia": "fr:Balmain" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3040382, - 48.8685919 - ] - }, - "id": "node/3981531082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981531084", - "brand": "Zilli", - "brand:wikidata": "Q3575536", - "brand:wikipedia": "fr:Zilli", - "contact:city": "Paris", - "contact:housenumber": "48", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Zilli", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.303605, - 48.8688575 - ] - }, - "id": "node/3981531084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981531085", - "contact:city": "Paris", - "contact:housenumber": "48 bis", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Tom Ford", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3034843, - 48.8689545 - ] - }, - "id": "node/3981531085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981531087", - "contact:city": "Paris", - "contact:housenumber": "50", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Karadonna", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3033302, - 48.8690246 - ] - }, - "id": "node/3981531087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981531090", - "contact:city": "Paris", - "contact:housenumber": "54", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Angels", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3026758, - 48.8694374 - ] - }, - "id": "node/3981531090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981588785", - "contact:city": "Paris", - "contact:housenumber": "51", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Dormeuil", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3022396, - 48.8693957 - ] - }, - "id": "node/3981588785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981588786", - "contact:city": "Paris", - "contact:housenumber": "51", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "John Lobb", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3023389, - 48.8693451 - ] - }, - "id": "node/3981588786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3981625117", - "contact:city": "Paris", - "contact:housenumber": "35", - "contact:postcode": "75008", - "contact:street": "Rue François 1er", - "name": "Guy Laroche", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3038423, - 48.8684051 - ] - }, - "id": "node/3981625117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3985130621", - "brand": "Burberry", - "brand:wikidata": "Q390107", - "clothes": "men;women", - "name": "Burberry", - "shop": "clothes", - "source": "User: \"Alison24; Changeset: 36968348\"" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3194205, - 48.8696131 - ] - }, - "id": "node/3985130621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3985130654", - "name": "Paul&shark", - "shop": "clothes", - "source": "User: \"Alison24; Changeset: 36968348\"", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3182859, - 48.8701282 - ] - }, - "id": "node/3985130654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3985130826", - "clothes": "underwear", - "name": "ID Sarreri", - "shop": "clothes", - "source": "User: \"Alison24; Changeset: 36968348\"" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3170805, - 48.870775 - ] - }, - "id": "node/3985130826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3985130829", - "brand": "Tartine et Chocolat", - "brand:wikidata": "Q3515868", - "brand:wikipedia": "fr:Tartine et Chocolat", - "clothes": "children", - "name": "Tartine et Chocolat", - "shop": "clothes", - "source": "User: \"Alison24; Changeset: 36968348\"", - "source:brand": "User: \"Xandrex; Changeset: 102273353\"", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3171641, - 48.8707414 - ] - }, - "id": "node/3985130829" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3985130833", - "name": "Marianna A", - "shop": "clothes", - "source": "User: \"Alison24; Changeset: 36968348\"", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3169213, - 48.8708638 - ] - }, - "id": "node/3985130833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3985130850", - "name": "Maud Frizon", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3167311, - 48.8710015 - ] - }, - "id": "node/3985130850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3985130966", - "name": "Delphine Manivet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3127541, - 48.872045 - ] - }, - "id": "node/3985130966" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3985131789", - "brand": "Arche", - "brand:wikidata": "Q105063522", - "name": "Arche", - "opening_hours:covid19": "off", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2985573, - 48.8774694 - ] - }, - "id": "node/3985131789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3991869872", - "name": "FENDACE POP-UP", - "opening_hours": "Mo-Su 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3079089, - 48.8675879 - ] - }, - "id": "node/3991869872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3991869875", - "brand": "Dolce & Gabbana", - "brand:wikidata": "Q214480", - "brand:wikipedia": "en:Dolce & Gabbana", - "name": "Dolce & Gabbana", - "opening_hours": "Mo-Su 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3087019, - 48.8679993 - ] - }, - "id": "node/3991869875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3991869876", - "name": "Emmanuel Barg", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3114547, - 48.8727231 - ] - }, - "id": "node/3991869876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3991869879", - "branch": "Paris Montaigne", - "brand": "Gucci", - "brand:wikidata": "Q178516", - "name": "Gucci", - "opening_hours": "Mo-Su 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3092118, - 48.8682574 - ] - }, - "id": "node/3991869879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3991869886", - "name": "Jean-Louis Sherrer", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3108651, - 48.8726374 - ] - }, - "id": "node/3991869886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3991869887", - "brand": "Jil Sander", - "brand:wikidata": "Q17101930", - "name": "Jil Sander", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3088853, - 48.8680834 - ] - }, - "id": "node/3991869887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3991869891", - "name": "Liste Rouge", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3117392, - 48.8726228 - ] - }, - "id": "node/3991869891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3991869892", - "name": "Loewe", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 153579250", - "shop": "clothes", - "website": "https://www.loewe.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3080357, - 48.8676614 - ] - }, - "id": "node/3991869892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3991869895", - "addr:city": "Paris", - "addr:housenumber": "52", - "addr:postcode": "75008", - "addr:street": "Avenue Montaigne", - "brand": "Ralph Lauren", - "brand:wikidata": "Q296647", - "name": "Ralph Lauren", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3084902, - 48.8678838 - ] - }, - "id": "node/3991869895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3991869907", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3120123, - 48.8725399 - ] - }, - "id": "node/3991869907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3992830924", - "addr:city": "Paris", - "addr:housenumber": "43", - "addr:postcode": "75011", - "addr:street": "Rue du Faubourg Saint-Antoine", - "brand": "Devred", - "brand:wikidata": "Q3025542", - "check_date": "2024-06-12", - "name": "Devred", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3723148, - 48.852416 - ] - }, - "id": "node/3992830924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3992830926", - "addr:city": "Paris", - "addr:housenumber": "47", - "addr:postcode": "75012", - "addr:street": "Rue du Faubourg Saint-Antoine", - "brand": "Dr. Martens", - "brand:wikidata": "Q1126126", - "brand:wikipedia": "en:Dr. Martens", - "name": "Dr. Martens", - "opening_hours": "Mo-Sa 11:00-19:00", - "phone": "+33 1 49 28 03 01", - "shop": "shoes", - "website": "https://www.drmartens.com/fr/fr/store-finder?store=238-002" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3725494, - 48.8523434 - ] - }, - "id": "node/3992830926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3992830927", - "addr:city": "Paris", - "addr:housenumber": "47", - "addr:postcode": "75011", - "addr:street": "Rue du Faubourg Saint-Antoine", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "clothes": "denim;men;women", - "name": "Levi's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3727457, - 48.8522859 - ] - }, - "id": "node/3992830927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3992830928", - "check_date": "2024-02-14", - "name": "Chromatic", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3729691, - 48.8522235 - ] - }, - "id": "node/3992830928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3994173690", - "branch": "Homme", - "brand": "Agnès B.", - "brand:wikidata": "Q282967", - "brand:wikipedia": "fr:Agnès b.", - "check_date": "2024-10-01", - "check_date:opening_hours": "2024-10-01", - "clothes": "men", - "contact:phone": "+33 1 42 03 47 99", - "contact:website": "https://www.agnesb.fr/boutiques/france/paris/beaurepaire-homme", - "name": "Agnès B.", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes", - "source": "survey 02/2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.363923, - 48.8701252 - ] - }, - "id": "node/3994173690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4003965812", - "addr:city": "Paris", - "addr:housenumber": "67", - "addr:postcode": "75011", - "addr:street": "Rue du Faubourg Saint-Antoine", - "brand": "Aigle", - "brand:wikidata": "Q404391", - "check_date": "2024-07-06", - "name": "Aigle", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3742219, - 48.8518888 - ] - }, - "id": "node/4003965812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4003965813", - "addr:city": "Paris", - "addr:housenumber": "69", - "addr:postcode": "75011", - "addr:street": "Rue du Faubourg Saint-Antoine", - "brand": "Bonobo", - "brand:wikidata": "Q63682093", - "check_date": "2024-07-06", - "clothes": "men;women", - "name": "Bonobo", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes", - "source": "survey", - "website": "https://www.bonoboplanet.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3743247, - 48.8518641 - ] - }, - "id": "node/4003965813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4003965814", - "addr:city": "Paris", - "addr:housenumber": "77", - "addr:postcode": "75011", - "addr:street": "Rue du Faubourg Saint-Antoine", - "brand": "Timberland", - "brand:wikidata": "Q1539185", - "name": "Timberland", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.374646, - 48.8517796 - ] - }, - "id": "node/4003965814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4003965815", - "addr:city": "Paris", - "addr:housenumber": "81", - "addr:postcode": "75011", - "addr:street": "Rue du Faubourg Saint-Antoine", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "clothes": "underwear", - "name": "Princesse tam.tam", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3747834, - 48.8517496 - ] - }, - "id": "node/4003965815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4003965818", - "brand": "Mephisto", - "brand:wikidata": "Q822975", - "brand:wikipedia": "fr:Mephisto (chaussure)", - "check_date": "2024-06-12", - "contact:website": "http://www.elnaturalista.com/", - "name": "Mephisto", - "opening_hours": "Mo 11:00-14:00+, Tu-Fr 10:30-14:00+, Sa 10:30-19:30+, Mo-Fr 15:00-19:30", - "shop": "shoes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3775473, - 48.85106 - ] - }, - "id": "node/4003965818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4003965819", - "check_date": "2024-09-22", - "check_date:opening_hours": "2024-09-22", - "contact:website": "http://www.kickers.com/", - "name": "Kickers", - "opening_hours": "Tu,We,Fr,Sa 10:30-19:30; Mo 11:00-13:30,14:30-19:30; Th 10:30-13:30,14:30-19:30", - "shop": "shoes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3776385, - 48.8510427 - ] - }, - "id": "node/4003965819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4004312569", - "addr:city": "Paris", - "addr:housenumber": "82", - "addr:postcode": "75012", - "addr:street": "Rue du Faubourg Saint-Antoine", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "brand:wikipedia": "fr:San Marina", - "level": "0", - "name": "Snipes", - "shop": "shoes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3748647, - 48.8514696 - ] - }, - "id": "node/4004312569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4004312573", - "addr:city": "Paris", - "addr:housenumber": "76", - "addr:postcode": "75012", - "addr:street": "Rue du Faubourg Saint-Antoine", - "brand": "Chaussea", - "brand:wikidata": "Q62082044", - "check_date": "2024-07-06", - "name": "Chaussea", - "old_name": "La Halle", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3743187, - 48.8516029 - ] - }, - "id": "node/4004312573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4004312575", - "addr:city": "Paris", - "addr:housenumber": "74", - "addr:postcode": "75012", - "addr:street": "Rue du Faubourg Saint-Antoine", - "air_conditioning": "yes", - "brand": "Darjeeling", - "brand:wikidata": "Q3016203", - "brand:wikipedia": "fr:Darjeeling (lingerie)", - "clothes": "underwear", - "name": "Darjeeling", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3740335, - 48.8516794 - ] - }, - "id": "node/4004312575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4004312576", - "addr:city": "Paris", - "addr:housenumber": "70 - 72", - "addr:postcode": "75012", - "addr:street": "Rue du Faubourg Saint-Antoine", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "brand:wikipedia": "en:Lacoste", - "name": "Lacoste", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3738806, - 48.8517191 - ] - }, - "id": "node/4004312576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4004312577", - "contact:city": "Paris", - "contact:housenumber": "64", - "contact:postcode": "75012", - "contact:street": "Rue du Faubourg Saint-Antoine", - "name": "JD Sports", - "shop": "shoes", - "source": "survey", - "website": "https://www.jdsports.fr/store-locator/paris-bastille/2205/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3735347, - 48.851818 - ] - }, - "id": "node/4004312577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4004312580", - "contact:city": "Paris", - "contact:housenumber": "60", - "contact:postcode": "75012", - "contact:street": "Rue du Faubourg Saint-Antoine", - "contact:website": "https://www.cabaia.fr/", - "name": "Cabaïa", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "bag", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.373328, - 48.8518798 - ] - }, - "id": "node/4004312580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4004469356", - "name": "Loriana", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.34509, - 48.8832897 - ] - }, - "id": "node/4004469356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4004469358", - "name": "L'Étoile des Marques", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449329, - 48.8832676 - ] - }, - "id": "node/4004469358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4004469359", - "name": "La Rose d'Orient", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3457059, - 48.8834074 - ] - }, - "id": "node/4004469359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4010343768", - "contact:city": "Paris", - "contact:housenumber": "9", - "contact:phone": "+33 1 42 65 33 76", - "contact:postcode": "75008", - "contact:street": "Boulevard Malesherbes", - "contact:website": "https://www.mettez.com/", - "name": "Mettez", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3225075, - 48.8707158 - ] - }, - "id": "node/4010343768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4020228989", - "name": "Stock Privé des Batignolles", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3183535, - 48.8912018 - ] - }, - "id": "node/4020228989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4038906197", - "name": "Camille et Margaux", - "opening_hours": "Mo-Fr 11:30-19:30; Sa 10:00-20:00", - "shop": "clothes", - "survey:date": "2018-05-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3453733, - 48.8790113 - ] - }, - "id": "node/4038906197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4040158155", - "check_date:opening_hours": "2022-05-12", - "name": "La Route du Tibet", - "opening_hours": "Mo-Sa 10:30-19:30", - "phone": "+33 1 43 54 37 00", - "shop": "clothes", - "website": "https://laroutedutibet.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3427055, - 48.8459461 - ] - }, - "id": "node/4040158155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4040162389", - "name": "Breizh Norway", - "opening_hours": "Mo 13:00-18:30; Tu-Fr 10:00-18:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423673, - 48.8440294 - ] - }, - "id": "node/4040162389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4068261693", - "clothes": "women", - "name": "Les Belles Idées", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3031174, - 48.8402151 - ] - }, - "id": "node/4068261693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4070085112", - "brand": "Bexley", - "brand:wikidata": "Q101247434", - "name": "Bexley", - "shoes": "men", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.326955, - 48.8521996 - ] - }, - "id": "node/4070085112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4070085118", - "name": "Barbara Bui", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3298509, - 48.8523074 - ] - }, - "id": "node/4070085118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4070085120", - "brand": "Mephisto", - "brand:wikidata": "Q822975", - "brand:wikipedia": "fr:Mephisto (chaussure)", - "name": "Mephisto", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3285909, - 48.852102 - ] - }, - "id": "node/4070085120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4070148934", - "name": "Lemon", - "opening_hours": "Mo-Fr 10:00-14:30,15:30-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.320703, - 48.8750657 - ] - }, - "id": "node/4070148934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4070148958", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3160612, - 48.8754683 - ] - }, - "id": "node/4070148958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4078074914", - "name": "Jura", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3367146, - 48.8936875 - ] - }, - "id": "node/4078074914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4108978395", - "brand": "Jules", - "brand:wikidata": "Q3188386", - "level": "0", - "name": "Jules", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 1 87 76 07 28", - "shop": "clothes", - "website": "https://www.jules.com/fr-fr/magasins/16001793/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2960796, - 48.8368436 - ] - }, - "id": "node/4108978395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4109457006", - "name": "The Clothette", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3619371, - 48.8654292 - ] - }, - "id": "node/4109457006" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4111880550", - "addr:city": "Paris", - "addr:housenumber": "2", - "addr:postcode": "75001", - "addr:street": "Rue de la Ferronnerie", - "name": "Kultur", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3480244, - 48.8603121 - ] - }, - "id": "node/4111880550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4111880551", - "addr:city": "Paris", - "addr:housenumber": "120", - "addr:postcode": "75001", - "addr:street": "Rue Rambuteau", - "brand": "Saint James", - "brand:wikidata": "Q3463859", - "brand:wikipedia": "fr:Saint James (entreprise)", - "check_date": "2024-01-06", - "clothes": "women;men", - "description": "Anciennement : Vent du Sud", - "name": "Saint James", - "phone": "+33145088086", - "shop": "clothes", - "website": "https://fr.saint-james.com/blogs/boutiques#315607", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3469421, - 48.8627913 - ] - }, - "id": "node/4111880551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4123809189", - "name": "Melorang", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3220053, - 48.8404716 - ] - }, - "id": "node/4123809189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4126218689", - "name": "Aude et Chloé", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.329799, - 48.8503921 - ] - }, - "id": "node/4126218689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4126621096", - "check_date": "2024-08-24", - "name": "Ciel ma chemise", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3543785, - 48.8526827 - ] - }, - "id": "node/4126621096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4129788700", - "name": "Sélection Privée", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2824936, - 48.843695 - ] - }, - "id": "node/4129788700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4140718341", - "addr:city": "Ivry-sur-Seine", - "addr:housenumber": "43", - "addr:postcode": "94200", - "addr:street": "Avenue Danielle Casanova", - "name": "Pop ma Chérie", - "ref:FR:SIRET": "52316745000015", - "shop": "clothes", - "website": "https://www.facebook.com/popmacheriesarl/info/?tab=page_info" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3821084, - 48.8170554 - ] - }, - "id": "node/4140718341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4140953398", - "addr:city": "Montreuil", - "addr:housenumber": "15", - "addr:postcode": "93100", - "addr:street": "Rue des Lumières", - "air_conditioning": "yes", - "brand": "C&A", - "brand:wikidata": "Q701338", - "brand:wikipedia": "en:C&A", - "check_date": "2024-10-20", - "clothes": "women;men;children", - "email": "clientele@canda.com", - "level": "0", - "name": "C&A", - "opening_hours": "Mo-Sa 10:00-20:00", - "payment:cash": "yes", - "payment:coins": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+33 1 44 88 79 79", - "shop": "clothes", - "website": "https://www.c-and-a.com/stores/fr-fr/ile-de-france/montreuil/rue-des-lumieres-15.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4418064, - 48.8615528 - ] - }, - "id": "node/4140953398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4146169896", - "name": "La Scarpa", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2982526, - 48.8365718 - ] - }, - "id": "node/4146169896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4146979594", - "clothes": "women", - "name": "Lighta", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3033181, - 48.841518 - ] - }, - "id": "node/4146979594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4146994392", - "clothes": "underwear", - "name": "De Jour comme de Nuit", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3037869, - 48.8412766 - ] - }, - "id": "node/4146994392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4147031527", - "name": "Au jardin Chérioux", - "opening_hours": "Tu-Fr 10:30-19:00; Sa 10:00-19:00", - "shoes": "children", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3005247, - 48.8397271 - ] - }, - "id": "node/4147031527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4147032469", - "name": "Happy trend", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3000843, - 48.8392627 - ] - }, - "id": "node/4147032469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4147034234", - "clothes": "women", - "name": "People", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3005918, - 48.8396221 - ] - }, - "id": "node/4147034234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4147067015", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3010604, - 48.8393613 - ] - }, - "id": "node/4147067015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4147067396", - "clothes": "women", - "name": "Kacy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3009549, - 48.8393339 - ] - }, - "id": "node/4147067396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4184750836", - "addr:housenumber": "5", - "addr:street": "Rue Curial", - "check_date": "2024-06-03", - "name": "Emmaüs Défi", - "shop": "clothes", - "toilets:wheelchair": "yes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3715882, - 48.8901955 - ] - }, - "id": "node/4184750836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4193551099", - "brand": "Marc O'Polo", - "brand:wikidata": "Q1892752", - "name": "Marc O'Polo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3546779, - 48.8581248 - ] - }, - "id": "node/4193551099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4198867789", - "clothes": "men", - "name": "Rives", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3233687, - 48.8727747 - ] - }, - "id": "node/4198867789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4210881789", - "check_date": "2024-03-19", - "level": "0", - "name": "Boutique Zen", - "opening_hours": "Tu-Sa 10:30-19:00", - "shop": "clothes", - "website": "https://www.boutiquezen.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3532855, - 48.8258665 - ] - }, - "id": "node/4210881789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4225181089", - "contact:city": "Paris", - "contact:email": "vpc.carrick@carrick.fr", - "contact:housenumber": "40", - "contact:phone": "+33 1 53 20 05 18", - "contact:postcode": "75013", - "contact:street": "Rue des Cordelières", - "contact:website": "https://www.carrick.fr/", - "level": "0", - "name": "Carrick", - "opening_hours": "Mo-Fr 10:00-13:30,14:30-18:30; Sa 10:00-13:00,14:00-18:00; Aug off; Dec 25-31 off; Jan 1 off", - "operator": "Carrick France", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3483636, - 48.8333944 - ] - }, - "id": "node/4225181089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4225768106", - "addr:city": "Paris", - "addr:housenumber": "15", - "addr:postcode": "75006", - "addr:street": "Rue Racine", - "name": "Bourgine", - "shop": "clothes", - "website": "https://www.bourgine.net/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3404844, - 48.8499514 - ] - }, - "id": "node/4225768106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4225800689", - "addr:city": "Paris", - "addr:housenumber": "7", - "addr:postcode": "75006", - "addr:street": "Rue Racine", - "check_date": "2024-03-16", - "name": "Hollington", - "phone": "+33 1 43 25 54 79", - "shop": "clothes", - "website": "https://hollington.eu" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3413312, - 48.8500601 - ] - }, - "id": "node/4225800689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4249020790", - "name": "MégaLots", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.352553, - 48.8782446 - ] - }, - "id": "node/4249020790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4257492590", - "addr:city": "Paris", - "addr:housenumber": "22", - "addr:postcode": "75010", - "addr:street": "Rue des Vinaigriers", - "check_date": "2022-12-19", - "contact:website": "https://www.lessismoreeshop.com/", - "name": "Less is More", - "opening_hours": "Tu-Su 11:00-19:30", - "origin": "french", - "shop": "clothes", - "source": "survey 02/2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3631466, - 48.873213 - ] - }, - "id": "node/4257492590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4257493289", - "clothes": "women", - "name": "GDG", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.361814, - 48.8732301 - ] - }, - "id": "node/4257493289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4264829414", - "addr:city": "Paris", - "addr:housenumber": "50", - "addr:postcode": "75017", - "addr:street": "Avenue de Wagram", - "contact:city": "Paris", - "contact:housenumber": "50", - "contact:phone": "+33 1 77 15 76 71", - "contact:postcode": "75017", - "contact:street": "Avenue de Wagram", - "contact:website": "https://www.orbans.fr/", - "name": "Orban's", - "opening_hours": "Tu-Sa 10:30-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2989356, - 48.878774 - ] - }, - "id": "node/4264829414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4281614489", - "clothes:vintage": "yes", - "name": "Kilo-Shop", - "opening_hours": "Mo-Sa 11:00-19:30; Su 14:00-19:30", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3365318, - 48.8528488 - ] - }, - "id": "node/4281614489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4292633192", - "name": "Spontini", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3570633, - 48.8579453 - ] - }, - "id": "node/4292633192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4314793864", - "name": "Mise en Cage - Lingerie", - "opening_hours": "Tu-Sa 11:00-19:00", - "phone": "+33 9 66 92 51 32", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3386568, - 48.8819304 - ] - }, - "id": "node/4314793864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4317108014", - "addr:housenumber": "23", - "addr:street": "Rue des Blancs-Manteaux", - "name": "Plus que Parfait", - "phone": "+33 1 42 71 09 05", - "shop": "clothes", - "website": "https://www.facebook.com/Plus-que-parfaitd%C3%A9pot-vente-homme-151672118224649/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.35665, - 48.859105 - ] - }, - "id": "node/4317108014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4343154767", - "clothes": "women", - "name": "Jann's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.246015, - 48.8932148 - ] - }, - "id": "node/4343154767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4346763191", - "access:covid19": "yes", - "name": "Degriff des Stocks", - "opening_hours": "Mo-Su 11:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4359427, - 48.8449885 - ] - }, - "id": "node/4346763191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4349847917", - "brand": "Jules", - "brand:wikidata": "Q3188386", - "brand:wikipedia": "fr:Jules (enseigne)", - "clothes": "men", - "name": "Jules", - "opening_hours": "Tu-Sa 10:00-19:00", - "phone": "+33 1 43 62 92 10", - "ref:FR:SIRET": "30515426202652", - "shop": "clothes", - "website": "https://www.jules.com/fr-fr/magasins/16001368/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4147138, - 48.879496 - ] - }, - "id": "node/4349847917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4359281389", - "addr:housenumber": "20", - "addr:postcode": "75011", - "addr:street": "Rue Oberkampf", - "name": "Nomad's Land", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3695678, - 48.863432 - ] - }, - "id": "node/4359281389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4364238898", - "name": "Rome Dégriff", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3234392, - 48.8761427 - ] - }, - "id": "node/4364238898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4366473579", - "description": "Vêtements pour femmes", - "name": "Brissyma", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3673358, - 48.8270297 - ] - }, - "id": "node/4366473579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4366585289", - "name": "Granit", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3233429, - 48.8763257 - ] - }, - "id": "node/4366585289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4382114992", - "check_date": "2023-09-06", - "name": "One Spot", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4383594, - 48.8468109 - ] - }, - "id": "node/4382114992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4382160692", - "check_date": "2023-09-06", - "name": "Marie Sixtine", - "opening_hours": "Mo-Sa 11:00-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4381385, - 48.8468642 - ] - }, - "id": "node/4382160692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4382789296", - "addr:city": "Paris", - "addr:postcode": "75007", - "name": "Louis Vuitton Le Bon Marché", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3243023, - 48.8504479 - ] - }, - "id": "node/4382789296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4392092794", - "check_date": "2024-04-21", - "clothes": "wedding", - "name": "Chez Valentine", - "phone": "+33 6 10 61 37 13", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4383406, - 48.8464775 - ] - }, - "id": "node/4392092794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4395237460", - "check_date": "2024-06-30", - "name": "Kilo shop", - "opening_hours": "Mo-Sa 11:00-19:30; Su 14:00-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3664318, - 48.8685628 - ] - }, - "id": "node/4395237460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4405645638", - "check_date": "2024-02-21", - "name": "À Demain les Filles", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2284405, - 48.868917 - ] - }, - "id": "node/4405645638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4405645641", - "check_date": "2024-05-04", - "clothes": "women", - "name": "Belle Demoiselle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2270333, - 48.8685129 - ] - }, - "id": "node/4405645641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4405645651", - "clothes": "women", - "name": "Celia", - "opening_hours": "Mo-Fr 10:30-19:30; Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2276961, - 48.8695455 - ] - }, - "id": "node/4405645651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4405645658", - "check_date": "2023-04-09", - "name": "Shoes", - "opening_hours": "Tu-Sa 09:30-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2272085, - 48.8686381 - ] - }, - "id": "node/4405645658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4414439989", - "check_date": "2024-01-27", - "name": "Balibaris", - "opening_hours": "Mo-Sa 10:30-19:00; Su 11:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3184778, - 48.8867368 - ] - }, - "id": "node/4414439989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4415662890", - "addr:housenumber": "34", - "addr:postcode": "75011", - "addr:street": "Rue de Charonne", - "name": "Sessùn", - "name:fr": "Sessùn", - "opening_hours": "Mo-Sa 11:00-19:00", - "phone": "+33148065566", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.376218, - 48.8531897 - ] - }, - "id": "node/4415662890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4415688297", - "contact:city": "Paris", - "contact:housenumber": "22-24", - "contact:phone": "+33 9 50 16 42 75", - "contact:postcode": "75002", - "contact:street": "Rue Tiquetonne", - "contact:website": "https://www.royalcheese.com", - "name": "Royalcheese", - "name:fr": "Royalcheese", - "opening_hours": "Mo-Sa 11:00-20:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3487051, - 48.8646695 - ] - }, - "id": "node/4415688297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4415735890", - "brand": "Monki", - "brand:wikidata": "Q10588271", - "contact:city": "Paris", - "contact:housenumber": "96", - "contact:phone": "+33 1 76 77 56 10", - "contact:postcode": "75009", - "contact:street": "Rue de Provence", - "name": "Monki", - "name:fr": "Monki", - "opening_hours": "Mo-sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.329774, - 48.8743003 - ] - }, - "id": "node/4415735890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4416040936", - "name": "Brucefield", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3360852, - 48.8639244 - ] - }, - "id": "node/4416040936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4416246990", - "check_date:opening_hours": "2022-05-17", - "level": "0", - "name": "Sam's", - "opening_hours": "Mo 12:00-19:30, Tu-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3723794, - 48.828324 - ] - }, - "id": "node/4416246990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4416938893", - "level": "0", - "name": "Edmond", - "opening_hours": "Mo-Sa 12:00-20:00; Su 13:00-19:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3562387, - 48.8581438 - ] - }, - "id": "node/4416938893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4416949790", - "check_date": "2024-07-28", - "level": "0", - "name": "FrenchTrotters", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 11:30-20:00; Su 14:00-19:00", - "phone": "+33 1 44 61 00 14", - "shop": "clothes", - "toilets": "no", - "website": "https://frenchtrotters.fr", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3641823, - 48.8616645 - ] - }, - "id": "node/4416949790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4416953789", - "name": "FrenchTrotters", - "opening_hours": "Mo 13:30-19:30; Tu-Sa 11:30-19:30", - "phone": "+33147008435", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3759204, - 48.8532297 - ] - }, - "id": "node/4416953789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4420291690", - "level": "0", - "name": "Atelier.NA", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3121878, - 48.8753194 - ] - }, - "id": "node/4420291690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4420414690", - "level": "0", - "name": "Dis Moi Tout", - "opening_hours": "Mo-Su 10:15-19:00", - "organic": "no", - "shop": "clothes", - "toilets": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3716667, - 48.8273795 - ] - }, - "id": "node/4420414690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4420439689", - "level": "0", - "name": "Bel Chou's", - "opening_hours:covid19": "off", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3699216, - 48.8275808 - ] - }, - "id": "node/4420439689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4420439789", - "level": "0", - "name": "Clara", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3703686, - 48.8276583 - ] - }, - "id": "node/4420439789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4423527713", - "addr:city": "Paris", - "addr:postcode": "75002", - "check_date": "2024-08-18", - "name": "Kiliwatch", - "opening_hours": "Mo 10:30-19:00; Tu-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3456609, - 48.864863 - ] - }, - "id": "node/4423527713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4437674690", - "brand": "Okaïdi", - "brand:wikidata": "Q3350027", - "brand:wikipedia": "fr:Okaïdi", - "check_date:opening_hours": "2024-08-26", - "name": "Okaïdi", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4418242, - 48.8617985 - ] - }, - "id": "node/4437674690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4445401791", - "brand": "Brandy Melville", - "brand:wikidata": "Q25387414", - "name": "Brandy Melville", - "name:de": "Brandy Melville", - "opening_hours": "Mo-Sa 10:00-20:00; Su 13:00-19:00", - "phone": "+33 1 45 44 11 77", - "shop": "clothes", - "website": "http://brandymelville-france.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3309119, - 48.85113 - ] - }, - "id": "node/4445401791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4448519354", - "check_date": "2024-07-28", - "name": "Bobbies", - "opening_hours": "Mo-Sa 11:00-20:00; Su 13:00-19:30", - "shop": "shoes", - "website": "https://bobbies.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3630331, - 48.8612697 - ] - }, - "id": "node/4448519354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4448519357", - "brand": "COS", - "brand:wikidata": "Q60772401", - "brand:wikipedia": "en:COS (clothing)", - "name": "COS", - "name:fr": "COS", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297164, - 48.8524139 - ] - }, - "id": "node/4448519357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4448519358", - "brand": "COS", - "brand:wikidata": "Q60772401", - "brand:wikipedia": "en:COS (clothing)", - "name": "COS", - "name:fr": "COS", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3253152, - 48.8715346 - ] - }, - "id": "node/4448519358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4454446526", - "name": "Le Dressing de Brigitte", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3298481, - 48.8499722 - ] - }, - "id": "node/4454446526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4454449162", - "name": "Mamie", - "name:ja": "古着", - "opening_hours": "Mo-Sa 11:00-13:30, 15:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3463996, - 48.8813457 - ] - }, - "id": "node/4454449162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4457878291", - "level": "0", - "name": "Little Jeanne", - "opening_hours": "Tu-Sa 10:30-19:00; Su,Mo off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3784707, - 48.8272567 - ] - }, - "id": "node/4457878291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4458863391", - "level": "0", - "name": "MPS Paris", - "opening_hours": "Mo-Sa 09:30-19:30", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.369242, - 48.8262921 - ] - }, - "id": "node/4458863391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4461829637", - "addr:city": "Pantin", - "addr:housenumber": "1", - "addr:postcode": "93500", - "addr:street": "Rue Magenta", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3899219, - 48.9011331 - ] - }, - "id": "node/4461829637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4465816539", - "name": "Carel", - "opening_hours": "Mo-Th 10:00-19:00; Fr-Sa 10:30-19:00", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3344526, - 48.852902 - ] - }, - "id": "node/4465816539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4466916239", - "name": "Stockmark", - "shop": "clothes", - "source": "cadastre 2016 + survey", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2366058, - 48.8796601 - ] - }, - "id": "node/4466916239" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4466916240", - "name": "Sympa", - "shop": "clothes", - "source": "cadastre 2016 + survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2376621, - 48.8805721 - ] - }, - "id": "node/4466916240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4467059495", - "name": "Dressing responsable", - "shop": "boutique", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3638992, - 48.8560031 - ] - }, - "id": "node/4467059495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4473505454", - "addr:housenumber": "57", - "name": "Etam", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 1 42 70 84 75", - "shop": "clothes", - "website": "https://etam.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3040113, - 48.8992052 - ] - }, - "id": "node/4473505454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4473508155", - "addr:housenumber": "59", - "name": "1.2.3", - "phone": "+33 1 42 70 84 75", - "shop": "clothes", - "website": "http://magasins.1-2-3.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3039174, - 48.8991205 - ] - }, - "id": "node/4473508155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4476868096", - "addr:housenumber": "9 bis", - "addr:postcode": "75004", - "addr:street": "Rue des Blancs-Manteaux", - "brand": "Fusalp", - "brand:wikidata": "Q3091095", - "brand:wikipedia": "fr:Fusalp", - "check_date": "2024-08-04", - "name": "Fusalp", - "name:fr": "Fusalp", - "opening_hours": "Mo,Tu 10:30-12:30,13:30-17:30; We-Su 10:30-17:30", - "phone": "+33 1 42 72 36 86", - "shop": "clothes", - "website": "https://www.fusalp.com/fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3577267, - 48.8585641 - ] - }, - "id": "node/4476868096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4476877295", - "contact:city": "Paris", - "contact:housenumber": "52", - "contact:postcode": "75004", - "contact:street": "Rue des Francs Bourgeois", - "name": "Zen Ethic", - "name:fr": "Zen Ethic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3582063, - 48.8592394 - ] - }, - "id": "node/4476877295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4487456590", - "female": "yes", - "male": "no", - "name": "Sim-Storesol", - "opening_hours": "Mo-Fr 10:30-19:30, Sa 09:45-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.344369, - 48.8831412 - ] - }, - "id": "node/4487456590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4507889790", - "brand": "Des Petits Hauts", - "brand:wikidata": "Q104197445", - "clothes": "women", - "contact:housenumber": "56", - "contact:street": "Rue des Martyrs", - "disused:shop": "yes", - "name": "Des Petits Hauts", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3404777, - 48.8801125 - ] - }, - "id": "node/4507889790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4512320694", - "contact:city": "Paris", - "contact:housenumber": "24", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Gerard Darel", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2964229, - 48.8477808 - ] - }, - "id": "node/4512320694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4512320696", - "brand": "Jules", - "brand:wikidata": "Q3188386", - "brand:wikipedia": "fr:Jules (enseigne)", - "clothes": "men", - "name": "Jules", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 1 45 75 24 66", - "shop": "clothes", - "website": "https://www.jules.com/fr-fr/magasins/16001226/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2963253, - 48.8476591 - ] - }, - "id": "node/4512320696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4534457891", - "check_date:opening_hours": "2022-09-13", - "contact:housenumber": "19", - "contact:street": "Cours de Vincennes", - "name": "Nid d'Amour", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.400845, - 48.8483537 - ] - }, - "id": "node/4534457891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4534457892", - "name": "PARIS DESTOCK", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4007697, - 48.8483543 - ] - }, - "id": "node/4534457892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4534460791", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "contact:housenumber": "17", - "contact:street": "Cours de Vincennes", - "name": "Calzedonia", - "opening_hours": "Mo-Fr 10:30-20:00; Sa 10:00-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4006787, - 48.8483694 - ] - }, - "id": "node/4534460791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4534538295", - "addr:housenumber": "7", - "addr:street": "Cours de Vincennes", - "name": "Petit Bateau", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3999334, - 48.8484294 - ] - }, - "id": "node/4534538295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4534539989", - "name": "Mephisto", - "opening_hours": "Mo-Su 00:00-00:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4005225, - 48.848371 - ] - }, - "id": "node/4534539989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4534539990", - "name": "Intimissimi", - "opening_hours": "Mo-Fr 10:00-19:30; Su off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4004669, - 48.8483749 - ] - }, - "id": "node/4534539990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4535338196", - "contact:city": "Paris", - "contact:housenumber": "56", - "contact:postcode": "75015", - "contact:street": "Rue des Entrepreneurs", - "name": "Brod.Me", - "opening_hours": "Tu-Fr 10:30-14:00,15:00-19:30; Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2876642, - 48.8456858 - ] - }, - "id": "node/4535338196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4535338197", - "contact:city": "Paris", - "contact:housenumber": "93", - "contact:postcode": "75015", - "contact:street": "Rue des Entrepreneurs", - "name": "Dresscode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2925891, - 48.8439199 - ] - }, - "id": "node/4535338197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4535342795", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "contact:city": "Paris", - "contact:housenumber": "55", - "contact:postcode": "75015", - "contact:street": "Rue du Commerce", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 1 45 77 88 00", - "shop": "clothes", - "website": "https://stores.petit-bateau.com/france/paris/55-rue-du-commerce", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.295398, - 48.8462881 - ] - }, - "id": "node/4535342795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4535343792", - "brand": "Minelli", - "brand:wikidata": "Q61994831", - "name": "Minelli", - "opening_hours": "Mo-Sa 10:00-19:30", - "operator": "Vivarte", - "operator:wikidata": "Q3561446", - "operator:wikipedia": "fr:Vivarte", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2951253, - 48.8462861 - ] - }, - "id": "node/4535343792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4535378889", - "brand": "Kookaï", - "brand:wikidata": "Q1783759", - "brand:wikipedia": "fr:Kookaï", - "name": "Kookaï", - "name:en": "Kookaï", - "name:fr": "Kookaï", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2951746, - 48.8463198 - ] - }, - "id": "node/4535378889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4539660391", - "addr:housenumber": "89", - "addr:postcode": "75001", - "addr:street": "Rue de Rivoli", - "contact:city": "Paris", - "contact:housenumber": "89", - "contact:postcode": "75001", - "contact:street": "Rue de Rivoli", - "name": "Jean Marc Philippe", - "opening_hours": "Mo-Sa 10:30-19:30", - "opening_hours:signed": "no", - "phone": "01 45 08 40 28", - "shop": "clothes", - "website": "https://jeanmarcphilippe.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3414141, - 48.8605735 - ] - }, - "id": "node/4539660391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4542752702", - "brand": "Christian Louboutin", - "brand:wikidata": "Q23681835", - "contact:city": "Paris", - "contact:housenumber": "19", - "contact:postcode": "75001", - "contact:street": "Rue Jean-Jacques Rousseau", - "name": "Christian Louboutin", - "opening_hours": "10:30 - 19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3407186, - 48.8626953 - ] - }, - "id": "node/4542752702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4543512398", - "brand": "Eden Park", - "brand:wikidata": "Q3047389", - "check_date:opening_hours": "2024-11-17", - "name": "Eden Park", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3267779, - 48.8728167 - ] - }, - "id": "node/4543512398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4543558292", - "check_date:opening_hours": "2024-11-17", - "contact:city": "Paris", - "contact:housenumber": "40", - "contact:postcode": "75009", - "contact:street": "Rue Vignon", - "name": "Weill", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3267342, - 48.8726293 - ] - }, - "id": "node/4543558292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4543558295", - "contact:city": "Paris", - "contact:housenumber": "34 bis", - "contact:postcode": "75009", - "contact:street": "Rue Vignon", - "name": "Le comptoir du Cachemire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3266516, - 48.872306 - ] - }, - "id": "node/4543558295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4543576091", - "contact:city": "Paris", - "contact:housenumber": "40", - "contact:postcode": "75009", - "contact:street": "Rue Vignon", - "name": "Rosa Clará", - "opening_hours": "Mo-Sa 11:00-14:00,15:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3267138, - 48.8725602 - ] - }, - "id": "node/4543576091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4543576100", - "contact:city": "Paris", - "contact:housenumber": "13", - "contact:postcode": "75008", - "contact:street": "Rue Vignon", - "name": "Paraboot", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.326108, - 48.8710368 - ] - }, - "id": "node/4543576100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4543577391", - "contact:city": "Paris", - "contact:housenumber": "32", - "contact:postcode": "75009", - "contact:street": "Rue Vignon", - "name": "Willman", - "opening_hours": "Mo-Fr 10:30-13:45,15:00-18:30; Sa 10:30-17:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3265994, - 48.8721064 - ] - }, - "id": "node/4543577391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4543577394", - "contact:city": "Paris", - "contact:housenumber": "26", - "contact:postcode": "75009", - "contact:street": "Rue Vignon", - "name": "Alessandro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3265178, - 48.871782 - ] - }, - "id": "node/4543577394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4543577490", - "check_date": "2022-10-01", - "name": "Kenzie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263957, - 48.8730172 - ] - }, - "id": "node/4543577490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4582960125", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "clothes": "children", - "name": "Jacadi", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 1 46 45 00 69", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2747499, - 48.8245375 - ] - }, - "id": "node/4582960125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4583027357", - "name": "Le Petit Soulier", - "opening_hours": "Tu,Th,Fr 10:00-13:00,15:00-19:00; We,Sa 10:00-13:00,14:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2712092, - 48.8235624 - ] - }, - "id": "node/4583027357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4591551041", - "clothes": "children", - "name": "Les Biscottes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4069607, - 48.8667179 - ] - }, - "id": "node/4591551041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4592604639", - "check_date:opening_hours": "2024-10-16", - "name": "Studio BC", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2727019, - 48.8253051 - ] - }, - "id": "node/4592604639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4592604640", - "check_date": "2024-10-16", - "check_date:opening_hours": "2024-10-16", - "name": "Abe's", - "opening_hours": "Mo 12:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2727608, - 48.8253355 - ] - }, - "id": "node/4592604640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4592615767", - "name": "Isciacus", - "opening_hours": "Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2732092, - 48.8231544 - ] - }, - "id": "node/4592615767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4592625059", - "check_date": "2024-10-20", - "name": "Hypothèse", - "phone": "+33 1 47 36 66 24", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2774946, - 48.8259478 - ] - }, - "id": "node/4592625059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4604833533", - "check_date": "2024-03-31", - "name": "Sergent major", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.275137, - 48.8828136 - ] - }, - "id": "node/4604833533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4623635819", - "check_date": "2024-04-07", - "name": "Springsioux", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3612581, - 48.8618661 - ] - }, - "id": "node/4623635819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4623635820", - "name": "Éclectic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3608929, - 48.8613403 - ] - }, - "id": "node/4623635820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4623635821", - "name": "Stéphane Verdino", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3609727, - 48.8613885 - ] - }, - "id": "node/4623635821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4625881791", - "name": "Héroïnes", - "name:fr": "Héroïnes", - "opening_hours": "Mo-Su 11:00-20:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3379195, - 48.853812 - ] - }, - "id": "node/4625881791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4626878893", - "addr:housenumber": "64", - "addr:street": "Boulevard Haussmann", - "brand": "Agent Provocateur", - "brand:wikidata": "Q392755", - "clothes": "underwear", - "name": "Agent Provocateur", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3281027, - 48.8737966 - ] - }, - "id": "node/4626878893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4627830589", - "name": "Repetto", - "name:en": "Repetto", - "name:fr": "Repetto", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes", - "website": "https://www.repetto.fr", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3306593, - 48.8521439 - ] - }, - "id": "node/4627830589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4628572591", - "name": "D&M Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3489972, - 48.8770594 - ] - }, - "id": "node/4628572591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4629580896", - "name": "Janie Philip", - "shop": "shoes", - "website": "https://www.janiephilip.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3368046, - 48.8538757 - ] - }, - "id": "node/4629580896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4636069390", - "addr:housenumber": "88", - "addr:postcode": "75011", - "addr:street": "Boulevard Beaumarchais", - "amenity": "training", - "email": "sales@valentinegauthier.com", - "name": "Valentine Gauthier", - "opening_hours": "Tu-Sa 11:00-14:00,15:00-19:00; Mo 12:00-14:00,15:00-18:00", - "shop": "clothes", - "website": "https://www.valentinegauthier.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3678874, - 48.8596102 - ] - }, - "id": "node/4636069390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4642332783", - "addr:city": "Pantin", - "addr:housenumber": "50", - "addr:postcode": "93500", - "addr:street": "Rue Hoche", - "check_date:opening_hours": "2023-03-05", - "name": "Atelier de Vêtements-Vente", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4014017, - 48.8951322 - ] - }, - "id": "node/4642332783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4651059591", - "name": "Guerrisol", - "name:fr": "Guerrisol", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3510747, - 48.8836219 - ] - }, - "id": "node/4651059591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4680565686", - "check_date": "2023-09-23", - "name": "Kenza Chaussures", - "shop": "shoes", - "source": "survey 2017", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3535713, - 48.8717463 - ] - }, - "id": "node/4680565686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4680947599", - "brand": "Sud Express", - "brand:wikidata": "Q104826254", - "clothes": "women", - "name": "Sud Express", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3363802, - 48.8536919 - ] - }, - "id": "node/4680947599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446139", - "contact:city": "Paris", - "contact:housenumber": "29", - "contact:postcode": "75008", - "contact:street": "Rue du Faubourg Saint-Honoré", - "name": "Roger Vivier", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3205792, - 48.8689902 - ] - }, - "id": "node/4682446139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446140", - "brand": "Pinko", - "brand:wikidata": "Q3905226", - "clothes": "women", - "name": "Pinko", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3229207, - 48.8685843 - ] - }, - "id": "node/4682446140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446141", - "brand": "Prada", - "brand:wikidata": "Q193136", - "brand:wikipedia": "en:Prada", - "clothes": "women", - "name": "Prada", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3227611, - 48.8686353 - ] - }, - "id": "node/4682446141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446143", - "addr:city": "Paris", - "name": "Emmano Scervino", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3221961, - 48.868816 - ] - }, - "id": "node/4682446143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446144", - "clothes": "women", - "name": "Bottega Veneta", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3222894, - 48.8687862 - ] - }, - "id": "node/4682446144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446145", - "clothes": "women", - "name": "La Perla", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3221137, - 48.8688455 - ] - }, - "id": "node/4682446145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446148", - "name": "Berluti", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3222905, - 48.8685677 - ] - }, - "id": "node/4682446148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446150", - "brand": "Valentino", - "brand:wikidata": "Q649646", - "contact:city": "Paris", - "contact:housenumber": "27", - "contact:postcode": "75008", - "contact:street": "Rue du Faubourg Saint-Honoré", - "name": "Valentino", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3209285, - 48.8688859 - ] - }, - "id": "node/4682446150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446151", - "contact:city": "Paris", - "contact:housenumber": "23", - "contact:postcode": "75008", - "contact:street": "Rue du Faubourg Saint-Honoré", - "name": "René Caovilla", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3212036, - 48.8688222 - ] - }, - "id": "node/4682446151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446154", - "brand": "Hermès", - "brand:wikidata": "Q843887", - "brand:wikipedia": "en:Hermès", - "clothes": "yes", - "contact:city": "Paris", - "contact:housenumber": "24", - "contact:postcode": "75008", - "contact:street": "Rue du Faubourg Saint-Honoré", - "name": "Hermès", - "name:en": "Hermes", - "opening_hours": "Mo-Fr 10:30-18:30", - "payment:american_express": "yes", - "payment:cash": "yes", - "payment:coins": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:mastercard": "yes", - "payment:notes": "yes", - "payment:visa": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3217376, - 48.8688993 - ] - }, - "id": "node/4682446154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446157", - "contact:city": "Paris", - "contact:housenumber": "34", - "contact:postcode": "75008", - "contact:street": "Rue du Faubourg Saint-Honoré", - "name": "Jun Ashida", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3210221, - 48.8690526 - ] - }, - "id": "node/4682446157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446158", - "clothes": "men", - "name": "Aramis", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3208825, - 48.8691095 - ] - }, - "id": "node/4682446158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446160", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "brand:wikipedia": "fr:Zadig & Voltaire", - "name": "Zadig & Voltaire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3205458, - 48.8691969 - ] - }, - "id": "node/4682446160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446161", - "contact:city": "Paris", - "contact:housenumber": "52", - "contact:postcode": "75008", - "contact:street": "Rue du Faubourg Saint-Honoré", - "name": "Hogan", - "name:fr": "Hogan", - "name:ru": "Hogan", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3198874, - 48.869435 - ] - }, - "id": "node/4682446161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446162", - "addr:city": "Paris", - "brand": "Salvatore Ferragamo", - "brand:wikidata": "Q3946053", - "brand:wikipedia": "en:Salvatore Ferragamo S.p.A.", - "clothes": "women", - "name": "Salvatore Ferragamo", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3202873, - 48.8693001 - ] - }, - "id": "node/4682446162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446163", - "name": "Leonard", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3201485, - 48.8693395 - ] - }, - "id": "node/4682446163" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4682446164", - "addr:city": "Paris", - "name": "Emernegildo Zegna", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3200214, - 48.8693753 - ] - }, - "id": "node/4682446164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4684318345", - "contact:city": "Paris", - "contact:housenumber": "8", - "contact:postcode": "75001", - "contact:street": "Rue du Chevalier de Saint-George", - "name": "Breuer", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3249797, - 48.8683298 - ] - }, - "id": "node/4684318345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4684318347", - "contact:city": "Paris", - "contact:housenumber": "6", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Florentin", - "name": "Césaire", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3242622, - 48.8673054 - ] - }, - "id": "node/4684318347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4684318348", - "contact:city": "Paris", - "contact:housenumber": "6", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Florentin", - "name": "Erik Schaix", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3243065, - 48.8673645 - ] - }, - "id": "node/4684318348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4684318350", - "contact:city": "Paris", - "contact:housenumber": "8", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Florentin", - "name": "Jane et Françoise", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3243709, - 48.8674474 - ] - }, - "id": "node/4684318350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4684318352", - "contact:city": "Paris", - "contact:housenumber": "13", - "contact:postcode": "75008", - "contact:street": "Rue Saint-Florentin", - "name": "Junko Shimada", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3242488, - 48.8676512 - ] - }, - "id": "node/4684318352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4684318353", - "clothes": "underwear", - "contact:city": "Paris", - "contact:housenumber": "13", - "contact:postcode": "75008", - "contact:street": "Rue Saint-Florentin", - "name": "Empreinte", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3241965, - 48.8675851 - ] - }, - "id": "node/4684318353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4687645801", - "addr:city": "Paris", - "name": "Barbara Bui", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3189397, - 48.8697879 - ] - }, - "id": "node/4687645801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4687645802", - "addr:city": "Paris", - "name": "Richmond", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3187412, - 48.8698937 - ] - }, - "id": "node/4687645802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4687645803", - "brand": "Bally", - "brand:wikidata": "Q688195", - "name": "Bally", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3191795, - 48.8696775 - ] - }, - "id": "node/4687645803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4687645804", - "name": "Blumarine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3192523, - 48.8696603 - ] - }, - "id": "node/4687645804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4687645805", - "name": "Blugirl", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3193274, - 48.8696369 - ] - }, - "id": "node/4687645805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4687645806", - "clothes": "women", - "name": "Comme des Garçons", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3195219, - 48.8695875 - ] - }, - "id": "node/4687645806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4687645807", - "clothes": "women", - "name": "Moschino", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3197324, - 48.8695081 - ] - }, - "id": "node/4687645807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4687645808", - "brand": "Miu Miu", - "clothes": "women", - "name": "Miu Miu", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3229123, - 48.8683914 - ] - }, - "id": "node/4687645808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4687743711", - "clothes": "underwear", - "description": "Lingerie, layette, vêtements pour enfants.", - "name": "Suzanne", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3403691, - 48.845972 - ] - }, - "id": "node/4687743711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4691027112", - "clothes": "children", - "name": "Bambini Troc", - "opening_hours": "Tu-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3973287, - 48.8470753 - ] - }, - "id": "node/4691027112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4708357691", - "contact:city": "Paris", - "contact:housenumber": "168", - "contact:phone": "+33 1 43 73 19 69", - "contact:postcode": "75011", - "contact:street": "Rue de Charonne", - "contact:website": "http://www.duostyle.fr", - "name": "Duostyle", - "opening_hours": "tu-sa 10:30-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3928446, - 48.8548891 - ] - }, - "id": "node/4708357691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4728918219", - "check_date": "2023-05-20", - "level": "0", - "name": "Maille M", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3262003, - 48.8479597 - ] - }, - "id": "node/4728918219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4729509393", - "branch": "for Jockey Club", - "brand": "Barbour", - "brand:wikidata": "Q182399", - "brand:wikipedia": "en:J. Barbour and Sons", - "name": "Barbour", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:30-19:00", - "shop": "clothes", - "survey:date": "2017-06-29" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3257024, - 48.8563974 - ] - }, - "id": "node/4729509393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4745857066", - "name": "Nodus", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.303762, - 48.8755457 - ] - }, - "id": "node/4745857066" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4748941423", - "addr:city": "Paris", - "addr:housenumber": "41", - "addr:postcode": "75018", - "addr:street": "Boulevard Barbès", - "level": "0", - "name": "En Mode Paris", - "second_hand": "no", - "shop": "clothes", - "toilets:wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493193, - 48.8882647 - ] - }, - "id": "node/4748941423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4783648821", - "brand": "Celio", - "brand:wikidata": "Q2672003", - "brand:wikipedia": "en:Celio (retailer)", - "contact:city": "Paris", - "contact:housenumber": "9", - "contact:phone": "+33 1 43 87 70 46", - "contact:postcode": "75017", - "contact:street": "Avenue de Clichy", - "contact:website": "https://store.celio.com/vetement-homme/paris-avenue-de-clichy/0617", - "name": "Celio", - "name:fr": "Celio", - "shop": "clothes", - "survey:date": "2017-07-04" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3267877, - 48.884489 - ] - }, - "id": "node/4783648821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4788494821", - "check_date": "2024-02-14", - "clothes": "wedding", - "name": "Cymbeline", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 1 56 24 80 10", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3397415, - 48.8391522 - ] - }, - "id": "node/4788494821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4790639721", - "brand": "Ulla Popken", - "brand:wikidata": "Q2475146", - "brand:wikipedia": "en:Ulla Popken", - "name": "Ulla Popken", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3343344, - 48.8729495 - ] - }, - "id": "node/4790639721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4800696122", - "name": "Gallery Colbert", - "name:en": "Gallery Colbert", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3391124, - 48.8663374 - ] - }, - "id": "node/4800696122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4803796221", - "brand": "Hugo Boss", - "brand:wikidata": "Q491627", - "brand:wikipedia": "en:Hugo Boss", - "name": "Hugo Boss", - "name:fr": "Hugo Boss", - "opening_hours": "Mo-Sa 10:00-19:30; Su 11:00-19:00", - "phone": "+33 1 47 03 94 00", - "shop": "clothes", - "short_name": "Boss", - "website": "https://www.hugoboss.com/us/storedetail?storeid=9929229" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3326148, - 48.8692184 - ] - }, - "id": "node/4803796221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4805538622", - "name": "Le Salon du Mariage", - "name:fr": "Le salon du mariage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3511143, - 48.8810778 - ] - }, - "id": "node/4805538622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4805538625", - "check_date": "2022-09-30", - "name": "Retoucherie", - "repair": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.348684, - 48.8813099 - ] - }, - "id": "node/4805538625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4805561622", - "name": "Sympa Poutou", - "name:fr": "Sympa Poutou", - "opening_hours": "Mo-Fr 10:30-19:30, Sa 09:45-19:30", - "shop": "clothes", - "survey:date": "2017-09-01" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3442207, - 48.8831281 - ] - }, - "id": "node/4805561622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4805561721", - "name": "Sympa Dalya", - "name:fr": "Sympa Dalya", - "opening_hours": "Mo-Fr 10:30-19:30, Sa 09:45-19:30", - "shop": "clothes", - "survey:date": "2017-09-01" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3445316, - 48.8831845 - ] - }, - "id": "node/4805561721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810324719", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "brand:wikipedia": "fr:Comptoir des Cotonniers", - "name": "Comptoir des Cotonniers", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2975097, - 48.8485797 - ] - }, - "id": "node/4810324719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810324720", - "brand": "Pimkie", - "brand:wikidata": "Q1758066", - "brand:wikipedia": "en:Pimkie", - "name": "Pimkie", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2971391, - 48.8485314 - ] - }, - "id": "node/4810324720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810326721", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "clothes": "lingerie", - "name": "Etam", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2964605, - 48.8479366 - ] - }, - "id": "node/4810326721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810326723", - "brand": "Promod", - "brand:wikidata": "Q3407429", - "brand:wikipedia": "en:Promod", - "name": "Promod", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2969245, - 48.8480725 - ] - }, - "id": "node/4810326723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810326725", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "clothes": "underwear", - "name": "Intimissimi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967218, - 48.8481373 - ] - }, - "id": "node/4810326725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810326729", - "brand": "Aubade", - "brand:wikidata": "Q2870536", - "brand:wikipedia": "fr:Aubade (lingerie)", - "clothes": "underwear", - "name": "Aubade", - "opening_hours": "Tu,Th-Sa 10:00-19:00; Mo,We 10:00-14:00,15:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2957676, - 48.8467464 - ] - }, - "id": "node/4810326729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810326732", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "brand:wikipedia": "en:Lacoste", - "name": "Lacoste", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2954386, - 48.846366 - ] - }, - "id": "node/4810326732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810326733", - "brand": "Antonelle", - "brand:wikidata": "Q105082567", - "clothes": "women", - "name": "Antonelle", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 11:00-13:00,14:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2952839, - 48.846457 - ] - }, - "id": "node/4810326733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810326734", - "brand": "Manfield", - "name": "Manfield", - "opening_hours": "Mo 11:00-19:00; Tu-Fr 10:00-19:00; Sa 10:00-19:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2953409, - 48.8465256 - ] - }, - "id": "node/4810326734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810326735", - "brand": "Timberland", - "brand:wikidata": "Q1539185", - "brand:wikipedia": "en:The Timberland Company", - "name": "Timberland", - "opening_hours": "Mo 13:00-19:00; Tu-Fr 10:30-13:30,14:30-19:15; Sa 10:00-19:15", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2954028, - 48.8465974 - ] - }, - "id": "node/4810326735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810326737", - "brand": "Arthur", - "brand:wikidata": "Q104196818", - "name": "Arthur", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2954696, - 48.8466746 - ] - }, - "id": "node/4810326737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4810326740", - "name": "Manhattan Gigolo", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2955256, - 48.8467432 - ] - }, - "id": "node/4810326740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4818267924", - "name": "Courbettes et Galipettes", - "opening_hours": "Mo-Fr 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3477635, - 48.8735163 - ] - }, - "id": "node/4818267924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4826675623", - "name": "Rains", - "opening_hours": "Mo,Su 14:00-19:00; Tu-Th 11:00-19:00; Fr-Sa 11:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3376019, - 48.8514405 - ] - }, - "id": "node/4826675623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4826705922", - "name": "Michel Axel", - "name:fr": "Michel Axel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3371777, - 48.8515417 - ] - }, - "id": "node/4826705922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4826706121", - "branch": "Stora", - "brand": "Chloé", - "brand:wikidata": "Q1075391", - "clothes": "women", - "name": "Chloé", - "ref:FR:SIRET": "50742506400031", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3369587, - 48.8513807 - ] - }, - "id": "node/4826706121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4826774938", - "level": "0", - "name": "Irfan Communication", - "shop": "bag", - "source": "survey 2017" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591227, - 48.8756143 - ] - }, - "id": "node/4826774938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4828765021", - "addr:housenumber": "25", - "addr:postcode": "75003", - "addr:street": "Boulevard du Temple", - "name": "The Vintage", - "name:fr": "Vintage Store", - "opening_hours": "Mo-Sa 11:00-19:00", - "phone": "+33 6 47 18 67 57", - "shop": "clothes", - "website": "https://www.ledressingideal.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3653911, - 48.8648399 - ] - }, - "id": "node/4828765021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4828896422", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "check_date": "2024-04-01", - "clothes": "women", - "name": "BA&SH", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "website": "https://ba-sh.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3667889, - 48.8616098 - ] - }, - "id": "node/4828896422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829548207", - "name": "Raphael", - "shop": "shoes", - "source": "survey 2017", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3524689, - 48.8799807 - ] - }, - "id": "node/4829548207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829548209", - "shop": "clothes", - "source": "survey 2017" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3525208, - 48.8799342 - ] - }, - "id": "node/4829548209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829548210", - "name": "Georgie's", - "shop": "clothes", - "source": "survey 2017" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3525595, - 48.8798848 - ] - }, - "id": "node/4829548210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829548214", - "name": "Le vêtement Similo", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 12:30-19:00", - "shop": "clothes", - "source": "survey 2017", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3527573, - 48.8796378 - ] - }, - "id": "node/4829548214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829548521", - "check_date": "2023-10-31", - "name": "Anaïs Designs", - "shop": "clothes", - "source": "survey 2017", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3529577, - 48.8794152 - ] - }, - "id": "node/4829548521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4829548522", - "check_date:opening_hours": "2023-09-18", - "name": "Blanc Couture", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "source": "survey 2017", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3530301, - 48.8793384 - ] - }, - "id": "node/4829548522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4831650285", - "check_date": "2023-04-15", - "name": "Bee' Shoes", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "shoes", - "source": "survey 2017", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3536203, - 48.8786644 - ] - }, - "id": "node/4831650285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4836445722", - "check_date": "2023-11-01", - "check_date:opening_hours": "2023-10-10", - "name": "Sunshine", - "name:fr": "Sunshine", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3522715, - 48.8808578 - ] - }, - "id": "node/4836445722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4836467221", - "name": "Au Palais des Princesses", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3516632, - 48.8815583 - ] - }, - "id": "node/4836467221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4836504922", - "clothes": "wedding", - "name": "Magentax", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3521816, - 48.8809104 - ] - }, - "id": "node/4836504922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4836518422", - "name": "La Boutique au Féminin", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3518538, - 48.8812911 - ] - }, - "id": "node/4836518422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4836518423", - "name": "Amélic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3518157, - 48.8813614 - ] - }, - "id": "node/4836518423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4836518424", - "name": "Karl", - "name:fr": "Karl", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3515502, - 48.8816687 - ] - }, - "id": "node/4836518424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4836518522", - "name": "King", - "name:fr": "King", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3521244, - 48.8809935 - ] - }, - "id": "node/4836518522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4836526421", - "name": "Henri Couture", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.352016, - 48.8810821 - ] - }, - "id": "node/4836526421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4836526422", - "name": "Jean Luc Micherouan", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3519828, - 48.8811467 - ] - }, - "id": "node/4836526422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4836526423", - "name": "Magenta Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3513066, - 48.8818771 - ] - }, - "id": "node/4836526423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839547307", - "name": "Maison Montagut", - "opening_hours": "Mo 11:00-19:00, Tu-Sa 10:30-19:00", - "shop": "clothes", - "website": "https://www.montagut.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3383086, - 48.8496865 - ] - }, - "id": "node/4839547307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839720519", - "brand": "Le Coq Sportif", - "brand:wikidata": "Q1066156", - "clothes": "sports", - "name": "Le Coq Sportif", - "name:fr": "Le Coq Sportif", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3371291, - 48.8526841 - ] - }, - "id": "node/4839720519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839720862", - "brand": "Celio", - "brand:wikidata": "Q2672003", - "brand:wikipedia": "en:Celio (retailer)", - "name": "Celio", - "name:fr": "Celio", - "opening_hours": "Mo-Sa 11:00-19:30, Su 14:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.33859, - 48.8527155 - ] - }, - "id": "node/4839720862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839720922", - "check_date": "2023-05-20", - "name": "Antoine & Lili", - "name:fr": "Antoine & Lili", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3371411, - 48.85249 - ] - }, - "id": "node/4839720922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4839720923", - "alt_name": "Marlboro Country Store", - "name": "MCS", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3379368, - 48.8528451 - ] - }, - "id": "node/4839720923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841243223", - "check_date": "2024-04-07", - "name": "Malabar", - "shop": "clothes", - "source": "survey 2017" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3567469, - 48.8789906 - ] - }, - "id": "node/4841243223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4843622622", - "addr:city": "Paris", - "addr:housenumber": "75 bis", - "addr:postcode": "75009", - "addr:street": "Boulevard de Clichy", - "name": "Boutique Rugby", - "name:fr": "Boutique Rugby", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3306436, - 48.8840485 - ] - }, - "id": "node/4843622622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4843645421", - "name": "Kashka", - "name:fr": "Kashka", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3427603, - 48.8828406 - ] - }, - "id": "node/4843645421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4845269424", - "check_date": "2023-11-01", - "name": "D. Stocks", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3532173, - 48.8804635 - ] - }, - "id": "node/4845269424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4845667826", - "name": "La Principesse", - "name:fr": "La Principesse", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3511702, - 48.8812326 - ] - }, - "id": "node/4845667826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4845667827", - "name": "L'Empire du Mariage", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3512024, - 48.8813603 - ] - }, - "id": "node/4845667827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4845673723", - "name": "Au Bonheur des mariés", - "name:fr": "Au Bonheur des mariés", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3511304, - 48.8811496 - ] - }, - "id": "node/4845673723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4845673724", - "check_date": "2023-11-01", - "name": "Empire", - "name:fr": "Empire", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3509842, - 48.8822665 - ] - }, - "id": "node/4845673724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4845678921", - "name": "Les Demoiselles d'Honneur", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3510968, - 48.8810274 - ] - }, - "id": "node/4845678921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4845678922", - "clothes": "wedding", - "name": "Sophia Mariée", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3510761, - 48.8809811 - ] - }, - "id": "node/4845678922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4848933200", - "contact:website": "http://www.daniel-hechter.com", - "name": "Daniel Hechter store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3057201, - 48.8696473 - ] - }, - "id": "node/4848933200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4851601872", - "check_date": "2024-02-13", - "email": "bonjour@bienbienhabilles.fr", - "name": "Bien Bien Habillés", - "opening_hours": "Tu-Sa 11:00-20:00; Th 12:00-20:00; Su 14:30-18:30", - "operator": "Martin Orsini Vincent", - "phone": "+33 1 40 07 18 68", - "shop": "clothes", - "source": "survey:17-04-23", - "website": "https://shop.bienbienhabilles.fr", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3235609, - 48.8841967 - ] - }, - "id": "node/4851601872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4853987789", - "name": "Show-Sur", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4639255, - 48.8525292 - ] - }, - "id": "node/4853987789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4860120188", - "check_date": "2024-02-16", - "name": "JA Euro Shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3585072, - 48.8812663 - ] - }, - "id": "node/4860120188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4864147783", - "name": "À l'Idéale", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3396152, - 48.8785617 - ] - }, - "id": "node/4864147783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4865985712", - "name": "Centre Commercial", - "opening_hours": "Mo 13:00-19:30; Tu-Sa 11:00-20:00; Su 14:00-19:00", - "shop": "clothes", - "source": "survey", - "website": "https://www.centrecommercial.cc/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3630771, - 48.8712984 - ] - }, - "id": "node/4865985712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4867961322", - "name": "Sunshine", - "name:fr": "Sunshine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3473146, - 48.883677 - ] - }, - "id": "node/4867961322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4867961421", - "name": "Le Canotier", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.344723, - 48.8832267 - ] - }, - "id": "node/4867961421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4867961522", - "check_date": "2024-02-22", - "name": "Guerrisol", - "name:fr": "Guerrisol", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3465089, - 48.8831013 - ] - }, - "id": "node/4867961522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4867961525", - "name": "S&M Mariage", - "name:fr": "S&M Mariage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.351568, - 48.8841053 - ] - }, - "id": "node/4867961525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4867961621", - "check_date": "2024-02-22", - "name": "La Rose d'Orient", - "name:fr": "La Rose d'Orient", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3459173, - 48.8829835 - ] - }, - "id": "node/4867961621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4867961821", - "clothes": "wedding", - "name": "Panda Mariage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3490241, - 48.8834578 - ] - }, - "id": "node/4867961821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4868565517", - "clothes": "wedding", - "name": "Cymbeline", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3012455, - 48.8420959 - ] - }, - "id": "node/4868565517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4872788170", - "check_date": "2024-08-04", - "name": "Malone", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3644175, - 48.8602099 - ] - }, - "id": "node/4872788170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4874140223", - "brand": "A.P.C.", - "brand:wikidata": "Q546542", - "name": "A.P.C.", - "name:fr": "A.P.C.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.341703, - 48.8804053 - ] - }, - "id": "node/4874140223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4874157924", - "brand": "A.P.C.", - "brand:wikidata": "Q546542", - "name": "A.P.C.", - "name:fr": "A.P.C.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3417401, - 48.880227 - ] - }, - "id": "node/4874157924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4874187421", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3420561, - 48.8802114 - ] - }, - "id": "node/4874187421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4874187521", - "name": "Retro Chic", - "name:fr": "Retro Chic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3422299, - 48.8802124 - ] - }, - "id": "node/4874187521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4874264158", - "name": "Degrif des Stocks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3321223, - 48.8743293 - ] - }, - "id": "node/4874264158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4878605025", - "addr:city": "Paris", - "name": "Samsoe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3544045, - 48.8578284 - ] - }, - "id": "node/4878605025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4878606424", - "name": "Arket", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.354544, - 48.8579713 - ] - }, - "id": "node/4878606424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4879421223", - "clothes": "wedding", - "name": "L'Univers du Mariage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3516796, - 48.8807893 - ] - }, - "id": "node/4879421223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4880742721", - "addr:city": "Paris", - "brand": "Celio", - "brand:wikidata": "Q2672003", - "name": "Celio", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3527459, - 48.8694424 - ] - }, - "id": "node/4880742721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4885347732", - "contact:city": "Paris", - "contact:housenumber": "7", - "contact:phone": "+33 1 58 05 01 90", - "contact:postcode": "75017", - "contact:street": "Avenue des Ternes", - "contact:website": "http://magasins.1-2-3.fr/3762-1-2-3-paris-ternes", - "name": "1.2.3", - "opening_hours": "Mo-Sa 10:00-20:00", - "operator": "1.2.3", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2969519, - 48.8778385 - ] - }, - "id": "node/4885347732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4885496522", - "contact:mobile": "+33 6 88 54 03 73", - "name": "Akuavi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3447092, - 48.8772189 - ] - }, - "id": "node/4885496522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4885496523", - "name": "Pulp' and the CSB", - "name:fr": "Pulp' and the CSB", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3400367, - 48.8776245 - ] - }, - "id": "node/4885496523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4899873648", - "check_date": "2023-06-26", - "name": "Olden", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3324168, - 48.864593 - ] - }, - "id": "node/4899873648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4899873651", - "brand": "Elena Mirò", - "brand:wikidata": "Q18353156", - "brand:wikipedia": "en:Elena Mirò", - "check_date:opening_hours": "2022-08-24", - "clothes": "women", - "name": "Elena Mirò", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.331996, - 48.86478 - ] - }, - "id": "node/4899873651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4905284783", - "check_date:opening_hours": "2024-08-18", - "name": "Carmina", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.335305, - 48.8642732 - ] - }, - "id": "node/4905284783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4905284863", - "brand": "Mephisto", - "brand:wikidata": "Q822975", - "brand:wikipedia": "fr:Mephisto (chaussure)", - "name": "Mephisto", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3350024, - 48.8650394 - ] - }, - "id": "node/4905284863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4905285025", - "name": "L'atelier Finsbury", - "shop": "shoes", - "source": "survey", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3379257, - 48.8664375 - ] - }, - "id": "node/4905285025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4906469708", - "name": "Zebra Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.351439, - 48.8816931 - ] - }, - "id": "node/4906469708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4907364922", - "addr:city": "Paris", - "addr:housenumber": "37", - "addr:postcode": "75018", - "addr:street": "Rue des Abbesses", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "name": "Sandro", - "name:fr": "Sandro", - "opening_hours": "Mo-Sa 10:30-20:00, Su 11:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3368201, - 48.8850398 - ] - }, - "id": "node/4907364922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4907380022", - "addr:city": "Paris", - "addr:housenumber": "31", - "addr:postcode": "75018", - "addr:street": "Rue des Abbesses", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "check_date": "2023-02-01", - "name": "Princesse tam.tam", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3372606, - 48.8848419 - ] - }, - "id": "node/4907380022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4907454269", - "name": "Window France", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3539326, - 48.8658095 - ] - }, - "id": "node/4907454269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4907808865", - "check_date": "2024-08-10", - "name": "Fluo", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3565415, - 48.8599245 - ] - }, - "id": "node/4907808865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4935628422", - "name": "Marc Guyot", - "opening_hours": "Tu-Sa 10:30-13:00, 15:00-19:00", - "phone": "+33 1 47 42 41 84", - "shop": "shoes", - "website": "https://marcguyot.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3232865, - 48.8716521 - ] - }, - "id": "node/4935628422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4935628424", - "check_date": "2023-04-14", - "name": "Hartwood", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3098171, - 48.8730657 - ] - }, - "id": "node/4935628424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4935628433", - "check_date": "2024-06-22", - "name": "Bowen", - "shop": "shoes", - "toilets:wheelchair": "no", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.297709, - 48.8784607 - ] - }, - "id": "node/4935628433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4935628434", - "addr:city": "Paris", - "addr:housenumber": "3", - "addr:postcode": "75017", - "addr:street": "Place des Ternes", - "craft": "shoemaker", - "name": "Monsieur Chaussure", - "opening_hours": "Tu-Sa 11:00-14:00,14:30-19:00", - "phone": "+33 9 72 86 23 18", - "shop": "clothes", - "website": "https://www.monsieurchaussure.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2975259, - 48.8782808 - ] - }, - "id": "node/4935628434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4935628435", - "name": "Crockett & Jones", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.322905, - 48.8716641 - ] - }, - "id": "node/4935628435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4942457166", - "name": "Heschung", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3307009, - 48.8518354 - ] - }, - "id": "node/4942457166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4942457167", - "name": "Maison Labiche", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3306034, - 48.8518655 - ] - }, - "id": "node/4942457167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4942457169", - "brand": "Le Slip Français", - "brand:wikidata": "Q14594793", - "brand:wikipedia": "fr:Le Slip Français", - "clothes": "underwear", - "name": "Le Slip Français", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3305212, - 48.8518925 - ] - }, - "id": "node/4942457169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4946643428", - "addr:city": "Paris", - "addr:postcode": "75007", - "name": "Bottega Veneta", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3244193, - 48.8505325 - ] - }, - "id": "node/4946643428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4946643434", - "addr:city": "Paris", - "addr:street": "Rue du Louvre", - "name": "Yohji Yamamoto exhibit", - "name:en": "Yohji Yamamoto exhibit", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3428542, - 48.8652217 - ] - }, - "id": "node/4946643434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4947711698", - "brand": "Rieker", - "brand:wikidata": "Q2152193", - "brand:wikipedia": "en:Rieker Shoes", - "name": "Rieker", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:30-14:00,14:30-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3529989, - 48.8356592 - ] - }, - "id": "node/4947711698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4947711702", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "contact:city": "Paris", - "contact:housenumber": "43", - "contact:postcode": "75013", - "contact:street": "Avenue des Gobelins", - "level": "0", - "name": "Caroll", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3531899, - 48.8353649 - ] - }, - "id": "node/4947711702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4947711703", - "brand": "Antonelle", - "brand:wikidata": "Q105082567", - "check_date:opening_hours": "2022-04-06", - "clothes": "women", - "name": "Antonelle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3532589, - 48.8352542 - ] - }, - "id": "node/4947711703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4947711705", - "addr:housenumber": "65", - "addr:street": "Avenue des Gobelins", - "check_date:opening_hours": "2023-03-07", - "level": "0", - "name": "Chauss'Cuir", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 1 55 43 65 65", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3541984, - 48.8339078 - ] - }, - "id": "node/4947711705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4947711706", - "level": "0", - "name": "Degrif Moda", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3542731, - 48.8338033 - ] - }, - "id": "node/4947711706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4950673113", - "check_date": "2023-05-19", - "name": "Dks", - "shop": "clothes", - "source": "survey", - "website": "https://dks-cuir.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3542405, - 48.8623234 - ] - }, - "id": "node/4950673113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4954890986", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "check_date": "2023-06-19", - "name": "Calzedonia", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3345665, - 48.8712455 - ] - }, - "id": "node/4954890986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4954891052", - "name": "Boggi", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.334319, - 48.8711996 - ] - }, - "id": "node/4954891052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4954891725", - "addr:housenumber": "10", - "addr:street": "Boulevard Montmartre", - "check_date": "2024-02-16", - "name": "Kilo Shop", - "opening_hours": "Mo-Sa 11:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.342035, - 48.8718479 - ] - }, - "id": "node/4954891725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4957080984", - "name": "Côté Tendance", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.402052, - 48.8482349 - ] - }, - "id": "node/4957080984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4957080985", - "name": "O'Scarlett", - "opening_hours": "Mo 14:00-19:00, Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4026211, - 48.8481905 - ] - }, - "id": "node/4957080985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4957105210", - "check_date": "2024-05-13", - "name": "Weill Stock", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3995862, - 48.8489089 - ] - }, - "id": "node/4957105210" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4962441441", - "email": "lorenzo.uomo@wanadoo.fr", - "name": "Lorenzo", - "opening_hours": "Tu-Sa 10:30-19:30", - "phone": "+33 1 46 44 43 98", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2729049, - 48.8249992 - ] - }, - "id": "node/4962441441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4962474121", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "brand:wikipedia": "en:Chanel", - "contact:city": "Paris", - "contact:housenumber": "31", - "contact:postcode": "75001", - "contact:street": "Rue Cambon", - "name": "Chanel", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3266858, - 48.8681607 - ] - }, - "id": "node/4962474121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4962531735", - "name": "Espace Carène", - "phone": "+33 1 40 93 03 71", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2783296, - 48.8262129 - ] - }, - "id": "node/4962531735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4964080837", - "fixme": "A placer", - "name": "Nice Things Paloma S.", - "phone": "+33 1 40 95 91 65", - "shop": "clothes", - "website": "https://issy3moulins.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2521746, - 48.8204857 - ] - }, - "id": "node/4964080837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4964080842", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "fixme": "A placer", - "is_in": "Centre Commercial des 3 Moulins - Allée Sainte-Lucie", - "name": "H&M", - "phone": "+33 1 41 90 64 10", - "shop": "clothes", - "website": "https://issy3moulins.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2519171, - 48.8204027 - ] - }, - "id": "node/4964080842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4964080844", - "brand": "Sergent Major", - "brand:wikidata": "Q62521738", - "brand:wikipedia": "fr:Sergent Major (entreprise)", - "clothes": "babies;children", - "fixme": "A placer", - "name": "Sergent Major", - "phone": "+33 1 46 62 02 12", - "shop": "clothes", - "website": "https://www.sergent-major.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2518742, - 48.8204866 - ] - }, - "id": "node/4964080844" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4964630722", - "name": "Acante", - "phone": "+33 1 46 42 76 99", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2637941, - 48.8215508 - ] - }, - "id": "node/4964630722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4964630754", - "name": "Cécile", - "phone": "+33 1 40 93 44 69", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2813121, - 48.8280506 - ] - }, - "id": "node/4964630754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4968683749", - "check_date": "2024-08-10", - "name": "À Pieds Joints", - "shoes": "children", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3994961, - 48.8664121 - ] - }, - "id": "node/4968683749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4973609094", - "name": "Goldy Mama", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4007165, - 48.8682647 - ] - }, - "id": "node/4973609094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4979115425", - "brand": "Damart", - "brand:wikidata": "Q3012602", - "brand:wikipedia": "en:Damart", - "check_date": "2023-11-21", - "name": "Damart", - "name:fr": "Damart", - "opening_hours": "Mo-Sa 09:30-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3988886, - 48.8471299 - ] - }, - "id": "node/4979115425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4982336828", - "name": "Simila", - "shop": "clothes", - "survey:date": "2022-10-10", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3988145, - 48.8511528 - ] - }, - "id": "node/4982336828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4983164205", - "name": "Canal 131", - "shop": "clothes", - "source": "Observations personnelles" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3782229, - 48.8921886 - ] - }, - "id": "node/4983164205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4983678821", - "addr:city": "Paris", - "addr:housenumber": "22", - "addr:postcode": "75018", - "addr:street": "Rue des Abbesses", - "brand": "Faguo", - "brand:wikidata": "Q48752850", - "name": "Faguo", - "name:fr": "Faguo", - "shop": "clothes", - "website": "https://www.faguo-store.com/fr/boutique/409-abbesses-faguo" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3378663, - 48.8848184 - ] - }, - "id": "node/4983678821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4986475121", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "name": "Zara", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3030739, - 48.871694 - ] - }, - "id": "node/4986475121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4986720697", - "check_date:opening_hours": "2023-06-12", - "name": "Bellerose", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.336423, - 48.854608 - ] - }, - "id": "node/4986720697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988190923", - "name": "Fabyo-B", - "name:fr": "Fabyo-B", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3503463, - 48.8823038 - ] - }, - "id": "node/4988190923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988195242", - "name": "La goutte d'orient", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3521206, - 48.884863 - ] - }, - "id": "node/4988195242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988195245", - "name": "Au Cœur du Maghreb", - "name:fr": "Au Coeur du Maghreb", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3524689, - 48.8844757 - ] - }, - "id": "node/4988195245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988195249", - "name": "Dar Lajoujja", - "name:fr": "Dar Lajoujja", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3518613, - 48.8841585 - ] - }, - "id": "node/4988195249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988195252", - "name": "Jonas", - "name:fr": "Jonas", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.350528, - 48.8821338 - ] - }, - "id": "node/4988195252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988195253", - "name": "SunShine", - "opening_hours": "Mo-Su 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3504097, - 48.8822189 - ] - }, - "id": "node/4988195253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988195254", - "name": "Jeremy", - "name:fr": "Jeremy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3503151, - 48.8823362 - ] - }, - "id": "node/4988195254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988195255", - "name": "Royal shoes", - "opening_hours": "Tu-Sa 10:30-18:45", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3510844, - 48.881503 - ] - }, - "id": "node/4988195255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988198442", - "addr:housenumber": "2", - "addr:postcode": "75018", - "addr:street": "Rue des Gardes", - "contact:facebook": "marciadecarvalhoparis", - "contact:instagram": "chaussettesorphelines", - "name": "Márcia de Carvallo - Chaussettes Orphelines", - "name:fr": "Márcia de Carvallo", - "opening_hours": "Mo-Fr 10:00-13:00, 14:00-18:00", - "phone": "+33 1 42 51 64 05", - "shop": "clothes", - "website": "https://chaussettesorphelines.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3527395, - 48.8851133 - ] - }, - "id": "node/4988198442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988198443", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.351929, - 48.8841769 - ] - }, - "id": "node/4988198443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988198444", - "name": "Chaussees Haut de Gamme", - "name:fr": "Chaussees Haut de Gamme", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3506103, - 48.8820758 - ] - }, - "id": "node/4988198444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988198445", - "name": "Sunbury", - "name:fr": "Sunbury", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3506182, - 48.8819963 - ] - }, - "id": "node/4988198445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988198527", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3526622, - 48.8854839 - ] - }, - "id": "node/4988198527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988198528", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3528072, - 48.8852712 - ] - }, - "id": "node/4988198528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988198532", - "name": "Avenue Paris", - "name:fr": "Avenue Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3513529, - 48.8818104 - ] - }, - "id": "node/4988198532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988213421", - "name": "LeKori", - "name:fr": "LeKori", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.352627, - 48.885464 - ] - }, - "id": "node/4988213421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988213621", - "clothes": "wedding", - "name": "Face à Face", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3507733, - 48.881828 - ] - }, - "id": "node/4988213621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988213721", - "name": "Laurent Delot", - "name:fr": "Laurent Delot", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.350703, - 48.8819072 - ] - }, - "id": "node/4988213721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988214824", - "name": "Rayon d'Or", - "name:fr": "Rayon d'or", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "bag", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3542199, - 48.8794767 - ] - }, - "id": "node/4988214824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4988748433", - "check_date": "2024-02-13", - "cuisine": "italian", - "name": "Kenzie", - "opening_hours": "Mo-Sa 10:30-19:00; Su 11:00-18:00", - "organic": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3191311, - 48.8859297 - ] - }, - "id": "node/4988748433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4991356228", - "name": "Bowen", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3250514, - 48.8518608 - ] - }, - "id": "node/4991356228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001824702", - "name": "La Scarpa", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302578, - 48.8524914 - ] - }, - "id": "node/5001824702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825195", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "brand:wikipedia": "fr:Comptoir des Cotonniers", - "check_date:opening_hours": "2024-07-25", - "level": "0", - "name": "Comptoir des Cotonniers", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.333037, - 48.851407 - ] - }, - "id": "node/5001825195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825199", - "name": "Lancaster", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3327375, - 48.8514016 - ] - }, - "id": "node/5001825199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825200", - "check_date": "2024-10-14", - "clothes": "women", - "level": "0;1", - "name": "Bel-Air", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3333971, - 48.8525679 - ] - }, - "id": "node/5001825200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825201", - "check_date": "2023-04-05", - "name": "Kenzo", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3319816, - 48.8527644 - ] - }, - "id": "node/5001825201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825204", - "brand": "Vicomte A", - "brand:wikidata": "Q3556972", - "name": "Vicomte A", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302068, - 48.8526613 - ] - }, - "id": "node/5001825204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825205", - "name": "Shoe Bizz", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3300959, - 48.8525333 - ] - }, - "id": "node/5001825205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825214", - "name": "La Pointure", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3342158, - 48.8526709 - ] - }, - "id": "node/5001825214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825472", - "brand": "Soeur", - "brand:wikidata": "Q104232980", - "check_date:opening_hours": "2024-05-25", - "clothes": "women", - "name": "Soeur", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3325693, - 48.8494181 - ] - }, - "id": "node/5001825472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825473", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "brand:wikipedia": "fr:Zadig & Voltaire", - "check_date": "2023-04-05", - "name": "Zadig & Voltaire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332516, - 48.8512284 - ] - }, - "id": "node/5001825473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825474", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "check_date": "2023-09-27", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:00; Su closed", - "phone": "+33 1 56 81 90 45", - "shop": "clothes", - "website": "https://stores.petit-bateau.com/france/paris/33-rue-du-four" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3333168, - 48.8525669 - ] - }, - "id": "node/5001825474" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825476", - "name": "Ldb", - "opening_hours": "11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3322678, - 48.8530976 - ] - }, - "id": "node/5001825476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825477", - "name": "Demilune", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302887, - 48.8525415 - ] - }, - "id": "node/5001825477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825478", - "name": "Sixième", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302372, - 48.8526923 - ] - }, - "id": "node/5001825478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825479", - "name": "Voile Blanche", - "opening_hours": "11:00-14:00,15:00-19:00, Tu-Sa 10:00-14:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3311708, - 48.8535199 - ] - }, - "id": "node/5001825479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825485", - "brand": "Devernois", - "brand:wikidata": "Q98778444", - "brand:wikipedia": "fr:Devernois", - "clothes": "women;sports;fur;fashion", - "name": "Devernois", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:00-19:00; Mo,We,Fr-Sa 13:00-14:00 closed", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3328948, - 48.8533025 - ] - }, - "id": "node/5001825485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825488", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "check_date": "2024-10-14", - "clothes": "underwear", - "name": "Etam", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3340381, - 48.8528239 - ] - }, - "id": "node/5001825488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825489", - "brand": "Un Jour Ailleurs", - "brand:wikidata": "Q105106211", - "name": "Un Jour Ailleurs", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3341816, - 48.8528476 - ] - }, - "id": "node/5001825489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825491", - "name": "Darmon", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3348184, - 48.8529579 - ] - }, - "id": "node/5001825491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825768", - "brand": "Max Mara", - "brand:wikidata": "Q1151774", - "brand:wikipedia": "en:Max Mara", - "name": "Max Mara", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3330021, - 48.8525172 - ] - }, - "id": "node/5001825768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825769", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "check_date": "2023-04-05", - "name": "The Kooples", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3327981, - 48.8512076 - ] - }, - "id": "node/5001825769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825770", - "alt_name": "Yves Saint Laurent", - "brand": "Saint Laurent", - "brand:wikidata": "Q2282172", - "brand:wikipedia": "en:Yves Saint Laurent (brand)", - "name": "Saint Laurent", - "shop": "clothes", - "short_name": "YSL", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3338987, - 48.8514777 - ] - }, - "id": "node/5001825770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825771", - "brand": "Pom d'Api", - "brand:wikidata": "Q17636958", - "brand:wikipedia": "fr:Pom d'api", - "email": "paris6@pomdapi.fr", - "name": "Pom d'Api", - "opening_hours": "Mo 11:00-13:00,14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 1 45 48 39 31", - "shoes": "children", - "shop": "shoes", - "website": "https://pomdapi.fr", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3330052, - 48.8527223 - ] - }, - "id": "node/5001825771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825774", - "check_date": "2024-11-04", - "name": "In Corio", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "shoes", - "website": "https://www.incorio.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3303313, - 48.8525853 - ] - }, - "id": "node/5001825774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825776", - "name": "Stealth", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3301481, - 48.8526068 - ] - }, - "id": "node/5001825776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825778", - "addr:city": "Paris", - "addr:housenumber": "6", - "addr:postcode": "75006", - "addr:street": "Rue du Dragon", - "name": "Officine Générale", - "opening_hours": "Mo-Sa 10:30-19:30; Mo-Fr 14:00-15:00 closed", - "shop": "clothes", - "website": "https://www.officinegenerale.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3312417, - 48.8538045 - ] - }, - "id": "node/5001825778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825780", - "brand": "J.M. Weston", - "brand:wikidata": "Q2399832", - "brand:wikipedia": "fr:J.M. Weston", - "check_date": "2023-04-05", - "name": "J.M. Weston", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3325133, - 48.8528904 - ] - }, - "id": "node/5001825780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001825784", - "name": "Carhartt", - "opening_hours": "Mo-Sa 11:00-19:30; Su 14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3343237, - 48.8526848 - ] - }, - "id": "node/5001825784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001826044", - "brand": "Tod's", - "brand:wikidata": "Q1342350", - "name": "Tod's", - "opening_hours": "Mo-Sa 11:00-19:00", - "phone": "+33 1 53 63 39 00", - "shop": "shoes", - "website": "http://www.tods.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3300075, - 48.8523624 - ] - }, - "id": "node/5001826044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001990377", - "name": "Alain Figaret", - "shop": "clothes", - "source": "survey 07/2017" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3274678, - 48.8518452 - ] - }, - "id": "node/5001990377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003426271", - "name": "George & Georges", - "opening_hours": "Tu-Sa 10:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3277735, - 48.8583329 - ] - }, - "id": "node/5003426271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003426282", - "brand": "Kujten", - "brand:wikidata": "Q104889858", - "name": "Kujten", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3264157, - 48.856502 - ] - }, - "id": "node/5003426282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003426302", - "check_date": "2024-06-13", - "name": "Golden Goose", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.333282, - 48.8581141 - ] - }, - "id": "node/5003426302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003426303", - "check_date": "2024-06-13", - "name": "Moonyounghee", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3336089, - 48.8580332 - ] - }, - "id": "node/5003426303" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003426305", - "contact:phone": "+33 1 42 61 76 27", - "name": "L'Uniform", - "opening_hours": "Mo-Sa 11:00-19:00", - "ref:FR:SIRET": "79217294200064", - "shop": "bag", - "website": "https://luniform.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3330803, - 48.8581809 - ] - }, - "id": "node/5003426305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003432650", - "name": "Le Débotté", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.33248, - 48.8560996 - ] - }, - "id": "node/5003432650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003432660", - "name": "Bonpoint", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3233727, - 48.8592841 - ] - }, - "id": "node/5003432660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003433454", - "name": "Molli", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3239175, - 48.8579553 - ] - }, - "id": "node/5003433454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003433658", - "name": "Bonpoint", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3282443, - 48.8576874 - ] - }, - "id": "node/5003433658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003433664", - "name": "1 et 1 font 3", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.323642, - 48.8601359 - ] - }, - "id": "node/5003433664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003433665", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3234813, - 48.8604332 - ] - }, - "id": "node/5003433665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5003433667", - "name": "Suibal", - "opening_hours": "Tu-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.328469, - 48.8588088 - ] - }, - "id": "node/5003433667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5009327632", - "addr:housenumber": "101", - "addr:postcode": "75001", - "addr:street": "Rue Berger", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "indoor": "yes", - "level": "-4", - "name": "H&M", - "name:fr": "H&M Halles", - "opening_hours": "Mo-Sa 10:00-20:30; Su 11:00-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3475761, - 48.8619682 - ] - }, - "id": "node/5009327632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5016627835", - "contact:email": "info@lileauxfees.com", - "name": "L'Île aux Fées", - "opening_hours": "Tu-Fr 11:30-13:00, Tu-Sa 14:00-19:00", - "shop": "clothes", - "website": "https://www.lileauxfees.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3313255, - 48.8432179 - ] - }, - "id": "node/5016627835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5020483011", - "check_date": "2023-05-31", - "check_date:opening_hours": "2024-02-28", - "name": "Maman Emoi", - "opening_hours": "Tu-Sa 10:30-13:30, We,Fr,Sa 14:30-19:30, Tu,Th 14:30-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4376731, - 48.8460757 - ] - }, - "id": "node/5020483011" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5025441822", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "name": "Calzedonia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2958053, - 48.8370265 - ] - }, - "id": "node/5025441822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5026913251", - "addr:housenumber": "208", - "addr:street": "Rue de Crimée", - "name": "Modsuprem", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3751131, - 48.89235 - ] - }, - "id": "node/5026913251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5040868209", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "brand:wikipedia": "fr:Zadig & Voltaire", - "name": "Zadig & Voltaire", - "opening_hours": "Mo-Su 11:00-19:00; PH closed", - "shop": "clothes", - "website": "https://www.zadig-et-voltaire.com/eu/en/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3564278, - 48.8575586 - ] - }, - "id": "node/5040868209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5050724468", - "addr:housenumber": "36", - "addr:postcode": "75018", - "addr:street": "Rue de Clignancourt", - "contact:city": "Paris", - "contact:housenumber": "36", - "contact:postcode": "75018", - "contact:street": "Rue de Clignancourt", - "name": "Bastani La Glace du Bien-Être", - "name:en": "Bastani", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3477534, - 48.8866376 - ] - }, - "id": "node/5050724468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5050724470", - "contact:city": "Paris", - "contact:housenumber": "42", - "contact:postcode": "75018", - "contact:street": "Rue de Clignancourt", - "name": "Sidonis", - "opening_hours": "Tu-Sa 10:00-19:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3478439, - 48.8870737 - ] - }, - "id": "node/5050724470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5055747512", - "contact:city": "Paris", - "contact:housenumber": "53", - "contact:postcode": "75018", - "contact:street": "Rue de Clignancourt", - "name": "Pantheoni", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3476938, - 48.8874705 - ] - }, - "id": "node/5055747512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5055878090", - "name": "Shop 18", - "opening_hours": "Mo-Sa 11:30-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3489115, - 48.8878618 - ] - }, - "id": "node/5055878090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5058252188", - "name": "Baby Dior Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3059726, - 48.8665847 - ] - }, - "id": "node/5058252188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5058253958", - "name": "Ferragamo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3070468, - 48.8676577 - ] - }, - "id": "node/5058253958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5058275021", - "name": "Akris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3072149, - 48.8677321 - ] - }, - "id": "node/5058275021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5058275022", - "name": "Bonpoint", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.307288, - 48.8677687 - ] - }, - "id": "node/5058275022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5058304038", - "brand": "Jaquemus", - "name": "Jacquemus", - "opening_hours": "Mo-Su 10:00-19:00", - "shop": "clothes", - "website": "https://jacquemus.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3090379, - 48.868175 - ] - }, - "id": "node/5058304038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5058304040", - "name": "Marni", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3084132, - 48.8683478 - ] - }, - "id": "node/5058304040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5058304041", - "alt_name": "Yves Saint Laurent", - "brand": "Saint Laurent", - "brand:wikidata": "Q2282172", - "brand:wikipedia": "en:Yves Saint Laurent (brand)", - "name": "Saint Laurent", - "shop": "clothes", - "short_name": "YSL" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3078962, - 48.8681063 - ] - }, - "id": "node/5058304041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5058329518", - "brand": "Max Mara", - "brand:wikidata": "Q1151774", - "brand:wikipedia": "en:Max Mara", - "clothes": "women", - "name": "Max Mara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3050767, - 48.8666494 - ] - }, - "id": "node/5058329518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5058329519", - "name": "Nina Ricci", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3058825, - 48.8670934 - ] - }, - "id": "node/5058329519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5058359383", - "brand": "Givenchy", - "brand:wikidata": "Q759210", - "brand:wikipedia": "en:Givenchy", - "name": "Givenchy", - "opening_hours": "Mo-Sa 10:00-19:00; Su 13:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3069087, - 48.8670849 - ] - }, - "id": "node/5058359383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5058359384", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "brand:wikipedia": "en:Chanel", - "name": "Chanel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3073744, - 48.8673199 - ] - }, - "id": "node/5058359384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5058359385", - "clothes": "swimwear", - "name": "Eres", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3071529, - 48.8672104 - ] - }, - "id": "node/5058359385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5058419207", - "branch": "Paris Montaigne", - "brand": "Louis Vuitton", - "brand:wikidata": "Q191485", - "brand:wikipedia": "en:Louis Vuitton", - "contact:city": "Paris", - "contact:housenumber": "22", - "contact:postcode": "75008", - "contact:street": "Avenue Montaigne", - "name": "Louis Vuitton", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3053343, - 48.8662596 - ] - }, - "id": "node/5058419207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5059824714", - "level": "0", - "name": "Yoroppa Galerie", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3556022, - 48.8549026 - ] - }, - "id": "node/5059824714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5064539922", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3558695, - 48.8743494 - ] - }, - "id": "node/5064539922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5066075026", - "addr:city": "Paris", - "addr:housenumber": "7", - "addr:postcode": "75018", - "addr:street": "Rue la Vieuville", - "name": "Make My D...", - "name:fr": "Make My D...", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3392328, - 48.8847 - ] - }, - "id": "node/5066075026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5066103222", - "name": "Dussica", - "name:fr": "Dussica", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.339681, - 48.8847172 - ] - }, - "id": "node/5066103222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5068828443", - "name": "Apostrophe", - "phone": "+33 1 40 06 91 60", - "shop": "clothes", - "website": "https://www.georges-rech.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3182029, - 48.8698989 - ] - }, - "id": "node/5068828443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5068828444", - "name": "Alberta Ferreti", - "phone": "+33 1 42 65 55 47", - "shop": "clothes", - "website": "https://www.albertaferretti.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3183124, - 48.8698432 - ] - }, - "id": "node/5068828444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5068834256", - "name": "Milady", - "phone": "+33 1 47 42 43 40", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3178368, - 48.8703772 - ] - }, - "id": "node/5068834256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5077321887", - "check_date": "2024-08-08", - "level": "0", - "name": "Souleiado", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3366454, - 48.8516864 - ] - }, - "id": "node/5077321887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5077321893", - "addr:city": "Paris", - "addr:housenumber": "15", - "addr:postcode": "75006", - "addr:street": "Rue Clément", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "brand:wikipedia": "en:Uniqlo", - "check_date": "2023-11-12", - "clothes": "women;underwear;men;children;suits;traditional;unisex", - "contact:website": "https://www.uniqlo.com/fr/fr/content/store-locator.html?storeId=10800510", - "level": "0", - "name": "Uniqlo", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "toilets": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3355639, - 48.8522948 - ] - }, - "id": "node/5077321893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5077321898", - "check_date": "2024-08-08", - "level": "0", - "name": "Souleiado", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3367972, - 48.8516929 - ] - }, - "id": "node/5077321898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5084081631", - "check_date": "2023-05-20", - "level": "0", - "name": "Loding", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3351563, - 48.8531934 - ] - }, - "id": "node/5084081631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5084081632", - "brand": "Aigle", - "brand:wikidata": "Q404391", - "level": "0", - "name": "Aigle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3346996, - 48.8532995 - ] - }, - "id": "node/5084081632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5084081634", - "brand": "Sergent Major", - "brand:wikidata": "Q62521738", - "brand:wikipedia": "fr:Sergent Major (entreprise)", - "clothes": "babies;children", - "level": "0", - "name": "Sergent Major", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3368367, - 48.8522251 - ] - }, - "id": "node/5084081634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5086793769", - "brand": "Moncler", - "brand:wikidata": "Q1548951", - "name": "Moncler", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3224003, - 48.86854 - ] - }, - "id": "node/5086793769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5090284715", - "name": "Fem'chic en Spectacle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3459002, - 48.8842726 - ] - }, - "id": "node/5090284715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5090285976", - "name": "Weill", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3453776, - 48.8844433 - ] - }, - "id": "node/5090285976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5102108822", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q113516684", - "clothes": "women", - "name": "Claudie Pierlot", - "opening_hours": "Mo-Sa 10:30-19:30, Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3318612, - 48.8543129 - ] - }, - "id": "node/5102108822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5109525826", - "building:levels": "3", - "name": "Philippe Zorzetto", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.36266, - 48.8608642 - ] - }, - "id": "node/5109525826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5121297006", - "addr:housenumber": "59", - "addr:street": "Boulevard des Batignolles", - "check_date": "2024-03-24", - "clothes:shirts": "yes", - "description": "Chemises sur mesures", - "name": "Lucca", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3213785, - 48.8825076 - ] - }, - "id": "node/5121297006" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5124349114", - "level": "0", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3662346, - 48.8218982 - ] - }, - "id": "node/5124349114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5124658921", - "addr:city": "Paris", - "addr:housenumber": "22", - "addr:postcode": "75010", - "addr:street": "Rue Yves Toudic", - "name": "Centre Commercial Kids", - "opening_hours": "Mo 13:00-19:00, Tu-Fr 10:30-19:30, Sa 10:30-20:00, Su 14:00-19:00", - "phone": "+33 1 42 06 23 81", - "shop": "clothes", - "website": "https://www.centrecommercial.cc/kids/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3634132, - 48.8705841 - ] - }, - "id": "node/5124658921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5134304725", - "name": "Acne Studios", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3387927, - 48.8653968 - ] - }, - "id": "node/5134304725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5134328821", - "name": "Maison Martin Margiela", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3370496, - 48.865067 - ] - }, - "id": "node/5134328821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5134906224", - "name": "Rick Owens", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3386784, - 48.8651692 - ] - }, - "id": "node/5134906224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5136139222", - "brand": "Gucci", - "brand:wikidata": "Q178516", - "brand:wikipedia": "en:Gucci", - "internet_access": "wlan", - "name": "Gucci", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3232236, - 48.8688077 - ] - }, - "id": "node/5136139222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5146760786", - "check_date:opening_hours": "2024-03-26", - "name": "Degrif des stocks", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.31427, - 48.8831776 - ] - }, - "id": "node/5146760786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5148552357", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3986687, - 48.8655441 - ] - }, - "id": "node/5148552357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5148552360", - "name": "Les Caprices de Lily", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3991126, - 48.8658564 - ] - }, - "id": "node/5148552360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5155066757", - "name": "G. Men", - "opening_hours": "Tu-Sa 09:00-19:00; Mo 13:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.305556, - 48.8408963 - ] - }, - "id": "node/5155066757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5155889523", - "check_date": "2024-03-13", - "clothes:children": "yes", - "name": "Arsène et les Pipelettes", - "opening_hours": "Tu-Fr 11:00-14:00,15:00-19:00; Mo 15:00-19:00; Sa 10:30-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3185417, - 48.8867705 - ] - }, - "id": "node/5155889523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5155889524", - "clothes:women": "yes", - "name": "Marie Sixtine", - "opening_hours": "Su-Th 11:00-19:00; Fr,Sa 11:00-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3197888, - 48.8875028 - ] - }, - "id": "node/5155889524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5155894264", - "brand": "Cyrillus", - "brand:wikidata": "Q3009179", - "disused:amenity": "bank", - "name": "Cyrillus", - "opening_hours": "Tu-Fr 10:00-19:00; Mo 14:00-19:00; Sa 10:00-19:30", - "shop": "clothes", - "start_date": "2022-09", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3192034, - 48.8871851 - ] - }, - "id": "node/5155894264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5155894703", - "brand": "Des Petits Hauts", - "brand:wikidata": "Q104197445", - "check_date": "2024-03-13", - "clothes": "women", - "clothes:women": "yes", - "name": "Des Petits Hauts", - "opening_hours": "Tu-Sa 10:30-19:30; Su,Mo 14:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.318606, - 48.8868116 - ] - }, - "id": "node/5155894703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5155894704", - "check_date": "2024-03-13", - "check_date:opening_hours": "2024-03-13", - "clothes:women": "yes", - "name": "Harris Wilson", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3196338, - 48.8874024 - ] - }, - "id": "node/5155894704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5157490544", - "brand": "Promod", - "brand:wikidata": "Q3407429", - "brand:wikipedia": "en:Promod", - "name": "Promod", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3149944, - 48.8825412 - ] - }, - "id": "node/5157490544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5157502759", - "brand": "Sud Express", - "brand:wikidata": "Q104826254", - "check_date": "2024-03-26", - "clothes": "women", - "name": "Sud Express", - "opening_hours": "Mo-Sa 10:00-19:30; Su 10:00-13:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3139787, - 48.8834293 - ] - }, - "id": "node/5157502759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5165521088", - "alt_name": "Kilo-Shop Paris Le Marais", - "name": "Kilo-Shop", - "official_name": "K.Two", - "opening_hours": "Mo-Sa 11:00-19:30, Su 14:00-19:30", - "ref:FR:SIRET": "53246522600027", - "second_hand": "only", - "shop": "clothes", - "website": "https://fmws.fr", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3521738, - 48.8581694 - ] - }, - "id": "node/5165521088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5165833245", - "name": "Les Passantes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3193501, - 48.8844876 - ] - }, - "id": "node/5165833245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5166965539", - "clothes:vintage": "yes", - "name": "Vintage 77", - "opening_hours": "Mo-Sa 10:30-13:00,14:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3890395, - 48.8686109 - ] - }, - "id": "node/5166965539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5171456921", - "name": "Hippy Market", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.353939, - 48.8595442 - ] - }, - "id": "node/5171456921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5172479403", - "check_date": "2024-01-03", - "level": "0", - "name": "Indian Super Market", - "shop": "clothes", - "source": "survey 05/2017" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580279, - 48.8807858 - ] - }, - "id": "node/5172479403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5172479405", - "check_date": "2023-04-15", - "level": "0", - "name": "Saree Palace", - "shop": "clothes", - "source": "survey 05/2017", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3579156, - 48.8805655 - ] - }, - "id": "node/5172479405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5172479409", - "check_date": "2023-04-15", - "level": "0", - "name": "Asian Silks", - "shop": "clothes", - "source": "survey 05/2017", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3579535, - 48.8806452 - ] - }, - "id": "node/5172479409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5175106093", - "clothes": "children;babies;women;men", - "contact:city": "Paris", - "contact:housenumber": "44", - "contact:postcode": "75017", - "contact:street": "Rue Legendre", - "contact:website": "https://www.melocotone.com", - "name": "Melocotone", - "opening_hours": "We-Fr 11:00-17:00; Mo 11:00-17:00; Tu 11:00-14:00; Sa-Su off", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3151702, - 48.8846016 - ] - }, - "id": "node/5175106093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5175900921", - "addr:city": "Paris", - "addr:housenumber": "96 bis", - "addr:postcode": "75018", - "addr:street": "Boulevard Barbès", - "name": "Guerrisol", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 1 53 28 11 86", - "second_hand": "only", - "shop": "clothes", - "website": "https://guerrisol.shop/fr/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3498841, - 48.8913654 - ] - }, - "id": "node/5175900921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5178585823", - "addr:city": "Paris", - "addr:housenumber": "195", - "addr:postcode": "75019", - "addr:street": "Rue de Crimée", - "name": "Sadéshoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3759282, - 48.8912431 - ] - }, - "id": "node/5178585823" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5183064776", - "check_date": "2023-09-02", - "level": "0", - "name": "Mirza", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3564959, - 48.8774958 - ] - }, - "id": "node/5183064776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5189471681", - "check_date:opening_hours": "2024-05-01", - "name": "Salome", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3853369, - 48.8869331 - ] - }, - "id": "node/5189471681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5189471682", - "name": "Dis Moi Tout", - "opening_hours": "Mo-Su 10:15-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3852175, - 48.8865391 - ] - }, - "id": "node/5189471682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5198851500", - "name": "Home Core", - "shop": "clothes", - "source": "https://www.openstreetmap.org/note/3287722", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3539792, - 48.8596056 - ] - }, - "id": "node/5198851500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5202186608", - "addr:city": "Paris", - "addr:housenumber": "7", - "addr:postcode": "75018", - "addr:street": "Avenue de la Porte de Clignancourt", - "description": "Magasin de fripe/Second hand Vintage clothing", - "email": "contact@fripeonline.com", - "name": "GlobalVintage", - "opening_hours": "Mo-Su 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3438608, - 48.8982895 - ] - }, - "id": "node/5202186608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5204301221", - "addr:city": "Paris", - "addr:housenumber": "100", - "addr:postcode": "75019", - "addr:street": "Avenue de Flandre", - "name": "Extasia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3774008, - 48.8907916 - ] - }, - "id": "node/5204301221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5204301223", - "addr:city": "Paris", - "addr:housenumber": "178", - "addr:postcode": "75019", - "addr:street": "Rue de Crimée", - "name": "Chou Com Tout", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3773069, - 48.8903463 - ] - }, - "id": "node/5204301223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5204546242", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "female": "yes", - "name": "Caroll", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "wheelchair": "yes", - "women": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297473, - 48.8315244 - ] - }, - "id": "node/5204546242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5207272116", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q113516684", - "brand:wikipedia": "fr:Claudie Pierlot", - "clothes": "women", - "name": "Claudie Pierlot", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3305279, - 48.8324456 - ] - }, - "id": "node/5207272116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5207272120", - "name": "Access Square", - "opening_hours": "Mo-Sa 09:30-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3260205, - 48.8276505 - ] - }, - "id": "node/5207272120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5207272179", - "brand": "Arche", - "brand:wikidata": "Q105063522", - "name": "Arche", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283904, - 48.8299466 - ] - }, - "id": "node/5207272179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5221190417", - "brand": "Hermès", - "brand:wikidata": "Q843887", - "brand:wikipedia": "en:Hermès", - "check_date": "2024-10-29", - "clothes": "Luxury", - "contact:city": "Paris", - "contact:housenumber": "17", - "contact:postcode": "75006", - "contact:street": "Rue de Sèvres", - "name": "Hermès", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3277422, - 48.85158 - ] - }, - "id": "node/5221190417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5221190418", - "clothes": "Ornaments", - "contact:city": "Paris", - "contact:housenumber": "218", - "contact:postcode": "75007", - "contact:street": "Boulevard Saint-Germain", - "name": "Alexandra Sojfer", - "opening_hours": "Mo-Sa 12:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3279899, - 48.8553181 - ] - }, - "id": "node/5221190418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5231458380", - "check_date": "2023-05-06", - "level": "0", - "name": "Gab Line", - "shop": "shoes", - "source": "survey 11/2017" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3627741, - 48.8789212 - ] - }, - "id": "node/5231458380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5231458392", - "check_date": "2023-05-14", - "clothes": "women", - "level": "0", - "name": "Kenzie", - "shop": "clothes", - "source": "survey 11/2017", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3635047, - 48.8795301 - ] - }, - "id": "node/5231458392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5231458396", - "check_date": "2023-05-14", - "clothes": "traditional", - "level": "0", - "name": "Le coin des marques", - "organic": "no", - "second_hand": "no", - "shop": "clothes", - "source": "survey 11/2017", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3640494, - 48.8799818 - ] - }, - "id": "node/5231458396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5231458397", - "check_date": "2024-03-30", - "level": "0", - "name": "Les éthiquetés", - "shop": "clothes", - "source": "survey 11/2017" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3641722, - 48.8800978 - ] - }, - "id": "node/5231458397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5242329384", - "level": "0", - "name": "Rayondor", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "bag", - "source": "survey 11/2017" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3573875, - 48.8756342 - ] - }, - "id": "node/5242329384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5244250523", - "level": "-2;-1;0", - "name": "Sous les Pavés, le Vintage", - "opening_hours": "Tu-Su 14:00-19:00", - "shop": "clothes", - "website": "https://www.souslespaveslevintage.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3432691, - 48.8527886 - ] - }, - "id": "node/5244250523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5245858867", - "name": "Paul & Bertine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3846713, - 48.8521671 - ] - }, - "id": "node/5245858867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5257407221", - "addr:housenumber": "116", - "addr:postcode": "75006", - "addr:street": "Rue de Rennes", - "contact:phone": "+33 1 42 84 35 93", - "name": "Rayon d'Or", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271952, - 48.8475491 - ] - }, - "id": "node/5257407221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5263954645", - "addr:housenumber": "34", - "name": "Le Petit Troqueur", - "opening_hours": "Tu-Fr 10:00-18:00; Th off", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2886418, - 48.8911853 - ] - }, - "id": "node/5263954645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5268429983", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "brand:wikipedia": "fr:Maje", - "clothes": "women", - "name": "Maje", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297547, - 48.8705661 - ] - }, - "id": "node/5268429983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5270495323", - "name": "Best Mountain", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3499435, - 48.8669456 - ] - }, - "id": "node/5270495323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5273955207", - "addr:city": "Paris", - "addr:housenumber": "46", - "addr:postcode": "75020", - "addr:street": "Rue du Surmelin", - "contact:email": "accueil75@lerelais.org", - "contact:facebook": "https://www.facebook.com/DingFring.Paris20e/", - "contact:website": "http://lerelais.org/aussi.php?page=ding_fring", - "name": "Ding Fring", - "ref:FR:SIRET": "33368412400196", - "second_hand": "only", - "shop": "clothes", - "source": "CRESS Île-de-France", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4050912, - 48.8689361 - ] - }, - "id": "node/5273955207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5275610298", - "brand": "Brighton Collectibles", - "brand:wikidata": "Q4967623", - "brand:wikipedia": "en:Brighton Collectibles", - "check_date": "2024-01-07", - "name": "Brighton", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3593929, - 48.866091 - ] - }, - "id": "node/5275610298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5275610300", - "name": "Feeling", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3560351, - 48.8647365 - ] - }, - "id": "node/5275610300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5280709423", - "name": "Sweet Pants", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.347506, - 48.8643434 - ] - }, - "id": "node/5280709423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5298105682", - "check_date": "2024-10-23", - "name": "Le Pied", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3518421, - 48.8403818 - ] - }, - "id": "node/5298105682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5298105735", - "brand": "Okaïdi", - "brand:wikidata": "Q3350027", - "brand:wikipedia": "fr:Okaïdi", - "name": "Okaïdi", - "opening_hours": "Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.351393, - 48.8395588 - ] - }, - "id": "node/5298105735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5299184159", - "name": "Tentation", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3079072, - 48.8417183 - ] - }, - "id": "node/5299184159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5299521806", - "check_date": "2024-08-08", - "clothes": "men", - "name": "Pinto", - "opening_hours": "Mo-Tu 10:30-19:30;Fr 10:30-17:00", - "phone": "+33 6 16 90 42 46", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3211387, - 48.8726434 - ] - }, - "id": "node/5299521806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314517462", - "brand": "Agnès B.", - "brand:wikidata": "Q282967", - "brand:wikipedia": "fr:Agnès b.", - "check_date": "2024-03-29", - "name": "Agnès B.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3635313, - 48.8716723 - ] - }, - "id": "node/5314517462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314517464", - "name": "Balibaris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3639354, - 48.8715886 - ] - }, - "id": "node/5314517464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5315202391", - "name": "Derhy", - "opening_hours": "Mo-Th 11:00-19:00, Fr-Sa 10:00-19:00; Mo-Th 13:45-14:45 closed", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3249662, - 48.8447578 - ] - }, - "id": "node/5315202391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5319181161", - "check_date": "2023-05-20", - "name": "Finsbury", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3382466, - 48.852767 - ] - }, - "id": "node/5319181161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5319181162", - "check_date": "2023-05-20", - "clothes": "men", - "name": "Bruce Field", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3381621, - 48.852782 - ] - }, - "id": "node/5319181162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5319181164", - "brand": "De Fursac", - "brand:wikidata": "Q22248311", - "brand:wikipedia": "fr:De Fursac", - "check_date": "2023-05-20", - "clothes": "men", - "name": "De Fursac", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3371066, - 48.8531108 - ] - }, - "id": "node/5319181164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5323879107", - "clothes": "women", - "name": "Indress", - "opening_hours": "Tu-Sa 11:00-19:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3649678, - 48.8648386 - ] - }, - "id": "node/5323879107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5323966363", - "check_date": "2024-06-30", - "clothes": "underwear", - "name": "Les Baisers de Vénus", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.368921, - 48.8655597 - ] - }, - "id": "node/5323966363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5329337532", - "addr:city": "Paris", - "addr:postcode": "75014", - "check_date:opening_hours": "2024-10-21", - "clothes": "women", - "level": "0", - "name": "Safa", - "opening_hours": "Tu-Sa 12:00-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3291201, - 48.8316685 - ] - }, - "id": "node/5329337532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5331144221", - "check_date": "2024-01-07", - "name": "Ima’Jean", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.359903, - 48.8722701 - ] - }, - "id": "node/5331144221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5331621321", - "brand": "Jules", - "brand:wikidata": "Q3188386", - "brand:wikipedia": "fr:Jules (enseigne)", - "check_date": "2024-07-06", - "clothes": "men", - "contact:city": "Paris", - "contact:housenumber": "16", - "contact:postcode": "75012", - "contact:street": "Rue du Faubourg Saint-Antoine", - "name": "Jules", - "name:es": "Tienda de ropa de hombre - Jules", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 1 43 44 25 71", - "shop": "clothes", - "website": "https://www.jules.com/fr-fr/magasins/16001166/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3710333, - 48.8526939 - ] - }, - "id": "node/5331621321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5338799954", - "check_date": "2024-03-29", - "name": "Sandra L. Couture", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.307626, - 48.8414836 - ] - }, - "id": "node/5338799954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5338803321", - "name": "Linda Pozzoli", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3081538, - 48.8437441 - ] - }, - "id": "node/5338803321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5352561644", - "name": "François", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.355278, - 48.8641441 - ] - }, - "id": "node/5352561644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5353492569", - "addr:city": "Paris", - "addr:housenumber": "92", - "addr:postcode": "75004", - "addr:street": "Rue Saint-Martin", - "name": "Fripe Avenue", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3508453, - 48.8598477 - ] - }, - "id": "node/5353492569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5357526275", - "check_date": "2023-05-02", - "clothes": "women", - "level": "0", - "name": "Héroïnes", - "shop": "clothes", - "source": "survey 12/2017", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3445058, - 48.8658328 - ] - }, - "id": "node/5357526275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5359736848", - "name": "Extrovert", - "opening_hours": "Mo-Sa 11:00-19:30; Su 14:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3400332, - 48.8533988 - ] - }, - "id": "node/5359736848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5359736849", - "name": "Camerone", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3398216, - 48.8534219 - ] - }, - "id": "node/5359736849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5359736851", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "name": "Jonak", - "shop": "shoes", - "survey:date": "2018-01-24", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3558382, - 48.8592378 - ] - }, - "id": "node/5359736851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5359736852", - "check_date": "2024-08-10", - "name": "Mademoiselle Jeanne", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3564272, - 48.859476 - ] - }, - "id": "node/5359736852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5363900229", - "check_date": "2024-02-02", - "name": "Jean-Jacques Cérémonies", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3492592, - 48.8586973 - ] - }, - "id": "node/5363900229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5363900236", - "name": "Consigne à bagage", - "shop": "bag", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3497181, - 48.858938 - ] - }, - "id": "node/5363900236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5364603402", - "name": "Sandra Serraf", - "opening_hours": "Mo 15:00-19:00, Tu-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3351828, - 48.8516724 - ] - }, - "id": "node/5364603402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5364603404", - "name": "Sentô", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes", - "website": "https://www.sento.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3351969, - 48.8515275 - ] - }, - "id": "node/5364603404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5364603405", - "clothes": "underwear", - "name": "Tabio", - "opening_hours": "Mo-Sa 10:30-19:00; PH closed", - "origin": "japanese", - "ref:FR:SIREN": "504814229", - "ref:FR:SIRET": "50481422900036", - "shop": "clothes", - "website": "https://www.tabio.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3352143, - 48.8514147 - ] - }, - "id": "node/5364603405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5366880089", - "addr:city": "Paris", - "brand": "Monki", - "brand:wikidata": "Q10588271", - "check_date:opening_hours": "2023-03-11", - "name": "Monki", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3447865, - 48.8597647 - ] - }, - "id": "node/5366880089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5381388480", - "addr:city": "Paris", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "clothes": "women", - "name": "Ba&sh", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3481318, - 48.8639551 - ] - }, - "id": "node/5381388480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5381388481", - "brand": "Scotch & Soda", - "brand:wikidata": "Q17141914", - "brand:wikipedia": "en:Scotch & Soda (clothing)", - "name": "Scotch & Soda", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3478251, - 48.8640256 - ] - }, - "id": "node/5381388481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5381388482", - "addr:city": "Paris", - "brand": "Le Temps des Cerises", - "brand:wikidata": "Q3228558", - "brand:wikipedia": "fr:Le Temps des cerises (marque)", - "name": "Le Temps des Cerises", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.347454, - 48.8641103 - ] - }, - "id": "node/5381388482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5381388483", - "addr:city": "Paris", - "addr:street": "Rue Étienne Marcel", - "brand": "Café Coton", - "brand:wikidata": "Q105076734", - "name": "Café Coton", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3470681, - 48.8642166 - ] - }, - "id": "node/5381388483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5381388484", - "addr:city": "Paris", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "brand:wikipedia": "fr:Princesse tam.tam", - "check_date": "2024-03-12", - "name": "Princesse tam.tam", - "shop": "clothes", - "source": "survey", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3467481, - 48.8642817 - ] - }, - "id": "node/5381388484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5381388485", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "brand:wikipedia": "fr:Comptoir des Cotonniers", - "check_date": "2024-06-13", - "name": "Comptoir des Cotonniers", - "opening_hours": "Mo-Sa 10:30-19:30; Su 11:00-19:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3465122, - 48.8643414 - ] - }, - "id": "node/5381388485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5401522494", - "name": "Merveilles de l'Inde", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3519254, - 48.8357621 - ] - }, - "id": "node/5401522494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5401526727", - "name": "Les Coquins", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3522935, - 48.8356584 - ] - }, - "id": "node/5401526727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5401526730", - "name": "Veltis", - "opening_hours": "Mo-Fr 09:30-13:00,14:00-18:00; Sa 10:00-13:00,14:00-18:00", - "shop": "clothes", - "toilets:wheelchair": "no", - "website": "https://www.veltis.fr/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3524589, - 48.8354167 - ] - }, - "id": "node/5401526730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5405137996", - "name": "Eu.re.ka", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3036136, - 48.8411063 - ] - }, - "id": "node/5405137996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5422620891", - "brand": "Cache Cache", - "brand:wikidata": "Q63064086", - "name": "Cache Cache", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.306195, - 48.8435429 - ] - }, - "id": "node/5422620891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5422620896", - "name": "Les comptoirs d'à côté", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3056277, - 48.8433698 - ] - }, - "id": "node/5422620896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5422620912", - "name": "Jass à Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3044791, - 48.8430265 - ] - }, - "id": "node/5422620912" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5422621421", - "name": "Emiliano Zapata", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.304044, - 48.8428979 - ] - }, - "id": "node/5422621421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5422621434", - "name": "El Padrino", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3016265, - 48.842411 - ] - }, - "id": "node/5422621434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5422621462", - "name": "Size Factory", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 1 42 50 80 30", - "shop": "clothes", - "website": "https://www.size-factory.com/magasin-grande-taille-homme-paris15e" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.297775, - 48.8410388 - ] - }, - "id": "node/5422621462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5422621467", - "check_date": "2024-04-21", - "name": "Cordonnier", - "opening_hours": "Tu-Fr 08:00-13:00,14:30-19:00; Mo 14:00-19:00; Sa 10:00-13:00,14:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.297335, - 48.841141 - ] - }, - "id": "node/5422621467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5422621515", - "check_date": "2024-09-30", - "name": "Texti Flash", - "opening_hours": "Mo-Fr 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.284548, - 48.8373365 - ] - }, - "id": "node/5422621515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5422621631", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3083426, - 48.8443847 - ] - }, - "id": "node/5422621631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5426991361", - "brand": "Geox", - "brand:wikidata": "Q588001", - "brand:wikipedia": "en:Geox", - "name": "Geox", - "opening_hours": "Mo-Sa 10:00-19:30; Su 11:00-19:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3372588, - 48.8530058 - ] - }, - "id": "node/5426991361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5435930300", - "contact:city": "Paris", - "contact:housenumber": "75", - "contact:postcode": "75017", - "contact:street": "Rue Legendre", - "name": "Le Roi Soulier", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3195098, - 48.887328 - ] - }, - "id": "node/5435930300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5437644765", - "addr:housenumber": "92", - "addr:street": "Rue Legendre", - "clothes": "costumes", - "clothes:costumes": "yes", - "description": "Déguisements et décoration pour enfants", - "name": "Le Pestacle de Maëlou", - "opening_hours": "Mo-Fr 11:00-14:00,15:00-19:00; Sa 11:00-14:00,15:00-19:30", - "shop": "clothes", - "website": "http://www.lepestacledemaelou.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3196902, - 48.8872599 - ] - }, - "id": "node/5437644765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5446338470", - "brand": "Le Slip Français", - "brand:wikidata": "Q14594793", - "brand:wikipedia": "fr:Le Slip Français", - "clothes": "underwear", - "clothes:underwear": "yes", - "name": "Le Slip Français", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3200782, - 48.887481 - ] - }, - "id": "node/5446338470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5450475296", - "check_date:opening_hours": "2022-09-10", - "contact:city": "Paris", - "contact:housenumber": "47", - "contact:phone": "+33 7 83 47 23 44", - "contact:postcode": "75002", - "contact:street": "Rue d'Aboukir", - "contact:website": "https://hast.fr", - "name": "Hast", - "opening_hours": "Mo-Sa 11:00-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3455015, - 48.8673755 - ] - }, - "id": "node/5450475296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5452180321", - "check_date": "2023-04-05", - "name": "Jenisa", - "opening_hours": "Tu-Fr 10:30-19:00, Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3313503, - 48.8514314 - ] - }, - "id": "node/5452180321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5453408023", - "name": "Lionel Nath", - "opening_hours": "Mo-Sa 10:00-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3639883, - 48.8654299 - ] - }, - "id": "node/5453408023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5454109859", - "contact:city": "Paris", - "contact:housenumber": "46", - "contact:phone": "+33 1 48 00 83 07", - "contact:postcode": "75010", - "contact:street": "Rue de Paradis", - "contact:website": "https://prince-jorge.com", - "description": "Magasin de souliers en cuir haut de gamme.", - "name": "Prince Jorge", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3499165, - 48.8755645 - ] - }, - "id": "node/5454109859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5457465351", - "check_date": "2024-02-22", - "name": "Guerrisol", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3472553, - 48.8831786 - ] - }, - "id": "node/5457465351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5477123325", - "brand": "Arche", - "brand:wikidata": "Q105063522", - "contact:city": "Paris", - "contact:housenumber": "8", - "contact:postcode": "75003", - "contact:street": "Rue des Francs Bourgeois", - "name": "Arche", - "shop": "shoes", - "survey:date": "2020-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3637273, - 48.8567029 - ] - }, - "id": "node/5477123325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5477939521", - "name": "Sept Cinq", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3360251, - 48.8798176 - ] - }, - "id": "node/5477939521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5478881656", - "name": "Soi", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3203489, - 48.8876448 - ] - }, - "id": "node/5478881656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5478886377", - "contact:city": "Paris", - "contact:email": "info@oqiumstore.com", - "contact:housenumber": "19", - "contact:phone": "+33 9 84 36 41 28", - "contact:postcode": "75001", - "contact:street": "Rue Pierre Lescot", - "contact:website": "http://www.oqiumstore.com/", - "name": "Opium Sneaker Store", - "opening_hours": "Mo-Sa 11:00-20:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.348799, - 48.8633994 - ] - }, - "id": "node/5478886377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5478947574", - "name": "Graine de Coton", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2939043, - 48.8425416 - ] - }, - "id": "node/5478947574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5478948235", - "name": "So' Glam création", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2997871, - 48.8424378 - ] - }, - "id": "node/5478948235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5503918347", - "name": "Macha", - "shop": "bag", - "website": "https://ida2000.surinternet.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3541958, - 48.8598493 - ] - }, - "id": "node/5503918347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5530196988", - "clothes": "wedding", - "name": "Calber", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.348639, - 48.8834131 - ] - }, - "id": "node/5530196988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5530196989", - "name": "Les Petits' Mecs", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3481135, - 48.8833489 - ] - }, - "id": "node/5530196989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5530196990", - "clothes": "wedding", - "name": "Loulou Mariage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3479534, - 48.883333 - ] - }, - "id": "node/5530196990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5530197146", - "clothes": "wedding", - "name": "Rêve d'un Jour", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3480114, - 48.883339 - ] - }, - "id": "node/5530197146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5530197412", - "name": "Barracuda", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3483132, - 48.8833769 - ] - }, - "id": "node/5530197412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5537658419", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "level": "0", - "name": "The Kooples", - "opening_hours": "Tu-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3301566, - 48.8312797 - ] - }, - "id": "node/5537658419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5537658420", - "name": "Sandza", - "opening_hours": "Mo-Sa 10:30-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3259917, - 48.8279671 - ] - }, - "id": "node/5537658420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5542639038", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "name": "Jonak", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3402093, - 48.8796073 - ] - }, - "id": "node/5542639038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5564043802", - "name": "Free Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3465276, - 48.882867 - ] - }, - "id": "node/5564043802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5566426719", - "name": "Any Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.346908, - 48.882735 - ] - }, - "id": "node/5566426719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5566427716", - "name": "Caroline", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3468836, - 48.8826155 - ] - }, - "id": "node/5566427716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5599022922", - "name": "Stock Déstockage / outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3379488, - 48.8692101 - ] - }, - "id": "node/5599022922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5599022935", - "check_date": "2024-05-17", - "name": "DStock", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.34594, - 48.8677752 - ] - }, - "id": "node/5599022935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5599022937", - "check_date": "2023-07-06", - "name": "Gérard Darel", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3428001, - 48.8684541 - ] - }, - "id": "node/5599022937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5599022939", - "name": "OhrVintage", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3494389, - 48.8666937 - ] - }, - "id": "node/5599022939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5599022942", - "name": "Lou Andrea", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3448998, - 48.8680052 - ] - }, - "id": "node/5599022942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5599022952", - "check_date": "2024-01-11", - "name": "Renatto Bene", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3501482, - 48.8665646 - ] - }, - "id": "node/5599022952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5599022955", - "check_date": "2024-05-16", - "name": "Osmose Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3496692, - 48.86697 - ] - }, - "id": "node/5599022955" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5599022957", - "name": "MCS", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3463304, - 48.8676871 - ] - }, - "id": "node/5599022957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5616138121", - "brand": "Arche", - "brand:wikidata": "Q105063522", - "contact:city": "Paris", - "contact:housenumber": "11", - "contact:postcode": "75001", - "contact:street": "Boulevard de la Madeleine", - "name": "Arche", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3264306, - 48.8694646 - ] - }, - "id": "node/5616138121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5625448321", - "name": "Le Coffre", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3854602, - 48.8675524 - ] - }, - "id": "node/5625448321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5625459698", - "name": "Le Coffre", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237455, - 48.8825424 - ] - }, - "id": "node/5625459698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5625477755", - "check_date": "2024-07-06", - "name": "By Flowers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.339808, - 48.8833633 - ] - }, - "id": "node/5625477755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5632466922", - "name": "L'Indien Boutique", - "opening_hours": "Tu-Sa 10:30-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3756611, - 48.8551798 - ] - }, - "id": "node/5632466922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5641550724", - "name": "Dressing Home", - "shop": "clothes", - "source": "survey 2018" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2465659, - 48.8284536 - ] - }, - "id": "node/5641550724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5655657868", - "check_date": "2024-04-06", - "name": "Mode en Demeure", - "opening_hours": "Tu-Sa 14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3576034, - 48.8564822 - ] - }, - "id": "node/5655657868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5655672916", - "name": "Les Ginette's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3634459, - 48.8544931 - ] - }, - "id": "node/5655672916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5655672917", - "check_date": "2023-04-15", - "name": "Belle Demoiselle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3634928, - 48.8544748 - ] - }, - "id": "node/5655672917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5655672919", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "check_date": "2023-04-15", - "name": "Calzedonia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3633111, - 48.8545612 - ] - }, - "id": "node/5655672919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5655672920", - "check_date": "2023-04-15", - "name": "By Luna", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3632394, - 48.8545816 - ] - }, - "id": "node/5655672920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5655673321", - "brand": "Kookaï", - "brand:wikidata": "Q1783759", - "brand:wikipedia": "fr:Kookaï", - "check_date": "2023-04-15", - "name": "Kookaï", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.363173, - 48.8546017 - ] - }, - "id": "node/5655673321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5660252324", - "contact:city": "Paris", - "contact:housenumber": "36", - "contact:postcode": "75004", - "contact:street": "Rue de la Verrerie", - "contact:website": "https://www.bhv.fr/magasins/bhv-homme/", - "name": "BHV Homme", - "opening_hours": "10:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3537672, - 48.8577715 - ] - }, - "id": "node/5660252324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5670563074", - "name": "VetiWork", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4101041, - 48.8446768 - ] - }, - "id": "node/5670563074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5679958422", - "contact:city": "Paris", - "contact:email": "contact@koko-bistro.com", - "contact:housenumber": "63", - "contact:phone": "+33 1 40 33 46 37", - "contact:postcode": "75003", - "contact:street": "Rue des Gravilliers", - "contact:website": "http://koko-bistro.com", - "name": "Katana", - "opening_hours": "Mo-Sa 12:00-15:00,19:00-23:00", - "shop": "bag", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3545087, - 48.8644208 - ] - }, - "id": "node/5679958422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5695218833", - "brand": "Hugo Boss", - "brand:wikidata": "Q491627", - "brand:wikipedia": "en:Hugo Boss", - "check_date": "2023-05-20", - "name": "Hugo Boss", - "opening_hours": "Mo-Sa 10:30-19:30; Su 11:00-19:00", - "phone": "+33 1 56 81 26 90", - "shop": "clothes", - "short_name": "Boss", - "source": "survey 06/2018", - "website": "https://www.hugoboss.com/us/storedetail?storeid=9922114" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3351439, - 48.853518 - ] - }, - "id": "node/5695218833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5702204621", - "check_date": "2024-08-10", - "check_date:opening_hours": "2024-04-06", - "name": "Fourrures Lazakis", - "opening_hours:signed": "no", - "shop": "clothes", - "source": "survey 2018" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2644202, - 48.8402197 - ] - }, - "id": "node/5702204621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5719408251", - "check_date": "2024-05-11", - "name": "John Baillie", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "source": "survey 06/2018", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3312631, - 48.8711919 - ] - }, - "id": "node/5719408251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5745130321", - "addr:housenumber": "84", - "addr:street": "Rue Lemercier", - "name": "Nus", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3202409, - 48.8887264 - ] - }, - "id": "node/5745130321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5746089087", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "name": "Comptoir des Cotonniers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3663477, - 48.8536795 - ] - }, - "id": "node/5746089087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5764283387", - "brand": "Au vieux campeur", - "brand:wikidata": "Q2409646", - "brand:wikipedia": "fr:Au vieux campeur", - "description": "Bagagerie, Sacs duffel & Accessoires de voyage", - "name": "Au vieux campeur", - "phone": "+33 1 53 10 48 44", - "shop": "bag", - "survey:date": "2024-05-23" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.350077, - 48.8498765 - ] - }, - "id": "node/5764283387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5764283390", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "clothes": "lingerie", - "contact:city": "Paris", - "contact:housenumber": "9 - 11", - "contact:postcode": "75011", - "contact:street": "Rue du Faubourg Saint-Antoine", - "name": "Etam", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.370925, - 48.8530462 - ] - }, - "id": "node/5764283390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5764283985", - "brand": "Volcom", - "brand:wikidata": "Q2021416", - "brand:wikipedia": "en:Volcom", - "check_date": "2024-07-06", - "contact:city": "Paris", - "contact:housenumber": "5 - 7", - "contact:postcode": "75011", - "contact:street": "Rue du Faubourg Saint-Antoine", - "name": "Volcom", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3708297, - 48.853106 - ] - }, - "id": "node/5764283985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5767486554", - "check_date:opening_hours": "2023-05-27", - "clothes": "children", - "name": "Blumm kids", - "opening_hours:covid19": "off", - "opening_hours:signed": "no", - "shop": "clothes", - "survey:date": "2022-12-23", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3814497, - 48.873101 - ] - }, - "id": "node/5767486554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5767487153", - "check_date:opening_hours": "2022-12-23", - "name": "Outlet Mark", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3813324, - 48.8730747 - ] - }, - "id": "node/5767487153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5767487354", - "check_date:opening_hours": "2024-11-08", - "name": "Bella Chic", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3806527, - 48.8730974 - ] - }, - "id": "node/5767487354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5784422527", - "name": "Front de mode", - "shop": "clothes", - "website": "https://fr-fr.facebook.com/frontdemode/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580864, - 48.8665069 - ] - }, - "id": "node/5784422527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5784575445", - "addr:city": "Paris", - "addr:housenumber": "19", - "addr:postcode": "75003", - "addr:street": "Rue du Pont aux Choux", - "name": "Studio W", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3651074, - 48.8611979 - ] - }, - "id": "node/5784575445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5784575447", - "addr:city": "Paris", - "addr:housenumber": "21", - "addr:postcode": "75003", - "addr:street": "Rue du Pont aux Choux", - "name": "Anaïm", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3651849, - 48.8611883 - ] - }, - "id": "node/5784575447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5809411972", - "addr:city": "Paris", - "addr:postcode": "75011", - "addr:street": "Rue de la Roquette", - "female": "yes", - "name": "Mademoiselle Jeanne", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3753738, - 48.8559758 - ] - }, - "id": "node/5809411972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5812233449", - "contact:housenumber": "2", - "contact:postcode": "92120", - "contact:street": "Avenue Jean Jaurès", - "name": "Made in Sens", - "opening_hours": "Tu-Fr 10:30-14:00, 15:00-19:30; Sa 11:00-13:00, 14:30-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+33 1 49 65 47 93", - "shop": "clothes", - "website": "https://madeinsens.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3184528, - 48.8183324 - ] - }, - "id": "node/5812233449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5818616954", - "name": "N°158 Maroquinerie", - "shop": "bag", - "source": "survey", - "survey:date": "2018-09-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3189422, - 48.8914565 - ] - }, - "id": "node/5818616954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5818621554", - "name": "Fabrice Bagage", - "shop": "bag", - "source": "survey", - "survey:date": "2018-09-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3187889, - 48.8912478 - ] - }, - "id": "node/5818621554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5840315035", - "addr:city": "Paris", - "addr:postcode": "75012", - "addr:street": "Boulevard Diderot", - "name": "Le Coin des Marques", - "opening_hours": "Mo-Sa 10:30-19:20", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3841609, - 48.8468647 - ] - }, - "id": "node/5840315035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5853560253", - "name": "Donna Cusumano", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2632772, - 48.8400215 - ] - }, - "id": "node/5853560253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5866175389", - "brand": "ETRO", - "brand:wikidata": "Q1371677", - "name": "ETRO", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302461, - 48.8543509 - ] - }, - "id": "node/5866175389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5867330586", - "name": "Nōs by Mirene", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.35104, - 48.8577657 - ] - }, - "id": "node/5867330586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5868203558", - "check_date": "2024-07-13", - "name": "Greenfan Vintage", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3786163, - 48.8462425 - ] - }, - "id": "node/5868203558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5868885885", - "name": "Un Jour, Autrement", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2581733, - 48.8375811 - ] - }, - "id": "node/5868885885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871570770", - "name": "Footpatrol", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3541375, - 48.8597857 - ] - }, - "id": "node/5871570770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871570772", - "brand": "Carhartt", - "brand:wikidata": "Q527877", - "brand:wikipedia": "en:Carhartt", - "clothes": "workwear", - "name": "Carhartt", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3545556, - 48.8602287 - ] - }, - "id": "node/5871570772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871571014", - "name": "À Rebours", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3545264, - 48.8588103 - ] - }, - "id": "node/5871571014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871571018", - "name": "Addicted", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3537465, - 48.8592219 - ] - }, - "id": "node/5871571018" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871571019", - "name": "Hero Seven", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3539277, - 48.8591547 - ] - }, - "id": "node/5871571019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871571020", - "name": "Émile Lafaurie", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3539572, - 48.8592026 - ] - }, - "id": "node/5871571020" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871571021", - "clothes": "hats", - "name": "Chapeaux du Marais", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3539857, - 48.8592483 - ] - }, - "id": "node/5871571021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871571024", - "check_date": "2024-08-18", - "name": "Bellerose", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3538855, - 48.8594673 - ] - }, - "id": "node/5871571024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871571026", - "name": "Pyrenex", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3542409, - 48.8595499 - ] - }, - "id": "node/5871571026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871571031", - "name": "Lee", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3544201, - 48.859768 - ] - }, - "id": "node/5871571031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871571032", - "name": "Bellerose", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3544696, - 48.859828 - ] - }, - "id": "node/5871571032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871571336", - "name": "AboudabiBazar", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3538016, - 48.8593252 - ] - }, - "id": "node/5871571336" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871572050", - "check_date": "2024-06-23", - "name": "Marie Sixtine", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3545745, - 48.8599684 - ] - }, - "id": "node/5871572050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871572685", - "name": "Revenciel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3547105, - 48.860114 - ] - }, - "id": "node/5871572685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871572686", - "brand": "Essentiel Antwerp", - "brand:wikidata": "Q117456339", - "name": "Essentiel Antwerp", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3546783, - 48.8600837 - ] - }, - "id": "node/5871572686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871572687", - "name": "Schmoove", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3546433, - 48.8600506 - ] - }, - "id": "node/5871572687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871572688", - "name": "Aventures des Toiles", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.354986, - 48.8603739 - ] - }, - "id": "node/5871572688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5871572691", - "name": "Luna", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3550862, - 48.8604682 - ] - }, - "id": "node/5871572691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5876474007", - "brand": "Café Coton", - "brand:wikidata": "Q105076734", - "name": "Café Coton", - "opening_hours": "Mo-Sa 10:00-14:15,15:00-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3233247, - 48.8496938 - ] - }, - "id": "node/5876474007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5879359747", - "name": "Belle & Cœur", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3786453, - 48.8584761 - ] - }, - "id": "node/5879359747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5884607588", - "brand": "La Fée Maraboutée", - "brand:wikidata": "Q105429377", - "clothes": "women", - "name": "La Fée Maraboutée", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2947582, - 48.8458619 - ] - }, - "id": "node/5884607588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5884607592", - "brand": "Des Petits Hauts", - "brand:wikidata": "Q104197445", - "clothes": "women", - "name": "Des Petits Hauts", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2940367, - 48.844728 - ] - }, - "id": "node/5884607592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5885330241", - "brand": "A.P.C.", - "brand:wikidata": "Q546542", - "brand:wikipedia": "en:A.P.C.", - "clothes": "women", - "name": "A.P.C.", - "shop": "clothes", - "website": "https://www.apc.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.331612, - 48.8495421 - ] - }, - "id": "node/5885330241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5885330242", - "brand": "A.P.C.", - "brand:wikidata": "Q546542", - "brand:wikipedia": "en:A.P.C.", - "clothes": "men", - "name": "A.P.C.", - "shop": "clothes", - "website": "https://www.apc.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3318322, - 48.8492884 - ] - }, - "id": "node/5885330242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893382886", - "check_date:opening_hours": "2024-02-15", - "name": "Throwback Sneakers", - "opening_hours:signed": "no", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3825464, - 48.8734823 - ] - }, - "id": "node/5893382886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893389198", - "check_date:opening_hours": "2024-08-21", - "name": "Kangnai", - "opening_hours:signed": "no", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3792583, - 48.8726092 - ] - }, - "id": "node/5893389198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893389199", - "check_date:opening_hours": "2024-05-03", - "name": "S&Z", - "opening_hours:signed": "no", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3791741, - 48.8725825 - ] - }, - "id": "node/5893389199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5894294989", - "check_date:opening_hours": "2023-11-10", - "name": "Pink Lady", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3755466, - 48.8716627 - ] - }, - "id": "node/5894294989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5894312389", - "check_date": "2024-08-18", - "check_date:opening_hours": "2023-11-10", - "name": "Akash Gérard", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3757113, - 48.8716984 - ] - }, - "id": "node/5894312389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5894312390", - "check_date": "2024-08-18", - "check_date:opening_hours": "2023-11-10", - "name": "Mega Marques", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3760219, - 48.8718199 - ] - }, - "id": "node/5894312390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5905667312", - "check_date:opening_hours": "2023-12-13", - "clothes": "organic;fairtrade;women;men;children;underwear", - "contact:city": "Paris", - "contact:housenumber": "24", - "contact:postcode": "75004", - "contact:street": "Rue de Sévigné", - "contact:website": "http://www.monsieurpoulet.com", - "name": "Monsieur Poulet", - "opening_hours": "Tu-Sa 11:00-19:00; Su 14:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3625925, - 48.8563463 - ] - }, - "id": "node/5905667312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5907857378", - "check_date": "2023-03-12", - "name": "Yours", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3730317, - 48.8675842 - ] - }, - "id": "node/5907857378" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5913204014", - "check_date": "2023-11-20", - "name": "La Pistacherie", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3011387, - 48.8650002 - ] - }, - "id": "node/5913204014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5913595386", - "addr:housenumber": "197", - "addr:street": "Avenue de Versailles", - "check_date": "2024-08-10", - "name": "Le 16ème des Marques", - "shop": "clothes", - "source": "survey 2018", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2608818, - 48.8388367 - ] - }, - "id": "node/5913595386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5922350691", - "brand": "Bocage", - "brand:wikidata": "Q104599699", - "check_date": "2023-11-20", - "name": "Bocage", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3490395, - 48.8584101 - ] - }, - "id": "node/5922350691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5922350692", - "brand": "Falconeri", - "brand:wikidata": "Q28056375", - "name": "Falconeri", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3488517, - 48.8584525 - ] - }, - "id": "node/5922350692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5922350693", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "check_date": "2023-11-20", - "name": "Calzedonia", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486489, - 48.8585003 - ] - }, - "id": "node/5922350693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5922633838", - "name": "Bazar des Marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3799466, - 48.8505847 - ] - }, - "id": "node/5922633838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5922655687", - "name": "Harold", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3557321, - 48.8595598 - ] - }, - "id": "node/5922655687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5935340956", - "addr:city": "Paris", - "addr:housenumber": "75", - "addr:postcode": "75009", - "addr:street": "Boulevard de Clichy", - "name": "Maison Ernest", - "shop": "shoes", - "source": "survey;local knowledge", - "survey:date": "2018-09-08", - "website": "https://www.maisonernest.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3309191, - 48.8839783 - ] - }, - "id": "node/5935340956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5938618418", - "check_date": "2024-09-08", - "check_date:opening_hours": "2024-06-08", - "clothes": "wedding", - "name": "Julie UTH", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3813644, - 48.8402895 - ] - }, - "id": "node/5938618418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940470590", - "check_date": "2024-11-08", - "check_date:opening_hours": "2024-11-08", - "name": "Fashion Girls", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3802514, - 48.8730213 - ] - }, - "id": "node/5940470590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940624552", - "brand": "De Fursac", - "brand:wikidata": "Q22248311", - "brand:wikipedia": "fr:De Fursac", - "check_date:opening_hours": "2024-08-18", - "clothes": "men", - "name": "De Fursac", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.333388, - 48.8687548 - ] - }, - "id": "node/5940624552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940633655", - "brand": "Devred", - "brand:wikidata": "Q3025542", - "brand:wikipedia": "fr:Devred 1902", - "check_date": "2024-08-18", - "check_date:opening_hours": "2024-08-18", - "name": "Devred", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3341484, - 48.8669958 - ] - }, - "id": "node/5940633655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940633657", - "atm": "yes", - "brand": "Mephisto", - "brand:wikidata": "Q822975", - "brand:wikipedia": "en:Banco Bilbao Vizcaya Argentaria", - "name": "Mephisto", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3335415, - 48.8670196 - ] - }, - "id": "node/5940633657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5941386593", - "contact:city": "Paris", - "contact:housenumber": "98", - "contact:postcode": "75018", - "contact:street": "Boulevard de Clichy", - "name": "Rani Mode", - "shop": "clothes", - "source": "survey;local knowledge", - "survey:date": "2018-09-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3317202, - 48.8842478 - ] - }, - "id": "node/5941386593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5975662600", - "contact:city": "Paris", - "contact:housenumber": "36", - "contact:postcode": "75018", - "contact:street": "Rue Doudeauville", - "name": "Coiffure Esthétique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3554832, - 48.8887349 - ] - }, - "id": "node/5975662600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5975760904", - "contact:city": "Paris", - "contact:housenumber": "72", - "contact:postcode": "75018", - "contact:street": "Rue Doudeauville", - "contact:website": "http://www.adequat-chaussures.com/", - "name": "Adéquat", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3518599, - 48.8884249 - ] - }, - "id": "node/5975760904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5975760914", - "contact:city": "Paris", - "contact:housenumber": "53", - "contact:postcode": "75018", - "contact:street": "Rue Doudeauville", - "name": "Doudeau Village", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3525005, - 48.8882974 - ] - }, - "id": "node/5975760914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5975799907", - "name": "Le caverne des marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3538403, - 48.8782571 - ] - }, - "id": "node/5975799907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5978165806", - "brand": "Courir", - "brand:wikidata": "Q3001258", - "brand:wikipedia": "fr:Courir (chaîne de magasins)", - "contact:city": "Paris", - "contact:housenumber": "50", - "contact:phone": "+33 1 44 85 33 84", - "contact:postcode": "75018", - "contact:street": "Boulevard Barbès", - "contact:website": "https://www.courir.com", - "name": "Courir", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "shoes", - "takeaway": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3498523, - 48.8876001 - ] - }, - "id": "node/5978165806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5983687414", - "contact:housenumber": "82", - "contact:street": "Rue de Paris", - "level": "0", - "name": "La Suite", - "opening_hours": "Tu-Sa 10:30-13:30,15:00-19:30", - "ref:FR:SIRET": "83465619100022", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4115468, - 48.8231037 - ] - }, - "id": "node/5983687414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5993045325", - "name": "Possible", - "opening_hours": "Mo-We 10:00-18:00; Th,Fr 10:00-20:00; Sa 11:00-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.320727, - 48.8366424 - ] - }, - "id": "node/5993045325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5999700608", - "check_date": "2024-01-06", - "contact:phone": "+33 1 42 21 44 36", - "contact:website": "https://www.joee.fr/", - "level": "0", - "name": "Joée", - "shop": "clothes", - "source": "survey 10/2018", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3440826, - 48.8662458 - ] - }, - "id": "node/5999700608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6001075058", - "level": "0", - "name": "Maison Yumi", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3439444, - 48.8661664 - ] - }, - "id": "node/6001075058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6001075063", - "level": "0", - "name": "Room service", - "shop": "clothes", - "source": "survey 10/2018", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3438769, - 48.8659753 - ] - }, - "id": "node/6001075063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6003297009", - "brand": "Cyrillus", - "brand:wikidata": "Q3009179", - "brand:wikipedia": "fr:Cyrillus", - "name": "Cyrillus", - "shop": "clothes", - "source": "survey 2018" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3272924, - 48.851844 - ] - }, - "id": "node/6003297009" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6003297010", - "name": "Acoté", - "shop": "clothes", - "source": "survey 2018" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314626, - 48.8516013 - ] - }, - "id": "node/6003297010" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6003297011", - "branch": "Homme", - "brand": "Agnès B.", - "brand:wikidata": "Q282967", - "check_date": "2023-04-05", - "level": "0", - "name": "Agnès B.", - "opening_hours": "Mo-Fr 10:00-19:30, Sa 10:00-20:00", - "shop": "clothes", - "source": "survey 2018", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.331535, - 48.8515771 - ] - }, - "id": "node/6003297011" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6003297013", - "check_date": "2023-04-05", - "name": "Twin-set", - "shop": "clothes", - "source": "survey 2018" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3317704, - 48.851506 - ] - }, - "id": "node/6003297013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6004897943", - "contact:city": "Paris", - "contact:housenumber": "22", - "contact:postcode": "75018", - "contact:street": "Rue Doudeauville", - "name": "Holly Hood", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3567179, - 48.8888509 - ] - }, - "id": "node/6004897943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6007337362", - "contact:city": "Paris", - "contact:housenumber": "24", - "contact:postcode": "75018", - "contact:street": "Rue Léon", - "name": "Magasin de vêtements", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3536308, - 48.8882519 - ] - }, - "id": "node/6007337362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6010571936", - "contact:city": "Paris", - "contact:housenumber": "37", - "contact:postcode": "75018", - "contact:street": "Rue Myrha", - "name": "Magasin de chaussures", - "opening_hours": "Tu, Th-Sa 11:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3531164, - 48.8870107 - ] - }, - "id": "node/6010571936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6010571940", - "contact:city": "Paris", - "contact:housenumber": "40 bis", - "contact:postcode": "75018", - "contact:street": "Rue Myrha", - "contact:website": "https://www.maison-chateaurouge.com/", - "name": "Maison Château Rouge", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3528446, - 48.8870841 - ] - }, - "id": "node/6010571940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6010571944", - "contact:city": "Paris", - "contact:housenumber": "50", - "contact:postcode": "75018", - "contact:street": "Rue Myrha", - "name": "Souk Jeddah", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.352291, - 48.8869944 - ] - }, - "id": "node/6010571944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6010571961", - "contact:city": "Paris", - "contact:housenumber": "72", - "contact:postcode": "75018", - "contact:street": "Rue Myrha", - "name": "Meftahi AS", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505229, - 48.8867484 - ] - }, - "id": "node/6010571961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6015820435", - "contact:city": "Paris", - "contact:housenumber": "12", - "contact:phone": "+33 1 55 79 75 01", - "contact:postcode": "75018", - "contact:street": "Rue de Panama", - "name": "Sap & Co", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3523566, - 48.8878441 - ] - }, - "id": "node/6015820435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6031980650", - "check_date": "2024-04-16", - "name": "Khalsa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3195804, - 48.8907622 - ] - }, - "id": "node/6031980650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6035244642", - "branch": "aux Chaussures", - "brand": "La Halle", - "brand:wikidata": "Q100728296", - "contact:city": "Le Pré-Saint-Gervais", - "contact:housenumber": "5", - "contact:phone": "+33 1 48 97 49 31", - "contact:postcode": "93310", - "contact:street": "Avenue Faidherbe", - "name": "La Halle", - "opening_hours": "Mo-Sa 09:30-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4116937, - 48.8791802 - ] - }, - "id": "node/6035244642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6048783687", - "name": "Belair", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2401754, - 48.8392018 - ] - }, - "id": "node/6048783687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6050031114", - "name": "Confidentiel by Nora", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3978872, - 48.8385032 - ] - }, - "id": "node/6050031114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6050519287", - "contact:city": "Paris", - "contact:housenumber": "16", - "contact:postcode": "75004", - "contact:street": "Rue de la Verrerie", - "name": "Vintage Bar", - "name:en": "Vintage Bar", - "name:zh": "复古潮店", - "opening_hours": "Mo-Sa 12:00-20:00; Su 13:05-20:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3549447, - 48.8572796 - ] - }, - "id": "node/6050519287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6057440285", - "check_date": "2024-08-10", - "name": "Belle et Beau", - "opening_hours": "Tu-Sa 10:30-19:00; Su 10:30-15:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2641231, - 48.8400435 - ] - }, - "id": "node/6057440285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6057622000", - "contact:city": "Paris", - "contact:email": "paris@cuir-city.com", - "contact:housenumber": "31", - "contact:phone": "+33 1 53 30 01 70", - "contact:postcode": "75002", - "contact:street": "Rue du Quatre Septembre", - "contact:website": "https://www.cuir-city.com/", - "name": "Cuir-City.com", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.334322, - 48.8699032 - ] - }, - "id": "node/6057622000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6068367529", - "addr:city": "Paris", - "addr:postcode": "75002", - "addr:street": "Rue d'Aboukir", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "40", - "contact:postcode": "75002", - "contact:street": "Rue d'Aboukir", - "contact:website": "https://www.bellajones.eu/", - "level": "0", - "name": "Bella Jones", - "shop": "clothes", - "source": "survey 11/2018", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3451094, - 48.8671008 - ] - }, - "id": "node/6068367529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6068367534", - "addr:city": "Paris", - "addr:postcode": "75002", - "addr:street": "Rue d'Aboukir", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "28", - "contact:phone": "+33 1 75 42 78 30", - "contact:postcode": "75002", - "contact:street": "Rue d'Aboukir", - "contact:website": "https://www.modetrotter.com/", - "level": "0", - "name": "Family Affaire", - "second_hand": "only", - "shop": "clothes", - "source": "survey 11/2018", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3445336, - 48.8669582 - ] - }, - "id": "node/6068367534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6073031192", - "name": "La Foire aux Affaires", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2767105, - 48.8576558 - ] - }, - "id": "node/6073031192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6073190985", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "brand:wikipedia": "en:Uniqlo", - "contact:city": "Paris", - "contact:housenumber": "53", - "contact:phone": "+33 1 80 40 74 20", - "contact:postcode": "75016", - "contact:street": "Rue de Passy", - "contact:website": "https://www.uniqlo.com/fr/fr/content/store-locator.html?storeId=10800520", - "name": "Uniqlo", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2797887, - 48.8575388 - ] - }, - "id": "node/6073190985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6073838886", - "brand": "Damart", - "brand:wikidata": "Q3012602", - "brand:wikipedia": "en:Damart", - "check_date": "2023-08-03", - "name": "Damart", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3251929, - 48.8738528 - ] - }, - "id": "node/6073838886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6073839088", - "name": "Maison du Loden", - "opening_hours": "Tu-Sa 10:00-19:00; Mo off", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3256879, - 48.8744005 - ] - }, - "id": "node/6073839088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6073839089", - "check_date:opening_hours": "2022-09-10", - "name": "Via International", - "opening_hours:signed": "no", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.325612, - 48.8744435 - ] - }, - "id": "node/6073839089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6073868090", - "check_date:opening_hours": "2022-09-10", - "name": "Miss Coquines", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3249665, - 48.8750694 - ] - }, - "id": "node/6073868090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6073870985", - "check_date": "2023-08-03", - "name": "Finsbury", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3251501, - 48.8744377 - ] - }, - "id": "node/6073870985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6073870986", - "name": "Granit", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3252114, - 48.8748701 - ] - }, - "id": "node/6073870986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6080306791", - "addr:city": "Paris", - "addr:housenumber": "170", - "addr:postcode": "75019", - "addr:street": "Rue de Crimée", - "name": "Tendance", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3777019, - 48.8899458 - ] - }, - "id": "node/6080306791" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6080312086", - "addr:city": "Paris", - "addr:housenumber": "168", - "addr:postcode": "75019", - "addr:street": "Rue de Crimée", - "name": "Stellia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3779682, - 48.8897074 - ] - }, - "id": "node/6080312086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6080358692", - "addr:city": "Paris", - "addr:housenumber": "181", - "addr:postcode": "75019", - "addr:street": "Rue de Crimée", - "name": "Outlet Crimée", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3771232, - 48.8902144 - ] - }, - "id": "node/6080358692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6095586786", - "addr:city": "Paris", - "addr:housenumber": "16", - "addr:postcode": "75019", - "addr:street": "Avenue de Flandre", - "name": "Studio Sap", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3702745, - 48.8850345 - ] - }, - "id": "node/6095586786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6095586794", - "addr:city": "Paris", - "addr:housenumber": "40", - "addr:postcode": "75019", - "addr:street": "Avenue de Flandre", - "name": "The New Look Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3724286, - 48.8867701 - ] - }, - "id": "node/6095586794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6095596488", - "addr:city": "Paris", - "addr:housenumber": "26", - "addr:postcode": "75019", - "addr:street": "Avenue de Flandre", - "brand": "La Halle", - "brand:wikidata": "Q100728296", - "name": "La Halle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3710401, - 48.885623 - ] - }, - "id": "node/6095596488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6095596988", - "addr:city": "Paris", - "addr:housenumber": "38", - "addr:postcode": "75019", - "addr:street": "Avenue de Flandre", - "name": "Khalsa Textile", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3721939, - 48.8865858 - ] - }, - "id": "node/6095596988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100665109", - "addr:city": "Paris", - "addr:housenumber": "84", - "addr:postcode": "75019", - "addr:street": "Avenue de Flandre", - "name": "Electra", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3759504, - 48.8896422 - ] - }, - "id": "node/6100665109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100665120", - "addr:city": "Paris", - "addr:housenumber": "64", - "addr:postcode": "75019", - "addr:street": "Avenue de Flandre", - "name": "Mode Plus", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3745596, - 48.8885492 - ] - }, - "id": "node/6100665120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6100665130", - "addr:city": "Paris", - "addr:housenumber": "52", - "addr:postcode": "75019", - "addr:street": "Avenue de Flandre", - "name": "Falie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3732739, - 48.8874636 - ] - }, - "id": "node/6100665130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6103223143", - "check_date": "2024-11-17", - "check_date:opening_hours": "2024-11-17", - "name": "Lipault", - "opening_hours:signed": "no", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3273621, - 48.8700754 - ] - }, - "id": "node/6103223143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6107331186", - "clothes": "hats", - "name": "Laulhère", - "phone": "+33 1 42 65 90 59", - "shop": "clothes", - "website": "https://www.laulhere-france.com", - "wikidata": "Q16653246", - "wikipedia": "fr:Laulhère" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3224744, - 48.8689031 - ] - }, - "id": "node/6107331186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6116231817", - "clothes": "denim", - "contact:city": "Paris", - "contact:housenumber": "114", - "contact:phone": "+33 1 71 27 56 78", - "contact:postcode": "75003", - "contact:street": "Rue de Turenne", - "contact:website": "https://www.1083.fr/", - "name": "1083", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 11:00-20:00; Su 13:00-19:00", - "operator": "1083 Boutiques", - "operator:ref:FR:SIREN": "804409134", - "ref:FR:NAF": "47.71Z", - "ref:FR:SIRET": "80440913400033", - "ref:vatin": "FR13804409134", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3648335, - 48.8632633 - ] - }, - "id": "node/6116231817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6117078254", - "level": "0", - "name": "Sawa Shoes", - "shop": "shoes", - "source": "survey 12/2018", - "survey:date": "2023-05-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3630793, - 48.8725031 - ] - }, - "id": "node/6117078254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6117350083", - "contact:city": "Paris", - "contact:housenumber": "35", - "contact:postcode": "75116", - "contact:street": "Avenue de la Grande Armée", - "name": "Fiarino", - "name:en": "Fiarino", - "name:fr": "Fiarino", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.289428, - 48.8751899 - ] - }, - "id": "node/6117350083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6122404845", - "check_date": "2024-07-06", - "clothes": "women", - "contact:phone": "+33 1 40 37 41 55", - "contact:website": "https://antoineetlili.com/", - "name": "Antoine & Lili", - "opening_hours": "Mo-Fr 10:30-19:30; Sa 10:00-19:30; Su 11:00-19:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "source": "survey 12/2018" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3628016, - 48.8739211 - ] - }, - "id": "node/6122404845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6123688144", - "name": "Halogene Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3556048, - 48.8694155 - ] - }, - "id": "node/6123688144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6123688255", - "name": "Retouche", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3556466, - 48.8694668 - ] - }, - "id": "node/6123688255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6123688256", - "check_date": "2023-07-07", - "noname": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3555705, - 48.8693499 - ] - }, - "id": "node/6123688256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6132391169", - "addr:city": "Paris", - "addr:housenumber": "40", - "addr:postcode": "75005", - "addr:street": "Boulevard Saint-Marcel", - "description": "Boutique de vêtements biologiques.", - "name": "Fibris", - "opening_hours": "Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3574105, - 48.8387867 - ] - }, - "id": "node/6132391169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6134842117", - "addr:housenumber": "36", - "addr:street": "Rue de Passy", - "name": "Repetto", - "opening_hours": "Tu-Sa 10:00-19:00", - "phone": "+33170798941", - "shop": "shoes", - "website": "https://www.repetto.fr/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2808616, - 48.8579998 - ] - }, - "id": "node/6134842117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6155490687", - "level": "0", - "name": "Stock 157", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3426454, - 48.8707259 - ] - }, - "id": "node/6155490687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6169399771", - "check_date:opening_hours": "2024-10-11", - "name": "New Style 2", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.374269, - 48.8711974 - ] - }, - "id": "node/6169399771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6169443860", - "check_date": "2023-03-11", - "name": "GL magnifique", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3739649, - 48.8710647 - ] - }, - "id": "node/6169443860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6169443861", - "check_date": "2023-11-10", - "check_date:opening_hours": "2023-11-10", - "description": "arrivage permanent de lots de grande marque : vements, chaussures, sacs...", - "name": "StockMark", - "opening_hours": "Mo-Sa 10:30-19:45; Su 10:30-18:15", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3741094, - 48.8711209 - ] - }, - "id": "node/6169443861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6169550141", - "check_date": "2024-08-01", - "check_date:opening_hours": "2024-01-27", - "name": "JuleStyl'", - "opening_hours:signed": "no", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3718808, - 48.8703488 - ] - }, - "id": "node/6169550141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6169550142", - "brand": "Tamaris", - "brand:wikidata": "Q61994827", - "check_date": "2024-08-19", - "name": "Tamaris", - "opening_hours:signed": "no", - "operator": "Wortmann Schuh-Holding", - "operator:wikidata": "Q1726079", - "operator:wikipedia": "de:Wortmann Schuh-Holding", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3720109, - 48.8703934 - ] - }, - "id": "node/6169550142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6169550149", - "check_date": "2024-07-10", - "check_date:opening_hours": "2024-07-10", - "name": "Osmose", - "opening_hours:signed": "no", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3722307, - 48.87047 - ] - }, - "id": "node/6169550149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6169550151", - "check_date": "2024-07-10", - "check_date:opening_hours": "2024-07-10", - "name": "Etoile", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3723374, - 48.8704988 - ] - }, - "id": "node/6169550151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6169550160", - "check_date": "2023-03-11", - "check_date:opening_hours": "2024-03-15", - "name": "Paradis Miss", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3731471, - 48.8707381 - ] - }, - "id": "node/6169550160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6171104082", - "check_date:opening_hours": "2023-10-07", - "name": "Shalimar Textile", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3757908, - 48.8715357 - ] - }, - "id": "node/6171104082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6171104686", - "check_date:opening_hours": "2023-10-07", - "name": "Inaam", - "opening_hours:signed": "no", - "shop": "bag", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3749563, - 48.8712455 - ] - }, - "id": "node/6171104686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6186250991", - "contact:city": "Paris", - "contact:housenumber": "158", - "contact:phone": "+33 1 43 71 42 24", - "contact:postcode": "75011", - "contact:street": "Rue de Charonne", - "full_name": "Marco de Las Vegas l'Univers de la Santiag", - "level": "0", - "name": "Las Vegas", - "shoes:repair": "yes", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3907604, - 48.855586 - ] - }, - "id": "node/6186250991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6198557387", - "check_date": "2023-01-26", - "name": "Sagone Stock", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.35758, - 48.8742752 - ] - }, - "id": "node/6198557387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6214540183", - "brand": "& Other Stories", - "brand:wikidata": "Q85322338", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "35", - "contact:phone": "+33 1 76 74 72 80", - "contact:postcode": "75002", - "contact:street": "Rue Montmartre", - "name": "& Other Stories", - "opening_hours": "Mo-Sa 10:00-20:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3447571, - 48.8652655 - ] - }, - "id": "node/6214540183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6223727129", - "level": "0", - "name": "Mandarine", - "note": "au 09/07/2023 la fermeture est indiquée comme imminente sur la devanture", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3455445, - 48.8656422 - ] - }, - "id": "node/6223727129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6224652089", - "addr:postcode": "75015", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "brand:wikipedia": "en:Uniqlo", - "name": "Uniqlo", - "opening_hours": "Mo-Su 10:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2835377, - 48.8478699 - ] - }, - "id": "node/6224652089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6224652286", - "addr:city": "Paris", - "brand": "Aubade", - "brand:wikidata": "Q2870536", - "brand:wikipedia": "fr:Aubade (lingerie)", - "clothes": "underwear", - "name": "Aubade", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2833087, - 48.8480106 - ] - }, - "id": "node/6224652286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6239346188", - "addr:city": "Paris", - "addr:housenumber": "6", - "addr:postcode": "75018", - "addr:street": "Rue Houdon", - "clothes": "lingerie;underwear", - "description": "“Les Rituelles” est une boutique de lingerie, accessoires et culture érotique.", - "name": "Les Rituelles", - "shop": "clothes", - "source": "local knowledge", - "website": "https://www.lesrituelles.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3383494, - 48.8828495 - ] - }, - "id": "node/6239346188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6255927581", - "check_date": "2024-01-31", - "name": "Origo", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3518355, - 48.868365 - ] - }, - "id": "node/6255927581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6255927583", - "check_date": "2024-01-31", - "name": "Vimoda", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3520232, - 48.8688461 - ] - }, - "id": "node/6255927583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6258417480", - "name": "Prince Chaussures", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3714645, - 48.8484826 - ] - }, - "id": "node/6258417480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6267705909", - "name": "Vercelli", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3258541, - 48.8256166 - ] - }, - "id": "node/6267705909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6267705911", - "name": "Mérode", - "opening_hours": "Mo-Sa 14:30-19:00, Tu-Sa 10:00-13:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3258846, - 48.8257698 - ] - }, - "id": "node/6267705911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6271049964", - "addr:housenumber": "51", - "addr:postcode": "75014", - "addr:street": "Avenue du Général Leclerc", - "name": "Father & Sons", - "opening_hours": "Mo-Fr 10:30-19:30; Sa 10:00-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+33 1 43 27 20 86", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3287671, - 48.8296792 - ] - }, - "id": "node/6271049964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6271049965", - "check_date:opening_hours": "2023-12-29", - "name": "Bel Chou's", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263245, - 48.8254008 - ] - }, - "id": "node/6271049965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6274113187", - "name": "Ora Brëta", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2676436, - 48.8517829 - ] - }, - "id": "node/6274113187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6297818341", - "brand": "Guess", - "brand:wikidata": "Q2470307", - "brand:wikipedia": "en:Guess (clothing)", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "32", - "contact:postcode": "75002", - "contact:street": "Rue Étienne Marcel", - "name": "Guess", - "shop": "clothes", - "source": "survey 01/2019", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3465909, - 48.8646302 - ] - }, - "id": "node/6297818341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6297818343", - "name": "Intissimi", - "shop": "clothes", - "source": "survey 01/2019", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3468298, - 48.8645214 - ] - }, - "id": "node/6297818343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6312874180", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "name": "Foot Locker", - "opening_hours": "Mo-Fr 10:30-19:00; Sa 10:00-20:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3265711, - 48.8463943 - ] - }, - "id": "node/6312874180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6312877308", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "brand:wikipedia": "fr:Éram", - "name": "Éram", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3259818, - 48.8462826 - ] - }, - "id": "node/6312877308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6312877310", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "brand:wikipedia": "en:Intimissimi", - "check_date": "2024-08-24", - "clothes": "underwear", - "name": "Intimissimi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.324726, - 48.8449768 - ] - }, - "id": "node/6312877310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6312878188", - "brand": "Mango", - "brand:wikidata": "Q136503", - "brand:wikipedia": "en:Mango (retailer)", - "name": "Mango", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3244561, - 48.8441455 - ] - }, - "id": "node/6312878188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6315850064", - "name": "Les Eterrenelles", - "shop": "clothes", - "source": "survey", - "url": "https://www.leseterrenelles.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3100137, - 48.8164609 - ] - }, - "id": "node/6315850064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6316733885", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "brand:wikipedia": "fr:Zadig & Voltaire", - "check_date": "2024-02-14", - "name": "Zadig & Voltaire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2930374, - 48.8728047 - ] - }, - "id": "node/6316733885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6334264907", - "addr:city": "Paris", - "addr:housenumber": "17", - "addr:postcode": "75010", - "addr:street": "Rue Beaurepaire", - "check_date": "2024-11-08", - "clothes": "women", - "contact:phone": "+33 9 66 83 38 93", - "contact:website": "https://www.heroines.fr/magasins", - "level": "0", - "name": "Héroïnes", - "shop": "clothes", - "source": "survey 02/2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3638129, - 48.8706894 - ] - }, - "id": "node/6334264907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6334264908", - "addr:city": "Paris", - "addr:housenumber": "19", - "addr:postcode": "75010", - "addr:street": "Rue Beaurepaire", - "check_date": "2024-11-08", - "clothes": "women", - "level": "0", - "name": "Idéco Store", - "shop": "clothes", - "source": "survey 02/2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3638451, - 48.8707547 - ] - }, - "id": "node/6334264908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6334264909", - "addr:city": "Paris", - "addr:housenumber": "19", - "addr:postcode": "75010", - "addr:street": "Rue Beaurepaire", - "check_date": "2024-11-08", - "clothes": "women", - "contact:phone": "+33 1 40 35 95 42", - "contact:website": "https://www.petitemendigote.fr/", - "level": "0", - "name": "Petite Mendigote", - "shop": "clothes", - "source": "survey 02/2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3638739, - 48.8708249 - ] - }, - "id": "node/6334264909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6334264910", - "addr:city": "Paris", - "addr:housenumber": "21", - "addr:postcode": "75010", - "addr:street": "Rue Beaurepaire", - "brand": "Des Petits Hauts", - "brand:wikidata": "Q104197445", - "check_date": "2024-11-08", - "clothes": "women", - "contact:phone": "+33 1 75 44 05 83", - "contact:website": "https://www.despetitshauts.com/fr/paris-10eme-215.html", - "level": "0", - "name": "Des Petits Hauts", - "shop": "clothes", - "source": "survey 02/2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3638961, - 48.8708875 - ] - }, - "id": "node/6334264910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6334264914", - "addr:city": "Paris", - "addr:housenumber": "25", - "addr:postcode": "75010", - "addr:street": "Rue Beaurepaire", - "check_date": "2024-11-08", - "level": "0", - "name": "HarrisWilson", - "shop": "clothes", - "source": "survey 02/2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3640141, - 48.8711667 - ] - }, - "id": "node/6334264914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6334264916", - "addr:city": "Paris", - "addr:housenumber": "27", - "addr:postcode": "75010", - "addr:street": "Rue Beaurepaire", - "check_date": "2024-11-08", - "clothes": "women", - "contact:phone": "+33 1 85 73 42 39", - "contact:website": "https://www.marie-sixtine.com/fr_fr/boutiques/", - "level": "0", - "name": "Marie Sixtine", - "shop": "clothes", - "source": "survey 02/2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3640724, - 48.8712955 - ] - }, - "id": "node/6334264916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6337748932", - "clothes": "women;maternity", - "contact:city": "Paris", - "contact:housenumber": "109", - "contact:phone": "+33 1 42 84 07 70", - "contact:postcode": "75006", - "contact:street": "Rue du Cherche-Midi", - "contact:website": "http://chercheminippes.fr", - "currency:EUR": "yes", - "currency:others": "no", - "description": "Femmes - Prêt-à-Porter Créateurs", - "name": "Chercheminippes", - "opening_hours": "Mo-Sa 11:00-19:00", - "operator": "SARL Chercheminippes", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3204057, - 48.846165 - ] - }, - "id": "node/6337748932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6337748933", - "clothes": "men", - "contact:city": "Paris", - "contact:housenumber": "111", - "contact:phone": "+33 1 42 22 53 76", - "contact:postcode": "75006", - "contact:street": "Rue du Cherche-Midi", - "contact:website": "http://chercheminippes.fr", - "currency:EUR": "yes", - "currency:others": "no", - "name": "Chercheminippes", - "opening_hours": "Mo-Sa 11:00-19:00", - "operator": "SARL Chercheminippes", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3202535, - 48.8460711 - ] - }, - "id": "node/6337748933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6337748934", - "clothes": "children", - "contact:city": "Paris", - "contact:housenumber": "124", - "contact:phone": "+33 1 45 49 20 22", - "contact:postcode": "75006", - "contact:street": "Rue du Cherche-Midi", - "contact:website": "http://chercheminippes.fr", - "currency:EUR": "yes", - "currency:others": "no", - "name": "Chercheminippes", - "opening_hours": "Mo-Sa 11:00-19:00", - "operator": "SARL Chercheminippes", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3194875, - 48.845837 - ] - }, - "id": "node/6337748934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6337748935", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "114", - "contact:phone": "+33 1 42 84 37 26", - "contact:postcode": "75006", - "contact:street": "Rue du Cherche-Midi", - "contact:website": "http://chercheminippes.fr", - "currency:EUR": "yes", - "currency:others": "no", - "description": "Femmes - Couturiers Créateurs Japonais", - "name": "Chercheminippes", - "opening_hours": "Mo-Sa 11:00-19:00", - "operator": "SARL Chercheminippes", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3203206, - 48.8463415 - ] - }, - "id": "node/6337748935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6340679167", - "addr:city": "Paris", - "addr:postcode": "75014", - "addr:street": "Rue Mouton Duvernet", - "check_date:opening_hours": "2024-08-14", - "name": "ELEA Création", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.328625, - 48.8316215 - ] - }, - "id": "node/6340679167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6349117785", - "check_date:opening_hours": "2024-10-21", - "name": "Baboune", - "opening_hours:signed": "no", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3294508, - 48.8311623 - ] - }, - "id": "node/6349117785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6349117885", - "check_date": "2024-10-21", - "check_date:opening_hours": "2024-10-21", - "name": "Coup de balai", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3293098, - 48.8309991 - ] - }, - "id": "node/6349117885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6356568792", - "check_date": "2024-04-13", - "name": "Ding 2 Fring", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3679763, - 48.8690409 - ] - }, - "id": "node/6356568792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6356568794", - "charity": "yes", - "check_date": "2024-06-25", - "name": "Emmaüs Alternatives", - "opening_hours": "Mo-Sa 11:00-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3688856, - 48.8694004 - ] - }, - "id": "node/6356568794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6356568795", - "check_date": "2024-06-26", - "clothes": "underwear", - "name": "Caprices", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3697669, - 48.8695117 - ] - }, - "id": "node/6356568795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6356568796", - "addr:housenumber": "50", - "addr:postcode": "75011", - "addr:street": "Rue du Faubourg du Temple", - "check_date": "2024-06-26", - "contact:instagram": "urbanvintageparis", - "name": "Urban Vintage", - "opening_hours": "Mo-Fr 11:00-13:00, 14:00-19:00; Sa 11:00-19:00", - "phone": "+33 1 48 06 07 13", - "shop": "clothes", - "website": "https://www.urbanvintageparis.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3699866, - 48.8695776 - ] - }, - "id": "node/6356568796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6356585086", - "check_date": "2024-07-01", - "name": "Saga des Marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3657846, - 48.8681818 - ] - }, - "id": "node/6356585086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6356585092", - "check_date": "2024-04-13", - "name": "Sister", - "shop": "clothes", - "survey:date": "2020-07-11" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3686207, - 48.8691029 - ] - }, - "id": "node/6356585092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6356585093", - "check_date": "2024-06-26", - "name": "Cara Kiss", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3702102, - 48.8695966 - ] - }, - "id": "node/6356585093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6356590087", - "check_date": "2024-08-06", - "name": "Maya Nana", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3681026, - 48.8690875 - ] - }, - "id": "node/6356590087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6356591386", - "check_date": "2024-07-02", - "name": "Affaires à Faire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3669105, - 48.8685491 - ] - }, - "id": "node/6356591386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6378239599", - "name": "Gaines Colombiennes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.422478, - 48.8474525 - ] - }, - "id": "node/6378239599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6378240103", - "check_date": "2024-11-20", - "name": "My Love", - "opening_hours": "Mo-Fr 11:00-14:00,15:30-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4230712, - 48.847661 - ] - }, - "id": "node/6378240103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6385576085", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "contact:city": "Paris", - "contact:housenumber": "89", - "contact:phone": "+33 1 45 51 28 33", - "contact:postcode": "75007", - "contact:street": "Rue Saint-Dominique", - "contact:website": "https://www.thekooples.com/fr/boutiques", - "name": "The Kooples", - "opening_hours": "Mo 11:00-19:00; Tu-Fr 10:30-19:30; Sa 10:30-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.307594, - 48.8596108 - ] - }, - "id": "node/6385576085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6385584232", - "branch": "Paris Saint Dominique", - "brand": "Minelli", - "brand:wikidata": "Q61994831", - "contact:city": "Paris", - "contact:housenumber": "72", - "contact:postcode": "75007", - "contact:street": "Rue Saint-Dominique", - "name": "Minelli", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:30-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3079911, - 48.8598003 - ] - }, - "id": "node/6385584232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6393373086", - "name": "5e Avenue", - "opening_hours": "Tu-Sa 10:30-19:30; Mo 12:00-19:30; Su 10:30-13:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2374262, - 48.8448577 - ] - }, - "id": "node/6393373086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6393626998", - "brand": "Le Slip Français", - "brand:wikidata": "Q14594793", - "brand:wikipedia": "fr:Le Slip Français", - "changing_table": "no", - "check_date": "2024-04-01", - "clothes": "underwear", - "contact:city": "Paris", - "contact:housenumber": "7-9", - "contact:phone": "+33 1 48 06 17 55", - "contact:postcode": "75011", - "contact:street": "Rue de Charonne", - "contact:website": "https://www.leslipfrancais.fr", - "level": "0", - "name": "Le Slip Français", - "opening_hours": "Mo-Sa 11:00-19:30 open; Su closed", - "operator": "Le Slip Français", - "organic": "no", - "payment:cash": "yes", - "payment:coins": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "second_hand": "no", - "shop": "clothes", - "toilets": "no", - "toilets:access": "private", - "toilets:wheelchair": "no", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3741598, - 48.8525444 - ] - }, - "id": "node/6393626998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6394874404", - "addr:city": "Paris", - "addr:housenumber": "29", - "addr:postcode": "75010", - "addr:street": "Rue Beaurepaire", - "check_date": "2024-11-08", - "clothes": "men", - "level": "0", - "name": "Hircus", - "shop": "clothes", - "source": "survey 02/2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3641282, - 48.8714036 - ] - }, - "id": "node/6394874404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6401512927", - "name": "La Bâloise", - "shop": "clothes", - "source": "survey", - "website": "https://annecwirth.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3880022, - 48.8741524 - ] - }, - "id": "node/6401512927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6409006135", - "addr:housenumber": "2", - "addr:postcode": "75017", - "addr:street": "Rue Gustave Doré", - "name": "Babyzen Store Officiel NatalMarket Paris 17", - "phone": "+33 1 45 74 33 27", - "shop": "clothes", - "website": "https://natalmarket.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3036064, - 48.8861133 - ] - }, - "id": "node/6409006135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6424192422", - "contact:facebook": "https://www.facebook.com/www.facebook.com/retourvertlefutur", - "name": "Ding Fring", - "opening_hours": "Mo-Sa 10:00-18:50", - "operator": "EBS Le Relais Val-de-Seine", - "ref:FR:SIRET": "39380139400072", - "second_hand": "only", - "shop": "clothes", - "source": "CRESS Île-de-France" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3888196, - 48.8738927 - ] - }, - "id": "node/6424192422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6432514587", - "check_date": "2024-06-26", - "name": "Kitoko", - "shop": "clothes", - "survey:date": "2020-07-11" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3685667, - 48.8692757 - ] - }, - "id": "node/6432514587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6450193420", - "brand": "Cotélac", - "brand:wikidata": "Q2998637", - "check_date": "2024-11-08", - "level": "0", - "name": "Cotélac", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "toilets": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3643636, - 48.8711639 - ] - }, - "id": "node/6450193420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6452983740", - "addr:city": "Paris", - "addr:housenumber": "31", - "addr:postcode": "75010", - "addr:street": "Rue Beaurepaire", - "check_date": "2024-11-08", - "description": "Vintage Clothing", - "name": "Limousine", - "shop": "clothes", - "source": "survey 02/2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3641867, - 48.8715057 - ] - }, - "id": "node/6452983740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6452983744", - "addr:city": "Paris", - "addr:housenumber": "26", - "addr:postcode": "75010", - "addr:street": "Rue Beaurepaire", - "check_date": "2024-11-08", - "level": "0", - "name": "Frivoli", - "second_hand": "yes", - "shop": "clothes", - "source": "survey 02/2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.364256, - 48.8709337 - ] - }, - "id": "node/6452983744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6454752085", - "check_date": "2023-06-21", - "name": "Confidence", - "phone": "+33 1 57 63 00 95", - "shop": "clothes", - "source": "survey 2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2503881, - 48.8355595 - ] - }, - "id": "node/6454752085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6454776085", - "clothes": "wedding", - "name": "My Kala", - "shop": "clothes", - "source": "survey 2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.250085, - 48.8354878 - ] - }, - "id": "node/6454776085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6455942985", - "check_date": "2023-09-30", - "name": "Les Voltigeuses", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3488649, - 48.8738826 - ] - }, - "id": "node/6455942985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6461465987", - "name": "Opportunité", - "shop": "shoes", - "source": "survey 2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.266083, - 48.8476776 - ] - }, - "id": "node/6461465987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6461483389", - "name": "Exclusif", - "shop": "clothes", - "source": "survey 2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2662049, - 48.8475262 - ] - }, - "id": "node/6461483389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6468216157", - "name": "Anthony Garçon", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3059749, - 48.8733367 - ] - }, - "id": "node/6468216157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6468753735", - "contact:city": "Paris", - "contact:email": "conceptstore@lamaledeffeenne.com", - "contact:housenumber": "22", - "contact:phone": "+33 628 682 630", - "contact:postcode": "75004", - "contact:street": "Rue Saint-Paul", - "contact:website": "https://www.lamaledeffeenne.com/", - "name": "La mâle d'effeenne Concept Store", - "operator": "Nico Thibault Francioni et François Mahe", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3619338, - 48.8535989 - ] - }, - "id": "node/6468753735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6469235146", - "brand": "Pablo", - "brand:wikidata": "Q104718978", - "check_date": "2024-05-11", - "check_date:opening_hours": "2024-01-14", - "clothes": "women", - "name": "Pablo", - "opening_hours": "Mo-Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3638838, - 48.8566508 - ] - }, - "id": "node/6469235146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6469235164", - "name": "Piscine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3634022, - 48.8565219 - ] - }, - "id": "node/6469235164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6469235172", - "addr:housenumber": "3", - "addr:postcode": "75003", - "addr:street": "Rue Réaumur", - "contact:city": "Paris", - "contact:housenumber": "3", - "contact:instagram": "brut_archives", - "contact:postcode": "75003", - "contact:street": "Rue Réaumur", - "name": "Brut", - "name:en": "Brut", - "name:fr": "Brut", - "name:ro": "Brut", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-19:30; Su 14:00-19:30", - "phone": "+33 1 43 70 52 32", - "shop": "clothes", - "website": "https://brut-clothing.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591723, - 48.864672 - ] - }, - "id": "node/6469235172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6469235174", - "brand": "De Fursac", - "brand:wikidata": "Q22248311", - "clothes": "men", - "name": "Fursac", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3598396, - 48.8579993 - ] - }, - "id": "node/6469235174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6469235175", - "name": "FactorY's Paris", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3573733, - 48.857619 - ] - }, - "id": "node/6469235175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6469235176", - "name": "Coton Doux", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3573058, - 48.8576535 - ] - }, - "id": "node/6469235176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6469235183", - "name": "Silver", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3574212, - 48.8575915 - ] - }, - "id": "node/6469235183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6473161730", - "addr:city": "Paris", - "addr:housenumber": "20", - "addr:postcode": "75003", - "addr:street": "Rue du Pont aux Choux", - "name": "Gaijin", - "opening_hours": "Mo-Su 11:00-19:30", - "phone": "+33 1 71 27 77 09", - "shop": "clothes", - "website": "https://gaijinparis.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3650303, - 48.8613255 - ] - }, - "id": "node/6473161730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6475933785", - "brand": "Celio", - "brand:wikidata": "Q2672003", - "brand:wikipedia": "en:Celio (retailer)", - "check_date": "2024-07-06", - "contact:city": "Paris", - "contact:housenumber": "26", - "contact:postcode": "75012", - "contact:street": "Rue du Faubourg Saint-Antoine", - "name": "Celio", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3713339, - 48.8525173 - ] - }, - "id": "node/6475933785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6479907785", - "alt_name": "Salomon Sports", - "brand": "Salomon", - "brand:wikidata": "Q2120822", - "clothes": "outdoor;sports", - "name": "Salomon", - "opening_hours": "Mo-Sa 10:30-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+33 1 42 02 46 05", - "shop": "clothes", - "website": "https://stores.salomon.com/shop/126145/salomon-store-paris", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3362581, - 48.8529182 - ] - }, - "id": "node/6479907785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6483350724", - "clothes": "men;suits", - "contact:city": "Paris", - "contact:housenumber": "67", - "contact:postcode": "75017", - "contact:street": "Boulevard de Courcelles", - "name": "Wicket", - "opening_hours": "Tu-Sa 10:45-19:00", - "operator": "Wicket", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3019063, - 48.8786939 - ] - }, - "id": "node/6483350724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6494708679", - "brand": "Clarks", - "brand:wikidata": "Q1095857", - "brand:wikipedia": "en:C. & J. Clark", - "name": "Clarks", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 1 45 48 06 25", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3259755, - 48.8483246 - ] - }, - "id": "node/6494708679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6498978524", - "contact:city": "Paris", - "contact:housenumber": "20", - "contact:postcode": "75018", - "contact:street": "Rue André del Sarte", - "name": "A.P.C. Surplus", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454917, - 48.8858969 - ] - }, - "id": "node/6498978524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6498982986", - "contact:city": "Paris", - "contact:housenumber": "19", - "contact:postcode": "75018", - "contact:street": "Rue André del Sarte", - "name": "Anna Fjord", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3453851, - 48.8857399 - ] - }, - "id": "node/6498982986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6499967692", - "contact:city": "Paris", - "contact:housenumber": "19", - "contact:postcode": "75018", - "contact:street": "Rue André del Sarte", - "name": "Ysasu", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3455029, - 48.8857353 - ] - }, - "id": "node/6499967692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6501027269", - "email": "hello@amanoparis.com", - "name": "Le pop up de Belleville", - "opening_hours": "Sa 10:00-19:00", - "opening_hours:description": "ouvert 1 samedi / mois, le 1er ou autre en fonction évènements", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3812249, - 48.8715203 - ] - }, - "id": "node/6501027269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6538313585", - "addr:housenumber": "19", - "addr:postcode": "75009", - "addr:street": "Rue Lamartine", - "name": "Bis Boutique Solidaire", - "opening_hours": "Tu-Sa 10:00-19:30", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.bisboutiquesolidaire.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3417428, - 48.8764524 - ] - }, - "id": "node/6538313585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6549902843", - "name": "Kenzie", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3840302, - 48.8505424 - ] - }, - "id": "node/6549902843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6560405986", - "name": "Basket & Co.", - "opening_hours": "Mo-Su 10:30-20:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2730223, - 48.8571196 - ] - }, - "id": "node/6560405986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6564662339", - "contact:city": "Paris", - "contact:housenumber": "74", - "contact:postcode": "75012", - "contact:street": "Rue du Rendez-Vous", - "name": "L'atelier du Vernis", - "opening_hours": "Mo-Sa 09:30-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4002086, - 48.8470262 - ] - }, - "id": "node/6564662339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6564669106", - "contact:city": "Paris", - "contact:housenumber": "82", - "contact:postcode": "75012", - "contact:street": "Rue du Rendez-Vous", - "name": "J'aime Outlet", - "opening_hours": "Mo-Sa 09:30-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3996014, - 48.8472621 - ] - }, - "id": "node/6564669106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6567684766", - "check_date": "2023-07-15", - "clothes": "women", - "name": "Clothes Attitude", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3685173, - 48.8544823 - ] - }, - "id": "node/6567684766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6570051726", - "addr:city": "Paris", - "addr:housenumber": "22", - "addr:postcode": "75015", - "addr:street": "Rue du Départ", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "brand:wikipedia": "en:Chanel", - "name": "Chanel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3225192, - 48.842527 - ] - }, - "id": "node/6570051726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6570051727", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "brand:wikipedia": "en:Chanel", - "contact:city": "Paris", - "contact:housenumber": "24", - "contact:postcode": "75006", - "contact:street": "Rue de Sèvres", - "name": "Chanel", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3248163, - 48.8506838 - ] - }, - "id": "node/6570051727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6570051728", - "addr:city": "Paris", - "addr:housenumber": "40", - "addr:postcode": "75008", - "addr:street": "Boulevard Haussmann", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "brand:wikipedia": "en:Chanel", - "name": "Chanel", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3325074, - 48.8733152 - ] - }, - "id": "node/6570051728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6570051731", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "brand:wikipedia": "en:Chanel", - "contact:city": "Paris", - "contact:housenumber": "40", - "contact:postcode": "75003", - "contact:street": "Rue des Francs Bourgeois", - "name": "Chanel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591946, - 48.8585093 - ] - }, - "id": "node/6570051731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6576457985", - "name": "Berenice", - "shop": "clothes", - "source": "survey 2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2633379, - 48.848147 - ] - }, - "id": "node/6576457985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6577220036", - "clothes": "men", - "name": "Robinson", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3020648, - 48.87649 - ] - }, - "id": "node/6577220036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6587220458", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "contact:city": "Paris", - "contact:housenumber": "20", - "contact:phone": "+33 1 43 46 92 96", - "contact:postcode": "75012", - "contact:street": "Rue du Faubourg Saint-Antoine", - "name": "Caroll", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3711252, - 48.8526361 - ] - }, - "id": "node/6587220458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6588153508", - "brand": "Chevignon", - "brand:wikidata": "Q787601", - "brand:wikipedia": "fr:Chevignon", - "contact:city": "Paris", - "contact:housenumber": "160", - "contact:postcode": "75006", - "contact:street": "Boulevard Saint-Germain", - "name": "Chevignon", - "opening_hours": "Mo-Sa 11:00-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.336152, - 48.85331 - ] - }, - "id": "node/6588153508" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6589346814", - "brand": "Café Coton", - "brand:wikidata": "Q105076734", - "contact:city": "Paris", - "contact:housenumber": "5", - "contact:postcode": "75006", - "contact:street": "Rue de Sèvres", - "name": "IKKS", - "opening_hours": "Mo-Su 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3289989, - 48.8518029 - ] - }, - "id": "node/6589346814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6592024820", - "name": "Nin & Laur", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3859432, - 48.8327916 - ] - }, - "id": "node/6592024820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6592042821", - "addr:housenumber": "15", - "addr:street": "Cour Saint-Émilion", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "clothes": "underwear", - "name": "Etam", - "opening_hours": "10:00-20:00", - "shop": "clothes", - "website": "https://www.etam.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3858811, - 48.8327604 - ] - }, - "id": "node/6592042821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6592062924", - "brand": "Courir", - "brand:wikidata": "Q3001258", - "brand:wikipedia": "fr:Courir (chaîne de magasins)", - "contact:city": "Paris", - "contact:housenumber": "22", - "contact:postcode": "75012", - "contact:street": "Rue du Faubourg Saint-Antoine", - "name": "Courir", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3711895, - 48.8526031 - ] - }, - "id": "node/6592062924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6592065986", - "name": "Dockers", - "opening_hours": "Mo-Sa 10:00-19:30; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3710904, - 48.8529544 - ] - }, - "id": "node/6592065986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6592078534", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "check_date": "2024-07-06", - "contact:city": "Paris", - "contact:housenumber": "12", - "contact:postcode": "75012", - "contact:street": "Rue du Faubourg Saint-Antoine", - "contact:website": "https://stores.footlocker.fr/fr/paris/12-rue-du-faubourg-saint-antoine.html", - "name": "Foot Locker", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-19:30; Su 11:00-19:00", - "phone": "+33 1 57 97 78 73", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3708731, - 48.8527705 - ] - }, - "id": "node/6592078534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6594894988", - "check_date": "2023-04-21", - "name": "Zoé Ferdinand", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3389642, - 48.851763 - ] - }, - "id": "node/6594894988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6627364005", - "brand": "Éric Bompard", - "brand:wikidata": "Q3590998", - "name": "Éric Bompard", - "shop": "clothes", - "source": "survey 2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2745132, - 48.8587195 - ] - }, - "id": "node/6627364005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6631623608", - "addr:city": "Paris", - "addr:district": "8ème arrondissement", - "addr:housenumber": "20", - "addr:postcode": "75008", - "clothes": "women;men", - "name": "Supreme", - "opening_hours": "Mo-Sa 11:00-19:00; Su 12:00-18:00", - "payment:cash": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3599805, - 48.8592636 - ] - }, - "id": "node/6631623608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6632365585", - "addr:housenumber": "66", - "addr:postcode": "75006", - "addr:street": "Rue de Rennes", - "brand": "Saint James", - "brand:wikidata": "Q3463859", - "name": "Saint James", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 1 53 63 09 82", - "shop": "clothes", - "website": "http://www.saint-james.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3313547, - 48.8520999 - ] - }, - "id": "node/6632365585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6632368185", - "addr:housenumber": "116", - "addr:postcode": "75003", - "addr:street": "Rue Vieille du Temple", - "brand": "Saint James", - "brand:wikidata": "Q3463859", - "brand:wikipedia": "fr:Saint James (entreprise)", - "name": "Saint James", - "opening_hours": "Mo-Sa 11:00-20:00; Su 14:00-19:00", - "phone": "+33 1 40 09 87 00", - "shop": "clothes", - "website": "http://www.saint-james.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3634616, - 48.8612902 - ] - }, - "id": "node/6632368185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6652809546", - "name": "De Long en Large", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3688237, - 48.8556014 - ] - }, - "id": "node/6652809546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6652809549", - "check_date": "2024-04-06", - "clothes": "men", - "level": "0", - "name": "Agnès B. Homme", - "opening_hours": "Mo-Fr 10:30-19:30, Sa 10:30-20:00", - "second_hand": "no", - "shop": "clothes", - "toilets": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3682575, - 48.8554561 - ] - }, - "id": "node/6652809549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6652824286", - "check_date": "2024-03-18", - "name": "D&M Outlet", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3728783, - 48.8836709 - ] - }, - "id": "node/6652824286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6654766186", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "name": "Sandro", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3308303, - 48.851798 - ] - }, - "id": "node/6654766186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6654766285", - "name": "Brownie", - "opening_hours": "Mo-Sa 10:00-20:00; Su 12:00-19:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3307278, - 48.8514314 - ] - }, - "id": "node/6654766285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6655923152", - "name": "Piscine", - "opening_hours": "Mo-Sa 11:00-19:30; Su 12:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3310301, - 48.8517513 - ] - }, - "id": "node/6655923152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6664924961", - "name": "Les Drogueries d'Aujourd'hui", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.324788, - 48.8550275 - ] - }, - "id": "node/6664924961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6676052675", - "name": "Célina", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3130512, - 48.8314096 - ] - }, - "id": "node/6676052675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6691738485", - "addr:housenumber": "226", - "addr:street": "Rue de Paris", - "check_date": "2024-10-13", - "name": "Yves Dorsey", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.420169, - 48.8553056 - ] - }, - "id": "node/6691738485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6710088961", - "name": "Delage", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3321031, - 48.8665679 - ] - }, - "id": "node/6710088961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6715273388", - "contact:city": "Paris", - "contact:housenumber": "169", - "contact:postcode": "75006", - "contact:street": "Boulevard Saint-Germain", - "name": "Slowear", - "opening_hours": "Mo-Sa 10:30-19:30, Su 12:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3310417, - 48.8541093 - ] - }, - "id": "node/6715273388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6719871909", - "contact:facebook": "https://fr-fr.facebook.com/lesptitssouliersdebelleville/", - "name": "Les p'tits souliers de Belleville", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3877289, - 48.8745112 - ] - }, - "id": "node/6719871909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6719871935", - "name": "L'Atelier k+a", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3890986, - 48.8745529 - ] - }, - "id": "node/6719871935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6720566081", - "brand": "Le Colonel Moutarde", - "clothes": "bow_ties;ties", - "contact:housenumber": "47", - "contact:street": "Rue de Turenne", - "name": "Le Colonel Moutarde", - "opening_hours": "Tu-Fr 10:30-14:30,15:00-19:00; Sa 10:30-19:00", - "phone": "+33 1 42 72 37 88", - "shop": "clothes", - "website": "https://www.lecolonelmoutarde.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3643393, - 48.8579203 - ] - }, - "id": "node/6720566081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6726699285", - "brand": "Bonne Gueule", - "brand:website": "https://www.bonnegueule.fr", - "brand:wikidata": "Q22248146", - "brand:wikipedia": "fr:BonneGueule", - "clothes": "men", - "contact:housenumber": "4", - "contact:street": "Rue Madame", - "name": "Bonne Gueule", - "opening_hours": "Mo-Sa 10:30-19:30, Su 14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3318515, - 48.8519228 - ] - }, - "id": "node/6726699285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6742376103", - "check_date": "2023-09-11", - "name": "Hippy Market", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3408156, - 48.8534774 - ] - }, - "id": "node/6742376103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6757159604", - "addr:street": "Boulevard de Vaugirard", - "name": "Mondial Griff", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.319272, - 48.8419443 - ] - }, - "id": "node/6757159604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6760368494", - "female": "yes", - "name": "Oxyde", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3531761, - 48.8591911 - ] - }, - "id": "node/6760368494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6768621123", - "name": "Stock Option", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3260718, - 48.84925 - ] - }, - "id": "node/6768621123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6776027885", - "addr:housenumber": "46", - "addr:street": "Rue Condorcet", - "name": "M'apostrophe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3435463, - 48.8802674 - ] - }, - "id": "node/6776027885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6776787088", - "check_date:opening_hours": "2024-04-01", - "name": "Arrow", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2780544, - 48.8588687 - ] - }, - "id": "node/6776787088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6776813086", - "name": "Lacet Rouge Junior", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2776324, - 48.8583771 - ] - }, - "id": "node/6776813086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778844819", - "addr:city": "Paris", - "name": "Métal Flaque", - "opening_hours": "\"on appointment\"", - "shop": "clothes", - "website": "https://www.metalflaque.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3343587, - 48.8643389 - ] - }, - "id": "node/6778844819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6784936685", - "name": "Hadrien", - "shop": "shoes", - "source": "survey 2019" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.237194, - 48.8447697 - ] - }, - "id": "node/6784936685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6784942485", - "name": "Freedom", - "opening_hours": "Mo-Fr 12:30-20:00; Sa 10:00-20:00; Su 09:30-13:30", - "ref:FR:SIRET": "82766152100027", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2384594, - 48.8464392 - ] - }, - "id": "node/6784942485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6792582787", - "addr:housenumber": "29", - "addr:street": "Rue Gambetta", - "name": "Destele", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2409219, - 48.8456963 - ] - }, - "id": "node/6792582787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6799801003", - "contact:city": "Paris", - "contact:housenumber": "63", - "contact:postcode": "75008", - "contact:street": "Rue La Boétie", - "name": "Pini Parma", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3117938, - 48.8730383 - ] - }, - "id": "node/6799801003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6813572887", - "name": "Sézane- L’atelier", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3450918, - 48.8695885 - ] - }, - "id": "node/6813572887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6830693821", - "brand": "Cyrillus", - "brand:wikidata": "Q3009179", - "check_date": "2023-07-13", - "name": "Cyrillus", - "phone": "+33 1 47 66 43 17", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2994894, - 48.884851 - ] - }, - "id": "node/6830693821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6832387891", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "check_date:opening_hours": "2024-01-29", - "name": "Calzedonia", - "opening_hours": "Mo-Sa 10:00-20:00; Su 10:30-13:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3161645, - 48.8817277 - ] - }, - "id": "node/6832387891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6832553770", - "addr:city": "Paris", - "addr:housenumber": "7", - "addr:postcode": "75017", - "addr:street": "Rue des Batignolles", - "check_date": "2024-04-26", - "clothes": "men;shirts", - "name": "Hast Batignolles", - "opening_hours": "Mo-Sa 11:00-19:30", - "operator": "Hast", - "phone": "+33 1 42 66 10 49", - "shop": "clothes", - "website": "https://www.hast.fr/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3231623, - 48.8834283 - ] - }, - "id": "node/6832553770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6865764685", - "brand": "Women'secret", - "brand:wikidata": "Q16648226", - "brand:wikipedia": "es:Women'secret", - "check_date:opening_hours": "2022-10-03", - "clothes": "underwear", - "name": "Women's Secret", - "opening_hours:signed": "no", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3396108, - 48.851847 - ] - }, - "id": "node/6865764685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6875456288", - "name": "Le Snob & Valois Vintage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3173227, - 48.8711888 - ] - }, - "id": "node/6875456288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6886504613", - "name": "Aleph...", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3528568, - 48.8672931 - ] - }, - "id": "node/6886504613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6886954285", - "brand": "Dolce & Gabbana", - "brand:wikidata": "Q214480", - "brand:wikipedia": "en:Dolce & Gabbana", - "name": "Dolce & Gabbana", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3034066, - 48.8686646 - ] - }, - "id": "node/6886954285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6905368386", - "name": "Monan Chaussures", - "opening_hours": "Mo 15:00-19:00; Tu-Sa 10:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2941308, - 48.8500507 - ] - }, - "id": "node/6905368386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6911507973", - "brand": "Cyrillus", - "brand:wikidata": "Q3009179", - "brand:wikipedia": "fr:Cyrillus", - "check_date": "2024-01-11", - "name": "Cyrillus", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3625656, - 48.866765 - ] - }, - "id": "node/6911507973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6911999785", - "name": "Belair", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2880627, - 48.8637713 - ] - }, - "id": "node/6911999785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6918246686", - "check_date:opening_hours": "2024-09-14", - "name": "Bada Bunta", - "opening_hours": "Tu-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3578709, - 48.8553509 - ] - }, - "id": "node/6918246686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6919958071", - "name": "Naumy", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3727545, - 48.8977742 - ] - }, - "id": "node/6919958071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6924544987", - "name": "RDM", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2959694, - 48.8458222 - ] - }, - "id": "node/6924544987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6927243039", - "name": "Motus", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3285766, - 48.8753978 - ] - }, - "id": "node/6927243039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6944503686", - "brand": "Manfield", - "brand:wikidata": "Q58328872", - "name": "Manfield", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.27374, - 48.8575666 - ] - }, - "id": "node/6944503686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6944525709", - "level": "0", - "name": "Jérôme Dreyfus", - "opening_hours": "Tu-Fr 12:00-19:00, Sa 11:00-19:30", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3627655, - 48.862144 - ] - }, - "id": "node/6944525709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6944926387", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "check_date": "2023-06-19", - "name": "Zara", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3325652, - 48.8711985 - ] - }, - "id": "node/6944926387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6947430383", - "contact:city": "Paris", - "contact:housenumber": "34", - "contact:postcode": "75010", - "contact:street": "Rue Yves Toudic", - "delivery": "yes", - "name": "Eat Dust", - "outdoor_seating": "yes", - "shop": "clothes", - "survey:date": "2023-05-27", - "takeaway": "yes", - "website": "https://www.eatdustclothing.com/pages/flagship-stores" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3629496, - 48.871173 - ] - }, - "id": "node/6947430383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6947430384", - "contact:city": "Paris", - "contact:housenumber": "32", - "contact:phone": "+33 9 80 31 71 42", - "contact:postcode": "75010", - "contact:street": "Rue Yves Toudic", - "contact:website": "https://www.club75.fr/", - "name": "Walk In Paris", - "opening_hours": "Mo-Sa 11:30-19:30", - "shop": "clothes", - "survey:date": "2023-05-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3630303, - 48.8710672 - ] - }, - "id": "node/6947430384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6948830763", - "check_date": "2024-10-25", - "name": "Outlet Store", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.329649, - 48.8724614 - ] - }, - "id": "node/6948830763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6949253365", - "name": "Azal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3953877, - 48.8691219 - ] - }, - "id": "node/6949253365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6952633985", - "addr:housenumber": "15", - "addr:postcode": "75003", - "addr:street": "Rue de Poitou", - "check_date": "2024-08-10", - "name": "Veja", - "opening_hours": "Mo-Sa 11:00-20:00; Su 14:00-19:00", - "shop": "shoes", - "website": "https://www.veja-store.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3630647, - 48.8614675 - ] - }, - "id": "node/6952633985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6957389086", - "check_date": "2024-01-11", - "name": "O'London", - "opening_hours": "Tu-Sa 10:30-12:30, 13:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2944251, - 48.8503882 - ] - }, - "id": "node/6957389086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6964519302", - "check_date": "2023-04-01", - "name": "À Nous les Marques", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3769294, - 48.8654653 - ] - }, - "id": "node/6964519302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6964519397", - "addr:city": "Paris", - "addr:housenumber": "86", - "addr:postcode": "75011", - "addr:street": "Rue Oberkampf", - "check_date": "2023-04-01", - "name": "Made by Moi", - "opening_hours": "Tu-Fr 10:00-14:00,15:00-19:30; Mo 16:30-19:30; Sa 10:00-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3765148, - 48.8653542 - ] - }, - "id": "node/6964519397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6964519987", - "check_date": "2023-04-01", - "name": "The Shop", - "opening_hours": "Tu-Fr 10:30-14:00,15:00-19:30; Sa 10:30-19:30; Su 14:00-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3771268, - 48.8655087 - ] - }, - "id": "node/6964519987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6972324525", - "level": "0", - "name": "Vicas", - "shop": "clothes", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3615774, - 48.8656035 - ] - }, - "id": "node/6972324525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6972324529", - "name": "Mes Demoiselles", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3628209, - 48.8631942 - ] - }, - "id": "node/6972324529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6972324530", - "level": "0", - "name": "annabel Winship", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3630736, - 48.873214 - ] - }, - "id": "node/6972324530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6972530072", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "brand:wikipedia": "fr:Maje", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "35", - "contact:postcode": "75008", - "contact:street": "Avenue des Champs-Élysées", - "name": "Maje", - "name:en": "Maje", - "name:fr": "Maje", - "name:ro": "Maje", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3063422, - 48.8697836 - ] - }, - "id": "node/6972530072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6972937786", - "name": "Palme", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3587729, - 48.8656488 - ] - }, - "id": "node/6972937786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6987051322", - "addr:city": "Paris", - "addr:housenumber": "1", - "addr:postcode": "75003", - "addr:street": "Rue Notre-Dame-de-Nazareth", - "check_date": "2022-11-26", - "clothes": "women;men;children", - "contact:instagram": "https://www.instagram.com/relique.paris/", - "name": "Relique", - "opening_hours": "Tu-Fr 11:00-13:00,14:00-19:00; Sa 11:00-19:00; Su 12:00-18:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3613566, - 48.8669295 - ] - }, - "id": "node/6987051322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6993009559", - "check_date": "2023-04-08", - "name": "Eres", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3253602, - 48.8709126 - ] - }, - "id": "node/6993009559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7006239085", - "check_date": "2024-08-08", - "contact:city": "Paris", - "contact:email": "paris@meermin.es", - "contact:housenumber": "16", - "contact:phone": "+33142654907", - "contact:postcode": "75008", - "contact:street": "Rue Chauveau-Lagarde", - "contact:website": "https://www.meermin.es", - "name": "Meermin", - "opening_hours": "Mo-Sa 10:30-20:00; Su 12:00-18:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3226505, - 48.8717471 - ] - }, - "id": "node/7006239085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7008948676", - "brand": "Birkenstock", - "brand:wikidata": "Q648458", - "brand:wikipedia": "en:Birkenstock", - "name": "Birkenstock", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3343619, - 48.8664329 - ] - }, - "id": "node/7008948676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7009138692", - "name": "Margiela", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3367564, - 48.8653267 - ] - }, - "id": "node/7009138692" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7011208553", - "name": "France Chaussures", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3340569, - 48.8729879 - ] - }, - "id": "node/7011208553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7020866097", - "name": "Chromatic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3316268, - 48.8444022 - ] - }, - "id": "node/7020866097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7035450616", - "check_date": "2023-07-16", - "name": "Jean-Marc Philippe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3534684, - 48.868405 - ] - }, - "id": "node/7035450616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7046848586", - "check_date:opening_hours": "2024-03-04", - "name": "Hazar and Co", - "opening_hours": "Tu,We,Fr,Sa 11:30-19:30", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3204669, - 48.8349422 - ] - }, - "id": "node/7046848586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7054226874", - "name": "Descamps", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2662239, - 48.84766 - ] - }, - "id": "node/7054226874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7054227799", - "contact:mail": "info@anja-paris.com", - "name": "Anja", - "phone": "+33 9 86 25 26 81", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2663683, - 48.8480105 - ] - }, - "id": "node/7054227799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7054236506", - "name": "Francisco Guedi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2664264, - 48.8482254 - ] - }, - "id": "node/7054236506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7054239910", - "name": "Sœur", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2663467, - 48.8479364 - ] - }, - "id": "node/7054239910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7058456566", - "name": "Nikie Lee", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3551881, - 48.8640257 - ] - }, - "id": "node/7058456566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7058456584", - "check_date": "2023-03-18", - "name": "Jamini", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3612648, - 48.8696744 - ] - }, - "id": "node/7058456584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7069189680", - "name": "A Xia Tiffe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3564108, - 48.8615687 - ] - }, - "id": "node/7069189680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7069189682", - "check_date": "2024-08-04", - "clothes": "rain", - "name": "Rains", - "opening_hours": "Su,Mo 14:00-19:00; Tu-Th 11:00-19:00; Fr,Sa 11:00-20:00", - "second_hand": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3568, - 48.8616529 - ] - }, - "id": "node/7069189682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7069198191", - "name": "Impexit", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3573971, - 48.8624608 - ] - }, - "id": "node/7069198191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7069198195", - "check_date": "2024-08-04", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.356472, - 48.8614124 - ] - }, - "id": "node/7069198195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7075444603", - "name": "Caillou", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3133416, - 48.872136 - ] - }, - "id": "node/7075444603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7078311701", - "name": "Blue Garage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3583447, - 48.8579909 - ] - }, - "id": "node/7078311701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7078311726", - "level": "0", - "name": "Arc'teryx", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591178, - 48.8585795 - ] - }, - "id": "node/7078311726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7078311759", - "level": "0", - "name": "L'Habilleur", - "opening_hours": "Mo-Sa 12:00-19:00", - "shop": "clothes", - "website": "http://www.lhabilleur.fr", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3616798, - 48.8617881 - ] - }, - "id": "node/7078311759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7078311760", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "check_date:opening_hours": "2023-01-07", - "clothes": "women", - "level": "0", - "name": "Sandro Outlet", - "opening_hours": "Mo-Sa 10:30-19:30, Su 11:00-19:00", - "shop": "clothes", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3626704, - 48.8564577 - ] - }, - "id": "node/7078311760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7091921227", - "brand": "Promod", - "brand:wikidata": "Q3407429", - "brand:wikipedia": "en:Promod", - "check_date:opening_hours": "2023-10-16", - "clothes": "women;children", - "name": "Promod", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4418116, - 48.8617378 - ] - }, - "id": "node/7091921227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7098651297", - "check_date": "2023-10-01", - "name": "Jolie Mode", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580395, - 48.8262764 - ] - }, - "id": "node/7098651297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7113309850", - "description": "Dépôt-Vente", - "name": "Troc'Mod", - "opening_hours": "Tu-Fr 12:00-19:30; Sa 10:30-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263926, - 48.8282395 - ] - }, - "id": "node/7113309850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7113315965", - "name": "Soie Dasy", - "opening_hours": "Tu-Fr 10:00-13:00,14:30-19:00; Mo 14:30-18:00; Sa 09:30-12:30,14:15-18:15", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3261415, - 48.8288797 - ] - }, - "id": "node/7113315965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7123925986", - "addr:housenumber": "27", - "addr:postcode": "75004", - "addr:street": "Rue du Bourg Tibourg", - "name": "L'Appartement Français", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 11:00-19:30; Su 12:30-18:30; PH closed", - "shop": "boutique", - "website": "https://www.lappartementfrancais.fr/content/10-boutique-made-in-France-paris", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.356214, - 48.8575196 - ] - }, - "id": "node/7123925986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7126171088", - "name": "Camille", - "opening_hours": "Tu-Fr 11:00-19:00; Sa 14:00-19:00", - "shop": "bag", - "website": "https://www.camilleveganbags.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3824415, - 48.8620431 - ] - }, - "id": "node/7126171088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7131526858", - "check_date": "2024-11-08", - "name": "Markin's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3535607, - 48.8437463 - ] - }, - "id": "node/7131526858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7133566585", - "addr:housenumber": "7", - "addr:street": "Rue du Pré aux Clercs", - "currency:BCH": "yes", - "email": "paris@lanieri.com", - "name": "Lanieri", - "opening_hours": "Tu-Sa 10:00-14:00,15:00-19:00 \"on appointment\"", - "phone": "+33 6 38 86 19 38", - "shop": "clothes", - "website": "https://www.lanieri.com/en/atelier/paris" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302749, - 48.8563518 - ] - }, - "id": "node/7133566585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7151976086", - "name": "PinKiss", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3765605, - 48.858652 - ] - }, - "id": "node/7151976086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7151976091", - "name": "Holly", - "opening_hours:signed": "no", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3754268, - 48.8602535 - ] - }, - "id": "node/7151976091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7151976287", - "name": "Virginia Key", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3761498, - 48.8591852 - ] - }, - "id": "node/7151976287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7151976289", - "check_date": "2024-07-14", - "name": "Danifrer", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3753958, - 48.8603214 - ] - }, - "id": "node/7151976289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7151976385", - "name": "Tricobel", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3527633, - 48.8687973 - ] - }, - "id": "node/7151976385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7151976488", - "name": "FLO", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3761562, - 48.8588482 - ] - }, - "id": "node/7151976488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7151976490", - "name": "Ky Création", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3757861, - 48.859854 - ] - }, - "id": "node/7151976490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7152452224", - "name": "Accessoire Diffusion", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3290984, - 48.8513779 - ] - }, - "id": "node/7152452224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7160893722", - "addr:housenumber": "128", - "addr:postcode": "75002", - "addr:street": "Rue Saint-Denis", - "contact:instagram": "cheapfrip_vintage", - "name": "Cheap Frip Vintage", - "opening_hours": "Mo-Fr 11:25-20:00; Sa-Su 11:00-20:00", - "second_hand": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3503453, - 48.8648463 - ] - }, - "id": "node/7160893722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7160893723", - "check_date": "2024-01-10", - "name": "Axe Mode Accessoires", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3510004, - 48.8661348 - ] - }, - "id": "node/7160893723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7160893732", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "name": "Caroll", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263676, - 48.8720499 - ] - }, - "id": "node/7160893732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7160893737", - "check_date": "2024-01-10", - "name": "Niki", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.351033, - 48.8661845 - ] - }, - "id": "node/7160893737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7167156219", - "clothes": "children", - "name": "Bobine", - "opening_hours": "Mo 12:30-14:00,14:30-19:00, Tu-Sa 10:30-14:00,14:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3240114, - 48.8541008 - ] - }, - "id": "node/7167156219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7174435967", - "name": "Christophe Alexandre Docquin", - "note:fr": "Robes de Mariée", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3250509, - 48.8809204 - ] - }, - "id": "node/7174435967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7174435976", - "name": "Amalia", - "opening_hours": "Mo-Sa 11:00-13:00,14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3262334, - 48.8826696 - ] - }, - "id": "node/7174435976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7177079308", - "name": "Cecilia & Day", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3552036, - 48.8637117 - ] - }, - "id": "node/7177079308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7179506368", - "addr:city": "Paris", - "addr:postcode": "75001", - "name": "Free'p'star", - "opening_hours": "Mo-Sa 10:00-20:00; Su 12:00-20:00", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486199, - 48.8610787 - ] - }, - "id": "node/7179506368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7195535588", - "check_date": "2024-06-26", - "name": "J. Vog", - "shop": "bag", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3696045, - 48.8694586 - ] - }, - "id": "node/7195535588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7208844004", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "brand:wikipedia": "en:Uniqlo", - "check_date": "2024-08-24", - "level": "-1", - "name": "Uniqlo", - "shop": "clothes", - "website": "https://www.uniqlo.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.325574, - 48.8459359 - ] - }, - "id": "node/7208844004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7209135885", - "check_date": "2024-10-13", - "name": "Osmose", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4188695, - 48.8550571 - ] - }, - "id": "node/7209135885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7209138785", - "check_date": "2024-10-13", - "name": "Osmose Kids", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4186709, - 48.8548545 - ] - }, - "id": "node/7209138785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7212442341", - "check_date": "2024-02-09", - "clothes": "underwear", - "name": "Bahan", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3702178, - 48.8730723 - ] - }, - "id": "node/7212442341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7226752085", - "name": "Khadi and Co", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3679986, - 48.8591011 - ] - }, - "id": "node/7226752085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7230130686", - "name": "Samsøe", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3765513, - 48.8533687 - ] - }, - "id": "node/7230130686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7230130687", - "check_date": "2024-06-06", - "name": "Héroïnes", - "opening_hours": "Mo-Sa 11:00-13:00,14:00-20:00", - "phone": "+33 1 43 57 98 96", - "shop": "clothes", - "source": "survey", - "website": "https://heroines.fr", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3764837, - 48.8531802 - ] - }, - "id": "node/7230130687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7230131585", - "check_date:opening_hours": "2024-09-01", - "name": "Altermundi", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3764468, - 48.8533739 - ] - }, - "id": "node/7230131585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7230131586", - "name": "K-Way", - "opening_hours": "Mo-Fr 11:00-13:00,14:00-19:00; Sa 11:00-17:00", - "phone": "+33 1 47 00 04 92", - "shop": "clothes", - "source": "survey", - "website": "https://k-way.fr", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3761069, - 48.8533493 - ] - }, - "id": "node/7230131586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7230131587", - "alt_name:ja": "エドウィン", - "brand": "EDWIN", - "brand:en": "EDWIN", - "brand:ja": "エドウイン", - "brand:wikidata": "Q5346176", - "clothes": "denim", - "name": "EDWIN", - "name:en": "EDWIN", - "name:ja": "エドウイン", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 12:00-19:00", - "phone": "+33 1 58 30 81 52", - "shop": "clothes", - "source": "survey", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3760174, - 48.853352 - ] - }, - "id": "node/7230131587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7230164494", - "name": "L'Adorable Cabinet de Curiosités de Monsieur Honoré", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3758176, - 48.8532312 - ] - }, - "id": "node/7230164494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7230164495", - "name": "Vingt et Une Heures Dix", - "opening_hours": "Mo 13:00-19:00; Tu-Su 11:30-19:30", - "shop": "clothes", - "website": "https://vingtetuneheuresdix.jewelry/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3758706, - 48.8532303 - ] - }, - "id": "node/7230164495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7232741713", - "name": "Primadonna", - "opening_hours": "Mo-Su 09:30-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332178, - 48.8757949 - ] - }, - "id": "node/7232741713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7233898491", - "check_date": "2023-11-20", - "name": "Lucky Bag", - "shop": "bag", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3980303, - 48.8486009 - ] - }, - "id": "node/7233898491" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7233898492", - "name": "Top Griff Outlet", - "shop": "clothes", - "website": "https://www.topgriff.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3981215, - 48.8485914 - ] - }, - "id": "node/7233898492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7237303475", - "name": "Lamarthe", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4285202, - 48.8932348 - ] - }, - "id": "node/7237303475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7237303480", - "name": "L'Entrepôt des Marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4278355, - 48.8922078 - ] - }, - "id": "node/7237303480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7237303482", - "brand": "Salamander", - "brand:wikidata": "Q878354", - "brand:wikipedia": "de:Salamander (Schuhe)", - "contact:city": "Romainville", - "contact:phone": "+33 1 78 77 01 00", - "contact:postcode": "93230", - "contact:street": "CC Paddock Paris", - "delivery": "no", - "name": "Salamander", - "official_name": "Salamander - Paddock", - "opening_hours": "Mo-Su 11:00-20:00", - "payment:cheque": "no", - "payment:contactless": "no", - "payment:debit_cards": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "shoes", - "website": "http://www.salamander.fr/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4282428, - 48.892166 - ] - }, - "id": "node/7237303482" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7237303483", - "clothes": "women", - "name": "Suncoo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4284667, - 48.8921241 - ] - }, - "id": "node/7237303483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7237303484", - "brand": "Sud Express", - "brand:wikidata": "Q104826254", - "clothes": "women", - "name": "Sud Express", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4286398, - 48.8920873 - ] - }, - "id": "node/7237303484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7237353086", - "name": "U.S. Polo Assn.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4285925, - 48.8923953 - ] - }, - "id": "node/7237353086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7237353087", - "clothes": "women", - "name": "Marie Sixtine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4286593, - 48.8924794 - ] - }, - "id": "node/7237353087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7237353091", - "name": "Delsey", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4290536, - 48.8924592 - ] - }, - "id": "node/7237353091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7237353092", - "clothes": "men", - "name": "Jerem", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4290358, - 48.8923965 - ] - }, - "id": "node/7237353092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7237353093", - "clothes": "children", - "name": "Kidiliz", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4288551, - 48.8927581 - ] - }, - "id": "node/7237353093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7237353094", - "clothes": "men", - "name": "Bayard", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4288869, - 48.8928351 - ] - }, - "id": "node/7237353094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7237353095", - "brand": "Dim", - "brand:wikidata": "Q3028013", - "brand:wikipedia": "fr:Dim (lingerie)", - "clothes": "underwear", - "name": "DIM", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4289107, - 48.8929212 - ] - }, - "id": "node/7237353095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7237353097", - "name": "Kilo Shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4289464, - 48.8929995 - ] - }, - "id": "node/7237353097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7237353101", - "brand": "Reebok", - "brand:wikidata": "Q466183", - "brand:wikipedia": "en:Reebok", - "name": "Reebok", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4293514, - 48.8932305 - ] - }, - "id": "node/7237353101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7240903586", - "addr:city": "Pantin", - "addr:housenumber": "57", - "addr:postcode": "93500", - "addr:street": "Rue Hoche", - "check_date:opening_hours": "2023-03-05", - "name": "DKM de Paris", - "opening_hours:signed": "no", - "phone": "+33 6 98 91 08 47", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4011623, - 48.8950912 - ] - }, - "id": "node/7240903586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7245413330", - "brand": "Le Coq Sportif", - "brand:wikidata": "Q1066156", - "clothes": "sports", - "contact:city": "Paris", - "contact:email": "contact@goldenpromise.fr", - "contact:housenumber": "11", - "contact:postcode": "75002", - "contact:street": "Rue Tiquetonne", - "contact:website": "https://www.goldenpromise.fr/", - "level": "-1", - "min_age": "18", - "name": "Le Coq Sportif", - "opening_hours": "Tu-Sa 19:00-02:00", - "outdoor_seating": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.349054, - 48.8644885 - ] - }, - "id": "node/7245413330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7264949909", - "name": "Georges Hobeika", - "shop": "clothes", - "website": "https://georgeshobeika.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3228467, - 48.8681584 - ] - }, - "id": "node/7264949909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7267360105", - "name": "Les bons plans de Cathy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4176893, - 48.8409505 - ] - }, - "id": "node/7267360105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7282523577", - "name": "Lola Jones", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2954547, - 48.8461597 - ] - }, - "id": "node/7282523577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7288911038", - "check_date:opening_hours": "2024-05-16", - "clothes": "workwear", - "level": "0", - "name": "Veltis", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3530809, - 48.832269 - ] - }, - "id": "node/7288911038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7292130987", - "check_date": "2024-05-11", - "name": "Derby*", - "opening_hours": "Mo-Sa 11:00-14:00,15:00-19:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3282915, - 48.8298353 - ] - }, - "id": "node/7292130987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7292150886", - "name": "Le Coin des Marques", - "opening_hours": "Mo-Sa 10:30-19:20", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3280681, - 48.8295765 - ] - }, - "id": "node/7292150886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7292150887", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "brand:wikipedia": "fr:Éram", - "check_date": "2024-05-13", - "name": "Éram", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3284141, - 48.8292675 - ] - }, - "id": "node/7292150887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7292150889", - "check_date": "2024-02-15", - "check_date:opening_hours": "2024-02-15", - "clothes": "women", - "name": "tanago", - "opening_hours:signed": "no", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3282568, - 48.8290867 - ] - }, - "id": "node/7292150889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7292150890", - "check_date": "2024-06-01", - "name": "Rayon d'or", - "opening_hours": "Mo-Sa 10:00-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3278136, - 48.8293125 - ] - }, - "id": "node/7292150890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7292159986", - "brand": "Chaussea", - "brand:wikidata": "Q62082044", - "name": "Chaussea", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3285303, - 48.8294143 - ] - }, - "id": "node/7292159986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7292217885", - "check_date:opening_hours": "2023-04-27", - "name": "Parade", - "opening_hours:signed": "no", - "shop": "clothes", - "survey:date": "2020-03-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297714, - 48.8308201 - ] - }, - "id": "node/7292217885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7292217886", - "branch": "women", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "brand:wikipedia": "fr:IKKS", - "clothes": "women", - "name": "Ikks", - "opening_hours": "Tu,Th-Sa 11:00-19:00; Mo,We 11:00-13:30,14:30-19:00", - "shop": "clothes", - "survey:date": "2020-03-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3299786, - 48.8310594 - ] - }, - "id": "node/7292217886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7292227986", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "brand:wikipedia": "fr:Comptoir des Cotonniers", - "clothes": "women", - "name": "Comptoir des Cotonniers", - "shop": "clothes", - "survey:date": "2020-03-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3300847, - 48.8311794 - ] - }, - "id": "node/7292227986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7294794691", - "brand": "Gabor", - "brand:wikidata": "Q1488760", - "brand:wikipedia": "de:Gabor Shoes", - "check_date": "2024-06-01", - "name": "Gabor", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:00-19:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3278913, - 48.8293791 - ] - }, - "id": "node/7294794691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7297028392", - "clothes": "wedding", - "name": "Priam", - "opening_hours": "Mo 14:30-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes", - "survey:date": "2020-03-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3259805, - 48.8261663 - ] - }, - "id": "node/7297028392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7297028486", - "clothes": "women", - "name": "Jacqueline Riu", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3259248, - 48.8259002 - ] - }, - "id": "node/7297028486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7297028487", - "name": "Haya Destock", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3261215, - 48.8266518 - ] - }, - "id": "node/7297028487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7297058687", - "name": "Ultra femme", - "shop": "clothes", - "survey:date": "2020-03-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3262315, - 48.8268447 - ] - }, - "id": "node/7297058687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7297079585", - "check_date": "2024-09-15", - "name": "Guerrisol", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263053, - 48.8272882 - ] - }, - "id": "node/7297079585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7299441785", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "brand:wikipedia": "fr:Princesse tam.tam", - "check_date": "2024-06-01", - "name": "Princesse tam.tam", - "opening_hours": "Tu-Sa 10:30-19:30; Mo 11:00-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3298046, - 48.8315893 - ] - }, - "id": "node/7299441785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7299441786", - "check_date": "2024-06-01", - "clothes": "underwear", - "name": "Les corsets de Paris", - "opening_hours": "Tu-Sa 10:00-19:30; Mo 14:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3300492, - 48.8318792 - ] - }, - "id": "node/7299441786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7299441986", - "brand": "Bocage", - "brand:wikidata": "Q104599699", - "check_date": "2024-06-01", - "name": "Bocage", - "opening_hours": "Tu-Sa 10:00-19:00; Su off; Mo 10:00-13:00,14:00-19:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3301159, - 48.831963 - ] - }, - "id": "node/7299441986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7299441988", - "brand": "Tamaris", - "brand:wikidata": "Q61994827", - "name": "Tamaris", - "opening_hours": "Mo 11:00-19:00, Tu-Sa 10:30-19:30; Mo-Fr 14:00-15:00 closed", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302919, - 48.8321524 - ] - }, - "id": "node/7299441988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7362736080", - "check_date": "2024-08-19", - "clothes": "men", - "name": "Vestibus Club", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3215791, - 48.8758358 - ] - }, - "id": "node/7362736080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7374833427", - "name": "Finsbury", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3273452, - 48.8476987 - ] - }, - "id": "node/7374833427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7385734642", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q113516684", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "28", - "contact:postcode": "75004", - "contact:street": "Rue de Sévigné", - "name": "Claudie Pierlot", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3626997, - 48.8565209 - ] - }, - "id": "node/7385734642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7395530765", - "check_date:opening_hours": "2024-02-13", - "clothes": "men;suits", - "contact:city": "Paris", - "contact:housenumber": "134-136", - "contact:phone": "+33 1 43 80 35 36", - "contact:postcode": "75017", - "contact:street": "Rue Cardinet", - "name": "Torcello", - "opening_hours:signed": "no", - "shop": "clothes", - "tailor:bespoke_tailoring": "yes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3134466, - 48.8867747 - ] - }, - "id": "node/7395530765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7417206893", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "brand:wikipedia": "fr:Du Pareil au Même (entreprise)", - "clothes": "children", - "contact:city": "Paris", - "contact:housenumber": "11", - "contact:phone": "+33 1 43 87 19 14", - "contact:postcode": "75017", - "contact:street": "Rue de Lévis", - "contact:website": "https://www.dpam.com/magasin?storeID=8107", - "name": "Du Pareil au Même", - "opening_hours": "Mo-Sa 10:00-19:00; Su 10:00-14:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3157399, - 48.8818714 - ] - }, - "id": "node/7417206893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7417206897", - "check_date": "2024-09-30", - "check_date:opening_hours": "2024-09-30", - "fixme": "fermé?", - "name": "Tera Bora", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3159623, - 48.8817083 - ] - }, - "id": "node/7417206897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7428743885", - "check_date": "2024-02-14", - "clothes": "underwear", - "name": "Les Dessous de la Beauté", - "opening_hours": "Tu-Th,Sa 10:30-19:00; Fr 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3400351, - 48.8390074 - ] - }, - "id": "node/7428743885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7428784785", - "check_date": "2024-08-18", - "name": "Paris Fashion Vintage", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449882, - 48.8379592 - ] - }, - "id": "node/7428784785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7431585936", - "name": "Misericordia", - "opening_hours": "Mo-Sa 11:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3761616, - 48.8654743 - ] - }, - "id": "node/7431585936" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7448072887", - "check_date": "2024-09-30", - "check_date:opening_hours": "2024-09-30", - "name": "Podosalva", - "opening_hours": "Mo-Sa 09:30-13:00,14:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3311456, - 48.8367726 - ] - }, - "id": "node/7448072887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7460813608", - "check_date": "2024-10-25", - "check_date:opening_hours": "2024-10-25", - "name": "Oh Lumière", - "opening_hours:signed": "no", - "second_hand": "only", - "shop": "clothes", - "website": "https://ohlumiere.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3707875, - 48.8661457 - ] - }, - "id": "node/7460813608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7462119768", - "brand": "Momoni", - "brand:wikidata": "Q104233463", - "clothes": "women", - "name": "Momoni", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3627854, - 48.8609073 - ] - }, - "id": "node/7462119768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7466359473", - "contact:city": "Paris", - "contact:housenumber": "89", - "contact:postcode": "75013", - "contact:street": "Avenue d'Italie", - "name": "Miami", - "opening_hours": "Mo-Fr 11:00-19:00; Su 11:00-15:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3583069, - 48.8238529 - ] - }, - "id": "node/7466359473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7475692168", - "name": "HOFF", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3568658, - 48.8568331 - ] - }, - "id": "node/7475692168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7478253985", - "check_date": "2023-10-03", - "name:signed": "no", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3293484, - 48.8342158 - ] - }, - "id": "node/7478253985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7478304987", - "check_date": "2023-05-12", - "name": "Mademoiselle & Co", - "opening_hours": "Tu-Sa 11:00-19:31", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.326711, - 48.8349146 - ] - }, - "id": "node/7478304987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7481128012", - "name": "Kamina Kouture", - "phone": "+33 6 20 94 03 30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4248172, - 48.8936541 - ] - }, - "id": "node/7481128012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7491618786", - "name": "A Pas de Géants...", - "opening_hours": "Tu-Fr 10:00-14:00,15:00-19:00; Sa 10:00-19:00; Su 10:00-13:00", - "shop": "shoes", - "survey:date": "2024-07-10" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3294703, - 48.8339295 - ] - }, - "id": "node/7491618786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7491680286", - "check_date": "2023-05-12", - "name": "Emarobe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271707, - 48.8347648 - ] - }, - "id": "node/7491680286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7491680287", - "check_date": "2023-05-13", - "name": "Haili - Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3272672, - 48.8349076 - ] - }, - "id": "node/7491680287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7491680685", - "name": "Emarobe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3270931, - 48.8347961 - ] - }, - "id": "node/7491680685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7500260285", - "clothes": "wedding", - "name": "Âmes Sœurs", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302541, - 48.8270073 - ] - }, - "id": "node/7500260285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7578080213", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "clothes": "children;women;babies", - "contact:city": "Paris", - "contact:housenumber": "67", - "contact:postcode": "75017", - "contact:street": "Rue de Lévis", - "contact:website": "https://stores.petit-bateau.com/fr/france/paris/67-rue-de-levis", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 11:00-19:00", - "phone": "+33 1 43 80 01 36", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3128859, - 48.8840996 - ] - }, - "id": "node/7578080213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7578516258", - "contact:facebook": "https://www.facebook.com/DEPOT-VENTE-NEVER-THE-SAME-188488191218543/", - "contact:phone": "+33 1 47 66 83 29", - "name": "Never the Same", - "opening_hours": "Tu-Sa 10:30-19:00", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.313555, - 48.8868595 - ] - }, - "id": "node/7578516258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7598848553", - "brand": "Balenciaga", - "brand:wikidata": "Q1530892", - "name": "Balenciaga", - "shop": "clothes", - "website": "https://www.balenciaga.com/experience/fr/store/paris-montaigne/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3082919, - 48.8682918 - ] - }, - "id": "node/7598848553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7600081367", - "name": "Osmose", - "opening_hours": "Mo-Sa 10:30-20:00", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486824, - 48.8631696 - ] - }, - "id": "node/7600081367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7600112237", - "check_date": "2024-02-09", - "name": "Vintage by Ramin", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3515852, - 48.8585494 - ] - }, - "id": "node/7600112237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7607958687", - "addr:city": "Paris", - "addr:housenumber": "109", - "addr:postcode": "75003", - "addr:street": "Boulevard Beaumarchais", - "name": "Erotokritos", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.366782, - 48.8604901 - ] - }, - "id": "node/7607958687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7615583186", - "name": "Jinji", - "opening_hours": "Mo-Su 11:00-19:30", - "phone": "+33 1 42 96 92 57", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3336633, - 48.8517476 - ] - }, - "id": "node/7615583186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7617911486", - "check_date": "2024-04-06", - "clothes": "women", - "name": "CBELLE", - "shop": "clothes", - "survey:date": "2020-06-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3756546, - 48.8574618 - ] - }, - "id": "node/7617911486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7617941985", - "clothes": "women", - "name": "Chana Mod", - "shop": "clothes", - "survey:date": "2020-06-13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3745736, - 48.8570009 - ] - }, - "id": "node/7617941985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7625501062", - "name": "Sessùn", - "opening_hours": "Tu-Sa 11:00-19:00; Su 13:00-19:00", - "shop": "clothes", - "website": "https://fr.sessun.com/boutiques/point-de-vente/45.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3201864, - 48.8875422 - ] - }, - "id": "node/7625501062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7641115254", - "addr:city": "Paris", - "addr:housenumber": "17", - "addr:postcode": "75012", - "addr:street": "Rue Chaligny", - "name": "La Friperie solidaire", - "network": "Emmaüs France", - "opening_hours": "Tu-Sa 10:45-14:00,15:00-19:00", - "operator": "Communauté Emmaüs de Paris", - "ref:FR:SIRET": "44449039500027", - "second_hand": "only", - "shop": "clothes", - "source": "CRESS Île-de-France" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3835075, - 48.8465424 - ] - }, - "id": "node/7641115254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7643297476", - "addr:city": "Paris", - "addr:housenumber": "12", - "addr:postcode": "75009", - "addr:street": "Rue de Clichy", - "name": "Freed of London", - "opening_hours": "Mo-Sa 10:00-18:30; PH closed", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3303347, - 48.8779711 - ] - }, - "id": "node/7643297476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7644556030", - "addr:city": "Paris", - "addr:housenumber": "95", - "addr:postcode": "75006", - "addr:street": "Rue de Rennes", - "name": "Subdued", - "name:en": "Subdued", - "name:fr": "Subdued", - "name:ro": "Subdued", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3293279, - 48.8494 - ] - }, - "id": "node/7644556030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7645751937", - "contact:city": "Paris", - "contact:housenumber": "38", - "contact:postcode": "75002", - "contact:street": "Avenue de l'Opéra", - "name": "Anthropologie", - "name:en": "Anthropologie", - "name:fr": "Anthropologie", - "name:ro": "Anthropologie", - "opening_hours": "Mo-Sa 12:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3329276, - 48.8697531 - ] - }, - "id": "node/7645751937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7645751938", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "brand:wikipedia": "en:Levi Strauss & Co.", - "clothes": "denim;men;women", - "contact:city": "Paris", - "contact:housenumber": "47", - "contact:postcode": "75002", - "contact:street": "Avenue de l'Opéra", - "name": "Levi's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3325245, - 48.8695441 - ] - }, - "id": "node/7645751938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7650390233", - "brand": "Le Temps des Cerises", - "brand:wikidata": "Q3228558", - "brand:wikipedia": "fr:Le Temps des cerises (marque)", - "contact:city": "Paris", - "contact:housenumber": "30", - "contact:postcode": "75004", - "contact:street": "Rue des Rosiers", - "name": "Le Temps des Cerises", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3593202, - 48.8572465 - ] - }, - "id": "node/7650390233" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7659450751", - "check_date": "2023-09-30", - "name": "Fashion New York", - "opening_hours": "Mo-Th 09:00-18:00; Fr 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505131, - 48.873359 - ] - }, - "id": "node/7659450751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7683284820", - "addr:city": "Paris", - "brand": "Morgan", - "brand:wikidata": "Q6911563", - "name": "Morgan", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3470787, - 48.8591273 - ] - }, - "id": "node/7683284820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7698808885", - "addr:housenumber": "11", - "addr:postcode": "75007", - "addr:street": "Rue de Luynes", - "clothes:for": "men", - "name": "Bernard Zins", - "opening_hours": "Mo-Sa 11:00-14:00,15:00-19:00", - "phone": "+33 9 82 54 70 66", - "shop": "clothes", - "website": "https://www.zins.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.326211, - 48.8548057 - ] - }, - "id": "node/7698808885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7704342186", - "contact:city": "Paris", - "contact:housenumber": "10", - "contact:postcode": "75016", - "contact:street": "Rue Duban", - "name": "KB Stock", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2778158, - 48.8568511 - ] - }, - "id": "node/7704342186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7704363706", - "contact:city": "Paris", - "contact:housenumber": "11", - "contact:postcode": "75016", - "contact:street": "Rue Duban", - "name": "KB Stock", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2776053, - 48.8570666 - ] - }, - "id": "node/7704363706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7704369835", - "contact:city": "Paris", - "contact:housenumber": "16", - "contact:postcode": "75016", - "contact:street": "Rue Duban", - "name": "KB Stock", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2777567, - 48.8571738 - ] - }, - "id": "node/7704369835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7705779371", - "clothes": "women", - "name": "Bridget", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3394317, - 48.8779348 - ] - }, - "id": "node/7705779371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7707242888", - "check_date": "2024-06-26", - "check_date:opening_hours": "2024-02-13", - "clothes": "women", - "name": "Samrina chaussures", - "opening_hours:signed": "no", - "shop": "shoes", - "survey:date": "2022-11-01" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3703442, - 48.8698946 - ] - }, - "id": "node/7707242888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7707247685", - "check_date": "2024-06-26", - "name": "OK Taita", - "shop": "clothes", - "survey:date": "2020-07-11" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3693392, - 48.8693635 - ] - }, - "id": "node/7707247685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7707248885", - "check_date": "2024-06-26", - "clothes": "women", - "name": "Alice Mode", - "shop": "clothes", - "survey:date": "2020-07-11" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.368702, - 48.8693262 - ] - }, - "id": "node/7707248885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7716542148", - "name": "Mietchop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3300926, - 48.8779721 - ] - }, - "id": "node/7716542148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7716587119", - "name": "Styles et Creation", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332233, - 48.8782722 - ] - }, - "id": "node/7716587119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7717421028", - "name": "Love Stories", - "opening_hours": "Mo-Su 12:00-18:45", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3590209, - 48.8589322 - ] - }, - "id": "node/7717421028" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7717421029", - "name": "Hartford", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3592294, - 48.8588574 - ] - }, - "id": "node/7717421029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7717421032", - "check_date": "2023-10-04", - "contact:facebook": "gavilaneParis", - "contact:instagram": "gavilaneofficiel", - "name": "Gavilane", - "opening_hours": "Mo-Sa 11:00-18:30", - "phone": "+33 1 48 87 73 13", - "ref:FR:SIRET": "34922449300057", - "shop": "clothes", - "website": "https://www.gavilane.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3614382, - 48.8562771 - ] - }, - "id": "node/7717421032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7717421038", - "brand": "Cotélac", - "brand:wikidata": "Q2998637", - "brand:wikipedia": "fr:Cotélac", - "changing_table": "no", - "clothes": "men;women", - "level": "0", - "name": "Cotélac", - "opening_hours": "Mo-Sa 10:45-19:30, Su 14:00-19:30", - "second_hand": "no", - "shop": "clothes", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3613919, - 48.8560251 - ] - }, - "id": "node/7717421038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7717421041", - "check_date": "2023-10-04", - "name": "acotè", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3611078, - 48.8557783 - ] - }, - "id": "node/7717421041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7717421042", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "brand:wikipedia": "fr:Princesse tam.tam", - "check_date": "2024-08-17", - "name": "Princesse tam.tam", - "opening_hours": "Mo-Su 09:30-17:45", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3569826, - 48.8577843 - ] - }, - "id": "node/7717421042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7717421044", - "branch": "Junior", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "clothes": "children", - "level": "0", - "name": "Ikks", - "shop": "clothes", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3590976, - 48.8588019 - ] - }, - "id": "node/7717421044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7717421049", - "changing_table": "no", - "clothes": "men", - "level": "0", - "name": "Émile Lafaurie", - "organic": "no", - "second_hand": "no", - "shop": "clothes", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591532, - 48.8588287 - ] - }, - "id": "node/7717421049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7717421050", - "branch": "Women", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "clothes": "women", - "level": "0", - "name": "Ikks", - "second_hand": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.359039, - 48.8587801 - ] - }, - "id": "node/7717421050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7717421056", - "check_date": "2024-08-17", - "name": "Paul Ward", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.357328, - 48.857771 - ] - }, - "id": "node/7717421056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7717421062", - "check_date": "2023-05-23", - "name": "Héroïnes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3610264, - 48.8652677 - ] - }, - "id": "node/7717421062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7717421064", - "level": "0", - "name": "Tom Greyhound", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624487, - 48.861867 - ] - }, - "id": "node/7717421064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7717421069", - "level": "0", - "name": "K.Jacques", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3607482, - 48.85624 - ] - }, - "id": "node/7717421069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7717421072", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "name": "The Kooples", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3629353, - 48.8609834 - ] - }, - "id": "node/7717421072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7726819334", - "name": "Les Nereides", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3627892, - 48.8566991 - ] - }, - "id": "node/7726819334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7726922072", - "name": "Janne Mill", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3198549, - 48.8496036 - ] - }, - "id": "node/7726922072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7726922079", - "check_date": "2023-05-20", - "level": "0", - "name": "Antology Paris", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3294089, - 48.8516923 - ] - }, - "id": "node/7726922079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7726922082", - "name": "Oona", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3398995, - 48.8552651 - ] - }, - "id": "node/7726922082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7726941006", - "brand": "Cotélac", - "brand:wikidata": "Q2998637", - "check_date:opening_hours": "2022-07-09", - "level": "0", - "name": "Cotélac", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3286845, - 48.8508905 - ] - }, - "id": "node/7726941006" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7726941030", - "contact:city": "Paris", - "contact:housenumber": "8", - "contact:phone": "+33 1 48 05 91 36", - "contact:postcode": "75004", - "contact:street": "Rue de Turenne", - "contact:website": "https://ateliers-auguste.fr", - "level": "0", - "name": "Ateliers Auguste", - "opening_hours": "Tu-Fr 13:00-19:00, Mo,Sa 14:00-19:00", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3636309, - 48.8552987 - ] - }, - "id": "node/7726941030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7753007575", - "name": "Noa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3187211, - 48.8880249 - ] - }, - "id": "node/7753007575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7753007582", - "clothes": "babies", - "name": "Émile &Ida", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3193384, - 48.8880252 - ] - }, - "id": "node/7753007582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7753551497", - "brand": "Soeur", - "brand:wikidata": "Q104232980", - "check_date": "2024-03-13", - "clothes": "women", - "name": "Soeur", - "opening_hours": "Mo-Sa 10:30-19:30; Su 11:00-19:00", - "phone": "+33 953560223;", - "second_hand": "no", - "shop": "clothes", - "website": "https://www.soeur.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.319373, - 48.8872594 - ] - }, - "id": "node/7753551497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7766440310", - "name": "Subdued", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3415281, - 48.8605315 - ] - }, - "id": "node/7766440310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7772943845", - "brand": "Nike", - "brand:wikidata": "Q483915", - "brand:wikipedia": "en:Nike, Inc.", - "contact:city": "Paris", - "contact:housenumber": "79", - "contact:postcode": "75008", - "contact:street": "Avenue des Champs-Élysées", - "name": "Nike House of Innovation PAR/002", - "opening_hours": "Mo-Sa 10:00-21:00; Su 11:00-20:00", - "phone": "+33 1 34 30 13 00", - "shop": "clothes", - "website": "https://www.nike.com/retail/s/nike-house-of-innovation-paris", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.302439, - 48.8710263 - ] - }, - "id": "node/7772943845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7772943853", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3028967, - 48.8705084 - ] - }, - "id": "node/7772943853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7772943857", - "contact:city": "Paris", - "contact:housenumber": "64", - "contact:postcode": "75008", - "contact:street": "Rue François-Ier", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3016645, - 48.8700871 - ] - }, - "id": "node/7772943857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7772943860", - "contact:city": "Paris", - "contact:housenumber": "45", - "contact:postcode": "75008", - "contact:street": "Avenue George V", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3006323, - 48.8705783 - ] - }, - "id": "node/7772943860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7772943861", - "clothes": "men", - "contact:city": "Paris", - "contact:housenumber": "44", - "contact:postcode": "75008", - "contact:street": "Avenue George V", - "name": "Corneliani", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3012591, - 48.8705836 - ] - }, - "id": "node/7772943861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7772943862", - "check_date": "2023-10-31", - "name": "Kenzo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3005857, - 48.8710602 - ] - }, - "id": "node/7772943862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7778236542", - "check_date": "2023-04-15", - "name": "Lobby", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3589096, - 48.8559818 - ] - }, - "id": "node/7778236542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7778236553", - "clothes": "women", - "name": "Deeya Paris", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3560096, - 48.8573275 - ] - }, - "id": "node/7778236553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7778236582", - "name": "Garrice", - "opening_hours": "Mo 00:00-19:00; Tu-Sa 10:30-19:30; Su 15:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3658146, - 48.8538205 - ] - }, - "id": "node/7778236582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7778255886", - "name": "Belair", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3645029, - 48.8541736 - ] - }, - "id": "node/7778255886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7778255892", - "name": "The Vintage Society", - "opening_hours": "Mo-Su 12:00-19:30, PH closed", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3561429, - 48.8574191 - ] - }, - "id": "node/7778255892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7778255924", - "name": "Zapa", - "opening_hours": "Mo 11:30-19:00; Tu,Th 11:00-19:00; Fr,Sa 10:30-19:30; Su 11:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3655663, - 48.8538923 - ] - }, - "id": "node/7778255924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7785616101", - "clothes": "fur", - "contact:city": "Paris", - "contact:housenumber": "29", - "contact:postcode": "75016", - "contact:street": "Avenue Mozart", - "contact:website": "http://www.fischelis.com/", - "name": "G.R. Fischelis", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2710083, - 48.8558957 - ] - }, - "id": "node/7785616101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7799077051", - "check_date:opening_hours": "2023-03-03", - "name": "Anate", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3498558, - 48.8495935 - ] - }, - "id": "node/7799077051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7799699398", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2827495, - 48.848306 - ] - }, - "id": "node/7799699398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7811936035", - "name": "Mario Dessuti", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3343806, - 48.8663606 - ] - }, - "id": "node/7811936035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7811936839", - "name": "Pourchet", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3342076, - 48.8656888 - ] - }, - "id": "node/7811936839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7811944283", - "check_date": "2024-04-22", - "name": "Avalon", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3344252, - 48.8662398 - ] - }, - "id": "node/7811944283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7812419409", - "name": "Griffes de Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.316538, - 48.8739151 - ] - }, - "id": "node/7812419409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7812425120", - "name": "Griffes de Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3174997, - 48.8740759 - ] - }, - "id": "node/7812425120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7815909183", - "addr:city": "Paris", - "clothes": "workwear", - "level": "0", - "name": "Dutilleux & Minart", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3487091, - 48.8636699 - ] - }, - "id": "node/7815909183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7815953590", - "addr:city": "Paris", - "check_date": "2024-03-10", - "level": "0", - "name": "Oxyde", - "shop": "clothes", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3485289, - 48.8636255 - ] - }, - "id": "node/7815953590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7841027970", - "addr:city": "Paris", - "addr:housenumber": "59", - "addr:postcode": "75003", - "addr:street": "Rue du Temple", - "name": "Colorful Standard", - "operator": "Colorful standard", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3546434, - 48.8603324 - ] - }, - "id": "node/7841027970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7841027975", - "check_date": "2024-04-06", - "name": "Misericordia", - "opening_hours": "Mo-Sa 11:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3741812, - 48.8526255 - ] - }, - "id": "node/7841027975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7875956185", - "clothes": "underwear", - "name": "Comptoir de la Lingerie", - "shop": "clothes", - "survey:date": "2020-09-04" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3974472, - 48.8659604 - ] - }, - "id": "node/7875956185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7877818294", - "name": "Max & Moi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2881943, - 48.8710259 - ] - }, - "id": "node/7877818294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7877819326", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "name": "The Kooples", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2890966, - 48.8711134 - ] - }, - "id": "node/7877819326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7881868247", - "name": "Basus", - "shop": "clothes", - "survey:date": "2020-09-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3191098, - 48.8891322 - ] - }, - "id": "node/7881868247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7888322747", - "name": "Patignolles", - "shop": "shoes", - "survey:date": "2020-09-05", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3175407, - 48.8887779 - ] - }, - "id": "node/7888322747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7888322761", - "name": "Co&co", - "shop": "clothes", - "survey:date": "2020-09-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3184081, - 48.8887928 - ] - }, - "id": "node/7888322761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7894921065", - "name": "Pierre Talamon", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3531952, - 48.8584656 - ] - }, - "id": "node/7894921065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7904060887", - "clothes": "hats", - "name": "Courtois", - "shop": "clothes", - "survey:date": "2020-09-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3636296, - 48.8567356 - ] - }, - "id": "node/7904060887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7904062285", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "clothes": "children", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:30; Su 10:00-19:00", - "phone": "+33 1 40 24 00 02", - "shop": "clothes", - "survey:date": "2020-09-14", - "website": "https://stores.petit-bateau.com/france/paris/6,-rue-des-francs-bourgeois" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3640237, - 48.8566145 - ] - }, - "id": "node/7904062285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7904267385", - "check_date": "2024-01-23", - "name": "LDB", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3623261, - 48.8558356 - ] - }, - "id": "node/7904267385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7904267685", - "check_date": "2024-01-23", - "name": "Hortense", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3622736, - 48.8557451 - ] - }, - "id": "node/7904267685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7904267785", - "check_date": "2024-01-23", - "clothes": "women", - "name": "Les Piplettes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3622218, - 48.8556198 - ] - }, - "id": "node/7904267785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7918282203", - "clothes": "women;men", - "contact:city": "Paris", - "contact:housenumber": "3", - "contact:postcode": "75001", - "contact:street": "Rue Sauval", - "contact:website": "http://www.darklandparis.fr/", - "name": "Darkland", - "opening_hours": "Tu-Sa 13:00-20:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3423702, - 48.8617721 - ] - }, - "id": "node/7918282203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7923610514", - "addr:housenumber": "30", - "addr:street": "Rue de Turbigo", - "name": "Atelier Beaumarchais", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-18:00", - "shop": "bag", - "website": "https://atelier-beaumarchais.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3522655, - 48.864472 - ] - }, - "id": "node/7923610514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7923610522", - "name": "Degrif Moda", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3594291, - 48.8663482 - ] - }, - "id": "node/7923610522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7923610531", - "name": "Clement Design", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3520635, - 48.86443 - ] - }, - "id": "node/7923610531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7923610534", - "check_date": "2024-11-26", - "check_date:opening_hours": "2024-11-26", - "contact:phone": "+33158590081", - "contact:wechat": "neofamilystore", - "name": "Stéphane Poncelet", - "opening_hours": "Mo-Fr 10:00-18:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3538271, - 48.8663713 - ] - }, - "id": "node/7923610534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7923610537", - "clothes": "wedding", - "name": "OVISION", - "shop": "clothes", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3550666, - 48.8649575 - ] - }, - "id": "node/7923610537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7923610549", - "name": "Bonastre", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3613315, - 48.8608973 - ] - }, - "id": "node/7923610549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7923610557", - "name": "Arsayo", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3574831, - 48.8635476 - ] - }, - "id": "node/7923610557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7923610561", - "check_date": "2023-09-23", - "name": "Le Show des Marques", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3531965, - 48.8710527 - ] - }, - "id": "node/7923610561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7923610578", - "name": "Son et imge Vintage store", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3510458, - 48.8640603 - ] - }, - "id": "node/7923610578" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7923610590", - "changing_table": "no", - "check_date": "2023-09-15", - "level": "0", - "name": "Labonal", - "second_hand": "no", - "shop": "clothes", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3566258, - 48.8565246 - ] - }, - "id": "node/7923610590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7923610592", - "name": "Arrow and Beast", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3578471, - 48.8649579 - ] - }, - "id": "node/7923610592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7925578327", - "contact:city": "Paris", - "contact:housenumber": "6", - "contact:phone": "+33 1 42 65 28 52", - "contact:postcode": "75008", - "contact:street": "Boulevard Malesherbes", - "name": "Berteil", - "opening_hours": "Mo-Sa 10:30-18:45", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.323184, - 48.8708987 - ] - }, - "id": "node/7925578327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7925578328", - "contact:city": "Paris", - "contact:housenumber": "1", - "contact:postcode": "75008", - "contact:street": "Rue de l'Arcade", - "contact:website": "https://www.swannetoscar.com/so/boutiques/paris", - "name": "Swann & Oscar", - "opening_hours": "Tu-Fr 10:30-19:30; Sa 10:30-19:00", - "shop": "clothes", - "tailor:bespoke_tailoring": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3232506, - 48.8710421 - ] - }, - "id": "node/7925578328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7925578330", - "contact:city": "Paris", - "contact:housenumber": "9", - "contact:postcode": "75008", - "contact:street": "Boulevard Malesherbes", - "name": "Bowen", - "opening_hours": "Tu-Sa 11:00-14:00,15:00-19:00", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3224189, - 48.8708528 - ] - }, - "id": "node/7925578330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7925578331", - "name": "Manfield", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3223803, - 48.8709106 - ] - }, - "id": "node/7925578331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7948782798", - "check_date": "2024-03-21", - "clothes": "workwear", - "level": "0", - "name": "Veltis", - "opening_hours": "\"La prise de rendez-vous est obligatoire\"", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3536975, - 48.8346348 - ] - }, - "id": "node/7948782798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7948782811", - "name": "Le coin des marques", - "opening_hours": "Mo-Sa 10:30-19:20", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3524508, - 48.8364121 - ] - }, - "id": "node/7948782811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7961354218", - "brand": "Gucci", - "brand:wikidata": "Q178516", - "name": "Gucci", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3315686, - 48.8539687 - ] - }, - "id": "node/7961354218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7972556764", - "name": "Hong Kong France", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3600705, - 48.8715067 - ] - }, - "id": "node/7972556764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7972587915", - "addr:city": "Paris", - "addr:housenumber": "29", - "addr:postcode": "75004", - "addr:street": "Rue des Deux Ponts", - "check_date": "2022-09-30", - "name": "Le Cachemire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3566266, - 48.8520928 - ] - }, - "id": "node/7972587915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7982701899", - "check_date": "2024-07-06", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3648056, - 48.8630511 - ] - }, - "id": "node/7982701899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995599798", - "addr:city": "Paris", - "addr:housenumber": "10", - "addr:postcode": "75001", - "addr:street": "Rue Montmartre", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "brand:wikipedia": "fr:Jacadi", - "check_date": "2024-06-16", - "clothes": "children", - "name": "Jacadi", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3459733, - 48.8635636 - ] - }, - "id": "node/7995599798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995599873", - "addr:city": "Paris", - "addr:postcode": "75001", - "addr:street": "Rue Montmartre", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Jack Gomme", - "opening_hours:signed": "no", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3460479, - 48.8634212 - ] - }, - "id": "node/7995599873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995703457", - "brand": "Éric Bompard", - "brand:wikidata": "Q3590998", - "name": "Éric Bompard", - "shop": "clothes", - "survey:date": "2020-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3225718, - 48.8742092 - ] - }, - "id": "node/7995703457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995703460", - "name": "b. garbo", - "shop": "clothes", - "survey:date": "2020-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3208312, - 48.8738813 - ] - }, - "id": "node/7995703460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995703466", - "name": "Rudy's", - "shop": "shoes", - "survey:date": "2020-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3207914, - 48.8739296 - ] - }, - "id": "node/7995703466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995703470", - "name": "Finsbury", - "shop": "shoes", - "survey:date": "2020-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3204877, - 48.8735615 - ] - }, - "id": "node/7995703470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899090", - "check_date": "2024-02-13", - "name": "Noa", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3192727, - 48.8860287 - ] - }, - "id": "node/7995899090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899094", - "check_date": "2024-07-24", - "clothes": "children", - "name": "little&cool", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3194215, - 48.8859324 - ] - }, - "id": "node/7995899094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899110", - "name": "Marie Jordane", - "shop": "clothes", - "survey:date": "2020-10-10" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3201147, - 48.8857537 - ] - }, - "id": "node/7995899110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899126", - "check_date": "2024-02-05", - "check_date:opening_hours": "2024-02-05", - "name": "Noa", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3202814, - 48.8852347 - ] - }, - "id": "node/7995899126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899132", - "name": "Vestiaire à roulettes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3209975, - 48.8849899 - ] - }, - "id": "node/7995899132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899148", - "check_date": "2024-04-26", - "name": "L'incontournable", - "opening_hours": "Tu-Sa 10:30-14:00,15:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3236348, - 48.8831833 - ] - }, - "id": "node/7995899148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899151", - "name": "Donna Cusumano", - "shop": "clothes", - "survey:date": "2020-10-10" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3234784, - 48.8829441 - ] - }, - "id": "node/7995899151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899155", - "name": "Bedros chausseur", - "shop": "shoes", - "survey:date": "2020-10-10" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3210838, - 48.8836933 - ] - }, - "id": "node/7995899155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899181", - "name": "Village", - "shop": "clothes", - "survey:date": "2020-10-10" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3191121, - 48.8847713 - ] - }, - "id": "node/7995899181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899187", - "name": "Les Oies Sauvages", - "shop": "clothes", - "survey:date": "2020-10-10" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3181403, - 48.885957 - ] - }, - "id": "node/7995899187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899200", - "check_date": "2024-03-13", - "name": "Maison labiche", - "opening_hours": "Tu-Fr 11:00-14:00,15:00-19:30; Sa 11:00-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3175758, - 48.8865459 - ] - }, - "id": "node/7995899200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899204", - "brand": "A.P.C.", - "brand:wikidata": "Q546542", - "check_date": "2024-03-13", - "name": "A.P.C.", - "opening_hours": "Mo-Sa 11:00-19:30; Su 13:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3173985, - 48.8866474 - ] - }, - "id": "node/7995899204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899205", - "brand": "Saint James", - "brand:wikidata": "Q3463859", - "brand:wikipedia": "fr:Saint James (entreprise)", - "check_date": "2024-07-04", - "name": "Saint James", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3184163, - 48.886754 - ] - }, - "id": "node/7995899205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899211", - "check_date": "2023-11-04", - "name": "Jo", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3190603, - 48.8868965 - ] - }, - "id": "node/7995899211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899212", - "check_date": "2023-11-04", - "name": "Petite Mendigote", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3189837, - 48.8868518 - ] - }, - "id": "node/7995899212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899214", - "name": "Miaou des Batignolles", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3192699, - 48.8870145 - ] - }, - "id": "node/7995899214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899215", - "check_date": "2024-01-27", - "name": "Ysé", - "opening_hours": "Mo-Sa 10:30-19:30; Su 11:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3195813, - 48.887365 - ] - }, - "id": "node/7995899215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7995899216", - "check_date": "2024-03-13", - "name": "Leon & Harper", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3197037, - 48.8874561 - ] - }, - "id": "node/7995899216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8004116288", - "name": "Les Vergers de Clichy", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3174894, - 48.892293 - ] - }, - "id": "node/8004116288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8004116290", - "name": "Family Market", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3181937, - 48.891871 - ] - }, - "id": "node/8004116290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8013462172", - "clothes": "women;men", - "contact:city": "Paris", - "contact:housenumber": "113", - "contact:phone": "+33 1 45 50 36 32", - "contact:postcode": "75007", - "contact:street": "Rue Saint-Dominique", - "contact:website": "https://www.curling.fr/", - "name": "Curling", - "opening_hours": "Mo-Fr 10:30-13:30,14:40-19:00; Sa 10:30-13:30,14:40-19:00", - "operator": "Curling", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3050528, - 48.8591275 - ] - }, - "id": "node/8013462172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8013462175", - "contact:city": "Paris", - "contact:housenumber": "115", - "contact:postcode": "75007", - "contact:street": "Rue Saint-Dominique", - "contact:website": "https://www.mktstudio.com/fr/", - "name": "MKT Studio", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3047817, - 48.8590775 - ] - }, - "id": "node/8013462175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8016720359", - "name": "Yak&Yeti", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3635571, - 48.8555747 - ] - }, - "id": "node/8016720359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8016720381", - "brand": "Chevignon", - "brand:wikidata": "Q787601", - "brand:wikipedia": "fr:Chevignon", - "name": "Chevignon", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3570994, - 48.8570822 - ] - }, - "id": "node/8016720381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8016758795", - "name": "Paul Marius", - "opening_hours": "Su-Fr 11:30-14:00,15:00-19:00; Sa 11:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3574519, - 48.8562124 - ] - }, - "id": "node/8016758795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8016758821", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3569033, - 48.8565349 - ] - }, - "id": "node/8016758821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8016758832", - "check_date": "2024-04-22", - "level": "0", - "name": "Simone Pérèle", - "shop": "clothes", - "toilets": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3594207, - 48.8553011 - ] - }, - "id": "node/8016758832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8016758867", - "name": "Curiosity lab", - "opening_hours": "11:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3567539, - 48.8558422 - ] - }, - "id": "node/8016758867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8016758871", - "brand": "Wolford", - "brand:wikidata": "Q431607", - "brand:wikipedia": "en:Wolford", - "check_date": "2024-02-13", - "name": "Wolford", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3578201, - 48.857729 - ] - }, - "id": "node/8016758871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8016758878", - "contact:phone": "+33 1 53 40 86 37", - "name": "Martin C", - "opening_hours": "Mo-Sa 11:30-19:30", - "shop": "clothes", - "website": "https://www.martin-c.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3632585, - 48.8548189 - ] - }, - "id": "node/8016758878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8016758881", - "check_date": "2023-10-01", - "check_date:opening_hours": "2024-04-07", - "name": "Soleil d'Asie", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3588237, - 48.8262741 - ] - }, - "id": "node/8016758881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8024704686", - "brand": "Besson Chaussures", - "brand:wikidata": "Q2899930", - "brand:wikipedia": "fr:Besson Chaussures", - "contact:city": "Issy-les-Moulineaux", - "contact:housenumber": "36", - "contact:phone": "+33 806 80 00 04", - "contact:postcode": "92130", - "contact:street": "Bis rue Ernest Renan", - "delivery": "yes", - "name": "Besson Chaussures", - "official_name": "Besson Chaussures Issy Les Moulineaux", - "opening_hours": "Mo 10:00-18:00; Tu-Sa 10:00-19:00", - "payment:debit_cards": "yes", - "shop": "shoes", - "website": "https://www.besson-chaussures.com/nos-boutiques/besson-chaussures-issy-les-moulineaux_issy-les-moulineaux_92130/258.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2808276, - 48.8280047 - ] - }, - "id": "node/8024704686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8025461258", - "check_date:opening_hours": "2023-06-28", - "name": "Bock de Bôheme", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3193027, - 48.8357126 - ] - }, - "id": "node/8025461258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8025496094", - "name": "Amin Kader", - "opening_hours": "Mo 14:00-19:30; Tu-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3348397, - 48.8519758 - ] - }, - "id": "node/8025496094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8040041785", - "name": "k'lbass", - "second_hand": "only", - "shop": "clothes", - "survey:date": "2020-10-23" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3818988, - 48.8743341 - ] - }, - "id": "node/8040041785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8051621715", - "addr:city": "Paris", - "addr:housenumber": "4", - "addr:postcode": "75005", - "addr:street": "Rue Édouard Quénu", - "check_date:opening_hours": "2024-05-07", - "name": "Belle Demoiselle", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3494259, - 48.8392528 - ] - }, - "id": "node/8051621715" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8088343524", - "check_date": "2024-01-21", - "name": "Escarcel", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2939755, - 48.8362102 - ] - }, - "id": "node/8088343524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8088348017", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "check_date": "2024-10-05", - "check_date:opening_hours": "2024-10-05", - "name": "Jonak", - "opening_hours:signed": "no", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2946457, - 48.8365018 - ] - }, - "id": "node/8088348017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8095080543", - "name": "Bis Bis", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4033996, - 48.8842943 - ] - }, - "id": "node/8095080543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8098203786", - "name": "Mistinguette", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3965833, - 48.8670864 - ] - }, - "id": "node/8098203786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8113062858", - "name": "Opulence Vintage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3535559, - 48.8531333 - ] - }, - "id": "node/8113062858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8121124430", - "name": "Spontini", - "opening_hours": "Mo-Sa 11:00-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3338106, - 48.8517727 - ] - }, - "id": "node/8121124430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8140200746", - "name": "Tragic Vintage", - "opening_hours": "Mo-Fr 11:30-19:30; Sa 12:00-20:00; Su 14:00-20:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3539972, - 48.862872 - ] - }, - "id": "node/8140200746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8143294835", - "name": "Un Jour un Sac", - "opening_hours": "Mo-Sa 11:00-13:30,14:30-19:00", - "operator": "François Rénier", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3265064, - 48.8534692 - ] - }, - "id": "node/8143294835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8143314744", - "brand": "Prada", - "brand:wikidata": "Q193136", - "brand:wikipedia": "en:Prada", - "name": "Prada", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3294359, - 48.8525783 - ] - }, - "id": "node/8143314744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8145591025", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "brand:wikipedia": "en:Uniqlo", - "name": "Uniqlo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4014502, - 48.8483902 - ] - }, - "id": "node/8145591025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8145592143", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "brand:wikipedia": "en:Uniqlo", - "name": "Uniqlo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2969414, - 48.8918323 - ] - }, - "id": "node/8145592143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8146877681", - "check_date": "2024-10-11", - "name": "Sport Palais", - "opening_hours:signed": "no", - "shop": "shoes", - "website": "https://www.sportpalais.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3739155, - 48.8710458 - ] - }, - "id": "node/8146877681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8147611108", - "name": "Obag", - "opening_hours": "We-Sa 14:00-19:00", - "shop": "bag", - "website": "https://www.obag.fr/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3781612, - 48.8742671 - ] - }, - "id": "node/8147611108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8163669483", - "name": "Boutique Nicole", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3698149, - 48.8290726 - ] - }, - "id": "node/8163669483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8185488306", - "check_date:opening_hours": "2024-11-18", - "level": "0", - "name": "Royal bagage", - "opening_hours:signed": "no", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3193484, - 48.8345053 - ] - }, - "id": "node/8185488306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8187983031", - "name": "Hza", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3601973, - 48.8702519 - ] - }, - "id": "node/8187983031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8187983046", - "name": "Anthology", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3625282, - 48.8619493 - ] - }, - "id": "node/8187983046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8212563419", - "name": "La Moda Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3465113, - 48.8589252 - ] - }, - "id": "node/8212563419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8212563420", - "brand": "Courir", - "brand:wikidata": "Q3001258", - "brand:wikipedia": "fr:Courir (chaîne de magasins)", - "name": "Courir", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3466536, - 48.8588754 - ] - }, - "id": "node/8212563420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8212563421", - "brand": "Undiz", - "brand:wikidata": "Q105306275", - "check_date": "2023-07-06", - "clothes": "underwear", - "name": "Undiz", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3469504, - 48.8587831 - ] - }, - "id": "node/8212563421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8212563422", - "addr:city": "Paris", - "air_conditioning": "yes", - "clothes": "women", - "name": "Salsa jeans", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3468377, - 48.8588131 - ] - }, - "id": "node/8212563422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8221854717", - "check_date": "2024-08-18", - "check_date:opening_hours": "2022-10-28", - "name": "Chlonly", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3763039, - 48.8714805 - ] - }, - "id": "node/8221854717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8221854817", - "check_date": "2023-04-14", - "check_date:opening_hours": "2022-11-06", - "name": "Ajie Fushi", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3761755, - 48.8713644 - ] - }, - "id": "node/8221854817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8221854818", - "check_date": "2024-08-18", - "name": "Christone", - "opening_hours": "Mo-Su 10:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3764144, - 48.8714048 - ] - }, - "id": "node/8221854818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8222344143", - "name": "mrink", - "opening_hours": "We-Fr 13:00-19:00; Sa 12:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3544425, - 48.8452976 - ] - }, - "id": "node/8222344143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8243533274", - "check_date": "2023-09-23", - "name": "Fils d'or", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3547769, - 48.876557 - ] - }, - "id": "node/8243533274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8243533281", - "check_date": "2023-07-03", - "name": "Upside", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3474008, - 48.8598098 - ] - }, - "id": "node/8243533281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8243533283", - "addr:city": "Paris", - "addr:postcode": "75001", - "name": "Halles company", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3476874, - 48.8593644 - ] - }, - "id": "node/8243533283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8243533291", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3642531, - 48.8627261 - ] - }, - "id": "node/8243533291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8251788109", - "addr:city": "Paris", - "addr:housenumber": "39", - "addr:postcode": "75017", - "addr:street": "Rue Brochant", - "check_date": "2023-10-04", - "clothes": "hats", - "craft": "hat", - "name": "Les Crapoussines", - "opening_hours": "Tu-Sa 10:30-19:30", - "phone": "+33 1 58 60 21 20", - "shop": "clothes", - "website": "http://www.lescrapoussines.fr/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3193234, - 48.8901081 - ] - }, - "id": "node/8251788109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8251788116", - "check_date": "2023-10-03", - "name": "Ashandy", - "opening_hours": "Mo-Sa 11:00-19:30; Su 11:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3200496, - 48.8903098 - ] - }, - "id": "node/8251788116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8254596483", - "brand": "Café Coton", - "brand:wikidata": "Q105076734", - "check_date": "2024-07-16", - "check_date:opening_hours": "2024-07-16", - "name": "Café Coton", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3269551, - 48.8730584 - ] - }, - "id": "node/8254596483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8254596484", - "check_date": "2024-11-17", - "check_date:opening_hours": "2024-11-17", - "name": "Nodus", - "opening_hours": "Mo-Sa 10:15-14:00,15:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3273625, - 48.8731585 - ] - }, - "id": "node/8254596484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8254596485", - "brand": "Armand Thiery", - "brand:wikidata": "Q2861975", - "brand:wikipedia": "fr:Armand Thiery", - "check_date": "2024-11-17", - "check_date:opening_hours": "2024-11-17", - "name": "Armand Thiery", - "opening_hours": "Mo-Sa 09:30-20:00; Su 09:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3272595, - 48.8730421 - ] - }, - "id": "node/8254596485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8256992403", - "name": "Bazaroïde", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3667893, - 48.8613202 - ] - }, - "id": "node/8256992403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8259514183", - "name": "Degrif de Stocks", - "opening_hours": "Mo-Su 10:00-19:30", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3779768, - 48.8309236 - ] - }, - "id": "node/8259514183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8261450061", - "addr:postcode": "75015", - "name": "Bexley", - "ref:FR:LaPoste": "11848D", - "shop": "shoes", - "source": "LaPoste - 2021-06" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2980917, - 48.8379731 - ] - }, - "id": "node/8261450061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8269359959", - "name": "Spontini", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3590575, - 48.85841 - ] - }, - "id": "node/8269359959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8278671426", - "check_date": "2023-11-05", - "name": "Samantha B", - "opening_hours": "Tu-Fr 10:00-14:00,15:00-18:30; Sa 10:00-13:30,15:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2276993, - 48.869471 - ] - }, - "id": "node/8278671426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8281431506", - "addr:city": "Paris", - "addr:housenumber": "71", - "addr:postcode": "75018", - "addr:street": "Boulevard Barbès", - "email": "boutique@hautdistrict.com", - "name": "Haut District", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "website": "https://hautdistrict.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493836, - 48.8907917 - ] - }, - "id": "node/8281431506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8281946007", - "addr:city": "Charenton-le-Pont", - "addr:housenumber": "71", - "addr:place": "Galerie commerciale les Terrasses", - "addr:postcode": "94220", - "addr:street": "Rue de Paris", - "name": "Arc en Ciel", - "opening_hours": "Mo 14:00-19:30,Tu-Su 10:00-19:30", - "phone": "+33 1 43 96 36 22", - "shop": "shoes", - "website": "https://www.arcencielshop.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4142941, - 48.8209119 - ] - }, - "id": "node/8281946007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8284069775", - "name": "Saargale", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3755601, - 48.8473907 - ] - }, - "id": "node/8284069775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8299752307", - "name": "Degrif' Sk", - "shop": "clothes", - "survey:date": "2023-05-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4062572, - 48.8463122 - ] - }, - "id": "node/8299752307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8304371110", - "check_date": "2022-07-21", - "name": "Casablanca", - "shop": "clothes", - "website": "http://casablanca-vintage.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3791979, - 48.8672264 - ] - }, - "id": "node/8304371110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8313093293", - "name": "Artista Rôma", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3648662, - 48.8622517 - ] - }, - "id": "node/8313093293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8324517286", - "name": "cinq-août", - "second_hand": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3208413, - 48.8879203 - ] - }, - "id": "node/8324517286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8334280611", - "name": "Hebdo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3198082, - 48.8887577 - ] - }, - "id": "node/8334280611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8334280613", - "name": "Le Square", - "opening_hours": "Tu-Sa 10:30-14:00,15:00-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3198368, - 48.8889196 - ] - }, - "id": "node/8334280613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8351576141", - "contact:housenumber": "92", - "contact:street": "Rue Jean-Pierre Timbaud", - "name": "Maison Linepo", - "shop": "clothes", - "website": "https://www.maisonlinepo.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3774645, - 48.867604 - ] - }, - "id": "node/8351576141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8354199436", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "brand:wikipedia": "en:Intimissimi", - "clothes": "underwear", - "name": "Intimissimi", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3336031, - 48.8525634 - ] - }, - "id": "node/8354199436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8354199441", - "name": "Suncoo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3341216, - 48.8526651 - ] - }, - "id": "node/8354199441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8354199454", - "brand": "Cotélac", - "brand:wikidata": "Q2998637", - "brand:wikipedia": "fr:Cotélac", - "check_date:opening_hours": "2024-07-18", - "level": "0", - "name": "Cotélac", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "toilets": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3354499, - 48.8513845 - ] - }, - "id": "node/8354199454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8354199468", - "name": "Kinza", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3340679, - 48.8526511 - ] - }, - "id": "node/8354199468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8354199470", - "name": "Centre Commercial", - "opening_hours": "Mo-Sa 10:30-19:30, Su 14:00-19:00", - "shop": "clothes", - "website": "https://www.centrecommercial.cc" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3320517, - 48.8516771 - ] - }, - "id": "node/8354199470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8372031214", - "addr:city": "Paris", - "addr:housenumber": "50", - "addr:postcode": "75018", - "addr:street": "Rue des Abbesses", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-19:00", - "phone": "+33 1 42 52 81 76", - "shop": "clothes", - "website": "https://stores.petit-bateau.com/france/paris/50-rue-des-abbesses" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3358042, - 48.885593 - ] - }, - "id": "node/8372031214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8372083993", - "addr:city": "Paris", - "addr:housenumber": "4", - "addr:postcode": "75018", - "addr:street": "Rue Tholozé", - "check_date": "2024-09-01", - "name": "Les petits hauts", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3351458, - 48.8859256 - ] - }, - "id": "node/8372083993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8373474518", - "addr:housenumber": "47", - "addr:street": "Rue Bonaparte", - "name": "Lululemon Athletica", - "opening_hours": "Mo-Sa 11:00-19:30; Su 11:30-17:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.333409, - 48.8531625 - ] - }, - "id": "node/8373474518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8378540947", - "check_date": "2024-01-11", - "level": "0", - "name": "Rayon d’or", - "shop": "bag", - "website": "https://www.rayondor-bagages.fr/boutiques/republique", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3627423, - 48.8668347 - ] - }, - "id": "node/8378540947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8380373117", - "check_date": "2023-09-30", - "name": "Degrif des Stocks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3532933, - 48.8706734 - ] - }, - "id": "node/8380373117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8380784118", - "name": "Hackett", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3293069, - 48.8699683 - ] - }, - "id": "node/8380784118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8380886917", - "check_date:opening_hours": "2024-05-04", - "name": "Kimono", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3264923, - 48.8739998 - ] - }, - "id": "node/8380886917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8380891217", - "check_date": "2022-10-01", - "name": "Eden", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3266602, - 48.8745491 - ] - }, - "id": "node/8380891217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8383956245", - "contact:city": "Paris", - "contact:housenumber": "96", - "contact:postcode": "75017", - "contact:street": "Rue de Courcelles", - "name": "Emling", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3030094, - 48.8794322 - ] - }, - "id": "node/8383956245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8391848317", - "addr:housenumber": "2", - "addr:postcode": "75016", - "addr:street": "Rue Guichard", - "name": "Ysé Lingerie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2770368, - 48.8581823 - ] - }, - "id": "node/8391848317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8391860017", - "addr:housenumber": "117", - "addr:postcode": "75003", - "addr:street": "Rue Vieille du Temple", - "check_date": "2024-07-28", - "clothes": "underwear", - "name": "Ysé Lingerie", - "opening_hours": "Mo-Sa 10:30-19:30; Su 11:00-19:00", - "shop": "clothes", - "website": "https://yse-paris.com/fr-fr/paris-3eme-boutique-yse" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3622494, - 48.8608576 - ] - }, - "id": "node/8391860017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8396802617", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "brand:wikipedia": "fr:Éram", - "check_date": "2024-01-11", - "name": "Éram", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3623676, - 48.8666814 - ] - }, - "id": "node/8396802617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8396802717", - "brand": "Oysho", - "brand:wikidata": "Q3327046", - "brand:wikipedia": "en:Oysho", - "name": "Oysho", - "shop": "clothes", - "wheelchair": "p0ppppq0yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3628765, - 48.8668952 - ] - }, - "id": "node/8396802717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8398055333", - "check_date": "2024-02-13", - "name": "Homme Chic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3632186, - 48.8666609 - ] - }, - "id": "node/8398055333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8398055334", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3633024, - 48.8665339 - ] - }, - "id": "node/8398055334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8406458466", - "addr:city": "Paris", - "addr:housenumber": "73", - "addr:postcode": "75018", - "addr:street": "Boulevard Barbès", - "clothes": "women;men;children", - "name": "Dégrif des stocks", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3494006, - 48.8910306 - ] - }, - "id": "node/8406458466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8406458467", - "addr:city": "Paris", - "addr:housenumber": "73", - "addr:postcode": "75018", - "addr:street": "Boulevard Barbès", - "name": "Paristyle", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3494026, - 48.8910892 - ] - }, - "id": "node/8406458467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8428893919", - "name": "Anine Bing", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.36214, - 48.8602924 - ] - }, - "id": "node/8428893919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8441408189", - "name": "Tara Jarmon", - "shop": "clothes", - "website": "https://www.tarajarmon.com/fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3646623, - 48.8702734 - ] - }, - "id": "node/8441408189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8459561475", - "clothes": "hats", - "contact:city": "Paris", - "contact:housenumber": "105", - "contact:phone": "+33 1 42 36 14 94", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "La Boutique à Chapeaux", - "opening_hours": "Tu-Sa 11:00-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3428688, - 48.8613246 - ] - }, - "id": "node/8459561475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8463717259", - "brand": "Armor Lux", - "brand:wikidata": "Q951079", - "check_date": "2024-08-10", - "contact:city": "Paris", - "contact:housenumber": "86", - "contact:postcode": "75003", - "contact:street": "Rue de Turenne", - "contact:website": "https://www.armorlux.com/", - "name": "Armor Lux", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3647273, - 48.8611382 - ] - }, - "id": "node/8463717259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8463717263", - "addr:city": "Paris", - "addr:housenumber": "10", - "addr:postcode": "75003", - "addr:street": "Rue du Pont aux Choux", - "check_date": "2024-08-10", - "name": "Sessùn", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3660664, - 48.8611717 - ] - }, - "id": "node/8463717263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8463717267", - "addr:city": "Paris", - "addr:housenumber": "4", - "addr:postcode": "75003", - "addr:street": "Rue du Pont aux Choux", - "check_date": "2024-04-24", - "clothes": "men", - "name": "Officine Générale", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3667586, - 48.8610825 - ] - }, - "id": "node/8463717267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8465785646", - "name": "The Outlet Clichy", - "opening_hours": "Mo 13:00-19:00; Tu-Fr 10:00-19:30; Sa 10:00-19:00; Su 10:00-14:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3028836, - 48.9021922 - ] - }, - "id": "node/8465785646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8468070569", - "name": "Nikos", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3511746, - 48.8382611 - ] - }, - "id": "node/8468070569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8479109517", - "name": "Chéri", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3172604, - 48.8882383 - ] - }, - "id": "node/8479109517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8483175152", - "addr:city": "Paris", - "addr:housenumber": "6", - "addr:postcode": "75005", - "addr:street": "Rue Monge", - "charity": "yes", - "name": "Emmaüs Alternatives", - "phone": "+33 1 88 40 43 95", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.emmaus-alternatives.org/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493597, - 48.8492859 - ] - }, - "id": "node/8483175152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8500710317", - "brand": "Besson Chaussures", - "brand:wikidata": "Q2899930", - "brand:wikipedia": "fr:Besson Chaussures", - "contact:city": "Malakoff", - "contact:housenumber": "12", - "contact:phone": "+33 806 80 00 04", - "contact:postcode": "92240", - "contact:street": "Avenue Pierre Brossolette", - "delivery": "yes", - "name": "Besson Chaussures", - "official_name": "Besson Chaussures Chatillon Malakoff", - "opening_hours": "Mo-Sa 10:00-19:00", - "payment:debit_cards": "yes", - "ref:FR:SIRET": "30431845401976", - "shop": "shoes", - "website": "https://www.besson-chaussures.com/nos-boutiques.php", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3126022, - 48.8215196 - ] - }, - "id": "node/8500710317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8514412802", - "addr:housenumber": "67", - "addr:street": "Avenue Maurice Thorez", - "check_date": "2022-06-01", - "disused:shop": "yes", - "level": "0", - "name": "Herald Chausseur", - "opening_hours": "Tu-Sa 09:30-19:15; Su 09:30-13:00", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+33 1 46 72 18 46", - "ref:FR:SIRET": "39365539400012", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3751599, - 48.8183852 - ] - }, - "id": "node/8514412802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8518101518", - "name": "Capriccio", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.359516, - 48.8677576 - ] - }, - "id": "node/8518101518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8531718147", - "contact:city": "Paris", - "contact:housenumber": "77", - "contact:phone": "+33 1 40 26 96 84", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Denis", - "contact:website": "https://www.footkorner.com", - "name": "Footkorner", - "opening_hours": "10:30-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.349051, - 48.8617498 - ] - }, - "id": "node/8531718147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8541497248", - "check_date": "2024-08-01", - "name": "wisp", - "shop": "clothes", - "website": "https://wisp-paris.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3701087, - 48.8757282 - ] - }, - "id": "node/8541497248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551249073", - "addr:city": "Paris", - "addr:housenumber": "9", - "addr:postcode": "75001", - "addr:street": "Rue Pierre Lescot", - "name": "Anny’s Cadeaux", - "shop": "bag", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3483387, - 48.862559 - ] - }, - "id": "node/8551249073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8551249074", - "addr:city": "Paris", - "addr:housenumber": "96", - "addr:postcode": "75001", - "addr:street": "Rue Rambuteau", - "check_date": "2023-04-15", - "name": "Alatone", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3481811, - 48.8625126 - ] - }, - "id": "node/8551249074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8554435060", - "name": "Blackcrows", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3342904, - 48.8528669 - ] - }, - "id": "node/8554435060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8556220597", - "check_date:opening_hours": "2024-03-13", - "name": "Degrif Des Stocks", - "opening_hours": "Mo-Sa 10:00-19:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.43607, - 48.8482351 - ] - }, - "id": "node/8556220597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8558257416", - "check_date": "2024-04-06", - "name": "Via Mode", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3778307, - 48.8589348 - ] - }, - "id": "node/8558257416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8582223017", - "brand": "Besson Chaussures", - "brand:wikidata": "Q2899930", - "brand:wikipedia": "fr:Besson Chaussures", - "contact:city": "Paris", - "contact:housenumber": "123", - "contact:phone": "+33 806 80 00 04", - "contact:postcode": "75013", - "contact:street": "Avenue de France", - "contact:website": "https://www.besson-chaussures.com/nos-boutiques/besson-chaussures-paris-bnf_paris_75013/270.html", - "delivery": "yes", - "name": "Besson Chaussures", - "official_name": "Besson Chaussures Paris Bnf", - "opening_hours": "Mo-Sa 10:00-20:00", - "payment:debit_cards": "yes", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3760786, - 48.8308275 - ] - }, - "id": "node/8582223017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8587058187", - "check_date": "2023-03-11", - "name": "Studio SAP", - "opening_hours": "Mo-Su 11:00-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3728686, - 48.8704049 - ] - }, - "id": "node/8587058187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8587972561", - "check_date": "2023-03-11", - "name": "GAGAN PAUL", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3768694, - 48.8676148 - ] - }, - "id": "node/8587972561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8595956159", - "name": "La Cabane de Fanette", - "shop": "clothes", - "source": "INSEE - 2021-03;survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3040215, - 48.8214164 - ] - }, - "id": "node/8595956159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8606644056", - "amenity": "workshop", - "check_date": "2023-04-16", - "contact:email": "contact@latextilerie.fr", - "contact:facebook": "https://www.facebook.com/facebook.com/latextilerie", - "contact:phone": "+33 1 40 35 77 14", - "contact:website": "http://www.latextilerie.fr", - "level": "0", - "name": "La Textilerie", - "opening_hours": "Mo-Sa 11:00-19:30", - "recycling": "information", - "ref:FR:SIRET": "82998324600028", - "repair": "assisted_self_service", - "second_hand": "only", - "service:repair": "yes", - "shop": "clothes", - "source": "CRESS Île-de-France", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3629222, - 48.8813412 - ] - }, - "id": "node/8606644056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8614950854", - "check_date": "2023-05-17", - "name": "Barka", - "opening_hours": "Mo-Sa 10:30-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3183911, - 48.829871 - ] - }, - "id": "node/8614950854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8615582795", - "name": "Pink City", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3565456, - 48.8754409 - ] - }, - "id": "node/8615582795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8618044452", - "name": "Re belote Shoes", - "shop": "shoes", - "survey:date": "2024-11-03", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3703117, - 48.8713941 - ] - }, - "id": "node/8618044452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8637753847", - "check_date": "2024-04-29", - "name": "Mode 17", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3213128, - 48.8897782 - ] - }, - "id": "node/8637753847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8637753849", - "name": "Jerem's Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3215016, - 48.8896584 - ] - }, - "id": "node/8637753849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8642635740", - "name": "Pierre Boisset", - "opening_hours": "Tu,We 15:00-19:00; Th-Sa 11:00-19:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3562731, - 48.8555986 - ] - }, - "id": "node/8642635740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8642635741", - "name": "Inouitoosh", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3571073, - 48.8589112 - ] - }, - "id": "node/8642635741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8642635742", - "brand": "Figaret", - "brand:wikidata": "Q4705652", - "check_date": "2022-09-30", - "clothes": "men;women", - "name": "Figaret", - "opening_hours": "Tu-Sa 10:00-19:00, Mo,Su 11:00-19:00; Su-We 14:00-15:00 closed", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3619426, - 48.8552897 - ] - }, - "id": "node/8642635742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8659139490", - "addr:city": "Paris", - "addr:housenumber": "65", - "addr:postcode": "75018", - "addr:street": "Rue Ramey", - "clothes": "women", - "email": "elisabethvfurtenbach@gmail.com", - "name": "Atelier de style", - "opening_hours": "We 12:00-20:00; Th-Sa 11:00-19:00", - "operator": "Elisabeth v. Furtenbach", - "phone": "+33 6 75 72 80 32", - "shop": "clothes", - "website": "https://elisabethvf.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449916, - 48.8908071 - ] - }, - "id": "node/8659139490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8662577736", - "addr:postcode": "75017", - "contact:facebook": "chezAmmar.fripier", - "name": "Chez Ammar", - "opening_hours": "We-Su 15:00-20:00", - "phone": "+33 6 25 03 06 34", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3205355, - 48.8873509 - ] - }, - "id": "node/8662577736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8663214746", - "name": "Largo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3846243, - 48.8657774 - ] - }, - "id": "node/8663214746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8674961614", - "name": "Sessùn", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3319317, - 48.8447073 - ] - }, - "id": "node/8674961614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8674966717", - "brand": "American Vintage", - "brand:wikidata": "Q2422884", - "brand:wikipedia": "fr:American Vintage", - "name": "American Vintage", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3463494, - 48.8646487 - ] - }, - "id": "node/8674966717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8681236754", - "addr:housenumber": "2", - "addr:street": "Rue de la Fontaine au Roi", - "check_date": "2024-08-31", - "contact:website": "https://www.modernfripe.fr", - "level": "0", - "name": "Modern Fripes", - "opening_hours": "Mo off; Tu-Su 11:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3684341, - 48.8685558 - ] - }, - "id": "node/8681236754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8705708778", - "contact:instagram": "gravity.paris", - "name": "Gravity", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3137322, - 48.841066 - ] - }, - "id": "node/8705708778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8707598538", - "check_date": "2024-09-15", - "name": "Charles Lili", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271816, - 48.8315596 - ] - }, - "id": "node/8707598538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8707598543", - "clothes": "children", - "name": "P'ti Boutchou", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3279078, - 48.8312751 - ] - }, - "id": "node/8707598543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8707891045", - "contact:city": "Paris", - "contact:housenumber": "27 bis", - "contact:postcode": "75002", - "contact:street": "Rue du Louvre", - "name": "Majestic Filature", - "opening_hours": "Mo-Sa 11:00-13:30,14:30-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3431459, - 48.8657663 - ] - }, - "id": "node/8707891045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8726020645", - "addr:city": "Paris", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "brand:wikipedia": "en:Levi Strauss & Co.", - "clothes": "denim;men;women", - "name": "Levi's", - "opening_hours": "Mo-Fr 11:00-19:30; Sa 10:30-19:30; Su 11:00-18:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3438943, - 48.8651992 - ] - }, - "id": "node/8726020645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8726020646", - "contact:city": "Paris", - "contact:housenumber": "44", - "contact:postcode": "75002", - "contact:street": "Rue Étienne Marcel", - "name": "Colmar", - "opening_hours": "Mo-Sa 10:30-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.343282, - 48.8653533 - ] - }, - "id": "node/8726020646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8737011512", - "name": "Marco Serussi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3790595, - 48.8507048 - ] - }, - "id": "node/8737011512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8752024304", - "addr:housenumber": "36", - "addr:postcode": "75004", - "addr:street": "Boulevard de Sébastopol", - "email": "info@backpack.paris", - "name": "Backpack", - "opening_hours": "Mo,We 11:00-14:00, 15:00-19:00; Tu,Th,Fr,Sa 11:00-19:00", - "phone": "+33 1 45 35 22 05", - "shop": "bag", - "website": "https://backpack.paris", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3501376, - 48.8614295 - ] - }, - "id": "node/8752024304" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8757870094", - "name": "Oska", - "shop": "clothes", - "website": "https://www.oska.com/stores/oska-paris-3eme/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3647803, - 48.8627244 - ] - }, - "id": "node/8757870094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8757870096", - "name": "Jean-Louis Scherrer", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3648011, - 48.8629498 - ] - }, - "id": "node/8757870096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8757870100", - "name": "Loyd's junior", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.364834, - 48.8636574 - ] - }, - "id": "node/8757870100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8758561540", - "name": "Printroom", - "phone": "+33 9 50 85 13 90", - "shop": "clothes", - "website": "https://printroom.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3220038, - 48.8876552 - ] - }, - "id": "node/8758561540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8758561542", - "clothes": "wedding", - "name": "Gilles Ziemee", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.323931, - 48.8864428 - ] - }, - "id": "node/8758561542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8758561554", - "clothes": "women", - "name": "29 Février", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3235279, - 48.886547 - ] - }, - "id": "node/8758561554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8758561559", - "name": "Le Local", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.323799, - 48.88653 - ] - }, - "id": "node/8758561559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8758561566", - "name": "Airtex", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.323419, - 48.8885463 - ] - }, - "id": "node/8758561566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8763382368", - "check_date": "2023-06-27", - "name": "structure", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3625003, - 48.8634943 - ] - }, - "id": "node/8763382368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8763382381", - "name": "M. Saadetian", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3626584, - 48.8636214 - ] - }, - "id": "node/8763382381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8770408868", - "brand": "Karl Marc John", - "brand:wikidata": "Q104196329", - "clothes": "women", - "name": "Karl Marc John", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624106, - 48.8609457 - ] - }, - "id": "node/8770408868" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8770408869", - "name": "Balibaris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3623663, - 48.8609188 - ] - }, - "id": "node/8770408869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8770408871", - "name": "Courrèges", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3626466, - 48.8610681 - ] - }, - "id": "node/8770408871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8770408872", - "brand": "Weekday", - "brand:wikidata": "Q10719514", - "check_date": "2024-07-28", - "name": "Weekday", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3628565, - 48.86118 - ] - }, - "id": "node/8770408872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8770408903", - "check_date": "2024-04-01", - "name": "Abbiati", - "shop": "clothes", - "website": "https://www.stevensonandson.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3654214, - 48.8625678 - ] - }, - "id": "node/8770408903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8770408904", - "name": "Charles Jourdan", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3656091, - 48.8626547 - ] - }, - "id": "node/8770408904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8773980682", - "name": "Woodë", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3645302, - 48.8630314 - ] - }, - "id": "node/8773980682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8773980683", - "name": "KD Junior", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3645309, - 48.8630853 - ] - }, - "id": "node/8773980683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8773980684", - "name": "Roberto", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3645335, - 48.8631497 - ] - }, - "id": "node/8773980684" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8773997248", - "name": "Vintage Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3612294, - 48.8603063 - ] - }, - "id": "node/8773997248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8773997249", - "name": "Magnanni", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3612777, - 48.8603319 - ] - }, - "id": "node/8773997249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8773997250", - "name": "Wild Hipanema", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3613571, - 48.8603716 - ] - }, - "id": "node/8773997250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8773997251", - "name": "Gibi's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3614805, - 48.8604417 - ] - }, - "id": "node/8773997251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8773997252", - "name": "Maison Labiche", - "shop": "clothes", - "website": "https://www.maisonlabiche.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3616176, - 48.8605211 - ] - }, - "id": "node/8773997252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8777094477", - "brand": "Karl Lagerfeld", - "brand:wikidata": "Q108024274", - "name": "Karl Lagerfeld", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3571481, - 48.8572205 - ] - }, - "id": "node/8777094477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8777094478", - "name": "Odaje", - "old_name": "M. Moustache", - "opening_hours": "Mo-Fr 11:30-20:00; Sa 11:00-20:00; Su 11:30-19:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3571984, - 48.8572757 - ] - }, - "id": "node/8777094478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8777711308", - "name": "Marina", - "shop": "clothes", - "source": "User: \"Alison24; Changeset: 36968348\"", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3172285, - 48.8707124 - ] - }, - "id": "node/8777711308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8793014990", - "check_date": "2024-08-10", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3872331, - 48.8737332 - ] - }, - "id": "node/8793014990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8793014991", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3873095, - 48.8737281 - ] - }, - "id": "node/8793014991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8825169517", - "addr:housenumber": "9", - "addr:postcode": "75008", - "addr:street": "Place de la Madeleine", - "name": "Slowear", - "phone": "+33 1 42 93 05 57", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3230867, - 48.8695227 - ] - }, - "id": "node/8825169517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8825719815", - "clothes": "fashion;women", - "contact:city": "Paris", - "contact:housenumber": "51", - "contact:phone": "+33 1 45 24 65 20", - "contact:postcode": "75016", - "contact:street": "Rue de Passy", - "contact:website": "https://www.tarajarmon.com/nos-boutiques/paris-passy_paris_75016/11.html", - "name": "Tara Jarmon", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.280099, - 48.8576409 - ] - }, - "id": "node/8825719815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8825745618", - "addr:housenumber": "48", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "clothes": "women", - "name": "Belair", - "phone": "+33 1 46 47 10 09", - "shop": "clothes", - "website": "https://www.belair-paris.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2798043, - 48.8578122 - ] - }, - "id": "node/8825745618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8825745620", - "addr:housenumber": "16", - "addr:street": "Rue Jean Bologne", - "clothes": "underwear;socks", - "contact:city": "Paris", - "contact:housenumber": "16", - "contact:phone": "+33 1 46 51 52 35", - "contact:postcode": "75016", - "contact:street": "Rue Jean Bologne", - "contact:website": "https://www.tabio.fr/fr/", - "name": "Tabio", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2800945, - 48.8575165 - ] - }, - "id": "node/8825745620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8825779731", - "contact:housenumber": "22", - "contact:postcode": "75006", - "contact:street": "Rue de l'Odéon", - "name": "Lafaurie", - "opening_hours": "Mo-Sa 10:30-19:30; Mo-We 14:00-15:00 closed", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3385834, - 48.8502936 - ] - }, - "id": "node/8825779731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8829552862", - "addr:city": "Paris", - "addr:housenumber": "28", - "addr:postcode": "75010", - "addr:street": "Rue Beaurepaire", - "alt_name": "We Dress Fair", - "check_date": "2024-11-08", - "name": "WeDressFair", - "opening_hours": "Tu-Su 11:00-19:00", - "organic": "yes", - "shop": "clothes", - "website": "https://www.wedressfair.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3643291, - 48.8710747 - ] - }, - "id": "node/8829552862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8829552864", - "check_date": "2024-11-08", - "name": "Belair", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3641527, - 48.8706775 - ] - }, - "id": "node/8829552864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8829552865", - "check_date": "2024-11-08", - "name": "Maison standards", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3641185, - 48.8706183 - ] - }, - "id": "node/8829552865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8829552866", - "check_date": "2024-11-08", - "name": "Patricia Blanchet", - "shop": "shoes", - "website": "https://patriciablanchet.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3640825, - 48.8705514 - ] - }, - "id": "node/8829552866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8829552867", - "check_date": "2024-11-08", - "name": "Le Petit Dakarois", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3640492, - 48.8704822 - ] - }, - "id": "node/8829552867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8832162696", - "alt_name": "Crèmerie N°6", - "alt_shop": "popup", - "description": "ceci est un pop-up store donc avec types de magasins et enseignes éphémères", - "name": "Crémerie de Paris N°6", - "note": "merci de conserver le alt_shop et alt_name", - "operator": "Crémeries de Paris", - "permanent": "no", - "shop": "clothes", - "website": "https://cremeriedeparis.com/no6/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3467255, - 48.8604322 - ] - }, - "id": "node/8832162696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8833359030", - "check_date:opening_hours": "2024-04-01", - "clothes": "fur", - "contact:city": "Paris", - "contact:housenumber": "12", - "contact:phone": "+33 6 95 32 78 91", - "contact:postcode": "75016", - "contact:street": "Rue Jean Bologne", - "contact:website": "https://hayleen-paris.fr", - "name": "Ayleen Paris", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2802213, - 48.8571151 - ] - }, - "id": "node/8833359030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8833561600", - "name": "Le Mont St Michel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3619486, - 48.8604931 - ] - }, - "id": "node/8833561600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8833561601", - "name": "ZAPA", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3620391, - 48.8605368 - ] - }, - "id": "node/8833561601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8833561602", - "name": "vanessabruno", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3621424, - 48.8606034 - ] - }, - "id": "node/8833561602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8833561604", - "name": "Soi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.362306, - 48.8606837 - ] - }, - "id": "node/8833561604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8833561607", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "check_date": "2024-07-28", - "clothes": "women", - "name": "Ba&sh", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3625977, - 48.8608346 - ] - }, - "id": "node/8833561607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8833561609", - "name": "Kenzo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3636028, - 48.8613604 - ] - }, - "id": "node/8833561609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8833561615", - "name": "Distance", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3661254, - 48.8626668 - ] - }, - "id": "node/8833561615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8833633090", - "name": "Cabaïa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3593462, - 48.8589243 - ] - }, - "id": "node/8833633090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8833633094", - "name": "Fred Perry", - "shop": "clothes", - "website": "https://www.fredperry.com/eu-fr/shop-finder/paris-temple" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3598685, - 48.8593311 - ] - }, - "id": "node/8833633094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8833633097", - "name": "Art du Basic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3605109, - 48.8597251 - ] - }, - "id": "node/8833633097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8840327599", - "name": "UGG", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3573962, - 48.8571429 - ] - }, - "id": "node/8840327599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8842970047", - "clothes": "yoga", - "level": "0", - "name": "Yoga Searcher", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3678938, - 48.857133 - ] - }, - "id": "node/8842970047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8849260899", - "addr:city": "Paris", - "addr:housenumber": "115", - "addr:postcode": "75006", - "addr:street": "Boulevard Saint-Germain", - "alt_name": "North Face", - "brand": "The North Face", - "brand:wikidata": "Q152784", - "brand:wikipedia": "en:The North Face", - "check_date": "2023-09-27", - "name": "The North Face", - "shop": "clothes", - "website": "https://www.thenorthface.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3381317, - 48.8524594 - ] - }, - "id": "node/8849260899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8851036030", - "check_date": "2023-08-27", - "name": "Soury Paris", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3744193, - 48.8590489 - ] - }, - "id": "node/8851036030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8863425634", - "addr:city": "Paris", - "addr:postcode": "75001", - "brand": "Diesel", - "brand:wikidata": "Q158285", - "brand:wikipedia": "en:Diesel (brand)", - "name": "Diesel", - "opening_hours": "Mo-Sa 11:00-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3450007, - 48.8646792 - ] - }, - "id": "node/8863425634" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8866949366", - "name": "Ceintures Losco (Sévigné)", - "phone": "+33148043993", - "shop": "clothes", - "website": "https://www.losco.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3625341, - 48.8562319 - ] - }, - "id": "node/8866949366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8866998221", - "name": "Ceintures Losco", - "phone": "+33142227747", - "shop": "clothes", - "website": "https://losco.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3290439, - 48.851779 - ] - }, - "id": "node/8866998221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8874826425", - "check_date:opening_hours": "2024-08-13", - "name": "La robe de Carat", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3229634, - 48.8324697 - ] - }, - "id": "node/8874826425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8892612825", - "brand": "Aigle", - "brand:wikidata": "Q404391", - "name": "Aigle", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:30-19:00", - "ref:FR:SIRET": "31439771201087", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4366418, - 48.846637 - ] - }, - "id": "node/8892612825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8895516519", - "check_date": "2024-11-05", - "name": "Le Comptoir Vincennois", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4381166, - 48.8466145 - ] - }, - "id": "node/8895516519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8921286620", - "name": "Balkal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3593825, - 48.8648739 - ] - }, - "id": "node/8921286620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8929350228", - "check_date": "2024-09-28", - "clothes": "women", - "name": "Aimman", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4065339, - 48.8526901 - ] - }, - "id": "node/8929350228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8932455812", - "brand": "Wolford", - "level": "1", - "name": "Wolford", - "office": "company", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3604255, - 48.8603035 - ] - }, - "id": "node/8932455812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8932462429", - "name": "Clergerie", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3580553, - 48.8583979 - ] - }, - "id": "node/8932462429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8950382694", - "name": "Seefan", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3606999, - 48.8620161 - ] - }, - "id": "node/8950382694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8950382695", - "check_date": "2024-02-04", - "name": "Étoiles", - "shop": "bag", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3478837, - 48.8596974 - ] - }, - "id": "node/8950382695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8950382698", - "name": "Moloko", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.368595, - 48.8609071 - ] - }, - "id": "node/8950382698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8961420268", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "1", - "contact:postcode": "75018", - "contact:street": "Rue des Trois Frères", - "name": "La Citadelle", - "opening_hours": "Tu-Sa 11:00-19:30; Mo 14:30-19:30; Su 14:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3415543, - 48.8836143 - ] - }, - "id": "node/8961420268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8961420277", - "addr:city": "Paris", - "addr:housenumber": "2", - "addr:postcode": "75018", - "addr:street": "Rue Yvonne Le Tac", - "check_date": "2023-09-17", - "clothes": "women", - "name": "Jade", - "opening_hours": "Mo-Sa 11:00-19:30; Su 14:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3412899, - 48.8840755 - ] - }, - "id": "node/8961420277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8961420285", - "addr:city": "Paris", - "addr:housenumber": "17", - "addr:postcode": "75018", - "addr:street": "Rue la Vieuville", - "fixme": "Find and add name of clothing shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3402396, - 48.8847437 - ] - }, - "id": "node/8961420285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8961420296", - "contact:city": "Paris", - "contact:housenumber": "20", - "contact:postcode": "75018", - "contact:street": "Rue Yvonne Le Tac", - "name": "LDB", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3398448, - 48.8842422 - ] - }, - "id": "node/8961420296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8961442522", - "addr:city": "Paris", - "addr:housenumber": "15", - "addr:postcode": "75018", - "addr:street": "Rue des Abbesses", - "clothes": "men", - "name": "Balibaris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3383439, - 48.8841861 - ] - }, - "id": "node/8961442522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8961442528", - "addr:city": "Paris", - "addr:housenumber": "4", - "addr:postcode": "75018", - "addr:street": "Rue des Abbesses", - "brand": "Karl Marc John", - "brand:wikidata": "Q104196329", - "clothes": "women", - "name": "Karl Marc John", - "opening_hours": "Tu-Sa 10:30-19:30; Mo 13:00-19:00; Su 13:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3392383, - 48.883979 - ] - }, - "id": "node/8961442528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8961442533", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "clothes": "men", - "contact:city": "Paris", - "contact:housenumber": "19", - "contact:postcode": "75018", - "contact:street": "Rue Yvonne Le Tac", - "name": "Sandro Homme", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3393076, - 48.8841796 - ] - }, - "id": "node/8961442533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8961442537", - "addr:city": "Paris", - "addr:housenumber": "4", - "addr:postcode": "75018", - "addr:street": "Rue des Abbesses", - "name": "LePantalon", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3393777, - 48.883927 - ] - }, - "id": "node/8961442537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8961442540", - "addr:city": "Paris", - "addr:housenumber": "1 bis", - "addr:postcode": "75018", - "addr:street": "Rue des Abbesses", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "clothes": "women", - "name": "Ba&sh", - "opening_hours": "Mo-Su 10h30-19h30", - "phone": "+33 1 46 06 20 46", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3393576, - 48.8837382 - ] - }, - "id": "node/8961442540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8961442541", - "addr:city": "Paris", - "addr:housenumber": "7", - "addr:postcode": "75018", - "addr:street": "Rue des Abbesses", - "check_date": "2024-02-13", - "clothes": "women", - "name": "Héroïnes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3389619, - 48.8838954 - ] - }, - "id": "node/8961442541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8961442544", - "addr:city": "Paris", - "addr:housenumber": "89", - "addr:postcode": "75018", - "addr:street": "Rue des Martyrs", - "clothes": "women", - "name": "Ekyog", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3396423, - 48.8840168 - ] - }, - "id": "node/8961442544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8961442548", - "addr:city": "Paris", - "addr:housenumber": "92", - "addr:postcode": "75018", - "addr:street": "Rue des Martyrs", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "brand:wikipedia": "fr:Maje", - "clothes": "women", - "name": "Maje", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3398324, - 48.8839331 - ] - }, - "id": "node/8961442548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8961442551", - "addr:city": "Paris", - "addr:housenumber": "64", - "addr:postcode": "75018", - "addr:street": "Rue d'Orsel", - "check_date": "2023-04-30", - "name": "Flash Vintage", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3401225, - 48.8836058 - ] - }, - "id": "node/8961442551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8961442558", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "15", - "contact:postcode": "75018", - "contact:street": "Rue Yvonne Le Tac", - "name": "Recto-Verso", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3400062, - 48.8840958 - ] - }, - "id": "node/8961442558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8961442560", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "5", - "contact:postcode": "75018", - "contact:street": "Rue des Trois Frères", - "name": "Kika", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3414558, - 48.8837903 - ] - }, - "id": "node/8961442560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8968421438", - "name": "Le Coffre", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3248988, - 48.8849537 - ] - }, - "id": "node/8968421438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8968421444", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3191176, - 48.8861266 - ] - }, - "id": "node/8968421444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8968421452", - "name": "Class", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3251698, - 48.8849882 - ] - }, - "id": "node/8968421452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8987108171", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "brand:wikipedia": "fr:Princesse tam.tam", - "name": "Princesse tam.tam", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3662233, - 48.8537186 - ] - }, - "id": "node/8987108171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8990393536", - "clothes": "children", - "contact:city": "Paris", - "contact:housenumber": "2", - "contact:postcode": "75018", - "contact:street": "Rue des Trois Frères", - "name": "Arsène et les pipelettes,", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.341732, - 48.8836477 - ] - }, - "id": "node/8990393536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8990393546", - "clothes": "wedding", - "name": "Myphilosophy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3403217, - 48.8834796 - ] - }, - "id": "node/8990393546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8990393548", - "check_date": "2024-07-06", - "clothes": "men", - "name": "À L'Idéale", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3404722, - 48.8834728 - ] - }, - "id": "node/8990393548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8999712995", - "name": "Picture", - "opening_hours": "Mo-Sa 11:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3453574, - 48.8501186 - ] - }, - "id": "node/8999712995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9005061150", - "check_date:opening_hours": "2024-03-26", - "name": "Joël Angéle", - "opening_hours:signed": "no", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3399699, - 48.8391162 - ] - }, - "id": "node/9005061150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9019374169", - "name": "Free'p'star", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.350684, - 48.858803 - ] - }, - "id": "node/9019374169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9041902690", - "check_date": "2024-09-15", - "name": "Luxchik stock", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.32613, - 48.8315634 - ] - }, - "id": "node/9041902690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9044402506", - "clothes": "women;men", - "name": "Scotch et Soda", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3873929, - 48.8336294 - ] - }, - "id": "node/9044402506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9044402507", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "brand:wikipedia": "en:Levi Strauss & Co.", - "clothes": "denim;men;women", - "name": "Levi's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3873303, - 48.8335808 - ] - }, - "id": "node/9044402507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9044402512", - "name": "Brownie", - "opening_hours": "10:00-20:00", - "shop": "clothes", - "website": "https://www.browniespain.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3870334, - 48.8333568 - ] - }, - "id": "node/9044402512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9063519351", - "addr:city": "Pantin", - "addr:postcode": "93500", - "addr:street": "Avenue Jean Lolive", - "brand": "Courir", - "brand:wikidata": "Q3001258", - "brand:wikipedia": "fr:Courir (chaîne de magasins)", - "name": "Courir Outlet", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4033745, - 48.8908057 - ] - }, - "id": "node/9063519351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9063588478", - "name": "Alexia Hollinger", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3362061, - 48.8657942 - ] - }, - "id": "node/9063588478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9081610832", - "name": "Clerice Création", - "shop": "clothes", - "survey:date": "2021-12-23" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.359652, - 48.8390475 - ] - }, - "id": "node/9081610832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9082433504", - "name": "Mayfer", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.302543, - 48.876265 - ] - }, - "id": "node/9082433504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9089011810", - "brand": "Zeeman", - "brand:wikidata": "Q184399", - "level": "1", - "name": "Zeeman", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3657209, - 48.8218782 - ] - }, - "id": "node/9089011810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9089019618", - "check_date": "2024-07-06", - "name": "Make my Lemonade", - "opening_hours": "Mo-Sa 11:00-20:00; Su 11:00-19:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3650984, - 48.870955 - ] - }, - "id": "node/9089019618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9089019630", - "check_date": "2024-11-07", - "name": "Nin & Laur", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.364664, - 48.8715296 - ] - }, - "id": "node/9089019630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9089019644", - "addr:city": "Paris", - "addr:postcode": "75001", - "name": "Superga", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3481063, - 48.8631068 - ] - }, - "id": "node/9089019644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9089019654", - "brand": "Karl Marc John", - "brand:wikidata": "Q104196329", - "check_date": "2024-07-06", - "clothes": "women", - "name": "Karl Marc John", - "opening_hours": "Mo-Sa 10:00-19:00; Su 13:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3649056, - 48.8712395 - ] - }, - "id": "node/9089019654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9109382605", - "check_date": "2023-10-19", - "name": "Le repaire des filles", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3277145, - 48.8347366 - ] - }, - "id": "node/9109382605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9114907120", - "clothes": "workwear;suits", - "clothes:for": "women;men", - "name": "Ponsard et Dumas - Boutique de Paris", - "shop": "clothes", - "survey:date": "2023-19-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3679891, - 48.8476541 - ] - }, - "id": "node/9114907120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9121089706", - "contact:city": "Paris", - "contact:housenumber": "13", - "contact:phone": "+33 1 46 06 49 06", - "contact:postcode": "75018", - "contact:street": "Rue de Clignancourt", - "contact:website": "https://www.sacapuce.fr/", - "name": "Sacapuce", - "opening_hours": "Mo, We-Sa 10:30-19:30; Tu 10:30-18:45", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3470786, - 48.8848164 - ] - }, - "id": "node/9121089706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9127637203", - "clothes": "sports;budo", - "name": "Budo store", - "opening_hours": "Mo-Sa 10:00-19:30; PH,Su off", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3492273, - 48.8485498 - ] - }, - "id": "node/9127637203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9132781022", - "name": "Mini Nippes...", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3456449, - 48.8787535 - ] - }, - "id": "node/9132781022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9135932824", - "shop": "clothes", - "survey:date": "2021-09-30" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3600684, - 48.8883129 - ] - }, - "id": "node/9135932824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9135932926", - "shop": "shoes", - "survey:date": "2021-09-30" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3600669, - 48.8884055 - ] - }, - "id": "node/9135932926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9139974572", - "name": "Elya Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3647176, - 48.8603519 - ] - }, - "id": "node/9139974572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9139974577", - "name": "Itris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3647233, - 48.860419 - ] - }, - "id": "node/9139974577" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9139974579", - "name": "Ray Club", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3647153, - 48.8605235 - ] - }, - "id": "node/9139974579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9142421339", - "brand": "Sergent Major", - "check_date": "2024-01-21", - "clothes": "babies;children", - "name": "Sergent Major", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2943596, - 48.8361582 - ] - }, - "id": "node/9142421339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9156460718", - "check_date": "2023-11-08", - "name": "Madame de", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3260432, - 48.835199 - ] - }, - "id": "node/9156460718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9160189582", - "contact:city": "Paris", - "contact:housenumber": "38 bis", - "contact:phone": "+33 1 40 02 02 20", - "contact:postcode": "75012", - "contact:street": "Rue du Faubourg Saint-Antoine", - "contact:website": "https://www.carhartt-wip.com/fr/stores/4268", - "name": "Carhartt WIP", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3720747, - 48.8522376 - ] - }, - "id": "node/9160189582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9160209717", - "clothes": "underwear", - "name": "l'embellie", - "shop": "clothes", - "survey:date": "2021-10-08" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3716445, - 48.8518067 - ] - }, - "id": "node/9160209717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9161008840", - "check_date": "2024-04-04", - "name": "Maxi Marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.344693, - 48.8778093 - ] - }, - "id": "node/9161008840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9161008841", - "check_date": "2024-04-04", - "name": "Le Square la suite...", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3445931, - 48.8775479 - ] - }, - "id": "node/9161008841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9161198392", - "check_date": "2024-02-01", - "name": "Pourchet", - "shop": "bag", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3530624, - 48.8640725 - ] - }, - "id": "node/9161198392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9166692655", - "addr:city": "Paris", - "addr:housenumber": "81", - "addr:postcode": "75017", - "addr:street": "Avenue de Wagram", - "clothes": "wedding;men;suits;women", - "description": "Tailleur homme.", - "name": "Taylor Trucks", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-17:00", - "phone": "+33 1 56 79 76 11", - "shop": "clothes", - "website": "https://tailortrucks.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2993826, - 48.8801122 - ] - }, - "id": "node/9166692655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9168434689", - "addr:city": "Paris", - "addr:housenumber": "1", - "addr:postcode": "75008", - "addr:street": "Cité Berryer", - "brand": "Smuggler", - "brand:wikidata": "Q28497046", - "brand:wikipedia": "fr:Smuggler (marque de prêt-à-porter)", - "clothes": "men", - "name": "Smuggler", - "phone": "+33 1 42 25 01 70", - "shop": "clothes", - "website": "https://smuggler.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3224024, - 48.8693851 - ] - }, - "id": "node/9168434689" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9172382986", - "name": "Dégriffe du Monde", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4058557, - 48.8471112 - ] - }, - "id": "node/9172382986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9178471506", - "check_date": "2024-06-30", - "name": "Sense", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3674911, - 48.8588635 - ] - }, - "id": "node/9178471506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9178471512", - "level": "0", - "name": "Indira", - "opening_hours": "Tu-Sa 11:00-19:00, Su-Mo closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.355716, - 48.8649822 - ] - }, - "id": "node/9178471512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9178483317", - "contact:city": "Paris", - "contact:email": "hello@cuissedegrenouille.com", - "contact:housenumber": "5", - "contact:phone": "+33 7 66 19 67 09", - "contact:postcode": "75003", - "contact:street": "Rue Froissart", - "contact:website": "https://www.cuissedegrenouille.com/", - "name": "Cuisse de grenouille", - "opening_hours": "Tu-Sa 11:00-14:00,15:00-19:00", - "operator": "Gentleman surfer", - "operator:ref:FR:SIREN": "524191210", - "ref:FR:NAF": "47.91A", - "ref:FR:SIRET": "52419121000037", - "ref:vatin": "FR39524191210", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3664457, - 48.861404 - ] - }, - "id": "node/9178483317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9178483329", - "contact:city": "Paris", - "contact:housenumber": "5", - "contact:postcode": "75003", - "contact:street": "Rue Froissart", - "name": "Roseanna", - "operator": "Roseanna swim", - "operator:ref:FR:SIREN": "498972967", - "ref:FR:NAF": "47.71Z", - "ref:FR:SIRET": "49897296700059", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3666009, - 48.8613667 - ] - }, - "id": "node/9178483329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9191704853", - "name": "Schott", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3633534, - 48.8619934 - ] - }, - "id": "node/9191704853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9194523917", - "addr:city": "Paris", - "addr:housenumber": "67", - "addr:postcode": "75001", - "addr:street": "Rue de Rivoli", - "branch": "RIVOLI", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "brand:wikipedia": "en:Uniqlo", - "level": "-1;0;1;2", - "name": "Uniqlo", - "opening_hours": "Mo-Su 10:00-20:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3442259, - 48.8596359 - ] - }, - "id": "node/9194523917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9216574410", - "addr:city": "Paris", - "addr:housenumber": "77", - "addr:postcode": "75018", - "addr:street": "Boulevard Barbès", - "check_date": "2024-07-22", - "clothes": "men", - "name": "Noor menswear", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-20:00", - "phone": "+33 9 80 55 30 90", - "shop": "clothes", - "website": "https://noormenswear.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493984, - 48.8912916 - ] - }, - "id": "node/9216574410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9216724591", - "brand": "Morgan", - "brand:wikidata": "Q6911563", - "clothes": "women", - "level": "0", - "name": "Morgan", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3469626, - 48.8590443 - ] - }, - "id": "node/9216724591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9221195735", - "clothes": "wedding", - "level": "0", - "name": "Cœur des femmes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3495162, - 48.8830029 - ] - }, - "id": "node/9221195735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9221195739", - "clothes": "wedding", - "level": "0", - "name": "Promarried", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3495299, - 48.8829455 - ] - }, - "id": "node/9221195739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9233551640", - "addr:housenumber": "113", - "addr:postcode": "75003", - "addr:street": "Rue de Turenne", - "name": "RoyalCheese", - "opening_hours": "Mo-Sa 11:00-20:00; Su 14:00-19:00", - "phone": "+33148045352", - "shop": "clothes", - "survey:date": "2021-11-07", - "website": "https://www.royalcheese.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3645274, - 48.8629065 - ] - }, - "id": "node/9233551640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9233551734", - "shop": "clothes", - "survey:date": "2021-11-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3648085, - 48.863658 - ] - }, - "id": "node/9233551734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9233551834", - "clothes": "men", - "shop": "clothes", - "survey:date": "2021-11-07", - "website": "https://drapeau-noir.fr/pages/nos-boutiques" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3639864, - 48.8642178 - ] - }, - "id": "node/9233551834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9233564999", - "branch": "Lab P75", - "brand": "Nike", - "brand:wikidata": "Q483915", - "brand:wikipedia": "en:Nike, Inc.", - "inscription": "Librairie", - "level": "0", - "name": "Nike lab P75", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591252, - 48.8580438 - ] - }, - "id": "node/9233564999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9241813107", - "name": "Peau de lapin", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271985, - 48.8356094 - ] - }, - "id": "node/9241813107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9244534311", - "name": "Mon soulier", - "shop": "shoes", - "website": "https://www.monsoulier.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3455797, - 48.8753951 - ] - }, - "id": "node/9244534311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9247842740", - "name": "Off-white", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3279853, - 48.8657712 - ] - }, - "id": "node/9247842740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9247842746", - "name": "Les Stocks du Marais", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3569656, - 48.8569312 - ] - }, - "id": "node/9247842746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9261187119", - "name": "Sympa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3922466, - 48.8883658 - ] - }, - "id": "node/9261187119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9266755175", - "addr:city": "Paris", - "addr:housenumber": "8", - "addr:postcode": "75012", - "addr:street": "Rue Riesener", - "check_date:opening_hours": "2023-08-05", - "clothes": "women;men;fashion;hats", - "name": "La Cadette", - "opening_hours": "We-Fr 15:00-19:00, Sa 13:00-19:00", - "operator": "La Rockette", - "payment:cards": "yes", - "payment:cash": "yes", - "payment:coins": "yes", - "payment:debit_cards": "yes", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.lapetiterockette.org", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3897644, - 48.8428132 - ] - }, - "id": "node/9266755175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9269761922", - "check_date": "2024-08-24", - "name": "sophie sacs", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3257574, - 48.8455653 - ] - }, - "id": "node/9269761922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9269762018", - "brand": "Chantelle", - "brand:wikidata": "Q2956351", - "clothes": "underwear", - "name": "Chantelle", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3241723, - 48.8444181 - ] - }, - "id": "node/9269762018" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9274625517", - "name": "La Couronne", - "opening_hours": "Tu-Sa 13:00-20:00", - "shoes": "luxury", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3226409, - 48.8340637 - ] - }, - "id": "node/9274625517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9281561980", - "check_date": "2022-09-30", - "name": "trippen", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3637467, - 48.8627489 - ] - }, - "id": "node/9281561980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9292308907", - "check_date": "2023-06-20", - "name": "Ryan 99", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3076243, - 48.8714549 - ] - }, - "id": "node/9292308907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9300017468", - "name": "My lovers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3397164, - 48.8781886 - ] - }, - "id": "node/9300017468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9300017471", - "name": "Fidji", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3396058, - 48.8785088 - ] - }, - "id": "node/9300017471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9300017477", - "name": "Le coin des marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3396647, - 48.8787588 - ] - }, - "id": "node/9300017477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9300017478", - "name": "Anthology Paris", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3398988, - 48.8787262 - ] - }, - "id": "node/9300017478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9300017488", - "name": "Baabou", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3397987, - 48.8792209 - ] - }, - "id": "node/9300017488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9300017490", - "name": "By Corinne", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3401563, - 48.8794758 - ] - }, - "id": "node/9300017490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9300017492", - "name": "Anthology Paris", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3399902, - 48.8796702 - ] - }, - "id": "node/9300017492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9300360185", - "name": "Zeit Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3400938, - 48.8812623 - ] - }, - "id": "node/9300360185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9307435494", - "name": "En Voiture SIMONE....", - "shop": "clothes", - "website": "https://envoituresimoneparis.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3616582, - 48.8606901 - ] - }, - "id": "node/9307435494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9314777164", - "name": "Top gun", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3603326, - 48.8557657 - ] - }, - "id": "node/9314777164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9314777169", - "check_date": "2024-08-04", - "level": "0", - "name": "Alternatives", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3594631, - 48.855982 - ] - }, - "id": "node/9314777169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9314777175", - "name": "Noël seconde main ou rien", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3576211, - 48.8636149 - ] - }, - "id": "node/9314777175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9314777181", - "name": "Noir Kennedy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3589428, - 48.856131 - ] - }, - "id": "node/9314777181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9327834977", - "name": "Déstock Guy Moquet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.327851, - 48.8936859 - ] - }, - "id": "node/9327834977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9327834981", - "name": "Stockmark", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3277202, - 48.8944304 - ] - }, - "id": "node/9327834981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9327834997", - "check_date": "2024-08-31", - "name": "Chic Star", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3280934, - 48.8943898 - ] - }, - "id": "node/9327834997" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9327835005", - "check_date": "2024-08-31", - "name": "Fashion Empire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283391, - 48.8951393 - ] - }, - "id": "node/9327835005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9330399128", - "contact:website": "https://www.louisgabrielnouchi.com/", - "name": "Louis Gabriel Nouchi", - "opening_hours": "Tu-Sa 11:00-14:00,15:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3676277, - 48.8626941 - ] - }, - "id": "node/9330399128" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9332169848", - "name": "Acier Meringué", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3636883, - 48.8644692 - ] - }, - "id": "node/9332169848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9348319002", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "clothes": "underwear", - "contact:city": "Paris", - "contact:housenumber": "54", - "contact:postcode": "75012", - "contact:street": "Rue du Faubourg Saint-Antoine", - "name": "Intimissimi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3730793, - 48.8519525 - ] - }, - "id": "node/9348319002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9348322386", - "brand": "Chevignon", - "brand:wikidata": "Q787601", - "contact:city": "Paris", - "contact:housenumber": "36", - "contact:postcode": "75012", - "contact:street": "Rue du Faubourg Saint-Antoine", - "contact:website": "https://www.chevignon.fr/nos-boutiques.php", - "name": "Chevignon", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3719484, - 48.8522724 - ] - }, - "id": "node/9348322386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9349200778", - "name": "Leho", - "opening_hours": "Mo-Sa 11:00-20:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3464104, - 48.8638999 - ] - }, - "id": "node/9349200778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9374618878", - "check_date": "2023-10-21", - "name": "RG", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3679708, - 48.8839389 - ] - }, - "id": "node/9374618878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9382417952", - "check_date": "2024-01-07", - "name": "Brighton", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3590806, - 48.8660222 - ] - }, - "id": "node/9382417952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9382417953", - "check_date": "2024-01-07", - "name": "Best Silver", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3592268, - 48.8660531 - ] - }, - "id": "node/9382417953" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9383615452", - "check_date:opening_hours": "2022-11-20", - "name": "Nanie", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3349673, - 48.8532356 - ] - }, - "id": "node/9383615452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9383618847", - "name": "Darmon", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.335047, - 48.853214 - ] - }, - "id": "node/9383618847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9386410845", - "check_date": "2024-07-06", - "name": "Ruben's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3648243, - 48.8639651 - ] - }, - "id": "node/9386410845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9394595288", - "addr:city": "Paris", - "addr:housenumber": "40", - "addr:postcode": "75012", - "addr:street": "Rue de Reuilly", - "clothes": "women", - "name": "May Be", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3885413, - 48.8455269 - ] - }, - "id": "node/9394595288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9403669486", - "addr:city": "Paris", - "addr:housenumber": "23", - "addr:postcode": "75001", - "addr:street": "Rue Berger", - "name": "Mademoiselle Trendy", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3458317, - 48.8613967 - ] - }, - "id": "node/9403669486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9403908083", - "check_date": "2022-07-28", - "name": "L'epitoge", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3769911, - 48.8622268 - ] - }, - "id": "node/9403908083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9413836095", - "check_date": "2024-06-01", - "name": "Bagagerie maroquinerie", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.330957, - 48.8329408 - ] - }, - "id": "node/9413836095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9421445417", - "addr:city": "Paris", - "addr:housenumber": "200", - "addr:postcode": "75010", - "addr:street": "Rue La Fayette", - "check_date": "2023-04-16", - "contact:phone": "+33 1 40 38 45 85", - "level": "0", - "name": "Patricia", - "shop": "shoes", - "source": "survey 01/2022", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3645096, - 48.8811482 - ] - }, - "id": "node/9421445417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9426751091", - "clothes": "women", - "name": "Jean Marc Philippe", - "opening_hours": "Tu-Sa 10:30-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+33 1 55 76 67 41", - "shop": "clothes", - "website": "https://jeanmarcphilippe.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3236572, - 48.8290605 - ] - }, - "id": "node/9426751091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9426802207", - "addr:housenumber": "50", - "addr:street": "Avenue Mozart", - "name": "Abyshop50", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2697092, - 48.8552192 - ] - }, - "id": "node/9426802207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9431499865", - "addr:city": "Paris", - "addr:country": "FR", - "addr:housenumber": "59", - "addr:postcode": "75012", - "addr:street": "Rue Traversière", - "check_date:opening_hours": "2024-09-18", - "clothes": "wedding", - "name": "Pivoines and Love", - "opening_hours": "We,Fr,Sa 10:00-19:00", - "phone": "+33 6 64 59 31 25", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3743263, - 48.8488102 - ] - }, - "id": "node/9431499865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9431934618", - "clothes": "fashion", - "contact:city": "Paris", - "contact:housenumber": "34", - "contact:postcode": "75004", - "contact:street": "Rue de la Verrerie", - "name": "BAPE", - "opening_hours": "Mo-Sa 10:00-20:00, Su 11:00-19:00", - "phone": "+33 893 02 53 85;+33 1 42 74 95 83", - "shop": "clothes", - "website": "https://bape.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3540041, - 48.8576899 - ] - }, - "id": "node/9431934618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9432191910", - "name": "Africano Store", - "shop": "clothes", - "source": "survey 01/2022" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3613952, - 48.8853677 - ] - }, - "id": "node/9432191910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9433205927", - "name": "Les Gazelles", - "opening_hours": "Tu-Sa 15:00-19:00", - "phone": "+33 6 18 19 03 33", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.320139, - 48.8943268 - ] - }, - "id": "node/9433205927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9440245005", - "name": "Lammari créations", - "opening_hours": "Mo,Tu,Th-Sa 11:00-19:00; We off", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4003819, - 48.8607534 - ] - }, - "id": "node/9440245005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9453544852", - "name": "Doucal's", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3311447, - 48.8658582 - ] - }, - "id": "node/9453544852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9455171471", - "check_date:opening_hours": "2024-10-14", - "name": "Diva Créations", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3407846, - 48.8759443 - ] - }, - "id": "node/9455171471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9456592401", - "check_date": "2024-04-06", - "name": "La mode vintage", - "second_hand": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3794704, - 48.861026 - ] - }, - "id": "node/9456592401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9472817077", - "name": "Finsbury", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3590398, - 48.8555751 - ] - }, - "id": "node/9472817077" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9472827428", - "name": "La dégriffe du Marais", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3587601, - 48.8559023 - ] - }, - "id": "node/9472827428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9481401418", - "name": "Bollywood Boulevard", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3219255, - 48.8894393 - ] - }, - "id": "node/9481401418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9481401423", - "name": "Bron Habilleur", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3232785, - 48.8889697 - ] - }, - "id": "node/9481401423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9481401428", - "name": "Lucky", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3222963, - 48.8895292 - ] - }, - "id": "node/9481401428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9481401446", - "check_date": "2024-03-13", - "name": "Bruno", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.323025, - 48.8891173 - ] - }, - "id": "node/9481401446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9481401451", - "name": "Chaussures et Accessoires", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3239537, - 48.8882621 - ] - }, - "id": "node/9481401451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9481401460", - "name": "WZ", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3244542, - 48.8882866 - ] - }, - "id": "node/9481401460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9481401473", - "name": "Weike", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3238612, - 48.8883164 - ] - }, - "id": "node/9481401473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9481401475", - "name": "Angelic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3246696, - 48.8878493 - ] - }, - "id": "node/9481401475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9481401483", - "name": "Vague", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3214525, - 48.8900163 - ] - }, - "id": "node/9481401483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9481401490", - "clothes": "children;women;men", - "name": "Deux Fois Moins Cher", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3242833, - 48.8880749 - ] - }, - "id": "node/9481401490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9504481087", - "name": "Repetto", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:00-19:00; Su 13:00-19:00", - "shop": "shoes", - "wikidata": "Q3427237", - "wikipedia": "fr:Repetto" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3584737, - 48.8586453 - ] - }, - "id": "node/9504481087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9506347997", - "name": "Magasin sport classic", - "opening_hours": "Tu-Su 10:00-13:00,14:00-21:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3834143, - 48.8676644 - ] - }, - "id": "node/9506347997" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9520227631", - "name": "Franck et Lys", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3849445, - 48.8676018 - ] - }, - "id": "node/9520227631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9520227650", - "name": "Frishop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3862447, - 48.867922 - ] - }, - "id": "node/9520227650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9525603857", - "name": "Aphrodite & co", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3483343, - 48.8510961 - ] - }, - "id": "node/9525603857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9527182623", - "name": "Aoshida", - "opening_hours": "Mo-Sa 10:30-19:00; PH closed", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3061035, - 48.8343348 - ] - }, - "id": "node/9527182623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9529709334", - "name": "Mirza vêtements", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3193791, - 48.8913856 - ] - }, - "id": "node/9529709334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9530484372", - "addr:city": "Paris", - "addr:housenumber": "10", - "addr:postcode": "75001", - "addr:street": "Rue du Jour", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "clothes": "women", - "name": "Ba&sh", - "opening_hours": "Mo-Sa 10:30-19:30; Su off", - "shop": "clothes", - "website": "https://ba-sh.com/fr/fr/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3452837, - 48.8639897 - ] - }, - "id": "node/9530484372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9530732626", - "name": "Selestia", - "opening_hours": "Tu-Sa 10:00-19:00; PH closed", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.312594, - 48.8322046 - ] - }, - "id": "node/9530732626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9530886050", - "addr:city": "Paris", - "addr:housenumber": "29", - "addr:postcode": "75001", - "addr:street": "Rue du Jour", - "clothes": "women", - "name": "Aïni", - "opening_hours": "Mo-Sa 11:30-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3451776, - 48.8640482 - ] - }, - "id": "node/9530886050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9540577317", - "name": "Nota Bene", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3722694, - 48.8545717 - ] - }, - "id": "node/9540577317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9542910719", - "name": "L'Attitude Cuir", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3790613, - 48.8453088 - ] - }, - "id": "node/9542910719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9542944840", - "name": "Degriff", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3264552, - 48.885227 - ] - }, - "id": "node/9542944840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9542944843", - "name": "Sport Palais", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3266885, - 48.8847053 - ] - }, - "id": "node/9542944843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9542944850", - "name": "Guerrida Guerrisol", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3266604, - 48.8847658 - ] - }, - "id": "node/9542944850" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9542944851", - "addr:housenumber": "19", - "addr:postcode": "75017", - "addr:street": "Avenue de Clichy", - "name": "Espace Guerrisol", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3264879, - 48.8851554 - ] - }, - "id": "node/9542944851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9542944854", - "name": "Sim.H", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.326922, - 48.8841939 - ] - }, - "id": "node/9542944854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9542944859", - "check_date": "2024-04-25", - "name": "Gaby", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.320294, - 48.8903644 - ] - }, - "id": "node/9542944859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9542944860", - "check_date": "2024-03-19", - "name": "Passion des marques", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3204027, - 48.8903016 - ] - }, - "id": "node/9542944860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9542944870", - "name": "Every Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.317958, - 48.8912354 - ] - }, - "id": "node/9542944870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9542944872", - "name": "Maille d'Or", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3269611, - 48.8841219 - ] - }, - "id": "node/9542944872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9545303203", - "addr:city": "Paris", - "addr:housenumber": "123", - "addr:postcode": "75001", - "addr:street": "Rue Saint-Denis", - "clothes": "children", - "name": "Baby Swag Store", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.349602, - 48.8630293 - ] - }, - "id": "node/9545303203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9545303205", - "addr:city": "Paris", - "addr:housenumber": "121", - "addr:postcode": "75001", - "addr:street": "Rue Saint-Denis", - "name": "Uptown", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3495907, - 48.8629946 - ] - }, - "id": "node/9545303205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9545319580", - "check_date": "2024-03-10", - "name": "Studio Sap", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3495362, - 48.8632065 - ] - }, - "id": "node/9545319580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9545346559", - "contact:city": "Paris", - "contact:housenumber": "19", - "contact:postcode": "75001", - "contact:street": "Rue Tiquetonne", - "name": "Afterdrop", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3484556, - 48.8646134 - ] - }, - "id": "node/9545346559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9545346560", - "addr:city": "Paris", - "addr:housenumber": "8", - "addr:postcode": "75001", - "addr:street": "Rue Française", - "clothes": "underwear", - "name": "Pullin", - "opening_hours": "Mo, Tu, Th, Fr 11:00-14:00, 15:00-19:00; We, Sa 11:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3477796, - 48.8644312 - ] - }, - "id": "node/9545346560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9545346561", - "addr:city": "Paris", - "addr:housenumber": "9", - "addr:postcode": "75001", - "addr:street": "Rue Française", - "clothes": "women;men;children", - "name": "Akuavi Paris", - "phone": "+33 6 88 54 03 73", - "shop": "clothes", - "website": "https://www.akuaviparis.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3476033, - 48.8644445 - ] - }, - "id": "node/9545346561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9545366733", - "addr:city": "Paris", - "addr:postcode": "75001", - "name": "Alatone", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3491478, - 48.8640209 - ] - }, - "id": "node/9545366733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9550128161", - "addr:city": "Paris", - "addr:housenumber": "157", - "addr:postcode": "75011", - "addr:street": "Rue du Faubourg Saint-Antoine", - "check_date": "2024-09-07", - "name": "Queenelli", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3794973, - 48.8506438 - ] - }, - "id": "node/9550128161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9555971179", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "17", - "contact:postcode": "75011", - "contact:street": "Rue Keller", - "contact:website": "https://gaellebarre.bigcartel.com/", - "name": "Gaëlle Barré", - "opening_hours": "Tu-Fr 12:00-14:30,15:00-19:00; Sa 11:00-14:30,15:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3757876, - 48.8547004 - ] - }, - "id": "node/9555971179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556285918", - "name": "Isabel Marant", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3745918, - 48.8527686 - ] - }, - "id": "node/9556285918" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556293217", - "name": "Amelie Pichard", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3740936, - 48.852956 - ] - }, - "id": "node/9556293217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556293218", - "brand": "COS", - "brand:wikidata": "Q60772401", - "brand:wikipedia": "en:COS (clothing)", - "name": "COS", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.374663, - 48.8528629 - ] - }, - "id": "node/9556293218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556297817", - "brand": "Scotch & Soda", - "brand:wikidata": "Q17141914", - "name": "Scotch & Soda", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3741196, - 48.8521549 - ] - }, - "id": "node/9556297817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556304417", - "brand": "Sud Express", - "brand:wikidata": "Q104826254", - "check_date": "2024-04-06", - "clothes": "women", - "name": "Sud Express", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3739367, - 48.8522464 - ] - }, - "id": "node/9556304417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556304517", - "check_date": "2024-04-06", - "name": "Courbettes et Galipettes", - "opening_hours": "Mo-Sa 11:00-14:00,15:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3739718, - 48.8522985 - ] - }, - "id": "node/9556304517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556304617", - "brand": "La Fée Maraboutée", - "brand:wikidata": "Q105429377", - "clothes": "women", - "name": "La Fée Maraboutée", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3740005, - 48.8523425 - ] - }, - "id": "node/9556304617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556304717", - "check_date": "2024-04-06", - "name": "Marie Sixtine", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3740668, - 48.8524285 - ] - }, - "id": "node/9556304717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556304817", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "check_date:opening_hours": "2024-09-01", - "clothes": "women", - "name": "Ba&sh", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3741193, - 48.852491 - ] - }, - "id": "node/9556304817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556308917", - "name": "Deca", - "opening_hours": "Tu-Sa 11:00-14:00,15:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3741999, - 48.8522766 - ] - }, - "id": "node/9556308917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556325217", - "check_date": "2024-03-10", - "name": "Harris Wilson", - "phone": "+33 1 75 44 06 04", - "shop": "clothes", - "website": "https://harriswilson.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3749287, - 48.8530036 - ] - }, - "id": "node/9556325217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556325317", - "check_date": "2024-04-06", - "name": "Suncoo", - "opening_hours": "Mo-Sa 10:30-19:30", - "phone": "+33 1 43 57 03 26", - "shop": "clothes", - "website": "https://www.suncoo-paris.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3750311, - 48.8530954 - ] - }, - "id": "node/9556325317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556325318", - "name": "American Vintage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3747901, - 48.8531927 - ] - }, - "id": "node/9556325318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556331017", - "name": "Soeur", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3753962, - 48.8532263 - ] - }, - "id": "node/9556331017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556331117", - "name": "Oxyde", - "opening_hours": "Mo 13:00-19:30; Tu-Sa 11:00-14:00, 14:30-19:30; Su 13:00-19:30", - "phone": "+33 1 48 05 07 55", - "shop": "clothes", - "website": "https://oxyde.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.375514, - 48.8532465 - ] - }, - "id": "node/9556331117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556331217", - "name": "Tinsels", - "shop": "clothes", - "website": "https://tinsels.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3756033, - 48.8532551 - ] - }, - "id": "node/9556331217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556331317", - "check_date": "2024-03-10", - "name": "La Botte Gardiane", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3750681, - 48.8533107 - ] - }, - "id": "node/9556331317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556358462", - "addr:city": "Paris", - "addr:housenumber": "11", - "addr:postcode": "75011", - "addr:street": "Rue Keller", - "check_date:opening_hours": "2024-09-22", - "name": "Indian Rocks", - "opening_hours": "Tu-Sa 11:00-19:00", - "phone": "+33 9 51 03 04 78", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3761852, - 48.8541733 - ] - }, - "id": "node/9556358462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556368717", - "addr:city": "Paris", - "addr:housenumber": "5", - "addr:postcode": "75011", - "addr:street": "Rue Keller", - "brand": "Des Petits Hauts", - "brand:wikidata": "Q104197445", - "clothes": "women", - "name": "Des Petits Hauts", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:30-19:30", - "phone": "+33 1 75 44 05 83", - "shop": "clothes", - "website": "https://despetitshauts.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3764549, - 48.8538127 - ] - }, - "id": "node/9556368717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556373217", - "check_date:opening_hours": "2024-09-22", - "name": "Anne Willi", - "opening_hours": "Tu-Sa 11:30-14:00,14:30-19:30", - "phone": "+33 1 48 06 74 06", - "shop": "clothes", - "website": "https://annewilli.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3761437, - 48.8542586 - ] - }, - "id": "node/9556373217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556381830", - "name": "Black Sugar", - "opening_hours": "Mo-Sa 11:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3752234, - 48.8554254 - ] - }, - "id": "node/9556381830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556381831", - "brand": "New Rock", - "name": "New Rock", - "opening_hours": "Tu-Sa 11:00-19:00; Mo 13:00-18:00", - "phone": "+33 1 47 00 92 97", - "shop": "shoes", - "website": "https://www.newrockparis.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3753406, - 48.855267 - ] - }, - "id": "node/9556381831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556409317", - "amenity": "dancing_school", - "check_date": "2024-10-23", - "check_date:opening_hours": "2023-03-26", - "dance:style": "claquettes", - "email": "swingtap@gmail.com", - "mobile": "+33 6 16 72 60 26", - "name": "SwingTap", - "opening_hours:signed": "no", - "phone": "+33 1 48 06 38 18", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3755906, - 48.8549633 - ] - }, - "id": "node/9556409317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9556411896", - "check_date:opening_hours": "2023-03-26", - "name": "L'Indien", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3755144, - 48.8553983 - ] - }, - "id": "node/9556411896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9558434317", - "addr:city": "Paris", - "addr:housenumber": "5", - "addr:postcode": "75018", - "addr:street": "Rue Houdon", - "name": "Vestiaire des Parisiennes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3381017, - 48.8828052 - ] - }, - "id": "node/9558434317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9558441317", - "name": "Marchand d'Habits", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3385504, - 48.8833622 - ] - }, - "id": "node/9558441317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9558471317", - "name": "La Pantoufle de Vair", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3388065, - 48.883686 - ] - }, - "id": "node/9558471317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9558516017", - "name": "Aridza Bross", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3389026, - 48.8839209 - ] - }, - "id": "node/9558516017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9558666717", - "check_date": "2024-07-06", - "name": "Chiffon et Basile", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3398101, - 48.8834091 - ] - }, - "id": "node/9558666717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9558673811", - "brand": "Café Coton", - "brand:wikidata": "Q105076734", - "name": "Café Coton", - "opening_hours": "Mo-Sa 10:00-14:15,15:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3520601, - 48.8449443 - ] - }, - "id": "node/9558673811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9558673814", - "clothes": "underwear", - "name": "Pirin Hill", - "old_name": "United colors of CBD", - "opening_hours": "Tu-Fr 10:00-19:00, Sa 10:00-18:00; 14:00-15:00 closed", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3524829, - 48.8447217 - ] - }, - "id": "node/9558673814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9558730917", - "name": "Le 54", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3404237, - 48.8800269 - ] - }, - "id": "node/9558730917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9558741217", - "name": "La Fée Bohème", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3399171, - 48.8789656 - ] - }, - "id": "node/9558741217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9558820517", - "name": "Le Sourire Multicolore", - "shop": "clothes", - "website": "https://lesouriremulticolore.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3429746, - 48.8774634 - ] - }, - "id": "node/9558820517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9558821617", - "name": "Bouncewear", - "shop": "clothes", - "website": "https://bouncewear.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3430584, - 48.8775085 - ] - }, - "id": "node/9558821617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9558821718", - "name": "Conjuguez vos Envies", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3433948, - 48.8774545 - ] - }, - "id": "node/9558821718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9560681484", - "addr:city": "Paris", - "addr:housenumber": "15", - "addr:postcode": "75001", - "addr:street": "Rue de la Grande Truanderie", - "name": "Diego", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3488351, - 48.8627398 - ] - }, - "id": "node/9560681484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9560681487", - "addr:city": "Paris", - "addr:housenumber": "81", - "addr:postcode": "75001", - "addr:street": "Rue Rambuteau", - "name": "Savage Couture", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3490536, - 48.8621529 - ] - }, - "id": "node/9560681487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9560681494", - "addr:city": "Paris", - "addr:housenumber": "85", - "addr:postcode": "75001", - "addr:street": "Rue Rambuteau", - "name": "Rayon d’or", - "opening_hours": "Mo-Sa 10:00-19:30; Su off", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.348704, - 48.8622307 - ] - }, - "id": "node/9560681494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9560681496", - "addr:city": "Paris", - "addr:housenumber": "83", - "addr:postcode": "75001", - "addr:street": "Rue Rambuteau", - "name": "Remix Line", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3489031, - 48.8621823 - ] - }, - "id": "node/9560681496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9560681497", - "addr:city": "Paris", - "addr:housenumber": "101", - "addr:postcode": "75001", - "addr:street": "Rue Saint-Denis", - "name": "Le Cent Un", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493885, - 48.8624633 - ] - }, - "id": "node/9560681497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9560681501", - "addr:city": "Paris", - "addr:housenumber": "103", - "addr:postcode": "75001", - "addr:street": "Rue Saint-Denis", - "name": "Flipside", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3494168, - 48.8625205 - ] - }, - "id": "node/9560681501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9560732251", - "name": "Pentagramme", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.348772, - 48.8619413 - ] - }, - "id": "node/9560732251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9569615476", - "addr:housenumber": "80", - "addr:postcode": "75005", - "addr:street": "Boulevard Saint-Germain", - "brand": "Au vieux campeur", - "brand:wikidata": "Q2409646", - "brand:wikipedia": "fr:Au vieux campeur", - "description": "Chaussures randonnée & Lifestyle, Bâtons", - "name": "Au vieux campeur", - "opening_hours": "Mo-We,Fr 11:00-19:30; Th 11:00-21:00; Sa 10:00-19:30", - "phone": "+33 1 53 10 48 60", - "shop": "shoes", - "survey:date": "2024-05-23", - "website": "https://www.auvieuxcampeur.fr/boutiques/Paris/chaussures/autres-chaussures-de-marche", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.346316, - 48.8508177 - ] - }, - "id": "node/9569615476" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9569806750", - "name": "Aspasie & Mathieu", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3475981, - 48.8494507 - ] - }, - "id": "node/9569806750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9570552827", - "addr:city": "Paris", - "addr:housenumber": "44", - "addr:postcode": "75009", - "addr:street": "Rue Condorcet", - "clothes": "women", - "name": "Marie Sixtine", - "opening_hours": "Tu-Th 11:00-19:00; Fr-Sa 11:00-19:30; Su 14:00-18:00", - "operator": "Marie Sixtine", - "phone": "+33177359294", - "shop": "clothes", - "website": "https://marie-sixtine.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3439049, - 48.8802358 - ] - }, - "id": "node/9570552827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9571404617", - "name": "Argilano", - "shop": "clothes", - "survey:date": "2022-03-11" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.358056, - 48.8730484 - ] - }, - "id": "node/9571404617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9571432617", - "name": "Megna", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3572986, - 48.8722637 - ] - }, - "id": "node/9571432617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9571445417", - "check_date": "2024-06-28", - "name": "Les Petits Mecs", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3569957, - 48.8717396 - ] - }, - "id": "node/9571445417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9571445517", - "check_date": "2022-09-01", - "name": "Omega New Style", - "shop": "clothes", - "survey:date": "2022-03-11" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3567366, - 48.8718505 - ] - }, - "id": "node/9571445517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9571472717", - "name": "Sylie", - "shop": "clothes", - "survey:date": "2022-03-11" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3565425, - 48.8709711 - ] - }, - "id": "node/9571472717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9571481717", - "name": "Shopping Chez Maman Tété & Hotep", - "shop": "clothes", - "survey:date": "2022-03-11" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3562928, - 48.87053 - ] - }, - "id": "node/9571481717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9571504618", - "name": "Dreams Design", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3565328, - 48.8703611 - ] - }, - "id": "node/9571504618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9573127117", - "addr:city": "Paris", - "addr:postcode": "75001", - "addr:street": "Rue du Jour", - "branch": "Femme Enfant", - "brand": "Agnès B.", - "brand:wikidata": "Q282967", - "brand:wikipedia": "fr:Agnès b.", - "check_date": "2024-05-17", - "clothes": "women;children", - "name": "Agnès B.", - "opening_hours": "Mo-Fr 10:30-19:30; Sa 10:30-20:00; Su 11:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3450139, - 48.8638348 - ] - }, - "id": "node/9573127117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9573127217", - "check_date:opening_hours": "2024-08-16", - "name": "Ekjo", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3446736, - 48.8636724 - ] - }, - "id": "node/9573127217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9573415517", - "check_date": "2024-03-16", - "name": "Mitsuyan", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3464757, - 48.863539 - ] - }, - "id": "node/9573415517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9573459417", - "check_date": "2024-03-12", - "name": "La Petite Étoile", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3459896, - 48.8659109 - ] - }, - "id": "node/9573459417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9579069517", - "addr:city": "Paris", - "addr:postcode": "75001", - "brand": "Carhartt Work in Progress", - "brand:wikidata": "Q123015694", - "name": "Carhartt Work in Progress", - "opening_hours": "Mo 14:00-19:30; Tu-Sa 11:00-19:30", - "phone": "+33 1 42 36 58 77", - "shop": "clothes", - "website": "https://www.carhartt-wip.com/stores/5894", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3432151, - 48.8613826 - ] - }, - "id": "node/9579069517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9585785309", - "name": "Benn Avita", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2994335, - 48.8794152 - ] - }, - "id": "node/9585785309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9601916082", - "name": "Atelier Camille", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes", - "website": "https://ateliercamille.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3251878, - 48.8477246 - ] - }, - "id": "node/9601916082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9602972279", - "name": "Jean-Jacques", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2474604, - 48.8263271 - ] - }, - "id": "node/9602972279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9602972349", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "name": "The Kooples", - "ref:FR:SIRET": "50053950701282", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2420329, - 48.8365114 - ] - }, - "id": "node/9602972349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9609843686", - "check_date": "2023-12-22", - "name": "LDB", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3626945, - 48.8730798 - ] - }, - "id": "node/9609843686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9610287816", - "name": "Voriach", - "opening_hours": "Tu-Sa 14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3677827, - 48.852928 - ] - }, - "id": "node/9610287816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9610302100", - "name": "Ika", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486922, - 48.8719354 - ] - }, - "id": "node/9610302100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9610321057", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "clothes": "children", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454469, - 48.8644384 - ] - }, - "id": "node/9610321057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9610328504", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.353228, - 48.8701625 - ] - }, - "id": "node/9610328504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9613169475", - "name": "Fontenay 2000", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4663435, - 48.8441007 - ] - }, - "id": "node/9613169475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9630160466", - "addr:city": "Paris", - "addr:postcode": "75001", - "name": "Onitsuka Tiger", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "shoes", - "website": "https://www.onitsukatiger.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3465775, - 48.8602307 - ] - }, - "id": "node/9630160466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9630160467", - "addr:city": "Paris", - "addr:housenumber": "31", - "addr:postcode": "75001", - "addr:street": "Rue de la Ferronnerie", - "name": "La Piraterie", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3467714, - 48.8602374 - ] - }, - "id": "node/9630160467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9634500133", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "clothes": "lingerie", - "contact:city": "Paris", - "contact:housenumber": "13", - "contact:postcode": "75011", - "contact:street": "Rue du Faubourg Saint-Antoine", - "name": "Etam", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3710161, - 48.8529927 - ] - }, - "id": "node/9634500133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9654678035", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "contact:city": "Paris", - "contact:housenumber": "42", - "contact:postcode": "75002", - "contact:street": "Rue Étienne Marcel", - "name": "Sandro", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3436416, - 48.8652599 - ] - }, - "id": "node/9654678035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9654678036", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "contact:city": "Paris", - "contact:housenumber": "44", - "contact:postcode": "75002", - "contact:street": "Rue Étienne Marcel", - "name": "The Kooples", - "opening_hours": "Tu-Fr 10:30-19:30; Sa 10:30-20:00; Su,Mo 11:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3435072, - 48.8652921 - ] - }, - "id": "node/9654678036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9654678038", - "check_date:opening_hours": "2024-06-13", - "contact:city": "Paris", - "contact:housenumber": "44", - "contact:postcode": "75002", - "contact:street": "Rue Étienne Marcel", - "name": "By Marie", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3433928, - 48.8653196 - ] - }, - "id": "node/9654678038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9657852217", - "contact:city": "Paris", - "contact:housenumber": "101", - "contact:phone": "+33 2 38 96 96 44", - "contact:postcode": "75001", - "contact:street": "Rue Berger", - "contact:website": "https://www.draegerparis.com/", - "level": "-4", - "name": "Draeger", - "official_name": "Draeger Paris - Tie Rack - Forum Des Halles", - "opening_hours": "Mo-Fr 07:00-20:00; Sa 09:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3474102, - 48.8621284 - ] - }, - "id": "node/9657852217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9658004517", - "check_date": "2023-11-23", - "contact:city": "Boulogne-Billancourt", - "contact:housenumber": "5", - "contact:phone": "+33 1 89 29 01 37", - "contact:postcode": "92100", - "contact:street": "Rue Tony Garnier", - "level": "0", - "name": "Draeger", - "official_name": "Draeger Paris - Tie Rack - Boulogne-Billancourt", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes", - "website": "https://www.draegerparis.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2395519, - 48.8370388 - ] - }, - "id": "node/9658004517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9661375388", - "brand": "Promod", - "brand:wikidata": "Q3407429", - "contact:city": "Paris", - "contact:housenumber": "330", - "contact:postcode": "75015", - "contact:street": "Rue de Vaugirard", - "level": "0", - "name": "Promod", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2955652, - 48.836901 - ] - }, - "id": "node/9661375388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9661375393", - "brand": "Okaïdi", - "brand:wikidata": "Q3350027", - "check_date:opening_hours": "2024-03-19", - "contact:city": "Paris", - "contact:housenumber": "335", - "contact:postcode": "75015", - "contact:street": "Rue de Vaugirard", - "level": "0", - "name": "Okaïdi", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "designated" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2972115, - 48.8375017 - ] - }, - "id": "node/9661375393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9661375395", - "addr:street": "Rue de Vaugirard", - "check_date": "2024-04-21", - "level": "0", - "name": "Vany", - "second_hand": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2971053, - 48.8374437 - ] - }, - "id": "node/9661375395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9664223017", - "name": "KITH", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3019885, - 48.8690063 - ] - }, - "id": "node/9664223017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9664231417", - "level": "-3", - "name": "Victoria Secret", - "opening_hours": "Mo-Sa 10:00-20:30; Su 11:00-19:00", - "phone": "+33 1 40 20 05 42", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3465458, - 48.8622506 - ] - }, - "id": "node/9664231417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9664238017", - "name": "Isabel Marant", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2793929, - 48.8669562 - ] - }, - "id": "node/9664238017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9665688517", - "name": "Stüssy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3547503, - 48.8601553 - ] - }, - "id": "node/9665688517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9666084117", - "name": "Elegancia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4550016, - 48.8916562 - ] - }, - "id": "node/9666084117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9666084818", - "name": "WKS Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4562233, - 48.8929321 - ] - }, - "id": "node/9666084818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9686819199", - "addr:city": "Paris", - "addr:postcode": "75001", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "brand:wikipedia": "en:Lacoste", - "level": "-1", - "name": "Lacoste", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3470951, - 48.8625623 - ] - }, - "id": "node/9686819199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9686819200", - "addr:city": "Paris", - "addr:postcode": "75001", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q113516684", - "brand:wikipedia": "fr:Claudie Pierlot", - "clothes": "women", - "level": "-1", - "name": "Claudie Pierlot", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.347066, - 48.8624968 - ] - }, - "id": "node/9686819200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9686819201", - "addr:city": "Paris", - "addr:postcode": "75001", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "brand:wikipedia": "fr:Sandro (mode)", - "level": "-1", - "name": "Sandro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3470482, - 48.8624606 - ] - }, - "id": "node/9686819201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9691431277", - "level": "0", - "name": "Orlebar Brown", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3582563, - 48.8584524 - ] - }, - "id": "node/9691431277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9694703954", - "addr:housenumber": "43", - "addr:street": "Avenue de Wagram", - "name": "La Scarpa", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33146228182", - "shop": "shoes", - "website": "https://www.lascarpa-paris.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2972097, - 48.8772297 - ] - }, - "id": "node/9694703954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9694715372", - "addr:housenumber": "73", - "addr:street": "Avenue de Wagram", - "name": "La Scarpa", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33147660948", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2987023, - 48.8791921 - ] - }, - "id": "node/9694715372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9701561462", - "name": "Isal label", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3795593, - 48.8594273 - ] - }, - "id": "node/9701561462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9705616517", - "name": "Manolo Blahnik", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3368401, - 48.8645286 - ] - }, - "id": "node/9705616517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9705616617", - "check_date": "2023-04-23", - "name": "Didier Ludot", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3370455, - 48.8649159 - ] - }, - "id": "node/9705616617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9705618817", - "name": "Épice", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3370931, - 48.8650112 - ] - }, - "id": "node/9705618817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9705629017", - "check_date": "2023-04-23", - "name": "Gabrielle Geppert", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3371428, - 48.8650789 - ] - }, - "id": "node/9705629017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9705629717", - "check_date": "2023-04-23", - "name": "25 janvier", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3372422, - 48.8652986 - ] - }, - "id": "node/9705629717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9705631510", - "clothes": "children", - "contact:city": "Paris", - "contact:housenumber": "90", - "contact:postcode": "75015", - "contact:street": "Rue de l'Abbé Groult", - "level": "0", - "name": "Secrets d'enfance", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 11:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2986788, - 48.8380455 - ] - }, - "id": "node/9705631510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9705631512", - "check_date:opening_hours": "2024-07-31", - "contact:city": "Paris", - "contact:housenumber": "307", - "contact:postcode": "75015", - "contact:street": "Rue de Vaugirard", - "level": "0", - "name": "Finsbury", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2997413, - 48.8388151 - ] - }, - "id": "node/9705631512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9705995416", - "check_date": "2024-07-03", - "name": "Sagone", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3737872, - 48.8652357 - ] - }, - "id": "node/9705995416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9706027917", - "check_date": "2024-03-09", - "name": "Podolinea", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3736832, - 48.8652578 - ] - }, - "id": "node/9706027917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9708641352", - "check_date": "2024-08-20", - "name": "Fleux", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3547832, - 48.8587382 - ] - }, - "id": "node/9708641352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9708641353", - "check_date": "2023-07-29", - "name": "Thelma", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3567457, - 48.8602111 - ] - }, - "id": "node/9708641353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9708855117", - "name": "Vivienne Westwood", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3335943, - 48.864023 - ] - }, - "id": "node/9708855117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9716273416", - "name": "MBL", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3529286, - 48.8642361 - ] - }, - "id": "node/9716273416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9716340990", - "addr:housenumber": "26", - "addr:street": "Place Dauphine", - "name": "Paire & Fils", - "opening_hours": "Mo,Tu 11:00-19:00; We-Fr 11:00-19:30; Sa 10:30-20:00; Su 13:30-19:00", - "phone": "+33 1 77 16 98 82", - "shop": "shoes", - "website": "https://www.pairetfils.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.341915, - 48.8569084 - ] - }, - "id": "node/9716340990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9727525358", - "name": "Gili's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3296033, - 48.8516851 - ] - }, - "id": "node/9727525358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9733982843", - "name": "Clergerie", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.329656, - 48.8517393 - ] - }, - "id": "node/9733982843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9733989711", - "check_date": "2023-09-18", - "name": "Bobbies", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shoes": "women;men", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297696, - 48.8518489 - ] - }, - "id": "node/9733989711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9733997839", - "name": "Finsbury", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.297271, - 48.877295 - ] - }, - "id": "node/9733997839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9733999032", - "name": "Lauren Vidal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297164, - 48.8517995 - ] - }, - "id": "node/9733999032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9734006726", - "brand": "Camper", - "brand:wikidata": "Q1030922", - "name": "Camper", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3298406, - 48.8519115 - ] - }, - "id": "node/9734006726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9741157569", - "name": "hindbag", - "opening_hours": "Mo-Th 09:45-19:00; Fr 09:45-18:30", - "shop": "bag", - "website": "https://hindbag.fr/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3418881, - 48.8431296 - ] - }, - "id": "node/9741157569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9741157571", - "name": "La Sensitive", - "opening_hours": "Mo-Su 10:00-19:00", - "phone": "+33 1 43 54 78 32", - "shop": "clothes", - "website": "https://lasensitive.wixsite.com/lasensitive" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3412215, - 48.8422396 - ] - }, - "id": "node/9741157571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9742108581", - "addr:city": "Paris", - "addr:postcode": "75001", - "level": "-1", - "name": "Finsburry", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3468992, - 48.8625482 - ] - }, - "id": "node/9742108581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9742108582", - "addr:city": "Paris", - "addr:postcode": "75001", - "name": "Herschel", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3470881, - 48.8625334 - ] - }, - "id": "node/9742108582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9742497140", - "contact:city": "Paris", - "contact:email": "contact@brai.fr", - "contact:housenumber": "23", - "contact:phone": "+33 1 42 15 54 06", - "contact:postcode": "75016", - "contact:street": "Rue de l'Annonciation", - "contact:website": "https://brai.fr", - "name": "Brai", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2793266, - 48.8566029 - ] - }, - "id": "node/9742497140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9742587480", - "name": "Cavalto", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3210592, - 48.8354444 - ] - }, - "id": "node/9742587480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9747553399", - "contact:city": "Paris", - "contact:housenumber": "36", - "contact:postcode": "75016", - "contact:street": "Rue de l'Annonciation", - "name": "Ben Kids", - "opening_hours": "Mo 15:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2784476, - 48.8572745 - ] - }, - "id": "node/9747553399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9748640440", - "branch": "M° Passy", - "brand": "Rayon d'Or", - "check_date:opening_hours": "2024-04-01", - "contact:city": "Paris", - "contact:email": "passy@rayondor-bagages.fr", - "contact:housenumber": "39", - "contact:phone": "+33 1 45 20 69 71", - "contact:postcode": "75016", - "contact:street": "Rue de l'Annonciation", - "contact:website": "https://www.rayondor-bagages.fr/boutiques/5-rayon-dor-passy", - "name": "Rayon d'Or", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2781531, - 48.8573122 - ] - }, - "id": "node/9748640440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9752990180", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 1 55 42 02 53", - "shop": "clothes", - "website": "https://stores.petit-bateau.com/france/paris/26-rue-vavin" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3300802, - 48.8437364 - ] - }, - "id": "node/9752990180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9755772962", - "contact:city": "Paris", - "contact:housenumber": "14", - "contact:phone": "+33 6 58 91 16 00", - "contact:postcode": "75016", - "contact:street": "Rue Jean Bologne", - "name": "Passy Market Outlet Store", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2801743, - 48.8573064 - ] - }, - "id": "node/9755772962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9759615269", - "addr:housenumber": "14", - "addr:postcode": "93230", - "addr:street": "Rue Saint-Germain", - "clothes": "women;men;children", - "name": "Le Vieux Beau", - "second_hand": "only", - "shop": "clothes", - "website": "https://facebook.com/levieuxbeau93" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4335184, - 48.8833513 - ] - }, - "id": "node/9759615269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9765386728", - "check_date": "2024-07-28", - "name": "Paul Marius", - "opening_hours": "Mo-Sa 11:30-14:00,15:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3337538, - 48.8522909 - ] - }, - "id": "node/9765386728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9766886954", - "addr:city": "Paris", - "addr:postcode": "75001", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "level": "-1", - "name": "Jonak", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3462968, - 48.8615917 - ] - }, - "id": "node/9766886954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9766903565", - "contact:city": "Paris", - "contact:housenumber": "39", - "contact:postcode": "75001", - "contact:street": "Rue Étienne Marcel", - "name": "Le 39 nv", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.34569, - 48.8645549 - ] - }, - "id": "node/9766903565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9770685444", - "name": "WOW", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3503715, - 48.836087 - ] - }, - "id": "node/9770685444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9770695142", - "addr:city": "Paris", - "addr:housenumber": "6", - "addr:postcode": "75003", - "addr:street": "Rue Saint-Gilles", - "name": "Noë", - "note": "Informations très superficielles, pas certain du feature type le plus adapté et cet edit a plus vocation a juste signaler la présence de ce lieu.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3670298, - 48.8578281 - ] - }, - "id": "node/9770695142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9778929917", - "check_date": "2024-04-06", - "name": "joy", - "shop": "clothes", - "survey:date": "2022-05-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3579308, - 48.8563924 - ] - }, - "id": "node/9778929917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9779641745", - "name": "Simon's", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3499591, - 48.8364125 - ] - }, - "id": "node/9779641745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9780876661", - "check_date": "2023-04-23", - "name": "Rianna+Nina", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3375026, - 48.8658075 - ] - }, - "id": "node/9780876661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9780876678", - "name": "Monnier", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3406231, - 48.8656376 - ] - }, - "id": "node/9780876678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9780876690", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q113516684", - "clothes": "women", - "name": "Claudie Pierlot", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3420108, - 48.8654322 - ] - }, - "id": "node/9780876690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9780876691", - "name": "nobis", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.340106, - 48.8660849 - ] - }, - "id": "node/9780876691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9783169500", - "addr:city": "Paris", - "addr:postcode": "75004", - "addr:street": "Rue Jacques Cœur", - "name": "Nguyen Anh", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3673942, - 48.8530005 - ] - }, - "id": "node/9783169500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9787603865", - "check_date": "2022-06-01", - "check_date:opening_hours": "2022-11-07", - "contact:housenumber": "61", - "contact:street": "Avenue Maurice Thorez", - "name": "Henri Brigitte", - "opening_hours:signed": "no", - "ref:FR:SIRET": "39760207900014", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.375019, - 48.8185112 - ] - }, - "id": "node/9787603865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9789239129", - "addr:city": "Paris", - "addr:postcode": "75001", - "brand": "Sud Express", - "brand:wikidata": "Q104826254", - "clothes": "women", - "level": "-1", - "name": "Sud Express", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3462596, - 48.8616063 - ] - }, - "id": "node/9789239129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9793145528", - "name": "Kickers", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3260188, - 48.8724805 - ] - }, - "id": "node/9793145528" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9796341648", - "name": "Jacques Ziel", - "opening_hours": "\"Ouvert sur rendez vous. Tel: 0663869206\"", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2841563, - 48.844924 - ] - }, - "id": "node/9796341648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9796341650", - "name": "Kenzie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2842434, - 48.8450149 - ] - }, - "id": "node/9796341650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9796341651", - "name": "Square", - "opening_hours": "10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.284273, - 48.8450502 - ] - }, - "id": "node/9796341651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9796341653", - "name": "Kenzie Studio", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.284344, - 48.845127 - ] - }, - "id": "node/9796341653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9796524292", - "name": "Théa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2867009, - 48.8407414 - ] - }, - "id": "node/9796524292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9796524295", - "name": "Libellule et Cabochon", - "note": "a vérifier type de magasin", - "opening_hours": "Mo 14:30-19:00; Tu-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2869834, - 48.8408514 - ] - }, - "id": "node/9796524295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9796533719", - "name": "La gazelle de Pikine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2860853, - 48.8420683 - ] - }, - "id": "node/9796533719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9797611186", - "name": "Destockage Rosa Parks", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.371396, - 48.8989618 - ] - }, - "id": "node/9797611186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9802817414", - "name": "Nina Kendosa", - "opening_hours": "Mo-Su 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3540375, - 48.8526707 - ] - }, - "id": "node/9802817414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9802906435", - "contact:city": "Paris", - "contact:housenumber": "56", - "contact:postcode": "75001", - "contact:street": "Rue de l'Arbre Sec", - "name": "Les cireurs", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3426175, - 48.8610981 - ] - }, - "id": "node/9802906435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9805062630", - "check_date": "2024-11-08", - "check_date:opening_hours": "2023-03-02", - "name": "Nouvelle vague", - "opening_hours:signed": "no", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3868267, - 48.8638709 - ] - }, - "id": "node/9805062630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9807076956", - "name": "Big and nice", - "shop": "clothes", - "website": "https://www.big-and-nice.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4001546, - 48.8476027 - ] - }, - "id": "node/9807076956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9810912157", - "name": "La vintagerie", - "shop": "clothes", - "survey:date": "2022-06-11", - "website": "https://m.facebook.com/people/La-Vintagerie-Paris/100077182250559/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3762843, - 48.8488755 - ] - }, - "id": "node/9810912157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9811928215", - "name": "Barbara Bui", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33142250525", - "shop": "clothes", - "website": "https://www.barbarabui.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3083705, - 48.8678282 - ] - }, - "id": "node/9811928215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9811928216", - "addr:city": "Paris", - "addr:housenumber": "50", - "addr:postcode": "75008", - "addr:street": "Avenue Montaigne", - "brand": "Chloé", - "brand:wikidata": "Q1075391", - "clothes": "women", - "name": "Chloé", - "opening_hours": "Mo-Su 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.308585, - 48.8679445 - ] - }, - "id": "node/9811928216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9817777956", - "name": "Coton Doux", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3257417, - 48.8714556 - ] - }, - "id": "node/9817777956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9817777957", - "name": "British Stock", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3252477, - 48.8719201 - ] - }, - "id": "node/9817777957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9817777963", - "name": "Esthème", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3267294, - 48.8743769 - ] - }, - "id": "node/9817777963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9817777964", - "name": "Ilva", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3266491, - 48.8733939 - ] - }, - "id": "node/9817777964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9817777969", - "addr:housenumber": "3", - "addr:street": "Rue Tronchet", - "brand": "Kujten", - "brand:wikidata": "Q104889858", - "check_date": "2023-04-08", - "clothes": "women;men;children", - "contact:website": "https://www.kujten.com/nos-boutiques/tronchet_paris_75008/7.html", - "name": "Kujten", - "opening_hours": "Mo-Sa 10:30-19:30", - "phone": "+33142653596", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3250269, - 48.8711254 - ] - }, - "id": "node/9817777969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9817777973", - "name": "nina kendosa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3265576, - 48.8750665 - ] - }, - "id": "node/9817777973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9817777975", - "check_date": "2023-04-08", - "clothes": "wedding", - "name": "Pronovias", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3257202, - 48.8714041 - ] - }, - "id": "node/9817777975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9817777978", - "clothes": "babies", - "name": "Princesse de Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3253447, - 48.8716148 - ] - }, - "id": "node/9817777978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9818108651", - "check_date": "2024-03-09", - "name": "Sagone", - "opening_hours": "Mo-Sa 10:00-13:00,14:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3723875, - 48.8659935 - ] - }, - "id": "node/9818108651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9820123268", - "addr:city": "Paris", - "addr:housenumber": "21", - "addr:postcode": "75009", - "addr:street": "Rue Gérando", - "clothes": "workwear", - "name": "La Blouse de Lyon", - "opening_hours": "Tu-Sa 11:00-19:00", - "operator": "SAS L.J.V.O.", - "phone": "+33148786516", - "shop": "clothes", - "website": "https://lablousedelyon.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3464648, - 48.8830313 - ] - }, - "id": "node/9820123268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9823618150", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "check_date": "2024-08-10", - "clothes": "women", - "name": "Ba&sh", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3552965, - 48.8583532 - ] - }, - "id": "node/9823618150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9827930993", - "check_date": "2024-07-04", - "name": "Vestim", - "opening_hours": "Mo-Fr,Su 10:30-19:30; Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3219578, - 48.8885675 - ] - }, - "id": "node/9827930993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9831608883", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-20:30; Su 11:00-19:00", - "phone": "+33 1 40 58 18 32", - "shop": "clothes", - "website": "https://stores.petit-bateau.com/france/paris/32-34-rue-linois" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2837817, - 48.8477126 - ] - }, - "id": "node/9831608883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9831608886", - "brand": "Pablo", - "brand:wikidata": "Q104718978", - "clothes": "women", - "name": "Pablo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2832035, - 48.8480756 - ] - }, - "id": "node/9831608886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9836845750", - "addr:city": "Paris", - "addr:housenumber": "14", - "addr:postcode": "75004", - "addr:street": "Rue du Temple", - "name": "Ecoalf", - "opening_hours": "Mo-Sa 10:30-19:30; Su 11:00-19:00", - "shop": "clothes", - "website": "https://ecoalf.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3534894, - 48.8583566 - ] - }, - "id": "node/9836845750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9836984547", - "brand": "Devred", - "brand:wikidata": "Q3025542", - "brand:wikipedia": "fr:Devred 1902", - "clothes": "men", - "name": "Devred", - "opening_hours": "Mo-Sa 10:00-19:30", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "phone": "+33 1 42 46 73 16", - "shop": "clothes", - "website": "https://www.devred.com/boutiques/ile-de-France/magasin-vetement-homme-paris-poissonniere-195.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3460348, - 48.8711957 - ] - }, - "id": "node/9836984547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9840032408", - "addr:city": "Paris", - "addr:housenumber": "1", - "addr:postcode": "75005", - "addr:street": "Square Vermenouze", - "name": "Ketiketa", - "shop": "clothes", - "website": "https://ketiketa.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493529, - 48.8407334 - ] - }, - "id": "node/9840032408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9843424560", - "name": "Good Life", - "opening_hours": "Tu-Sa 10:30-18:45", - "phone": "+33 1 45 24 56 50", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2698031, - 48.8544799 - ] - }, - "id": "node/9843424560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9845374150", - "name": "Janahmaria", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3873474, - 48.8680102 - ] - }, - "id": "node/9845374150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9847788155", - "name": "Les Tatas Flingueuses", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.417558, - 48.8803052 - ] - }, - "id": "node/9847788155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9856960821", - "name": "Rumelli", - "shop": "shoes", - "website": "https://www.rumelliparis.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3375597, - 48.8529319 - ] - }, - "id": "node/9856960821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9864287772", - "name": "Llafia", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3363348, - 48.8792939 - ] - }, - "id": "node/9864287772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9864287794", - "name": "Juju s'amuse", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3369454, - 48.8794383 - ] - }, - "id": "node/9864287794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9864287801", - "name": "Célia darling", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.336956, - 48.8794944 - ] - }, - "id": "node/9864287801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9866258917", - "check_date": "2023-09-06", - "name": "Stocks à tous prix", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4370396, - 48.844894 - ] - }, - "id": "node/9866258917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9866738602", - "addr:city": "Paris", - "addr:housenumber": "3", - "addr:postcode": "75001", - "addr:street": "Rue Saint-Denis", - "brand": "Damart", - "brand:wikidata": "Q3012602", - "brand:wikipedia": "en:Damart", - "clothes": "women;men;underwear", - "name": "Damart", - "opening_hours": "Mo-Sa 10:00-19:00", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+33140399834", - "shop": "clothes", - "website": "https://magasin.damart.fr/45-damart-paris-chatelet", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.347084, - 48.8584874 - ] - }, - "id": "node/9866738602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9869056561", - "brand": "Un Jour Ailleurs", - "brand:wikidata": "Q105106211", - "name": "Un Jour Ailleurs", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "website": "https://boutique.unjourailleurs.com/fr/mode-femme/boutique-paris-rue-de-rennes-71" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263416, - 48.8466491 - ] - }, - "id": "node/9869056561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9869056567", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "clothes": "lingerie", - "name": "Etam", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3247966, - 48.8450438 - ] - }, - "id": "node/9869056567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9869056568", - "clothes": "underwear", - "name": "valege", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3246813, - 48.8449233 - ] - }, - "id": "node/9869056568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9869056569", - "name": "Rives", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3246122, - 48.8448633 - ] - }, - "id": "node/9869056569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9869056570", - "check_date": "2024-08-24", - "name": "Louly", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3245666, - 48.8448165 - ] - }, - "id": "node/9869056570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9869162495", - "check_date": "2024-10-31", - "name": "Lea Mode", - "shop": "bag", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3483189, - 48.8592182 - ] - }, - "id": "node/9869162495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9869273496", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "name": "Snipes", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493596, - 48.8610723 - ] - }, - "id": "node/9869273496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9870878742", - "check_date": "2024-11-08", - "name": "Aoi Kimono & Lifestyle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3645399, - 48.8733671 - ] - }, - "id": "node/9870878742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9879701223", - "name": "Stradel's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3050858, - 48.856101 - ] - }, - "id": "node/9879701223" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9882729518", - "contact:city": "Paris", - "contact:housenumber": "17", - "contact:phone": "+33 1 40 13 99 60", - "contact:postcode": "75001", - "contact:street": "Boulevard de Vaugirard", - "contact:website": "https://www.draegerparis.com/", - "name": "Draeger", - "official_name": "Draeger Paris - Tie Rack - Gare Montparnasse", - "opening_hours": "Mo-Fr 07:30-20:00; Sa 08:00-20:00; Su 09:00-19:00", - "ref:FR:SIRET": "57215659400465", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3200032, - 48.8407801 - ] - }, - "id": "node/9882729518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9886172972", - "name": "We love", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3502982, - 48.8592357 - ] - }, - "id": "node/9886172972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9886172973", - "name": "Couleurs du Monde", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3503246, - 48.8592749 - ] - }, - "id": "node/9886172973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9886172975", - "name": "Bella Blue", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3503821, - 48.8593835 - ] - }, - "id": "node/9886172975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9892290668", - "name": "La Botte Cardinale", - "opening_hours": "Tu-Fr 11:00-14:00, 14:30-19:00; Sa 11:00-19:00; Su 14:00-19:00; Mo, PH closed", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3561814, - 48.8574748 - ] - }, - "id": "node/9892290668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9898312897", - "brand": "Aigle", - "brand:wikidata": "Q404391", - "name": "Aigle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3531368, - 48.8583821 - ] - }, - "id": "node/9898312897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9904620773", - "name": "Accessible la boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3987689, - 48.865899 - ] - }, - "id": "node/9904620773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9905886838", - "brand": "K-Way", - "brand:wikidata": "Q2820820", - "name": "K-Way", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.353399, - 48.8587664 - ] - }, - "id": "node/9905886838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9905886842", - "brand": "American Vintage", - "brand:wikidata": "Q2422884", - "name": "American Vintage", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3533467, - 48.8586753 - ] - }, - "id": "node/9905886842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9905886843", - "name": "Newcop", - "opening_hours": "Mo-Sa 11:30-20:00, Su 11:30-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3533133, - 48.8586266 - ] - }, - "id": "node/9905886843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9905886862", - "name": "Superga", - "opening_hours": "Mo-Su 11:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3533172, - 48.8581205 - ] - }, - "id": "node/9905886862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9906576383", - "name": "Jott", - "opening_hours": "11:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3535083, - 48.8589166 - ] - }, - "id": "node/9906576383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9910091885", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "brand:wikipedia": "en:Levi Strauss & Co.", - "clothes": "denim;men;women", - "name": "Levi's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3467669, - 48.8588344 - ] - }, - "id": "node/9910091885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9910137493", - "brand": "Tamaris", - "brand:wikidata": "Q61994827", - "name": "Tamaris", - "opening_hours": "Mo-Sa 10:00-19:00, Su 11:00-19:00", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3478584, - 48.8587568 - ] - }, - "id": "node/9910137493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9910684062", - "name": "Alésia Store", - "opening_hours": "Tu-Su 10:30-19:30; Mo 13:30-19:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3224669, - 48.8292388 - ] - }, - "id": "node/9910684062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9913141542", - "name": "Pierre Frey", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.336126, - 48.8546581 - ] - }, - "id": "node/9913141542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9913141546", - "check_date:opening_hours": "2023-06-12", - "name": "Bella Jones", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3357825, - 48.8549379 - ] - }, - "id": "node/9913141546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9913322711", - "name": "Miller", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3677073, - 48.8639949 - ] - }, - "id": "node/9913322711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9916014839", - "name": "Sessùn", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3301858, - 48.8538693 - ] - }, - "id": "node/9916014839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9919063403", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "name": "Comptoir des Cotonniers", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3317702, - 48.8543355 - ] - }, - "id": "node/9919063403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9920144753", - "name": "Le coin des marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3794461, - 48.8574721 - ] - }, - "id": "node/9920144753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9920144760", - "name": "Du jour au lendemain", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3784046, - 48.857082 - ] - }, - "id": "node/9920144760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9920144771", - "addr:city": "Paris", - "addr:housenumber": "59", - "addr:postcode": "75011", - "addr:street": "Rue de la Roquette", - "name": "NIN & Laur", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3758163, - 48.8561299 - ] - }, - "id": "node/9920144771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9921206506", - "name": "Mesnil Dégriff", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3862407, - 48.8677319 - ] - }, - "id": "node/9921206506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9923876526", - "name": "Francesco Smalto", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3039873, - 48.8687146 - ] - }, - "id": "node/9923876526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9927533547", - "name": "Maro Kado", - "opening_hours": "09:30-20:00; Mo,Su 13:00-20:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3244066, - 48.8423924 - ] - }, - "id": "node/9927533547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9929811461", - "check_date": "2024-08-30", - "clothes": "wedding", - "name": "Pronovias", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3417056, - 48.8658561 - ] - }, - "id": "node/9929811461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9932390863", - "name": "Shana", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4177566, - 48.8444246 - ] - }, - "id": "node/9932390863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9932390864", - "name": "Flynt", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4174482, - 48.8442225 - ] - }, - "id": "node/9932390864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9936159428", - "brand": "Dior", - "brand:wikidata": "Q542767", - "name": "Dior", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3064268, - 48.8706159 - ] - }, - "id": "node/9936159428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9936159429", - "addr:city": "Paris", - "addr:country": "FR", - "addr:housenumber": "52", - "addr:postcode": "75008", - "addr:street": "Avenue des Champs-Élysées", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "name": "Chanel", - "phone": "+33 1 53 75 87 20", - "shop": "clothes", - "website": "https://services.chanel.com/fr_FR/storelocator/crp/store/chanel+champs-elysees+beaute-66777/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3062104, - 48.8706807 - ] - }, - "id": "node/9936159429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9943064218", - "addr:city": "Paris", - "addr:postcode": "75018", - "addr:street": "Rue d'Orsel", - "check_date": "2024-07-06", - "clothes": "men", - "name": "Jo.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3414729, - 48.8833998 - ] - }, - "id": "node/9943064218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9945078216", - "name": "Charlie's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3962635, - 48.8387785 - ] - }, - "id": "node/9945078216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9952993652", - "brand": "Jack & Jones", - "brand:wikidata": "Q6077665", - "name": "Jack & Jones", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3641205, - 48.8535767 - ] - }, - "id": "node/9952993652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9952993722", - "name": "Héroines", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3601988, - 48.8566764 - ] - }, - "id": "node/9952993722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9958734284", - "brand": "Cotélac", - "brand:wikidata": "Q2998637", - "name": "Cotélac", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3310999, - 48.8661009 - ] - }, - "id": "node/9958734284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9958743059", - "name": "Pain De Sucre", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.331251, - 48.8663119 - ] - }, - "id": "node/9958743059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9963151527", - "clothes": "children", - "name": "Kidibô", - "opening_hours": "Mo 14:00-19:00; Tu-Fr 11:00-19:00; Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2879258, - 48.8457567 - ] - }, - "id": "node/9963151527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9963172309", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "level": "0", - "name": "Comptoir des Cotonniers", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.356923, - 48.8580264 - ] - }, - "id": "node/9963172309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9969626899", - "addr:city": "Paris", - "addr:housenumber": "96", - "addr:postcode": "75012", - "addr:street": "Rue du Faubourg Saint-Antoine", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "name": "Éram", - "opening_hours": "Mo-Sa 10:00-19:20", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3757224, - 48.8512667 - ] - }, - "id": "node/9969626899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9969626900", - "addr:city": "Paris", - "addr:housenumber": "96", - "addr:postcode": "75012", - "addr:street": "Rue du Faubourg Saint-Antoine", - "brand": "Bocage", - "brand:wikidata": "Q104599699", - "name": "Bocage", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3757783, - 48.8512535 - ] - }, - "id": "node/9969626900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9969626902", - "addr:city": "Paris", - "addr:housenumber": "94", - "addr:postcode": "75012", - "addr:street": "Rue du Faubourg Saint-Antoine", - "air_conditioning": "yes", - "name": "Shoeshop", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.375626, - 48.8512883 - ] - }, - "id": "node/9969626902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9969642891", - "addr:city": "Paris", - "addr:housenumber": "89", - "addr:postcode": "75011", - "addr:street": "Rue du Faubourg Saint-Antoine", - "brand": "Geox", - "brand:wikidata": "Q588001", - "check_date": "2024-07-06", - "name": "Geox", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3751177, - 48.8516564 - ] - }, - "id": "node/9969642891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9969642892", - "addr:city": "Paris", - "addr:housenumber": "89", - "addr:postcode": "75011", - "addr:street": "Rue du Faubourg Saint-Antoine", - "branch": "exclusive", - "brand": "Tamaris", - "brand:wikidata": "Q61994827", - "name": "Tamaris", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3751854, - 48.8516417 - ] - }, - "id": "node/9969642892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9974248978", - "name": "Talon grenelle", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.294736, - 48.8498354 - ] - }, - "id": "node/9974248978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9974889728", - "name": "Officine générale", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3221131, - 48.8694908 - ] - }, - "id": "node/9974889728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9976442761", - "check_date:opening_hours": "2024-04-30", - "name": "The Nines", - "opening_hours": "Mo-Sa 11:00-14:30,15:00-19:15", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3096588, - 48.8733899 - ] - }, - "id": "node/9976442761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9976475008", - "brand": "Tamaris", - "brand:wikidata": "Q61994827", - "name": "Tamaris", - "opening_hours": "Mo 11:00-19:30, Tu-Sa 10:30-19:30, Su 11:00-19:00; Mo-Fr 14:00-15:00 closed", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3272519, - 48.8476073 - ] - }, - "id": "node/9976475008" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9976487483", - "name": "La maison de l'homme", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3102574, - 48.8701894 - ] - }, - "id": "node/9976487483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9976496516", - "check_date:opening_hours": "2024-04-30", - "name": "Fredetti", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3095746, - 48.8734188 - ] - }, - "id": "node/9976496516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9976506220", - "brand": "Figaret", - "brand:wikidata": "Q4705652", - "clothes": "men;women", - "name": "Figaret", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3102848, - 48.8724958 - ] - }, - "id": "node/9976506220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9976785863", - "name": "Charles le Goff", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.31907, - 48.8753689 - ] - }, - "id": "node/9976785863" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9977245824", - "brand": "Happy Socks", - "brand:wikidata": "Q10517909", - "clothes": "socks", - "name": "Happy Socks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331434, - 48.8530549 - ] - }, - "id": "node/9977245824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9977350250", - "alt_name": "Jott", - "brand": "Just Over the Top", - "brand:wikidata": "Q104890420", - "check_date": "2024-10-13", - "name": "Just Over the Top", - "opening_hours": "11:00-19:00", - "shop": "clothes", - "website": "https://justoverthetop.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3356993, - 48.8528837 - ] - }, - "id": "node/9977350250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9977851291", - "brand": "Damart", - "brand:wikidata": "Q3012602", - "name": "Damart", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3190261, - 48.8449071 - ] - }, - "id": "node/9977851291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9984326718", - "addr:housenumber": "35", - "addr:postcode": "75007", - "addr:street": "Boulevard Raspail", - "name": "L'Ibis Rouge", - "opening_hours": "Tu-Sa 12:00-19:00", - "phone": "+33 1 45 48 98 21", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3267721, - 48.8525996 - ] - }, - "id": "node/9984326718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9984327317", - "addr:housenumber": "33", - "addr:postcode": "75007", - "addr:street": "Boulevard Raspail", - "name": "Crockett & Jones", - "opening_hours": "Mo-Fr 11:00-14:00,15:00-19:00; Sa 10:30-19:30", - "phone": "+33 1 45 44 19 30", - "shop": "shoes", - "website": "https://crockettandjones.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3267417, - 48.8527392 - ] - }, - "id": "node/9984327317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9985676504", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "check_date": "2024-09-22", - "check_date:opening_hours": "2024-09-22", - "clothes": "children", - "name": "Du Pareil au Même", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3781339, - 48.8506824 - ] - }, - "id": "node/9985676504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9985676505", - "brand": "Okaïdi", - "brand:wikidata": "Q3350027", - "clothes": "children", - "name": "Okaïdi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3776788, - 48.8505533 - ] - }, - "id": "node/9985676505" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9985787348", - "clothes": "men", - "name": "Charvet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3303897, - 48.8681695 - ] - }, - "id": "node/9985787348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9988047840", - "clothes": "children", - "name": "Marie Laure", - "opening_hours": "Tu-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3253222, - 48.8558304 - ] - }, - "id": "node/9988047840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9993744227", - "name": "La Route du Tibet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3435003, - 48.846032 - ] - }, - "id": "node/9993744227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9993777849", - "name": "Espace", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.341482, - 48.8479465 - ] - }, - "id": "node/9993777849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9993879736", - "brand": "Undiz", - "brand:wikidata": "Q105306275", - "clothes": "underwear", - "name": "Undiz", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3438416, - 48.8522424 - ] - }, - "id": "node/9993879736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9993879742", - "addr:street": "Boulevard Saint-Michel", - "name": "Côte à Côte", - "opening_hours": "Mo-Sa 10:30-21:00; Su 13:00-20:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+33146331753", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3436626, - 48.8518488 - ] - }, - "id": "node/9993879742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9995943350", - "addr:city": "Paris", - "addr:housenumber": "19", - "addr:postcode": "75003", - "addr:street": "Rue des Minimes", - "contact:facebook": "https://www.facebook.com/antikbatikofficiel/", - "contact:instagram": "https://www.instagram.com/antikbatik_paris/", - "contact:pinterest": "https://www.pinterest.fr/antikbatik/", - "contact:youtube": "https://www.youtube.com/channel/UCq8h0da3FS1V_irrGm7D4HQ", - "email": "eshop@antikbatik.fr", - "name": "Antik Batik", - "payment:mastercard": "yes", - "payment:paypal": "yes", - "payment:visa": "yes", - "phone": "+33 1 48 87 90 28", - "shop": "clothes", - "website": "https://www.antikbatik.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3650199, - 48.8573032 - ] - }, - "id": "node/9995943350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9995943352", - "clothes": "men", - "contact:city": "Paris", - "contact:email": "contact@palenzo.com", - "contact:facebook": "https://www.facebook.com/Palenzo/?ref=ts&fref=ts", - "contact:housenumber": "34", - "contact:instagram": "https://www.instagram.com/palenzo_paris/", - "contact:phone": "+33 1 42 72 51 69", - "contact:pinterest": "https://palenzo.com/media/wysiwyg/social_05.png", - "contact:postcode": "75003", - "contact:street": "Rue de Turenne", - "name": "Palenzo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3645888, - 48.8573538 - ] - }, - "id": "node/9995943352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9995943353", - "contact:city": "Paris", - "contact:facebook": "https://www.facebook.com/maisonbayle/", - "contact:housenumber": "34", - "contact:instagram": "https://www.instatel:+331 43 48 24 03gram.com/maisonbayle/", - "contact:phone": "+33 1 43 48 24 03", - "contact:postcode": "75003", - "contact:street": "Rue de Turenne", - "contact:website": "https://maisonbayle.com/", - "name": "Maison Baylé", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3645869, - 48.8572614 - ] - }, - "id": "node/9995943353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9995943355", - "clothes": "men", - "name": "Sarah Pacini", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3645633, - 48.8568677 - ] - }, - "id": "node/9995943355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9995943357", - "clothes": "men", - "contact:city": "Paris", - "contact:housenumber": "26", - "contact:phone": "+33 1 42 77 12 13", - "contact:postcode": "75003", - "contact:street": "Rue de Turenne", - "name": "Vito", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3645457, - 48.8566891 - ] - }, - "id": "node/9995943357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9995943358", - "clothes": "women;underwear;lingerie;swimsuits", - "contact:facebook": "https://www.facebook.com/PaindeSucreofficiel/", - "contact:instagram": "https://www.instagram.com/paindesucre_officiel/", - "contact:pinterest": "https://www.pinterest.fr/paindesucre_Officiel/", - "contact:youtube": "https://www.youtube.com/channel/UCbqbRCMuGz4vkV9_ysOiRcA", - "email": "customer.service@paindesucre.com", - "phone": "+33 9 74 99 02 10", - "shop": "clothes", - "website": "https://paindesucre.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3645375, - 48.8565374 - ] - }, - "id": "node/9995943358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9995943360", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "35", - "contact:phone": "+33 6 34 21 07 19", - "contact:postcode": "75003", - "contact:street": "Rue de Turenne", - "name": "Effet j", - "opening_hours": "Tu-Sa 11:00-19:30; Su 14:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3642952, - 48.8568481 - ] - }, - "id": "node/9995943360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9995943361", - "name": "Coton doux", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3642976, - 48.8570497 - ] - }, - "id": "node/9995943361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9995943362", - "contact:city": "Paris", - "contact:facebook": "https://www.facebook.com/XOOS.PARIS/", - "contact:housenumber": "37", - "contact:instagram": "https://www.instagram.com/xoos.paris/", - "contact:postcode": "75003", - "contact:street": "Rue de Turenne", - "contact:website": "https://www.chemise-homme.com/", - "name": "XOOS", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3642972, - 48.8570781 - ] - }, - "id": "node/9995943362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9995943366", - "clothes": "men", - "contact:city": "Paris", - "contact:facebook": "https://www.facebook.com/garboparis", - "contact:housenumber": "41", - "contact:instagram": "https://www.instagram.com/garboparis/?hl=fr", - "contact:phone": "+33 1 42 72 09 69", - "contact:postcode": "75003", - "contact:street": "Rue de Turenne", - "contact:website": "http://bgarbo.fr/", - "name": "Garbo", - "opening_hours": "Mo-Sa 10:30-19:30; Su 14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3643108, - 48.8574041 - ] - }, - "id": "node/9995943366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10000034353", - "name": "Elisa&Marie", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3476407, - 48.8636628 - ] - }, - "id": "node/10000034353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10004140332", - "description": "Vêtements professionnels", - "name": "Vincent Albane", - "opening_hours": "Mo-Fr 10:00-17:30", - "shop": "clothes", - "website": "https://www.vincentalbane.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3380425, - 48.8542847 - ] - }, - "id": "node/10004140332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10004140333", - "brand": "K-Way", - "brand:wikidata": "Q2820820", - "name": "K-Way", - "opening_hours": "Mo-Sa 11:00-19:00; We 13:00-14:00 closed; PH closed", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3374029, - 48.8526332 - ] - }, - "id": "node/10004140333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10004711317", - "addr:housenumber": "81", - "addr:postcode": "75011", - "addr:street": "Rue Saint-Maur", - "name": "La Frange à l’Envers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3785798, - 48.8637852 - ] - }, - "id": "node/10004711317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10009704409", - "name": "Rêver Lucide", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3466486, - 48.8482604 - ] - }, - "id": "node/10009704409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10011383776", - "name": "Guerrisol", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "website": "https://www.guerrisol.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3420972, - 48.8498183 - ] - }, - "id": "node/10011383776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10011383777", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.342064, - 48.8497614 - ] - }, - "id": "node/10011383777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10011383778", - "name": "Redskins stock", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3420372, - 48.8497203 - ] - }, - "id": "node/10011383778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10025838436", - "name": "La maison de l'homme", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3506652, - 48.8623644 - ] - }, - "id": "node/10025838436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10025838437", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "name": "Jonak", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505599, - 48.8621937 - ] - }, - "id": "node/10025838437" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10026947118", - "check_date": "2023-09-16", - "name": "Sam", - "opening_hours": "Mo-Sa 10:30-19:30; Su 13:00-19:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3411257, - 48.853449 - ] - }, - "id": "node/10026947118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10032478381", - "name": "Aviv discount", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3727193, - 48.8646168 - ] - }, - "id": "node/10032478381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10032478445", - "name": "Marché Noir", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3666035, - 48.8622546 - ] - }, - "id": "node/10032478445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10036143580", - "addr:city": "Paris", - "addr:housenumber": "170", - "addr:postcode": "75011", - "addr:street": "Avenue Ledru-Rollin", - "name": "Woodstock", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3796826, - 48.8570665 - ] - }, - "id": "node/10036143580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10036285311", - "addr:city": "Paris", - "addr:housenumber": "78", - "addr:postcode": "75011", - "addr:street": "Rue de la Roquette", - "name": "Caramel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3757752, - 48.8559627 - ] - }, - "id": "node/10036285311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10040371433", - "addr:city": "Issy-les-Moulineaux", - "addr:postcode": "92130", - "addr:street": "Promenade Cœur de Ville", - "clothes": "children", - "name": "IDKIDS - Obaibi - Okaidi - Oxybul", - "opening_hours": "Mo-Sa 10:00-19:30; Su 10:00-19:00;", - "phone": "+33188899967", - "shop": "clothes", - "website": "https://www.okaidi.fr/Shop/idkids-issy-les-moulineaux/3833", - "wikidata": "Q3146595", - "wikipedia": "fr:ÏDKIDS" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2749148, - 48.8260232 - ] - }, - "id": "node/10040371433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10045664638", - "addr:city": "Paris", - "addr:housenumber": "113", - "addr:postcode": "75011", - "addr:street": "Rue du Faubourg Saint-Antoine", - "name": "Stock 2", - "phone": "+33143716398", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3831872, - 48.8505546 - ] - }, - "id": "node/10045664638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10045838858", - "addr:city": "Paris", - "addr:postcode": "75001", - "clothes": "men", - "name": "Victoire", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3400092, - 48.8636189 - ] - }, - "id": "node/10045838858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10047610737", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q113516684", - "clothes": "women", - "name": "Claudie Pierlot", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3312702, - 48.8443887 - ] - }, - "id": "node/10047610737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10047610745", - "brand": "Doré Doré", - "brand:website": "https://www.doredore1819.com/", - "brand:wikidata": "Q3037289", - "clothes": "underwear", - "name": "Doré Doré", - "opening_hours": "Mo-Sa 10:30-14:00,15:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314286, - 48.8444665 - ] - }, - "id": "node/10047610745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10048382143", - "brand": "Momoni", - "brand:wikidata": "Q104233463", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "36", - "contact:postcode": "75002", - "contact:street": "Rue Étienne Marcel", - "name": "Momoni", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3445153, - 48.8650628 - ] - }, - "id": "node/10048382143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10048382144", - "brand": "& Other Stories", - "brand:wikidata": "Q85322338", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "38", - "contact:postcode": "75002", - "contact:street": "Rue Étienne Marcel", - "name": "& Other Stories", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3443352, - 48.8650919 - ] - }, - "id": "node/10048382144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10048388653", - "contact:city": "Paris", - "contact:housenumber": "43", - "contact:postcode": "75001", - "contact:street": "Rue Étienne Marcel", - "name": "Airness", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3437129, - 48.8650017 - ] - }, - "id": "node/10048388653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10049022924", - "brand": "Pablo", - "brand:wikidata": "Q104718978", - "clothes": "women", - "name": "Pablo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2923068, - 48.8789041 - ] - }, - "id": "node/10049022924" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10049022932", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "name": "Comptoir des Cotonniers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2913851, - 48.879116 - ] - }, - "id": "node/10049022932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10049022952", - "brand": "Liu Jo", - "brand:wikidata": "Q3835099", - "name": "Liu Jo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2928049, - 48.8787864 - ] - }, - "id": "node/10049022952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10049022973", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "name": "The Kooples", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2918921, - 48.8789834 - ] - }, - "id": "node/10049022973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10049022988", - "name": "Gérard Darel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2921594, - 48.8789377 - ] - }, - "id": "node/10049022988" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10049022992", - "name": "Rudy's", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2914644, - 48.8790951 - ] - }, - "id": "node/10049022992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10049023003", - "name": "Degrif des Stocks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2938731, - 48.8782249 - ] - }, - "id": "node/10049023003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10049023004", - "brand": "Antonelle", - "brand:wikidata": "Q105082567", - "clothes": "women", - "name": "Antonelle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2924168, - 48.878882 - ] - }, - "id": "node/10049023004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10049023007", - "name": "mellow yellow", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2913326, - 48.8791242 - ] - }, - "id": "node/10049023007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10049458507", - "name": "Foot Store", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3618352, - 48.8682251 - ] - }, - "id": "node/10049458507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10049833050", - "name": "Pegashoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3509575, - 48.8698583 - ] - }, - "id": "node/10049833050" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10052538118", - "brand": "Arche", - "brand:website": "https://www.arche.com", - "brand:wikidata": "Q105063522", - "name": "Arche", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.337151, - 48.8521809 - ] - }, - "id": "node/10052538118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10052538123", - "brand": "Bonpoint", - "brand:website": "https://www.bonpoint.com", - "clothes": "children", - "name": "Bonpoint", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3369923, - 48.8507196 - ] - }, - "id": "node/10052538123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10052538124", - "name": "Éléonore Émaldi", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 11:00-19:00", - "shop": "clothes", - "website": "https://www.emaldi.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3372132, - 48.8512136 - ] - }, - "id": "node/10052538124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10057428983", - "addr:city": "Paris", - "addr:postcode": "75001", - "brand": "Bershka", - "brand:wikidata": "Q827258", - "level": "-3", - "name": "Bershka", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3451417, - 48.8618503 - ] - }, - "id": "node/10057428983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10057428984", - "addr:city": "Paris", - "addr:postcode": "75001", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "level": "-3", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+33 1 57 97 83 56", - "shop": "shoes", - "website": "https://stores.footlocker.fr/en/fr-75/paris/4-6-rue-pierre-lescot-292_31_05227.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.34517, - 48.8618454 - ] - }, - "id": "node/10057428984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10060048504", - "addr:city": "Paris", - "addr:housenumber": "91", - "addr:postcode": "75002", - "addr:street": "Rue Réaumur", - "name": "Athina", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3467947, - 48.8673664 - ] - }, - "id": "node/10060048504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10066445072", - "check_date": "2024-01-28", - "name": "Zadig & Voltaire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3252759, - 48.8661332 - ] - }, - "id": "node/10066445072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10067175236", - "check_date": "2022-10-01", - "name": "Lab 30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3359738, - 48.8864858 - ] - }, - "id": "node/10067175236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10067175237", - "disused:shop": "yes", - "name": "Léopoldine Chateau", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3369839, - 48.8858883 - ] - }, - "id": "node/10067175237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10067620417", - "addr:housenumber": "5", - "addr:postcode": "75006", - "addr:street": "Rue Bréa", - "email": "contact@dukestoreparis.com", - "name": "Duke Store", - "opening_hours": "Tu-Sa 10:30-19:30", - "shop": "clothes", - "website": "https://www.dukestoreparis.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3304652, - 48.8436016 - ] - }, - "id": "node/10067620417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10067672017", - "contact:housenumber": "16 bis", - "contact:postcode": "75006", - "contact:street": "Rue Mayet", - "email": "thunderbird68@hotmail.fr", - "name": "T-Bird", - "opening_hours": "Tu-Sa 11:30-19:30", - "phone": "+33 9 83 03 98 26", - "shop": "clothes", - "website": "http://www.tbird68.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3189779, - 48.8464863 - ] - }, - "id": "node/10067672017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10067688917", - "addr:housenumber": "6", - "addr:postcode": "75008", - "addr:street": "Boulevard Malesherbes", - "email": "parismadeleine@louispurple.com", - "name": "Louis Purple", - "phone": "+33 1 47 42 13 02", - "shop": "clothes", - "website": "https://www.louispurple.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3231167, - 48.8709833 - ] - }, - "id": "node/10067688917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10067701717", - "addr:city": "Paris", - "addr:housenumber": "12", - "addr:postcode": "75010", - "addr:street": "Rue Philippe de Girard", - "email": "serviceclient@lexception.zendesk.com", - "name": "L'Exception", - "opening_hours": "Tu-Sa 13:00-19:00", - "phone": "+33 1 76 39 05 11", - "shop": "clothes", - "website": "https://www.lexception.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3620404, - 48.8817015 - ] - }, - "id": "node/10067701717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10074050319", - "clothes": "women", - "contact:city": "Paris", - "contact:housenumber": "117", - "contact:postcode": "75014", - "contact:street": "Rue Didot", - "name": "Be Mine", - "opening_hours": "11:00-20:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+33 1 83 06 16 71", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3151405, - 48.8276571 - ] - }, - "id": "node/10074050319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10079556792", - "addr:city": "Paris", - "addr:housenumber": "3", - "addr:postcode": "75016", - "addr:street": "Rue Mesnil", - "email": "chezteenage@gmail.com", - "name": "Teen-Age & Family", - "opening_hours": "Mo 11:30-19:30; Tu-Sa 10:30-19:30", - "phone": "+33 1 45 53 54 70", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2849551, - 48.8689436 - ] - }, - "id": "node/10079556792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10079573959", - "addr:city": "Paris", - "addr:housenumber": "3", - "addr:postcode": "75016", - "addr:street": "Rue Mesnil", - "name": "Parks", - "opening_hours": "Tu-Sa 13:00-19:00", - "shop": "clothes", - "website": "https://parkslabelstore.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2849337, - 48.868917 - ] - }, - "id": "node/10079573959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10083679388", - "check_date": "2024-07-08", - "name": "Blue Lemon", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3561708, - 48.8519064 - ] - }, - "id": "node/10083679388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10086007488", - "check_date:opening_hours": "2024-03-31", - "name": "Diablo't", - "opening_hours": "Tu-Sa 10:30-19:00; Su 10:30-13:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2996607, - 48.8364229 - ] - }, - "id": "node/10086007488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10086007489", - "name": "JJ.H Chaussures", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00; Su 10:00-13:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.29943, - 48.8361635 - ] - }, - "id": "node/10086007489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10089952617", - "name": "Nat & Nin", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3458543, - 48.8637291 - ] - }, - "id": "node/10089952617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10090247134", - "clothes": "women", - "contact:city": "Paris", - "contact:email": "lapetitependerie75@gmail.com", - "contact:housenumber": "58", - "contact:phone": "+33 9 87 09 27 62", - "contact:postcode": "75015", - "contact:street": "Rue Saint-Lambert", - "level": "0", - "name": "La Petite Penderie", - "opening_hours": "Tu-Fr 11:00-14:00,15:00-19:00; Sa 10:30-13:00,14:00-19:00", - "second_hand": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2931365, - 48.8363422 - ] - }, - "id": "node/10090247134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10090480718", - "name": "Een Park", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2965763, - 48.8858392 - ] - }, - "id": "node/10090480718" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10095505667", - "addr:city": "Le Pré-Saint-Gervais", - "addr:housenumber": "37", - "addr:postcode": "93310", - "addr:street": "Rue André Joineau", - "name": "A. J. Chaussures", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4039348, - 48.8856262 - ] - }, - "id": "node/10095505667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10100497834", - "clothes": "women;men;children", - "name": "Modern Fripe", - "opening_hours": "Tu-Sa 10:00-20:00 ; Su 10:00-19:00 ; Mo off", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4207795, - 48.8811303 - ] - }, - "id": "node/10100497834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10103186913", - "addr:housenumber": "25", - "addr:street": "Rue Gay-Lussac", - "description": "Boutique généraliste de produits autrichiens", - "name": "Finn Austria", - "opening_hours": "Tu-Fr 11:00-13:00, 14:00-18:30; Sa 15:00-18:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+33143547540", - "shop": "clothes", - "website": "https://finnaustria.fr", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3418733, - 48.8449653 - ] - }, - "id": "node/10103186913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10116168479", - "name": "Le Grand Comptoir", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.275437, - 48.8257568 - ] - }, - "id": "node/10116168479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10116900217", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "check_date": "2024-09-22", - "check_date:opening_hours": "2024-09-22", - "clothes": "lingerie", - "name": "Etam", - "opening_hours": "Tu-Sa 10:30-19:00; Mo 11:00-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3779395, - 48.8507315 - ] - }, - "id": "node/10116900217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10118108174", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "clothes": "underwear", - "name": "Etam", - "opening_hours": "Mo-Sa 10:00-19:00, Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2746712, - 48.8258108 - ] - }, - "id": "node/10118108174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10121564417", - "name": "Majestic Filatures", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "website": "https://www.majesticfilatures.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.336962, - 48.854621 - ] - }, - "id": "node/10121564417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10121564517", - "name": "Isabel Marant", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes", - "website": "https://www.isabelmarant.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3369768, - 48.8545443 - ] - }, - "id": "node/10121564517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10126359566", - "name": "Scenario", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3249436, - 48.8552737 - ] - }, - "id": "node/10126359566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10126359569", - "name": "Allison", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3249955, - 48.8553199 - ] - }, - "id": "node/10126359569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10128246371", - "brand": "Armor Lux", - "brand:wikidata": "Q951079", - "name": "Armor Lux", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:00-19:00; We 13:00-14:00 closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3245221, - 48.8428211 - ] - }, - "id": "node/10128246371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10128989963", - "brand": "Zara", - "brand:wikidata": "Q147662", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3434721, - 48.8599062 - ] - }, - "id": "node/10128989963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10130759034", - "name": "Outland", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3742337, - 48.8618022 - ] - }, - "id": "node/10130759034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10130759045", - "name": "Admise", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3721015, - 48.8637311 - ] - }, - "id": "node/10130759045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10135737727", - "brand": "Tape à l'Œil", - "brand:wikidata": "Q30749175", - "brand:wikipedia": "fr:Tape à l'œil", - "clothes": "children", - "contact:instagram": "taoleslilas", - "name": "Tape à l'Œil", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4146117, - 48.8794591 - ] - }, - "id": "node/10135737727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10136617781", - "name": "La Fiancée du Mékong", - "opening_hours": "Mo,Th 11:00-13:30,14:30-19:00; Tu-We,Fr 11:00-19:00; Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3261376, - 48.848112 - ] - }, - "id": "node/10136617781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10138009919", - "level": "1", - "name": "Crush ON", - "second_hand": "yes", - "shop": "clothes", - "survey:date": "2022-10-29", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3218609, - 48.8385705 - ] - }, - "id": "node/10138009919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10138009920", - "brand": "NAF NAF", - "brand:wikidata": "Q3334188", - "brand:wikipedia": "fr:Naf Naf", - "clothes": "women", - "level": "1", - "name": "NAF NAF", - "shop": "clothes", - "survey:date": "2022-10-29", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3218988, - 48.8386636 - ] - }, - "id": "node/10138009920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10138009921", - "level": "1", - "name": "Bel Chou's", - "shop": "shoes", - "survey:date": "2022-10-29", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3218905, - 48.8387022 - ] - }, - "id": "node/10138009921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10138016417", - "brand": "La Fée Maraboutée", - "brand:wikidata": "Q105429377", - "clothes": "women", - "level": "1", - "name": "La Fée Maraboutée", - "shop": "clothes", - "survey:date": "2022-10-29", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.32194, - 48.838552 - ] - }, - "id": "node/10138016417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10138016517", - "level": "1", - "name": "Spartoo", - "shop": "shoes", - "survey:date": "2022-10-29", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3219633, - 48.8384857 - ] - }, - "id": "node/10138016517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10138016518", - "level": "1", - "name": "Kilo Shop", - "shop": "clothes", - "survey:date": "2022-10-29", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3219244, - 48.8385893 - ] - }, - "id": "node/10138016518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10138016617", - "level": "1", - "name": "Azurra", - "shop": "clothes", - "survey:date": "2022-10-29", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3218559, - 48.8385987 - ] - }, - "id": "node/10138016617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10138017219", - "brand": "Courir", - "brand:wikidata": "Q3001258", - "brand:wikipedia": "fr:Courir (chaîne de magasins)", - "name": "Courir", - "shop": "shoes", - "survey:date": "2022-10-29", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3205627, - 48.8383111 - ] - }, - "id": "node/10138017219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10139088019", - "name": "Maison 123", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3270849, - 48.8474449 - ] - }, - "id": "node/10139088019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10139088031", - "name": "Maison Joseph", - "opening_hours": "Mo-Sa 09:30-19:00, Su 10:30-19:00", - "shop": "shoes", - "website": "https://www.maison-joseph.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3276372, - 48.8473402 - ] - }, - "id": "node/10139088031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10139088042", - "name": "Lipault", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3274253, - 48.8473003 - ] - }, - "id": "node/10139088042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10149011098", - "brand": "Mango", - "brand:wikidata": "Q136503", - "name": "Mango", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2749284, - 48.8255912 - ] - }, - "id": "node/10149011098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10170059317", - "addr:housenumber": "4", - "addr:postcode": "75003", - "addr:street": "Rue Barbette", - "check_date": "2024-08-04", - "clothes": "women;men", - "contact:email": "hello@loom.fr", - "contact:facebook": "https://www.facebook.com/loom.fr", - "contact:instagram": "https://www.instagram.com/loom_officiel/", - "contact:website": "https://www.loom.fr/", - "contact:youtube": "https://www.youtube.com/channel/UCUQZJ-iUyK5FVP-wn9RPdeA", - "name": "Loom", - "opening_hours": "Tu-Fr 11:00-14:00,15:00-19:00; Sa 11:00-19:00", - "organic": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3614283, - 48.8586158 - ] - }, - "id": "node/10170059317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10172473660", - "contact:phone": "+33 7 68 22 58 36", - "description": "Dépôt-vente de luxe", - "name": "L'Après-Midi... Aussi", - "opening_hours": "Mo-Fr 14:00-19:00", - "shop": "clothes", - "website": "http://www.amaussi.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.287787, - 48.8783312 - ] - }, - "id": "node/10172473660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10172473666", - "clothes": "sports", - "name": "Passion Campagne", - "opening_hours": "Tu-Fr 10:30-14:00,15:00-19:00; Sa 10:30-14:00,15:00-18:00", - "shop": "clothes", - "website": "https://www.passion-campagne.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2887476, - 48.8769791 - ] - }, - "id": "node/10172473666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10178083083", - "name": "La Canadienne", - "opening_hours": "Mo-Sa 10:00-19:00, Su 11:00-19:00", - "shop": "clothes", - "website": "https://www.la-canadienne.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3344411, - 48.8650977 - ] - }, - "id": "node/10178083083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10178083085", - "name": "Capucine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3345281, - 48.8648635 - ] - }, - "id": "node/10178083085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10178083088", - "name": "Gioelli", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3343015, - 48.8653694 - ] - }, - "id": "node/10178083088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10179545278", - "name": "Indies", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3338116, - 48.8639307 - ] - }, - "id": "node/10179545278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10181547556", - "contact:phone": "+33 1 48 28 17 00", - "name": "Boutique Stock", - "opening_hours": "Mo-Sa 10:30-14:00,15:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.295536, - 48.8366637 - ] - }, - "id": "node/10181547556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10181547565", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "contact:city": "Paris", - "contact:housenumber": "326", - "contact:phone": "+33 1 56 08 11 11", - "contact:postcode": "75015", - "contact:street": "Rue de Vaugirard", - "level": "0", - "name": "Caroll", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2959791, - 48.837108 - ] - }, - "id": "node/10181547565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10181547570", - "name": "Le Dressing de Laure", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2946598, - 48.8362946 - ] - }, - "id": "node/10181547570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10186914908", - "name": "Woodstock", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3781417, - 48.8567829 - ] - }, - "id": "node/10186914908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10187472638", - "name": "Kamille", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3275827, - 48.8505807 - ] - }, - "id": "node/10187472638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10187472643", - "name": "Noriem", - "opening_hours": "Tu-Sa 10:30-13:30,14:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3277663, - 48.8505291 - ] - }, - "id": "node/10187472643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10187472644", - "name": "Mania Bohr", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3274731, - 48.8506535 - ] - }, - "id": "node/10187472644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10197249054", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "clothes": "children", - "name": "Jacadi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331446, - 48.8680841 - ] - }, - "id": "node/10197249054" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10197259182", - "name": "Allrounder", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3336763, - 48.8668882 - ] - }, - "id": "node/10197259182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10197259183", - "brand": "Reebok", - "brand:wikidata": "Q466183", - "name": "Reebok", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3333726, - 48.8673018 - ] - }, - "id": "node/10197259183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10198369075", - "name": "Sausalito", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3247513, - 48.8419932 - ] - }, - "id": "node/10198369075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10199543740", - "name": "Bibiche", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4146734, - 48.8788832 - ] - }, - "id": "node/10199543740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10202515227", - "check_date": "2024-12-01", - "clothes": "underwear", - "name": "Delia Bodi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3238144, - 48.8712235 - ] - }, - "id": "node/10202515227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10202515232", - "check_date": "2024-12-01", - "name": "Palenzo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.32381, - 48.8713547 - ] - }, - "id": "node/10202515232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10202515236", - "brand": "Bexley", - "brand:wikidata": "Q101247434", - "name": "Bexley", - "shoes": "men", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3241704, - 48.8712359 - ] - }, - "id": "node/10202515236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10203070716", - "contact:city": "Paris", - "contact:postcode": "75001", - "contact:street": "Rue Saint-Honoré", - "name": "Champion", - "opening_hours": "Tu-Sa 11:00-19:00; Su,Mo off", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3432713, - 48.8612619 - ] - }, - "id": "node/10203070716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10203605645", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "clothes": "underwear", - "contact:city": "Paris", - "contact:housenumber": "61", - "contact:phone": "+33 1 46 22 41 21", - "contact:postcode": "75017", - "contact:street": "Rue de Lévis", - "name": "Etam", - "opening_hours": "Tu-Th 10:00-19:00; Fr-Sa 10:00-19:30; Mo 11:00-19:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3134478, - 48.8838035 - ] - }, - "id": "node/10203605645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10204472073", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "clothes": "underwear", - "name": "Etam", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2816485, - 48.8579879 - ] - }, - "id": "node/10204472073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10204472074", - "addr:housenumber": "41", - "addr:street": "Rue de Passy", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "clothes": "underwear", - "name": "Calzedonia", - "opening_hours": "Mo-Sa 09:30-19:30; Su 11:00-19:00", - "phone": "+33967485400", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2806717, - 48.8577501 - ] - }, - "id": "node/10204472074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10204472078", - "brand": "Dim", - "brand:wikidata": "Q3028013", - "clothes": "underwear", - "name": "Dim", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2806222, - 48.857964 - ] - }, - "id": "node/10204472078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10204472079", - "addr:city": "Paris", - "addr:housenumber": "24", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "brand": "Wolford", - "brand:wikidata": "Q431607", - "clothes": "underwear", - "name": "Wolford", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2817765, - 48.8581594 - ] - }, - "id": "node/10204472079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10210974729", - "name": "Alexandra Golovanoff", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3268292, - 48.8531912 - ] - }, - "id": "node/10210974729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10210974731", - "name": "Gill's", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3300662, - 48.850681 - ] - }, - "id": "node/10210974731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10210974748", - "name": "Loints of Holland", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302201, - 48.8508546 - ] - }, - "id": "node/10210974748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10210974749", - "name": "Gill's", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3304105, - 48.8505726 - ] - }, - "id": "node/10210974749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10215093540", - "name": "Isapocket", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3221016, - 48.8285284 - ] - }, - "id": "node/10215093540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10219354507", - "description": "Vêtements pour femme enceinte.", - "name": "Séraphine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3342885, - 48.8514668 - ] - }, - "id": "node/10219354507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10220630616", - "contact:housenumber": "310", - "contact:street": "Rue Saint-Honoré", - "name": "Malfroid", - "opening_hours": "Tu-Sa 11:00-19:00", - "phone": "+33 1 42 60 10 10", - "shop": "shoes", - "website": "https://malfroid.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3315454, - 48.8652048 - ] - }, - "id": "node/10220630616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10220756529", - "name": "Collections", - "opening_hours": "Mo,Sa 12:00-19:00; Tu-Fr 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3393038, - 48.8661204 - ] - }, - "id": "node/10220756529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222061770", - "brand": "Loding", - "brand:wikidata": "Q3257795", - "check_date:opening_hours": "2024-11-24", - "name": "Loding", - "opening_hours:signed": "no", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3293845, - 48.8708101 - ] - }, - "id": "node/10222061770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222405208", - "addr:city": "Paris", - "addr:housenumber": "58", - "addr:postcode": "75003", - "addr:street": "Rue Notre-Dame-de-Nazareth", - "email": "rowlands.bh@gmail.com", - "name": "Rowlands", - "phone": "+33 1 42 74 47 53", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.357366, - 48.8676609 - ] - }, - "id": "node/10222405208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222456822", - "addr:city": "Paris", - "addr:housenumber": "34", - "addr:postcode": "75003", - "addr:street": "Rue Notre-Dame-de-Nazareth", - "name": "Compil Store", - "opening_hours": "Tu-Sa 11:00-19:00; Su 12:00-19:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3591188, - 48.8674178 - ] - }, - "id": "node/10222456822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222456824", - "addr:city": "Paris", - "addr:housenumber": "30", - "addr:postcode": "75003", - "addr:street": "Rue Notre-Dame-de-Nazareth", - "name": "Milestone", - "phone": "+33 6 01 99 33 36", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3593817, - 48.8673729 - ] - }, - "id": "node/10222456824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222456831", - "addr:city": "Paris", - "addr:housenumber": "22", - "addr:postcode": "75003", - "addr:street": "Rue Notre-Dame-de-Nazareth", - "name": "Lechemiseur", - "phone": "+33 1 84 17 30 35", - "shop": "clothes", - "website": "https://lechemiseur.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3601629, - 48.8672626 - ] - }, - "id": "node/10222456831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222456837", - "addr:city": "Paris", - "addr:housenumber": "14", - "addr:postcode": "75003", - "addr:street": "Rue Notre-Dame-de-Nazareth", - "name": "Oscar", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3608623, - 48.867166 - ] - }, - "id": "node/10222456837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222456846", - "clothes": "workwear", - "name": "Team approved", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3617166, - 48.8670341 - ] - }, - "id": "node/10222456846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222519357", - "name": "Ema blue's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.352933, - 48.8674081 - ] - }, - "id": "node/10222519357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222519358", - "name": "Les impatientes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3529605, - 48.8674558 - ] - }, - "id": "node/10222519358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222535876", - "name": "Florence Kooijman", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3317143, - 48.8519866 - ] - }, - "id": "node/10222535876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222535879", - "brand": "Doré Doré", - "brand:wikidata": "Q3037289", - "clothes": "underwear", - "name": "Doré Doré", - "opening_hours": "Mo,Sa 10:30-19:00, Tu-Fr 10:00-19:00; Mo 14:00-15:00 closed", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.331442, - 48.8521952 - ] - }, - "id": "node/10222535879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222535882", - "brand": "Vans", - "brand:wikidata": "Q1135366", - "name": "Vans", - "opening_hours": "Mo-Sa 11:00-19:30; Su 13:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3317525, - 48.8520311 - ] - }, - "id": "node/10222535882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222535884", - "name": "Wicket", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes", - "website": "https://www.wicket.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3265748, - 48.8540648 - ] - }, - "id": "node/10222535884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222535886", - "contact:phone": "+33 1 45 48 57 26", - "name": "Matthew Cookson", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "shoes", - "website": "https://www.matthewcookson.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3261667, - 48.8547554 - ] - }, - "id": "node/10222535886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222535890", - "addr:housenumber": "17", - "addr:postcode": "75006", - "addr:street": "Rue du Vieux Colombier", - "brand": "Tumi", - "brand:wikidata": "Q4465402", - "email": "vieux.colombier@tumi.com", - "name": "Tumi", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33776195255", - "shop": "bag", - "website": "https://tumi.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3305244, - 48.8516702 - ] - }, - "id": "node/10222535890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222535897", - "brand": "Weekend Max Mara", - "brand:wikidata": "Q1151774", - "clothes": "women", - "name": "Weekend Max Mara", - "opening_hours": "Mo-Sa 10:00-19:00; Su 12:00-18:00; PH 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314975, - 48.8517666 - ] - }, - "id": "node/10222535897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222535898", - "name": "Emling", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3306342, - 48.851636 - ] - }, - "id": "node/10222535898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222535904", - "clothes:for": "men", - "name": "Victoire", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes", - "website": "https://www.victoire.shop" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3307302, - 48.8516061 - ] - }, - "id": "node/10222535904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222535905", - "name": "Balibaris", - "opening_hours": "Mo-Th 10:30-19:30; Fr-Sa 10:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3303014, - 48.8519544 - ] - }, - "id": "node/10222535905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222535910", - "name": "Arthur & Fox", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3304187, - 48.8519231 - ] - }, - "id": "node/10222535910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222535911", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "name": "Jonak", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3311375, - 48.8518502 - ] - }, - "id": "node/10222535911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222535914", - "brand": "Paul Smith", - "brand:wikidata": "Q56356277", - "name": "Paul Smith", - "opening_hours": "Mo-Sa 10:30-19:30, Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3259111, - 48.8538189 - ] - }, - "id": "node/10222535914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222535916", - "brand": "Aubade", - "brand:wikidata": "Q2870536", - "clothes": "underwear", - "name": "Aubade", - "opening_hours": "Mo-Fr 10:30-19:00; Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3303479, - 48.8519413 - ] - }, - "id": "node/10222535916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222557618", - "clothes:for": "women", - "name": "Bernard Zins", - "opening_hours": "Mo-Sa 11:00-14:00,15:00-19:00", - "shop": "clothes", - "website": "https://www.zins.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3304782, - 48.8519042 - ] - }, - "id": "node/10222557618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222557621", - "clothes": "underwear", - "clothes:for": "women", - "name": "Simone Pérèle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3316003, - 48.8518763 - ] - }, - "id": "node/10222557621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222557624", - "brand": "Wolford", - "brand:wikidata": "Q431607", - "name": "Wolford", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.331399, - 48.852148 - ] - }, - "id": "node/10222557624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10222557626", - "clothes": "children", - "name": "Milk on the Rocks", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes", - "website": "https://www.milkontherocks.net/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3315415, - 48.8501924 - ] - }, - "id": "node/10222557626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10224518755", - "name": "Studio30", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.349143, - 48.8636111 - ] - }, - "id": "node/10224518755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10224592826", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "name": "Sandro", - "opening_hours": "Mo-Sa 10:30-19:30, Su 13:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3255382, - 48.8518056 - ] - }, - "id": "node/10224592826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10224592828", - "name": "Edward Green", - "opening_hours": "Tu-Sa 10:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3270212, - 48.8553479 - ] - }, - "id": "node/10224592828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10224592830", - "name": "KiWi Saint-Tropez", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:30-19:00", - "shop": "clothes", - "website": "https://www.kiwi.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3260577, - 48.8518142 - ] - }, - "id": "node/10224592830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10224592831", - "name": "Iris 4", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.326161, - 48.8518192 - ] - }, - "id": "node/10224592831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10224592832", - "name": "Pleats Please", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3266473, - 48.855516 - ] - }, - "id": "node/10224592832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10224592837", - "description": "Galerie vintage", - "name": "Dressing Factory", - "opening_hours": "Tu-Sa 11:00-18:30", - "shop": "clothes", - "website": "https://www.dressing-factory.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3261403, - 48.8522159 - ] - }, - "id": "node/10224592837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10224592839", - "clothes": "swimwear", - "name": "KiWi Saint-Tropez", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3260058, - 48.8518139 - ] - }, - "id": "node/10224592839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10224592840", - "name": "Smukke", - "opening_hours": "Tu-Sa 10:00-19:00; Su 11:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3259519, - 48.8518123 - ] - }, - "id": "node/10224592840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10224607352", - "name": "Aimie", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.353561, - 48.8646865 - ] - }, - "id": "node/10224607352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10246788238", - "brand": "Agnès B.", - "level": "0", - "name": "Agnès B.", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3752945, - 48.8316533 - ] - }, - "id": "node/10246788238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10247806214", - "name": "meus", - "shop": "clothes", - "website": "https://www.meusparis.com/meus-store-paris" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3565396, - 48.8591793 - ] - }, - "id": "node/10247806214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10251579492", - "name": "La Maison des Pieds", - "opening_hours": "Mo-Fr 09:00-20:00, Sa 09:00-19:30", - "operator": "Pharmacie Orthopédie Saint-Blaise", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.403598, - 48.8600682 - ] - }, - "id": "node/10251579492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10253916057", - "name": "Gérard Henon", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.354487, - 48.8645187 - ] - }, - "id": "node/10253916057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10253996993", - "name": "Dynasty", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.35805, - 48.864728 - ] - }, - "id": "node/10253996993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10264836756", - "name": "L'Heureuse Boutique", - "opening_hours": "We-Sa 14:30-19:00; Su-Tu \"Sur rendez-vous\"", - "phone": "+33 6 14 96 79 55", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4088183, - 48.890736 - ] - }, - "id": "node/10264836756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10264920627", - "name": "Elsa Gary - Robes de mariée", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3815889, - 48.8450385 - ] - }, - "id": "node/10264920627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10264924250", - "name": "Les filles d'Elsa", - "phone": "+33 1 83 92 82 02", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3820239, - 48.8451338 - ] - }, - "id": "node/10264924250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10269169473", - "check_date:opening_hours": "2023-12-22", - "clothes": "women", - "name": "À demain les filles", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2278871, - 48.8710496 - ] - }, - "id": "node/10269169473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10272038771", - "name": "La shoperie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3607114, - 48.8670209 - ] - }, - "id": "node/10272038771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10272038772", - "addr:city": "Paris", - "addr:housenumber": "21", - "addr:postcode": "75003", - "addr:street": "Rue Notre-Dame de Nazareth", - "name": "Beaubien", - "phone": "+33 9 80 36 00 72", - "shop": "clothes", - "website": "https://beaubienstore.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3595814, - 48.8671819 - ] - }, - "id": "node/10272038772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10272738154", - "name": "Saga des marques", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271285, - 48.8794412 - ] - }, - "id": "node/10272738154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10272805636", - "name": "Ultra", - "opening_hours": "Mo-Fr 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271128, - 48.8781713 - ] - }, - "id": "node/10272805636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10272806878", - "name": "Maxi destockage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271061, - 48.8782744 - ] - }, - "id": "node/10272806878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10272842410", - "name": "Stock Griffes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271286, - 48.8794805 - ] - }, - "id": "node/10272842410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10278256363", - "name": "Rudy's", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3299762, - 48.8505815 - ] - }, - "id": "node/10278256363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10278256366", - "name": "Schmoove", - "opening_hours": "Tu-Sa 11:00-14:00,14:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3282208, - 48.8505928 - ] - }, - "id": "node/10278256366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10278256367", - "name": "Rundholz", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3288854, - 48.8512418 - ] - }, - "id": "node/10278256367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10278256369", - "name": "Heimstone", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3280936, - 48.8505104 - ] - }, - "id": "node/10278256369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10278256370", - "name": "Transit", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3290468, - 48.8513462 - ] - }, - "id": "node/10278256370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10278256379", - "brand": "Gerbe", - "brand:wikidata": "Q3287023", - "clothes": "underwear", - "name": "Gerbe", - "opening_hours": "Mo 14:30-19:00; Tu-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3292098, - 48.8515481 - ] - }, - "id": "node/10278256379" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10278256385", - "brand": "Eres", - "brand:wikidata": "Q3056132", - "clothes": "swimwear", - "name": "Eres", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3292668, - 48.851596 - ] - }, - "id": "node/10278256385" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10278256386", - "clothes": "children", - "name": "Les Trésors de Sam & Lili", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3298397, - 48.8504391 - ] - }, - "id": "node/10278256386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10278256390", - "name": "Pyrenex", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3299311, - 48.850529 - ] - }, - "id": "node/10278256390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10286771995", - "name": "One block down", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3556682, - 48.8648877 - ] - }, - "id": "node/10286771995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10289803910", - "name": "Acid Violette", - "shop": "clothes", - "survey:date": "2022-12-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3587919, - 48.8672971 - ] - }, - "id": "node/10289803910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10289812614", - "name": "Obey", - "shop": "clothes", - "survey:date": "2022-12-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3603829, - 48.8670679 - ] - }, - "id": "node/10289812614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10289812909", - "shop": "clothes", - "survey:date": "2022-12-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3596592, - 48.8671709 - ] - }, - "id": "node/10289812909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10289812910", - "name": "Oscar", - "shop": "clothes", - "survey:date": "2022-12-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3606398, - 48.8670275 - ] - }, - "id": "node/10289812910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10290387459", - "name": "at dawn", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3585308, - 48.8672718 - ] - }, - "id": "node/10290387459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10290387461", - "name": "north hill", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.358392, - 48.8670191 - ] - }, - "id": "node/10290387461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10291644711", - "name": "aum.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3180919, - 48.8880186 - ] - }, - "id": "node/10291644711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10296906781", - "check_date": "2024-03-06", - "name": "A One Mahan", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3600778, - 48.8834635 - ] - }, - "id": "node/10296906781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10300895175", - "brand": "Zapa", - "brand:wikidata": "Q17715270", - "name": "Zapa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3319187, - 48.8445436 - ] - }, - "id": "node/10300895175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10300895177", - "name": "Sports et Loisirs", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3319769, - 48.8445694 - ] - }, - "id": "node/10300895177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10300895182", - "name": "Balibaris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3311337, - 48.8441492 - ] - }, - "id": "node/10300895182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10301139274", - "name": "City One Choice", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3597482, - 48.8830591 - ] - }, - "id": "node/10301139274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10302377756", - "level": "0", - "name": "Bollywood Designs", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3593241, - 48.8830967 - ] - }, - "id": "node/10302377756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10313025727", - "name": "Plaisir Palace", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3609647, - 48.8652121 - ] - }, - "id": "node/10313025727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10314783335", - "addr:city": "Paris", - "addr:housenumber": "107", - "addr:postcode": "75017", - "addr:street": "Rue des Dames", - "name": "Lu & Mi", - "opening_hours": "Su-Fr 11:00-20:00; Sa 10:00-20:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3176946, - 48.8828254 - ] - }, - "id": "node/10314783335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10314816013", - "addr:city": "Paris", - "addr:housenumber": "104", - "addr:postcode": "75017", - "addr:street": "Rue des Dames", - "check_date:opening_hours": "2024-05-26", - "name": "L’As Destock", - "opening_hours:signed": "no", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.316786, - 48.8826913 - ] - }, - "id": "node/10314816013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10316328853", - "name": "Archives", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3414027, - 48.8804171 - ] - }, - "id": "node/10316328853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10316606598", - "addr:city": "Paris", - "addr:housenumber": "80", - "addr:postcode": "75012", - "addr:street": "Rue Traversière", - "brand": "Sergent Major", - "brand:wikidata": "Q62521738", - "clothes": "babies;children", - "name": "Sergent Major", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.376137, - 48.8509233 - ] - }, - "id": "node/10316606598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10553265386", - "name": "Saravana Silks", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3608546, - 48.8826285 - ] - }, - "id": "node/10553265386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10560133810", - "addr:housenumber": "35", - "addr:postcode": "75003", - "addr:street": "Rue Notre-Dame de Nazareth", - "brand": "Bonne Gueule", - "brand:wikidata": "Q22248146", - "clothes": "men", - "name": "Bonne Gueule", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3581685, - 48.8673886 - ] - }, - "id": "node/10560133810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10566170370", - "addr:city": "Paris", - "addr:housenumber": "113", - "addr:postcode": "75011", - "addr:street": "Rue du Faubourg Saint-Antoine", - "brand": "Clarks", - "brand:wikidata": "Q1095857", - "name": "Clarks", - "phone": "+33 9 52 33 86 81", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3766372, - 48.8512811 - ] - }, - "id": "node/10566170370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10572285456", - "name": "Bella Blue", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3255276, - 48.8412649 - ] - }, - "id": "node/10572285456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10589555851", - "name": "ZXSBN6DD3VZBGSY", - "opening_hours": "Mo-Su 10:00-19:00", - "phone": "+33 954382843", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3949109, - 48.8539905 - ] - }, - "id": "node/10589555851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10591356113", - "name": "Le coin des marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3975143, - 48.8663795 - ] - }, - "id": "node/10591356113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10591479857", - "check_date": "2024-08-10", - "name": "Drou la Fée du troc", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3911853, - 48.8726659 - ] - }, - "id": "node/10591479857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10600528228", - "name": "Balzac", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3513348, - 48.8763044 - ] - }, - "id": "node/10600528228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10608241705", - "addr:housenumber": "14", - "addr:postcode": "75003", - "addr:street": "Rue Froissart", - "email": "hello@forlife-paris.com", - "name": "forlife", - "opening_hours": "We-Fr 11:00-19:00; Sa 11:00-13:00, 14:00-19:00", - "shop": "clothes", - "website": "https://forlife-paris.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3649267, - 48.8618998 - ] - }, - "id": "node/10608241705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10609138972", - "name": "Jyvé-Stock", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3928282, - 48.8395097 - ] - }, - "id": "node/10609138972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10609138978", - "branch": "Bay", - "brand": "Chloé", - "brand:wikidata": "Q1075391", - "check_date:opening_hours": "2024-03-30", - "clothes": "women", - "name": "Chloé", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3933713, - 48.8395565 - ] - }, - "id": "node/10609138978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10617293014", - "addr:city": "Paris", - "addr:postcode": "75001", - "brand": "Gap", - "brand:wikidata": "Q420822", - "level": "-2", - "name": "Gap", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3468946, - 48.8625468 - ] - }, - "id": "node/10617293014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10619992169", - "addr:city": "Paris", - "addr:housenumber": "339", - "addr:postcode": "75003", - "addr:street": "Rue Saint-Martin", - "name": "Mc’Vintage’Star", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.354908, - 48.8680775 - ] - }, - "id": "node/10619992169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10619992176", - "addr:city": "Paris", - "addr:housenumber": "1", - "addr:postcode": "75003", - "addr:street": "Boulevard Saint-Denis", - "check_date": "2023-07-07", - "name": "Le concept", - "opening_hours": "Mo-Fr 10:30-19:30; Sa 10:30-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3553121, - 48.8688862 - ] - }, - "id": "node/10619992176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10620314397", - "addr:city": "Paris", - "addr:housenumber": "306", - "addr:postcode": "75003", - "addr:street": "Rue Saint-Martin", - "name": "RKS", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3550415, - 48.8677386 - ] - }, - "id": "node/10620314397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10648803305", - "addr:housenumber": "61", - "addr:postcode": "75008", - "addr:street": "Boulevard des Batignolles", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3176477, - 48.8813035 - ] - }, - "id": "node/10648803305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10651739422", - "name": "Symbiose", - "opening_hours": "Tu-Th,Sa 10:00-14:00,15:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4360357, - 48.858791 - ] - }, - "id": "node/10651739422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10655435658", - "addr:city": "Paris", - "addr:housenumber": "52", - "addr:postcode": "75003", - "addr:street": "Rue Notre-Dame-de-Nazareth", - "name": "Héritage empire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3576653, - 48.8676154 - ] - }, - "id": "node/10655435658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10655435660", - "addr:city": "Paris", - "addr:housenumber": "42", - "addr:postcode": "75003", - "addr:street": "Rue Notre-Dame-de-Nazareth", - "name": "Stola", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3582893, - 48.8675236 - ] - }, - "id": "node/10655435660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10674422404", - "name": "Osnat", - "panoramax": "e49ed303-11de-42e6-9396-5916f994e93b", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4655423, - 48.8190587 - ] - }, - "id": "node/10674422404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10693360582", - "name": "Noka", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3285924, - 48.8970404 - ] - }, - "id": "node/10693360582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10697187511", - "check_date": "2024-06-23", - "name": "Création Renas", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3579353, - 48.8752314 - ] - }, - "id": "node/10697187511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10707544941", - "addr:housenumber": "6", - "addr:street": "Rue Saint-Blaise", - "check_date": "2023-03-03", - "name": "Punta en blanc", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4046343, - 48.8598097 - ] - }, - "id": "node/10707544941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10718514296", - "clothes": "wedding", - "name": "Loulou Couture", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3482264, - 48.8833642 - ] - }, - "id": "node/10718514296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10720084589", - "name": "Stocky", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3228902, - 48.8293447 - ] - }, - "id": "node/10720084589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10720084592", - "name": "Daisy", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3229804, - 48.8293133 - ] - }, - "id": "node/10720084592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10720084593", - "brand": "Rieker", - "brand:wikidata": "Q2152193", - "name": "Rieker", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.323201, - 48.8292319 - ] - }, - "id": "node/10720084593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10720084597", - "brand": "Antonelle", - "brand:wikidata": "Q105082567", - "clothes": "women", - "name": "Antonelle", - "opening_hours": "Tu,Fr,Sa 10:00-19:00; We 10:00-18:30; Th 10:30-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237777, - 48.8290173 - ] - }, - "id": "node/10720084597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10720084598", - "name": "Livaldi", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3238236, - 48.829003 - ] - }, - "id": "node/10720084598" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10720108606", - "brand": "Tamaris", - "brand:wikidata": "Q61994827", - "name": "Tamaris", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3240168, - 48.8289412 - ] - }, - "id": "node/10720108606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10720108615", - "contact:facebook": "https://www.facebook.com/AramDourian/", - "name": "Aram Dourian", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3258568, - 48.8282804 - ] - }, - "id": "node/10720108615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10720108620", - "name": "Stock market", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3257314, - 48.8251209 - ] - }, - "id": "node/10720108620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10729469410", - "name": "So Good", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.348643, - 48.8611183 - ] - }, - "id": "node/10729469410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10729477846", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "name": "Foot Locker", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3486528, - 48.8612182 - ] - }, - "id": "node/10729477846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10730772047", - "brand": "Zara", - "brand:wikidata": "Q147662", - "check_date:opening_hours": "2023-06-12", - "name": "Zara", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3435908, - 48.8597806 - ] - }, - "id": "node/10730772047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10731766209", - "check_date:opening_hours": "2024-04-04", - "contact:phone": "+33 1 45 31 67 47", - "name": "Olive et Mimosa", - "opening_hours": "Tu-Sa 10:30-13:30,15:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3027798, - 48.8322585 - ] - }, - "id": "node/10731766209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10734408519", - "addr:housenumber": "31", - "addr:postcode": "75020", - "addr:street": "Rue d'Avron", - "name": "Les sales voleurs", - "opening_hours": "Mo-Su 10:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4006905, - 48.8518522 - ] - }, - "id": "node/10734408519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10737006467", - "name": "Charles Lena", - "opening_hours": "Mo 15:00-19:15; Tu-Sa 10:30-19:15; PH closed", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283542, - 48.8421864 - ] - }, - "id": "node/10737006467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10742022468", - "brand": "Gérard Darel", - "brand:wikidata": "Q3123882", - "name": "Gérard Darel", - "opening_hours": "Mo 11:00-19:00, Tu-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3410487, - 48.8653879 - ] - }, - "id": "node/10742022468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10742025903", - "name": "Hermine de Pashmina", - "opening_hours": "Tu-Fr 10:00-19:00, Sa 10:00-17:00; 14:00-15:00 closed", - "shop": "clothes", - "website": "https://www.cachemire-hermine.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3402492, - 48.8641199 - ] - }, - "id": "node/10742025903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10742055905", - "name": "Lener Cordier", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.343109, - 48.8665512 - ] - }, - "id": "node/10742055905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10744217137", - "name": "Planète 70", - "second_hand": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3516271, - 48.8618274 - ] - }, - "id": "node/10744217137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10744389443", - "check_date": "2024-08-10", - "name": "Sophia Delfi", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3589522, - 48.8641995 - ] - }, - "id": "node/10744389443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10744389447", - "check_date": "2024-08-10", - "name": "Hirsch", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3587691, - 48.8640293 - ] - }, - "id": "node/10744389447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10744389485", - "name": "Lize créations", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3563256, - 48.8615002 - ] - }, - "id": "node/10744389485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10744389493", - "check_date": "2024-08-04", - "name": "The Hideout Clothing", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3552477, - 48.8607891 - ] - }, - "id": "node/10744389493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10744839009", - "name": "Daoud Nadji", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3602554, - 48.8841957 - ] - }, - "id": "node/10744839009" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10746322390", - "check_date": "2024-10-14", - "level": "0", - "name": "Lina & Lena", - "opening_hours": "Mo,Su 11:00-19:30; Tu-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3391738, - 48.8544096 - ] - }, - "id": "node/10746322390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10746322391", - "contact:mobile": "+33 6 65 22 75 40", - "name": "Chez Vidalenc", - "opening_hours": "Tu-Sa 14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3400669, - 48.8545044 - ] - }, - "id": "node/10746322391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10746322392", - "name": "Manuelle Guibal", - "ref:FR:SIRET": "39991160100058", - "shop": "clothes", - "website": "https://www.manuelleguibal.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.350716, - 48.8547359 - ] - }, - "id": "node/10746322392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10746322400", - "name": "Allison", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3381795, - 48.8536378 - ] - }, - "id": "node/10746322400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10751910793", - "name": "Showroom Tchi Tcha", - "opening_hours": "Mo-Fr 10:00-18:00", - "shop": "clothes", - "website": "https://www.showroomtchitcha.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3454848, - 48.8657702 - ] - }, - "id": "node/10751910793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10751910795", - "name": "Friperie vintage", - "opening_hours": "Mo-Fr \"on appointment\"", - "phone": "+33 1 42 33 50 27;+33 6 11 01 42 17", - "ref:FR:SIREN": "451609184", - "ref:FR:SIRET": "45160918400028", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3461472, - 48.8656931 - ] - }, - "id": "node/10751910795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10751910799", - "name": "Helvetica", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3460258, - 48.8644635 - ] - }, - "id": "node/10751910799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10756236176", - "name": "Le Dressing Parisien", - "opening_hours": "11:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3492439, - 48.8441862 - ] - }, - "id": "node/10756236176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10756236178", - "name": "Himalayan Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3520428, - 48.8449924 - ] - }, - "id": "node/10756236178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10756236181", - "name": "Les Sales Voleurs", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.351862, - 48.8455 - ] - }, - "id": "node/10756236181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10759445957", - "addr:city": "Paris", - "addr:housenumber": "99", - "addr:postcode": "75011", - "addr:street": "Boulevard Voltaire", - "fixme": "Préciser : vente de gros uniquement", - "name": "Lucky Men", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3780096, - 48.8592639 - ] - }, - "id": "node/10759445957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10762195186", - "name": "Rouje", - "opening_hours": "Mo-Sa 11:00-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3453254, - 48.8660028 - ] - }, - "id": "node/10762195186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10763554097", - "addr:city": "Paris", - "addr:housenumber": "18", - "addr:postcode": "75011", - "addr:street": "Rue des Taillandiers", - "name": "Come On Eileen", - "opening_hours": "Mo-Fr 11:00-20:00; Su 14:00-20:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3751722, - 48.8546495 - ] - }, - "id": "node/10763554097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10767258070", - "name": "virginia hill", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3991253, - 48.8502322 - ] - }, - "id": "node/10767258070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10767258078", - "name": "Belle Demoiselle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3994217, - 48.8493316 - ] - }, - "id": "node/10767258078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10767319942", - "check_date:opening_hours": "2024-07-06", - "name": "Super fashion", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3984722, - 48.8517641 - ] - }, - "id": "node/10767319942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10767319946", - "name": "Garrice", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3988608, - 48.8510288 - ] - }, - "id": "node/10767319946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10769142099", - "addr:city": "Paris", - "addr:housenumber": "65", - "addr:postcode": "75011", - "addr:street": "Rue Sedaine", - "name": "The Planet", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3767115, - 48.8578868 - ] - }, - "id": "node/10769142099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10769167465", - "brand": "Bershka", - "brand:wikidata": "Q827258", - "level": "-3", - "name": "Bershka", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3456784, - 48.8620684 - ] - }, - "id": "node/10769167465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10769184910", - "addr:city": "Paris", - "addr:housenumber": "63", - "addr:postcode": "75011", - "addr:street": "Rue Sedaine", - "name": "De bonne facture", - "opening_hours": "Tu-Sa 12:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3766065, - 48.8578434 - ] - }, - "id": "node/10769184910" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10769693849", - "name": "Pamela Shoes", - "opening_hours": "Tu-Sa 10:30-14:00,15:00-19:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3143341, - 48.8320299 - ] - }, - "id": "node/10769693849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10773676461", - "addr:city": "Paris", - "addr:housenumber": "106", - "addr:postcode": "75011", - "addr:street": "Rue Jean-Pierre Timbaud", - "name": "Al Khalidji", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3791864, - 48.8680938 - ] - }, - "id": "node/10773676461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10788241106", - "addr:housenumber": "74b", - "addr:postcode": "75016", - "addr:street": "Rue d'Auteuil", - "name": "Garfield", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2608148, - 48.848007 - ] - }, - "id": "node/10788241106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10788241107", - "addr:housenumber": "74", - "addr:postcode": "75016", - "addr:street": "Rue d'Auteuil", - "name": "La Scarpa", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2609345, - 48.8480078 - ] - }, - "id": "node/10788241107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10788295605", - "addr:housenumber": "58", - "addr:postcode": "75016", - "addr:street": "Rue d'Auteuil", - "name": "Garfield", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.262028, - 48.8480337 - ] - }, - "id": "node/10788295605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10791197368", - "brand": "Rodier", - "brand:wikidata": "Q3438188", - "name": "Rodier", - "opening_hours": "Mo-Fr 10:30-19:00, Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3244839, - 48.8287774 - ] - }, - "id": "node/10791197368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10791197371", - "name": "Ober", - "official_name": "Dana", - "opening_hours": "Mo 12:00-19:00, Tu-Sa 10:30-19:00", - "operator": "Mikael Darbarjan", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+33 1 45 41 21 10", - "ref:FR:SIREN": "443966338", - "ref:FR:SIRET": "44396633800016", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3242874, - 48.8285786 - ] - }, - "id": "node/10791197371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10791197372", - "name": "Évolutif", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3246069, - 48.8284651 - ] - }, - "id": "node/10791197372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10795371548", - "addr:city": "Paris", - "addr:housenumber": "9", - "addr:postcode": "75004", - "addr:street": "Rue de Birague", - "clothes": "babies", - "name": "Sipetit Paris", - "phone": "+33 1 42 72 68 68", - "shop": "clothes", - "website": "https://www.sipetitparis.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3650054, - 48.8545621 - ] - }, - "id": "node/10795371548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10795371549", - "addr:city": "Paris", - "addr:housenumber": "11", - "addr:postcode": "75004", - "addr:street": "Rue de Birague", - "clothes": "men", - "name": "LAFAURIE", - "phone": "+33 1 84 80 73 72", - "shop": "clothes", - "website": "https://lafaurieparis.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.365025, - 48.8546188 - ] - }, - "id": "node/10795371549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10795401222", - "addr:city": "Paris", - "addr:housenumber": "51", - "addr:postcode": "75003", - "addr:street": "Rue de Turenne", - "clothes": "women", - "contact:instagram": "https://www.instagram.com/stellapardo/", - "name": "Stella Pardo", - "opening_hours": "Tu-Sa 10:30-19:30", - "phone": "+33 9 67 48 13 98", - "shop": "clothes", - "website": "https://stellapardo.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.36435, - 48.858391 - ] - }, - "id": "node/10795401222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10799674702", - "check_date": "2024-07-28", - "clothes": "swimwear", - "name": "Pain de Sucre", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3336323, - 48.8520466 - ] - }, - "id": "node/10799674702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10799674703", - "name": "Officine Créative", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "shoes", - "website": "https://www.officinecreative.store", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3336504, - 48.851803 - ] - }, - "id": "node/10799674703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10799693305", - "name": "Spring Court", - "opening_hours": "Mo 14:30-19:30, Tu-Sa 11:00-19:30; Tu 14:00-14:30 closed", - "phone": "+33 1 46 33 52 44", - "shop": "shoes", - "website": "https://www.springcourt.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3336268, - 48.8521867 - ] - }, - "id": "node/10799693305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10805325046", - "name": "Moda", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3320684, - 48.875135 - ] - }, - "id": "node/10805325046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10805568973", - "name": "British Shoes", - "opening_hours": "Tu 12:00-19:00; We-Fr 11:00-19:00; Sa 10:00-14:00,14:40-19:00", - "shop": "shoes", - "website": "https://www.britishshoes.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.376112, - 48.8494282 - ] - }, - "id": "node/10805568973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10809266723", - "name": "Le temple du vintage", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3587698, - 48.8571155 - ] - }, - "id": "node/10809266723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10810875985", - "brand": "Zara", - "brand:wikidata": "Q147662", - "level": "-2", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3465809, - 48.8614756 - ] - }, - "id": "node/10810875985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10812004712", - "name": "Sissi's corner", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3673687, - 48.854687 - ] - }, - "id": "node/10812004712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10814975648", - "brand": "Des Petits Hauts", - "brand:wikidata": "Q104197445", - "clothes": "women", - "name": "Des Petits Hauts", - "opening_hours": "Tu-Th 10:30-14:00,15:00-19:00; Fr,Sa 10:00-14:00,15:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3459162, - 48.8636426 - ] - }, - "id": "node/10814975648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10815008592", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "level": "-3", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+33 1 57 97 83 56", - "shop": "shoes", - "website": "https://stores.footlocker.fr/en/fr-75/paris/4-6-rue-pierre-lescot-292_31_05227.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3448727, - 48.8619973 - ] - }, - "id": "node/10815008592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10815009575", - "brand": "Bershka", - "brand:wikidata": "Q827258", - "level": "-3", - "name": "Bershka", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3451628, - 48.861941 - ] - }, - "id": "node/10815009575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10815024545", - "brand": "Stradivarius", - "brand:wikidata": "Q3322945", - "clothes": "women", - "name": "Stradivarius", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3444266, - 48.8620619 - ] - }, - "id": "node/10815024545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10815027838", - "brand": "Jennyfer", - "brand:wikidata": "Q3177174", - "name": "Jennyfer", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3439797, - 48.8621768 - ] - }, - "id": "node/10815027838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10815030773", - "brand": "Celio", - "brand:wikidata": "Q2672003", - "level": "-1", - "name": "Celio", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3465619, - 48.8614417 - ] - }, - "id": "node/10815030773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10815032525", - "brand": "Jules", - "brand:wikidata": "Q3188386", - "clothes": "men", - "name": "Jules", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3441105, - 48.8621506 - ] - }, - "id": "node/10815032525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10815042108", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "level": "-1", - "name": "Jonak", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.346381, - 48.8614704 - ] - }, - "id": "node/10815042108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10816470205", - "check_date": "2024-08-04", - "name": "Mardini", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3597202, - 48.8559055 - ] - }, - "id": "node/10816470205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10819886736", - "name": "My Lovers...", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2901701, - 48.8919964 - ] - }, - "id": "node/10819886736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10819886741", - "name": "VD l'Intemporelle", - "official_name": "Valdere Habillement", - "ref:FR:SIREN": "810210310", - "ref:FR:SIRET": "81021031000019", - "shop": "clothes", - "short_name": "VD" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2907099, - 48.8922256 - ] - }, - "id": "node/10819886741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10819886748", - "brand": "The Kooples", - "brand:website": "https://www.thekooples.com", - "brand:wikidata": "Q3521493", - "name": "The Kooples", - "opening_hours": "Mo,Su 11:00-19:00, Tu-Fr 10:30-19:30, Sa 10:30-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2902593, - 48.8920252 - ] - }, - "id": "node/10819886748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10820157616", - "name": "Oskar", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3409069, - 48.8589468 - ] - }, - "id": "node/10820157616" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10822886673", - "name": "Catherine André", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3285624, - 48.8508208 - ] - }, - "id": "node/10822886673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10822886678", - "name": "Iki", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3291089, - 48.8512047 - ] - }, - "id": "node/10822886678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10822886683", - "clothes": "women;underwear;swimwear", - "contact:housenumber": "7", - "contact:phone": "+33 1 42 22 63 93", - "contact:street": "Rue du Cherche-Midi", - "name": "Lise Charmel", - "opening_hours": "Mo-Th 10:00-19:00; Fr,Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3295468, - 48.8516223 - ] - }, - "id": "node/10822886683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10825253638", - "name": "78 iSL", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3546587, - 48.8525804 - ] - }, - "id": "node/10825253638" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10825350762", - "clothes": "wedding", - "contact:phone": "+33 1 45 44 37 26", - "name": "Diane Lelys", - "shop": "clothes", - "website": "https://dianelelys.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3201289, - 48.8460038 - ] - }, - "id": "node/10825350762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10825350772", - "clothes": "babies;children", - "name": "Louis*Louise", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes", - "website": "https://www.louislouise.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3230096, - 48.8475752 - ] - }, - "id": "node/10825350772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10825350774", - "alt_name": "Smallable Family Store", - "clothes": "babies;children", - "name": "Smallable", - "opening_hours": "Mo 14:00-19:00, Tu-Sa 11:00-19:00", - "shop": "clothes", - "website": "https://www.smallable.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3231813, - 48.8476663 - ] - }, - "id": "node/10825350774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10825350776", - "name": "Charlotte Mullor", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3235061, - 48.8478384 - ] - }, - "id": "node/10825350776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10825591331", - "name": "Coeur de mode", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3197574, - 48.8457761 - ] - }, - "id": "node/10825591331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10827395635", - "name": "Falconeri", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2964219, - 48.8474714 - ] - }, - "id": "node/10827395635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10827395636", - "brand": "Faguo", - "brand:wikidata": "Q48752850", - "name": "Faguo", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2965459, - 48.8476261 - ] - }, - "id": "node/10827395636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10827395637", - "name": "Mode Créative", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2940679, - 48.8465192 - ] - }, - "id": "node/10827395637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10827395642", - "addr:city": "Paris", - "addr:housenumber": "32", - "addr:postcode": "75015", - "addr:street": "Rue du Commerce", - "brand": "Kujten", - "brand:wikidata": "Q104889858", - "clothes": "women;men;children", - "contact:website": "http://www.kujten.com", - "name": "Kujten", - "note": "Boutique spécialisée dans le cachemire", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2961207, - 48.847443 - ] - }, - "id": "node/10827395642" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10827395647", - "name": "Hast", - "opening_hours": "Mo-Sa 11:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2965123, - 48.8475923 - ] - }, - "id": "node/10827395647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10827395648", - "name": "Jade et Clara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2960073, - 48.8473105 - ] - }, - "id": "node/10827395648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10827395652", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "clothes": "swimwear", - "name": "Calzedonia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2960377, - 48.8473492 - ] - }, - "id": "node/10827395652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10827395654", - "name": "Concept store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967921, - 48.8479118 - ] - }, - "id": "node/10827395654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10830590612", - "name": "Komorebi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3559461, - 48.8519861 - ] - }, - "id": "node/10830590612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10830590613", - "brand": "Skechers", - "brand:wikidata": "Q2945643", - "name": "Skechers", - "opening_hours": "Mo-Sa 13:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3556975, - 48.852075 - ] - }, - "id": "node/10830590613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10830590617", - "name": "Charlotte", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.355349, - 48.8521912 - ] - }, - "id": "node/10830590617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10832756637", - "check_date": "2024-08-04", - "name": "Dépôt-vente Deluxe", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3608753, - 48.8556102 - ] - }, - "id": "node/10832756637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10833345428", - "name": "Adam K", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2796464, - 48.8602992 - ] - }, - "id": "node/10833345428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10837281200", - "clothes": "costumes", - "name": "Fou du Roi", - "opening_hours": "Mo-Sa 09:00-20:00", - "phone": "+33 1 73 70 10 14", - "shop": "clothes", - "website": "https://store.fouduroi.co" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2997738, - 48.847517 - ] - }, - "id": "node/10837281200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10844133660", - "brand": "Serge Blanco", - "brand:wikidata": "Q101407017", - "clothes": "men", - "name": "Serge Blanco", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2969293, - 48.8483412 - ] - }, - "id": "node/10844133660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10844133662", - "name": "Ilva", - "opening_hours": "Mo-Fr 11:00-19:45, Sa 10:30-20:00", - "shop": "clothes", - "website": "https://www.ilva.paris" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2969734, - 48.8481172 - ] - }, - "id": "node/10844133662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10844133664", - "name": "Rudy's", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2973396, - 48.848438 - ] - }, - "id": "node/10844133664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10844133666", - "brand": "Cyrillus", - "brand:wikidata": "Q3009179", - "name": "Cyrillus", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2974171, - 48.8485038 - ] - }, - "id": "node/10844133666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10844133670", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q113516684", - "clothes": "women", - "name": "Claudie Pierlot", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2967726, - 48.8481938 - ] - }, - "id": "node/10844133670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10853497552", - "name": "Grâce & Mila", - "opening_hours": "Mo-Sa 11:00-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3484344, - 48.8614045 - ] - }, - "id": "node/10853497552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10853569750", - "name": "Redfilig", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.349049, - 48.861247 - ] - }, - "id": "node/10853569750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10855997473", - "addr:housenumber": "56", - "addr:street": "Rue du commerce", - "name": "Mary Kimberley", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2949396, - 48.8460685 - ] - }, - "id": "node/10855997473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10856224970", - "brand": "Bexley", - "brand:wikidata": "Q101247434", - "name": "Bexley", - "shoes": "men", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3409839, - 48.8520949 - ] - }, - "id": "node/10856224970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10856874173", - "addr:city": "Paris", - "addr:housenumber": "102", - "addr:postcode": "75018", - "addr:street": "Boulevard Marguerite de Rochechouart", - "check_date": "2024-07-06", - "name": "Maghreb Boulevard", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3413558, - 48.8825345 - ] - }, - "id": "node/10856874173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10856874178", - "addr:city": "Paris", - "addr:housenumber": "108", - "addr:postcode": "75018", - "addr:street": "Boulevard Marguerite de Rochechouart", - "check_date": "2024-07-06", - "name": "Recto-Verso", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3407474, - 48.8824216 - ] - }, - "id": "node/10856874178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10856874179", - "addr:city": "Paris", - "addr:housenumber": "108", - "addr:postcode": "75018", - "addr:street": "Boulevard Marguerite de Rochechouart", - "check_date": "2024-07-06", - "clothes": "women", - "name": "Kashkha", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3406436, - 48.8824014 - ] - }, - "id": "node/10856874179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10856874180", - "addr:city": "Paris", - "addr:housenumber": "108", - "addr:postcode": "75018", - "addr:street": "Boulevard Marguerite de Rochechouart", - "check_date": "2024-07-06", - "name": "La Rose d'Orient", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.340486, - 48.882372 - ] - }, - "id": "node/10856874180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10857887005", - "addr:housenumber": "33", - "addr:street": "Rue des Blancs-Manteaux", - "name": "L'appartement Sézane et Octobre", - "opening_hours": "Su-Fr 11:00-20:00; Sa 10:00-20:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.355667, - 48.8594305 - ] - }, - "id": "node/10857887005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10858112400", - "name": "Stock de marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.391642, - 48.8882281 - ] - }, - "id": "node/10858112400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10858142356", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "clothes": "lingerie", - "name": "Etam", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3441389, - 48.8520929 - ] - }, - "id": "node/10858142356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10860451305", - "addr:housenumber": "138", - "addr:postcode": "75006", - "addr:street": "Boulevard Saint-Germain", - "name": "Rossignol", - "phone": "+33142011872", - "shop": "clothes", - "website": "https://www.rossignol.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3380794, - 48.8528004 - ] - }, - "id": "node/10860451305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10860795564", - "name": "Cotton doux", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3380133, - 48.8543686 - ] - }, - "id": "node/10860795564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10862766445", - "name": "Store & cafe", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.343485, - 48.8650554 - ] - }, - "id": "node/10862766445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10863052688", - "name": "Iro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3428733, - 48.8654682 - ] - }, - "id": "node/10863052688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10863137324", - "name": "Mes demoiselles", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3429735, - 48.8654482 - ] - }, - "id": "node/10863137324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10865280324", - "check_date:opening_hours": "2024-07-25", - "clothes": "leather", - "name": "Katso", - "opening_hours": "Mo-Sa 10:30-19:00", - "ref:FR:SIREN": "918238684", - "ref:FR:SIRET": "91823868400016", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3349197, - 48.8513823 - ] - }, - "id": "node/10865280324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10865280325", - "name": "Théa", - "opening_hours": "Mo 15:00-19:00, Tu-Sa 11:00-13:00,14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.334379, - 48.8513477 - ] - }, - "id": "node/10865280325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10865280327", - "name": "Iro", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3346074, - 48.8513656 - ] - }, - "id": "node/10865280327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10868173284", - "addr:city": "Paris", - "addr:housenumber": "34", - "addr:postcode": "75011", - "addr:street": "Rue Léon Frot", - "name": "The Shop Around The Corner", - "opening_hours": "Tu-Fr 13:30-19:30; Sa 11:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3871939, - 48.8552105 - ] - }, - "id": "node/10868173284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10869032278", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.34948, - 48.8491279 - ] - }, - "id": "node/10869032278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10869032280", - "name": "Hugo Planet", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3494005, - 48.8492349 - ] - }, - "id": "node/10869032280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10869032282", - "name": "Stock Mark", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3492875, - 48.8493881 - ] - }, - "id": "node/10869032282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10872199102", - "check_date": "2023-12-22", - "name": "D&P dresses", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3610587, - 48.8730998 - ] - }, - "id": "node/10872199102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10873720656", - "name": "Aux Stocks Permanents", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3559175, - 48.8717952 - ] - }, - "id": "node/10873720656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10873720662", - "clothes": "oversize;underwear", - "name": "String", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.355755, - 48.8714997 - ] - }, - "id": "node/10873720662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10873720674", - "name": "Belinda", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.355932, - 48.8718295 - ] - }, - "id": "node/10873720674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10873720679", - "name": "Harael Rosalie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3555449, - 48.8720993 - ] - }, - "id": "node/10873720679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10873728896", - "name": "Frishop", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3497237, - 48.8919295 - ] - }, - "id": "node/10873728896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10873784052", - "brand": "Tumi", - "brand:wikidata": "Q4465402", - "check_date": "2023-05-06", - "name": "Tumi", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3238111, - 48.8680844 - ] - }, - "id": "node/10873784052" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10873805526", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "check_date": "2023-05-06", - "clothes": "underwear;women", - "level": "0", - "name": "Intimissimi", - "opening_hours": "Mo-Sa 10:00-20:00; Su 10:00-19:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332706, - 48.8714688 - ] - }, - "id": "node/10873805526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10873820559", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "check_date": "2023-05-06", - "name": "Caroll", - "opening_hours": "Mo-Sa 10:00-19:30; Su 11:00-19:00", - "phone": "+33 1 42 65 20 58", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3327343, - 48.8715516 - ] - }, - "id": "node/10873820559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10881798807", - "name": "Le Livre Boukaka Mode", - "shop": "clothes", - "survey:date": "2023-05-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4063455, - 48.8468582 - ] - }, - "id": "node/10881798807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10887660543", - "clothes": "ties", - "name": "Elios", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3644283, - 48.8604631 - ] - }, - "id": "node/10887660543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10887660544", - "name": "Elios", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3644296, - 48.8605333 - ] - }, - "id": "node/10887660544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10887660546", - "name": "FC diffusion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3644336, - 48.8607331 - ] - }, - "id": "node/10887660546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10887660549", - "name": "La Squadra", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3644289, - 48.860884 - ] - }, - "id": "node/10887660549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10887660550", - "name": "Virtuose", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3644303, - 48.8609431 - ] - }, - "id": "node/10887660550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10887660552", - "name": "Meynal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.364441, - 48.861058 - ] - }, - "id": "node/10887660552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10887660554", - "name": "Lords & Fools", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3644712, - 48.8614972 - ] - }, - "id": "node/10887660554" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10905176805", - "contact:city": "Paris 17eme Arrondissement", - "contact:housenumber": "142", - "contact:phone": "+33 9 72 62 97 51", - "contact:postcode": "75017", - "contact:street": "Rue De Courcelles", - "name": "Kids Around", - "opening_hours": "Tu-Sa 10:15-13:30, 14:30-18:15", - "ref:FR:SIRET": "42199465800225", - "shop": "clothes", - "website": "https://www.kidsaround.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3001619, - 48.8823447 - ] - }, - "id": "node/10905176805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10905177306", - "contact:city": "Paris 16eme Arrondissement", - "contact:housenumber": "113", - "contact:phone": "+33 1 45 05 19 50", - "contact:postcode": "75016", - "contact:street": "Avenue Victor Hugo", - "name": "Kids Around", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "42199465800159", - "shop": "clothes", - "website": "https://www.kidsaround.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2828027, - 48.8684528 - ] - }, - "id": "node/10905177306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10911756764", - "name": "Rosalie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4120663, - 48.879318 - ] - }, - "id": "node/10911756764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10920092319", - "check_date": "2024-10-26", - "name": "Pikolinos", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3519077, - 48.8575386 - ] - }, - "id": "node/10920092319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10920189824", - "branch": "com", - "brand": "Bexley", - "brand:wikidata": "Q101247434", - "name": "Bexley", - "shoes": "men", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3410347, - 48.8521705 - ] - }, - "id": "node/10920189824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10920233178", - "name": "Un regard pour toi", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3203328, - 48.8366652 - ] - }, - "id": "node/10920233178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10920326552", - "brand": "Aubade", - "brand:wikidata": "Q2870536", - "clothes": "underwear", - "level": "0", - "name": "Aubade", - "opening_hours": "Mo 11:00-19:00, Tu-Th 10:30-19:00, Fr-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332474, - 48.8514281 - ] - }, - "id": "node/10920326552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10920326556", - "name": "Hervé Chapelier", - "opening_hours": "Mo-Fr 10:15-19:00, Sa 10:15-19:15", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3326816, - 48.8512197 - ] - }, - "id": "node/10920326556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10920326558", - "brand": "Eden Park", - "brand:wikidata": "Q3047389", - "name": "Eden Park", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3325712, - 48.8524582 - ] - }, - "id": "node/10920326558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10920326559", - "brand": "Free Lance", - "brand:website": "https://www.freelance.fr", - "brand:wikidata": "Q60853879", - "name": "Free Lance", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3328493, - 48.8527117 - ] - }, - "id": "node/10920326559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10920326561", - "name": "La Bagagerie", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3324813, - 48.8524443 - ] - }, - "id": "node/10920326561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10920326570", - "name": "Victoire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3321038, - 48.8521492 - ] - }, - "id": "node/10920326570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10920326571", - "brand": "Agnès B.", - "brand:wikidata": "Q282967", - "clothes": "children;women", - "description": "Au 2023-05-22 : vend aussi des fleurs.", - "name": "Agnès B.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3323658, - 48.8514394 - ] - }, - "id": "node/10920326571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10920326574", - "brand": "Vilebrequin", - "brand:wikidata": "Q3558391", - "clothes": "swimwear", - "name": "Vilebrequin", - "opening_hours": "Mo-Sa 10:00-14:00,15:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.332134, - 48.8512469 - ] - }, - "id": "node/10920326574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10922726014", - "name": "Cactus", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3255553, - 48.8453591 - ] - }, - "id": "node/10922726014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10922726019", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "clothes": "denim;men;women", - "name": "Levi's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3250638, - 48.8448567 - ] - }, - "id": "node/10922726019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10922726022", - "brand": "Morgan", - "brand:wikidata": "Q6911563", - "name": "Morgan", - "opening_hours": "Mo-Fr 10:00-19:30, Sa 10:00-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3247966, - 48.8445817 - ] - }, - "id": "node/10922726022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10922894858", - "alt_name": "La Maison de la Danse", - "clothes": "dance", - "name": "Fame", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3291849, - 48.8492395 - ] - }, - "id": "node/10922894858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10922894862", - "clothes": "underwear", - "name": "Madame Sensuelle", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "website": "https://www.madame-sensuelle.paris" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3291271, - 48.8491738 - ] - }, - "id": "node/10922894862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10922894865", - "brand": "Geox", - "brand:wikidata": "Q588001", - "name": "Geox", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3305259, - 48.8506928 - ] - }, - "id": "node/10922894865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10922894866", - "brand": "Arthur", - "brand:wikidata": "Q104196818", - "name": "Arthur", - "opening_hours": "Tu-Sa 10:30-13:00,14:30-19:00", - "phone": "+33 1 43 35 01 54", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3289766, - 48.8494865 - ] - }, - "id": "node/10922894866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10922894871", - "brand": "BleuForêt", - "brand:wikidata": "Q2906440", - "clothes": "underwear", - "name": "BleuForêt", - "opening_hours": "Tu-Sa 10:00-14:00,15:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3290807, - 48.849127 - ] - }, - "id": "node/10922894871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10922894877", - "name": "Dégrif Moda", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3292755, - 48.8493356 - ] - }, - "id": "node/10922894877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10922894879", - "brand": "Tbs", - "brand:wikidata": "Q21045353", - "name": "Tbs", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3292357, - 48.84977 - ] - }, - "id": "node/10922894879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10922894880", - "name": "Unisa", - "phone": "+33 1 45 44 71 90", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3290324, - 48.8495449 - ] - }, - "id": "node/10922894880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10922894882", - "name": "La Canadienne", - "shop": "clothes", - "website": "https://www.la-canadienne.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3301142, - 48.8507353 - ] - }, - "id": "node/10922894882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10922894883", - "name": "Hype", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3288307, - 48.8493287 - ] - }, - "id": "node/10922894883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10925254888", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "brand:wikipedia": "de:Snipes (Unternehmen)", - "name": "Snipes", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3489747, - 48.8611407 - ] - }, - "id": "node/10925254888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10925254894", - "name": "Daisy", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3483146, - 48.8614264 - ] - }, - "id": "node/10925254894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10926206462", - "brand": "Kujten", - "brand:wikidata": "Q104889858", - "name": "Kujten", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3312476, - 48.8524289 - ] - }, - "id": "node/10926206462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10926206469", - "name": "We Are The Ones", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3324871, - 48.8528506 - ] - }, - "id": "node/10926206469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10926206470", - "name": "From Future", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3324308, - 48.8532758 - ] - }, - "id": "node/10926206470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10926206471", - "name": "Le Minor", - "opening_hours": "Tu 14:00-19:00, We-Sa 12:00-19:00", - "shop": "clothes", - "website": "https://www.leminor.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.331621, - 48.8527258 - ] - }, - "id": "node/10926206471" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10926206477", - "name": "À la Robe", - "shop": "clothes", - "website": "https://www.alarobe.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3320402, - 48.8532344 - ] - }, - "id": "node/10926206477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10926790849", - "level": "0", - "name": "La friperie", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3545598, - 48.8415215 - ] - }, - "id": "node/10926790849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929144603", - "brand": "Arche", - "brand:wikidata": "Q105063522", - "name": "Arche", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3307642, - 48.8530252 - ] - }, - "id": "node/10929144603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155805", - "clothes": "women", - "name": "Officine Générale", - "opening_hours": "Mo 11:00-14:00,15:00-19:30; Tu-Sa 10:30-19:30", - "shop": "clothes", - "website": "https://www.officinegenerale.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3308719, - 48.8531226 - ] - }, - "id": "node/10929155805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155806", - "brand": "UGG", - "brand:wikidata": "Q1138480", - "name": "UGG", - "note": "Porte du magasin au 48 mais société à l'adresse 46.", - "opening_hours": "Mo-Sa 11:00-19:00", - "ref:FR:SIRET": "52420224900073", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.331005, - 48.8523893 - ] - }, - "id": "node/10929155806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155808", - "check_date": "2024-11-04", - "name": "Ron Dorff", - "opening_hours": "Tu 11:00-14:00,14:30-19:30; We-Sa 11:30-14:00,14:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3304128, - 48.8526671 - ] - }, - "id": "node/10929155808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155811", - "name": "Alexa", - "opening_hours": "Mo 14:00-19:00, Tu-Sa 11:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3305885, - 48.8528947 - ] - }, - "id": "node/10929155811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155815", - "name": "Velasca", - "opening_hours": "11:00-19:00; Su-Fr 14:00-15:00 closed", - "shop": "shoes", - "website": "https://www.velasca.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3300809, - 48.8524699 - ] - }, - "id": "node/10929155815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155816", - "name": "Linea di Corsa", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes", - "website": "https://www.lineadicorsa.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.330467, - 48.8529668 - ] - }, - "id": "node/10929155816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155817", - "name": "Officine Générale", - "shop": "clothes", - "website": "https://www.officinegenerale.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3309806, - 48.8535237 - ] - }, - "id": "node/10929155817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155821", - "name": "La Prestic Ouiston", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3307065, - 48.8529814 - ] - }, - "id": "node/10929155821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155824", - "contact:phone": "+33 1 42 84 20 07", - "name": "Petite Mendigote", - "opening_hours": "Mo 13:00-19:00, Tu-Fr 11:00-14:00,14:45-19:00, Sa 10:30-19:30", - "shop": "clothes", - "website": "https://www.petitemendigote.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3306374, - 48.8529436 - ] - }, - "id": "node/10929155824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155825", - "addr:city": "Paris", - "addr:housenumber": "11", - "addr:postcode": "75006", - "addr:street": "Rue du Dragon", - "name": "Noyoco", - "shop": "clothes", - "website": "https://noyoco.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3311157, - 48.8534138 - ] - }, - "id": "node/10929155825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155826", - "brand": "Max et Moi", - "brand:wikidata": "Q104717564", - "clothes": "women", - "name": "Max et Moi", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3311115, - 48.8524063 - ] - }, - "id": "node/10929155826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155828", - "brand": "Falconeri", - "brand:wikidata": "Q28056375", - "name": "Falconeri", - "opening_hours": "Mo-Sa 10:30-19:30, Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3301433, - 48.8522876 - ] - }, - "id": "node/10929155828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155830", - "name": "Mellow Yellow", - "opening_hours": "Mo-Sa 10:00-14:00,15:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3306569, - 48.85233 - ] - }, - "id": "node/10929155830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155831", - "brand": "Marina Rinaldi", - "brand:wikidata": "Q2349550", - "clothes": "oversize;women", - "name": "Marina Rinaldi", - "opening_hours": "Mo-Sa 11:00-19:00", - "ref:FR:SIRET": "40034621900068", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302833, - 48.8522725 - ] - }, - "id": "node/10929155831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155835", - "brand": "Sugar", - "brand:wikidata": "Q105280908", - "clothes": "women", - "name": "Sugar", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3308058, - 48.8523545 - ] - }, - "id": "node/10929155835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929155836", - "name": "Manoush", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3305305, - 48.8523085 - ] - }, - "id": "node/10929155836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529754", - "name": "Pompokette", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3272305, - 48.8536097 - ] - }, - "id": "node/10929529754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529756", - "name": "Anne Fontaine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3291898, - 48.8523975 - ] - }, - "id": "node/10929529756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529757", - "name": "45 R", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3282492, - 48.853385 - ] - }, - "id": "node/10929529757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529758", - "name": "Charles Kammer", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3280745, - 48.8536033 - ] - }, - "id": "node/10929529758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529759", - "name": "Erevan", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3293133, - 48.8525167 - ] - }, - "id": "node/10929529759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529760", - "name": "Hartford", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3290018, - 48.8522333 - ] - }, - "id": "node/10929529760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529763", - "name": "Ines De La Fressange", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3284436, - 48.8533954 - ] - }, - "id": "node/10929529763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529765", - "brand": "Scotch & Soda", - "name": "Scotch & Soda", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3298213, - 48.8524914 - ] - }, - "id": "node/10929529765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529767", - "name": "Candice Fauchon", - "opening_hours": "Mo 14:00-18:30, Tu-Fr 10:30-18:30, Sa 11:00-19:00", - "shop": "clothes", - "website": "https://candicefauchon.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3273302, - 48.8539259 - ] - }, - "id": "node/10929529767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529768", - "name": "Then", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3269453, - 48.8539397 - ] - }, - "id": "node/10929529768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529769", - "brand": "Elisabetta Franchi", - "name": "Elisabetta Franchi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3282913, - 48.8533638 - ] - }, - "id": "node/10929529769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529773", - "name": "Chacok", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3289953, - 48.8530786 - ] - }, - "id": "node/10929529773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529775", - "name": "Parosh", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3299188, - 48.8524312 - ] - }, - "id": "node/10929529775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529776", - "clothes": "underwear", - "name": "Paloma Casile", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3270263, - 48.8539162 - ] - }, - "id": "node/10929529776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529777", - "name": "Shon Mott", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3292761, - 48.8524772 - ] - }, - "id": "node/10929529777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529778", - "name": "Iris", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3282017, - 48.8535451 - ] - }, - "id": "node/10929529778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529779", - "name": "Carven", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3286715, - 48.8531158 - ] - }, - "id": "node/10929529779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529780", - "clothes": "underwear", - "name": "Fifi Chachnil", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3276052, - 48.8538192 - ] - }, - "id": "node/10929529780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529782", - "name": "Jean-Baptiste Rautureau", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283631, - 48.8534414 - ] - }, - "id": "node/10929529782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529783", - "brand": "Paul Smith", - "brand:wikidata": "Q56356277", - "contact:phone": "+33 1 44 39 00 40", - "name": "Paul Smith", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3279397, - 48.8537188 - ] - }, - "id": "node/10929529783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529784", - "name": "My Style Bags", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3281943, - 48.853411 - ] - }, - "id": "node/10929529784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529785", - "brand": "Maison Margiela", - "name": "Maison Margiela", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3287268, - 48.8530736 - ] - }, - "id": "node/10929529785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529786", - "name": "Lili Ming", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3284357, - 48.8532559 - ] - }, - "id": "node/10929529786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529787", - "name": "Skorpios", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3295886, - 48.8525174 - ] - }, - "id": "node/10929529787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529788", - "clothes": "hats", - "name": "Borsalino", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297885, - 48.8525111 - ] - }, - "id": "node/10929529788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529789", - "name": "Re/done", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3286382, - 48.8532836 - ] - }, - "id": "node/10929529789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529790", - "addr:housenumber": "11", - "addr:street": "rue de Grenelle", - "name": "Paraboot", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.329111, - 48.8528215 - ] - }, - "id": "node/10929529790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529792", - "name": "Rochas", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3274388, - 48.853734 - ] - }, - "id": "node/10929529792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529793", - "name": "Pompom", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297611, - 48.8525313 - ] - }, - "id": "node/10929529793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529794", - "name": "forte_forte", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3288651, - 48.8529604 - ] - }, - "id": "node/10929529794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529796", - "name": "Philippe Model", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3285312, - 48.8533488 - ] - }, - "id": "node/10929529796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529797", - "name": "Ken Okada", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3273195, - 48.8535114 - ] - }, - "id": "node/10929529797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529798", - "name": "Moss", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3287027, - 48.8532395 - ] - }, - "id": "node/10929529798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529799", - "name": "Madame Saint-Honoré", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3272619, - 48.8537139 - ] - }, - "id": "node/10929529799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529801", - "name": "Caroline de Marchi", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.329137, - 48.8523434 - ] - }, - "id": "node/10929529801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529802", - "name": "Céline", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3291371, - 48.8529847 - ] - }, - "id": "node/10929529802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929529804", - "alt_name": "Yves Saint Laurent", - "brand": "Saint Laurent", - "name": "Saint Laurent", - "shop": "clothes", - "short_name": "YSL" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3292347, - 48.8527121 - ] - }, - "id": "node/10929529804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929544005", - "name": "Sportmax", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.329189, - 48.8526294 - ] - }, - "id": "node/10929544005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929544012", - "brand": "Zadig & Voltaire", - "name": "Zadig & Voltaire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3295194, - 48.8527243 - ] - }, - "id": "node/10929544012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10929544014", - "name": "Golden Goose", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3292661, - 48.8529036 - ] - }, - "id": "node/10929544014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10930591401", - "addr:city": "Paris", - "addr:housenumber": "6", - "addr:postcode": "75011", - "addr:street": "Rue Saint-Sébastien", - "check_date": "2024-04-04", - "currency:XBT": "yes", - "currency:XMR": "yes", - "email": "wecare@doyougreen.com", - "name": "DoYouGreen", - "opening_hours": "8h30-20h", - "payment:onchain": "yes", - "phone": "+33630592207", - "shop": "clothes", - "website": "https://doyougreen.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3681351, - 48.8608027 - ] - }, - "id": "node/10930591401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10931715105", - "brand": "A.P.C.", - "brand:wikidata": "Q546542", - "name": "A.P.C.", - "shop": "clothes", - "survey:date": "2023-05-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3629795, - 48.8714841 - ] - }, - "id": "node/10931715105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10931715205", - "name": "Homecore", - "shop": "clothes", - "survey:date": "2023-05-27" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3632405, - 48.8715724 - ] - }, - "id": "node/10931715205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10937113187", - "contact:phone": "+33 1 49 27 01 69", - "name": "Laurence Tavernier", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3276148, - 48.8573891 - ] - }, - "id": "node/10937113187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10937113188", - "name": "Hartwood", - "phone": "+33 1 45 48 81 21", - "shop": "clothes", - "website": "https://hartwoodparis.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271472, - 48.8569304 - ] - }, - "id": "node/10937113188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10937113193", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "name": "Maje", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3274998, - 48.857237 - ] - }, - "id": "node/10937113193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10937113194", - "name": "Interdee", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3277035, - 48.857521 - ] - }, - "id": "node/10937113194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10937697258", - "addr:housenumber": "121", - "addr:street": "Rue de la Roquette", - "name": "Isula Sweat", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3824021, - 48.8583277 - ] - }, - "id": "node/10937697258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10937807105", - "addr:housenumber": "16", - "addr:street": "Rue Keller", - "name": "Atelier Brunette", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3761411, - 48.8545405 - ] - }, - "id": "node/10937807105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10940344389", - "name": "Benjamin", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3288964, - 48.8845089 - ] - }, - "id": "node/10940344389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10940349648", - "name": "Manuelle Guibal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3348209, - 48.8790389 - ] - }, - "id": "node/10940349648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10940369591", - "name": "Saint-Hilaire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3288467, - 48.884483 - ] - }, - "id": "node/10940369591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10940371794", - "name": "Celleni", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3289678, - 48.8845554 - ] - }, - "id": "node/10940371794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10942497212", - "name": "Bonpoint", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3425, - 48.8655526 - ] - }, - "id": "node/10942497212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139309", - "name": "MKT Studio", - "opening_hours": "Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331759, - 48.8522086 - ] - }, - "id": "node/10943139309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139310", - "brand": "Desigual", - "brand:wikidata": "Q83750", - "name": "Desigual", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3329077, - 48.8520689 - ] - }, - "id": "node/10943139310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139311", - "name": "Pop Up Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3339099, - 48.8528664 - ] - }, - "id": "node/10943139311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139314", - "name": "Marie Sixtine", - "opening_hours": "Su-Th 11:00-19:00, Fr-Sa 11:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3332253, - 48.8524066 - ] - }, - "id": "node/10943139314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139319", - "name": "Noo", - "opening_hours": "Mo-Sa 11:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3328586, - 48.8518286 - ] - }, - "id": "node/10943139319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139321", - "clothes": "swimwear", - "name": "Anja", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3335085, - 48.8525621 - ] - }, - "id": "node/10943139321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139322", - "name": "Paule Ka", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3328792, - 48.8519482 - ] - }, - "id": "node/10943139322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139324", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "check_date": "2024-10-14", - "clothes": "women", - "name": "Calzedonia", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3337733, - 48.8527525 - ] - }, - "id": "node/10943139324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139325", - "brand": "Ba&sh", - "brand:wikidata": "Q104214363", - "clothes": "women", - "name": "Ba&sh", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3330928, - 48.8518504 - ] - }, - "id": "node/10943139325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139327", - "brand": "Des Petits Hauts", - "brand:wikidata": "Q104197445", - "clothes": "women", - "name": "Des Petits Hauts", - "opening_hours": "Mo 14:00-19:00, Tu-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3328372, - 48.851721 - ] - }, - "id": "node/10943139327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139329", - "name": "High", - "opening_hours": "Mo 13:30-19:00, Tu-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331509, - 48.8520993 - ] - }, - "id": "node/10943139329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139331", - "name": "Nice Things", - "opening_hours": "Mo-Sa 11:00-13:30,14:30-19:00", - "shop": "clothes", - "website": "https://www.nicethingspalomas.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331285, - 48.8520066 - ] - }, - "id": "node/10943139331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139332", - "clothes": "underwear", - "name": "Livy", - "shop": "clothes", - "website": "https://www.li-vy.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331899, - 48.852258 - ] - }, - "id": "node/10943139332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139333", - "name": "Stella Forest", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3328903, - 48.852005 - ] - }, - "id": "node/10943139333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139334", - "name": "Zapa", - "opening_hours": "10:00-14:00,15:00-19:00", - "shop": "clothes", - "website": "https://www.zapa.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331601, - 48.8521513 - ] - }, - "id": "node/10943139334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139337", - "name": "Chaska", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3336149, - 48.8523654 - ] - }, - "id": "node/10943139337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139338", - "contact:phone": "+33 1 55 42 96 64", - "name": "Hartford", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "website": "https://hartford.fr", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3338212, - 48.8516391 - ] - }, - "id": "node/10943139338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139339", - "name": "Coriolan", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes", - "website": "https://www.coriolan-paris6.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3337736, - 48.8525335 - ] - }, - "id": "node/10943139339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139342", - "name": "Majestic Filatures", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331114, - 48.851923 - ] - }, - "id": "node/10943139342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139343", - "check_date": "2024-07-28", - "name": "Tara Jarmon", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3338776, - 48.8527705 - ] - }, - "id": "node/10943139343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139345", - "brand": "Kookaï", - "brand:wikidata": "Q1783759", - "name": "Kookaï", - "opening_hours": "Mo 10:30-19:00, Tu-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3337869, - 48.8525853 - ] - }, - "id": "node/10943139345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139346", - "name": "La Petite Étoile", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3330597, - 48.8517117 - ] - }, - "id": "node/10943139346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139347", - "name": "Indies", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3330731, - 48.8517774 - ] - }, - "id": "node/10943139347" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139350", - "name": "Andiata", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes", - "website": "https://www.andiata.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3328108, - 48.8516514 - ] - }, - "id": "node/10943139350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139352", - "name": "Chloé Stora", - "opening_hours": "Tu-Fr 10:30-19:00, Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3340001, - 48.8526381 - ] - }, - "id": "node/10943139352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139353", - "contact:phone": "+33 1 48 42 51 43", - "name": "Brand & Sons", - "opening_hours": "Mo 14:00-19:00; Mo-Fr 11:00-13:30,14:30-19:00; Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3337931, - 48.8524246 - ] - }, - "id": "node/10943139353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139354", - "name": "Cabaïa", - "opening_hours": "Mo-Sa 10:00-20:00, Su 11:00-19:00", - "shop": "bag", - "website": "https://www.cabaia.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.33635, - 48.8528892 - ] - }, - "id": "node/10943139354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139355", - "brand": "Ecco", - "brand:wikidata": "Q1280255", - "name": "Ecco", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3364513, - 48.8528688 - ] - }, - "id": "node/10943139355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139356", - "name": "Berenice", - "opening_hours": "Mo-Sa 10:30-19:30; PH 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3328697, - 48.8518916 - ] - }, - "id": "node/10943139356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139357", - "name": "Patrizia Pepe Hub", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331669, - 48.8531503 - ] - }, - "id": "node/10943139357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10943139360", - "name": "Apostrophe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3331885, - 48.8532736 - ] - }, - "id": "node/10943139360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10946202194", - "name": "Finsbury", - "opening_hours": "Tu-We 10:30-19:00, Th-Sa 10:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3275904, - 48.8474979 - ] - }, - "id": "node/10946202194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10946202197", - "brand": "Christine Laure", - "brand:wikidata": "Q90472537", - "contact:phone": "+33 1 45 44 68 38", - "name": "Christine Laure", - "opening_hours": "Mo-Sa 10:30-18:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283312, - 48.848784 - ] - }, - "id": "node/10946202197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10946202199", - "name": "Izac", - "shop": "clothes", - "website": "https://www.izac.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.326836, - 48.8472628 - ] - }, - "id": "node/10946202199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10946202200", - "clothes": "underwear", - "name": "Mi Lena", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3282186, - 48.8486587 - ] - }, - "id": "node/10946202200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10946202201", - "name": "Brighton", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.328575, - 48.8485751 - ] - }, - "id": "node/10946202201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10946220806", - "name": "Nodus", - "opening_hours": "Mo-Sa 10:15-14:00,15:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3286488, - 48.8486626 - ] - }, - "id": "node/10946220806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10946220810", - "name": "Etern'elle", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3284382, - 48.848892 - ] - }, - "id": "node/10946220810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10946220811", - "name": "Dika", - "opening_hours": "Mo 13:00-19:00, Tu-Sa 10:30-19:00", - "shop": "clothes", - "website": "https://www.dika.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3281665, - 48.848599 - ] - }, - "id": "node/10946220811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10946220815", - "brand": "Bocage", - "brand:wikidata": "Q104599699", - "name": "Bocage", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3281103, - 48.8485388 - ] - }, - "id": "node/10946220815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10946220820", - "brand": "Rieker", - "brand:wikidata": "Q2152193", - "name": "Rieker", - "opening_hours": "Mo-Sa 10:30-14:00,14:30-19:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3275091, - 48.8474056 - ] - }, - "id": "node/10946220820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10948088687", - "name": "Madluv", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes", - "website": "https://www.madluv-paris.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3640176, - 48.8558551 - ] - }, - "id": "node/10948088687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10965721340", - "name": "Sac Up", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3272996, - 48.8476563 - ] - }, - "id": "node/10965721340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10965721341", - "name": "Édouard", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3246546, - 48.8449002 - ] - }, - "id": "node/10965721341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10969297744", - "addr:housenumber": "20", - "addr:street": "Rue des Capucines", - "description": "capucines@anthonygarcon.com", - "name": "Anthony Garçon", - "opening_hours": "Mo-Fr 10:30-14:30, 15:30-19:30; Sa 10:30-19:30", - "phone": "+33 1 88 45 00 40", - "shop": "clothes", - "website": "https://anthonygarcon.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3289093, - 48.8693476 - ] - }, - "id": "node/10969297744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10974499862", - "name": "L'atelier de Clément", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2638232, - 48.848636 - ] - }, - "id": "node/10974499862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10976553565", - "addr:housenumber": "71", - "addr:postcode": "75011", - "addr:street": "Rue Sedaine", - "contact:instagram": "oldiggershop", - "name": "Ol'digger", - "opening_hours": "Tu-Sa 11:30-19:30; Mo 15:00-19:30; Su 11:30-17:00", - "phone": "+33 6 52 17 41 35", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.facebook.com/oldiggershop/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.377259, - 48.8581563 - ] - }, - "id": "node/10976553565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10976553567", - "addr:housenumber": "66", - "addr:postcode": "75011", - "addr:street": "Rue Sedaine", - "name": "Urban Exchange", - "opening_hours": "Tu 12:00-14:00, 15:00-19:00; We-Fr 11:30-19:00; Sa 12:00-19:00", - "second_hand": "only", - "shop": "clothes", - "website": "https://urbanexchange.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3774669, - 48.8580722 - ] - }, - "id": "node/10976553567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10977009717", - "name": "Acanthe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2622202, - 48.8483586 - ] - }, - "id": "node/10977009717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10977067362", - "name": "Lenny Love", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2653424, - 48.8486724 - ] - }, - "id": "node/10977067362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10977111458", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "clothes": "children", - "name": "Jacadi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2654172, - 48.8487026 - ] - }, - "id": "node/10977111458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10982820129", - "name": "Drescode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2916655, - 48.844108 - ] - }, - "id": "node/10982820129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10984877259", - "brand": "Tezenis", - "brand:wikidata": "Q28056374", - "clothes": "underwear", - "name": "Tezenis", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2955644, - 48.8467863 - ] - }, - "id": "node/10984877259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10984929410", - "name": "Norah", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2925354, - 48.8440567 - ] - }, - "id": "node/10984929410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10989026248", - "name": "La Mécanique Du Pull", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3525493, - 48.8644043 - ] - }, - "id": "node/10989026248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10989026254", - "name": "Olow", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3530276, - 48.8636589 - ] - }, - "id": "node/10989026254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10991475225", - "name": "Neuvième Ciel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.316391, - 48.8855186 - ] - }, - "id": "node/10991475225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11003215732", - "name": "Kimono", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 11:00-13:00,14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3520811, - 48.8458347 - ] - }, - "id": "node/11003215732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11007943141", - "clothes": "wedding", - "name": "Nicole", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3315451, - 48.864524 - ] - }, - "id": "node/11007943141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11013561649", - "check_date": "2024-04-06", - "name": "Boutique Lucca's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3571487, - 48.85647 - ] - }, - "id": "node/11013561649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11023382739", - "name": "Planète Marques", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3125027, - 48.8214968 - ] - }, - "id": "node/11023382739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11026355351", - "addr:housenumber": "42", - "addr:street": "Rue de Passy", - "name": "Majectic Filatures", - "phone": "+33145272951", - "shop": "clothes", - "website": "https://www.majesticfilatures.com/fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2802792, - 48.8579091 - ] - }, - "id": "node/11026355351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11026355352", - "addr:housenumber": "42", - "addr:street": "Rue de Passy", - "name": "Ugo Bacci", - "opening_hours": "Mo 12:00-19:00; Tu-Su 10:00-19:00", - "phone": "+33173778509", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2803709, - 48.8579187 - ] - }, - "id": "node/11026355352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11026355354", - "addr:housenumber": "30", - "addr:street": "Rue de Passy", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "name": "The Kooples", - "phone": "+33145252119", - "shop": "clothes", - "website": "https://www.thekooples.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2811719, - 48.8580559 - ] - }, - "id": "node/11026355354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11026355355", - "addr:housenumber": "30", - "addr:street": "Rue de Passy", - "branch": "Passy", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "clothes": "women", - "name": "Maje", - "phone": "+33142885057", - "shop": "clothes", - "website": "https://fr.maje.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2812967, - 48.8580803 - ] - }, - "id": "node/11026355355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11026355356", - "addr:housenumber": "28", - "addr:street": "Rue de Passy", - "brand": "Vanessa Bruno", - "brand:wikidata": "Q3493957", - "clothes": "women", - "name": "Vanessa Bruno", - "opening_hours": "Mo-Sa 10:30-19:00", - "phone": "+33188615382", - "shop": "clothes", - "website": "https://www.vanessabruno.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2813657, - 48.8580909 - ] - }, - "id": "node/11026355356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11026355358", - "addr:housenumber": "14", - "addr:street": "Rue de Passy", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "name": "Comptoir des Cotonniers", - "phone": "+33145258567", - "shop": "clothes", - "website": "https://www.comptoirdescotonniers.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.282952, - 48.858355 - ] - }, - "id": "node/11026355358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11026355359", - "addr:housenumber": "16", - "addr:street": "Rue de Passy", - "clothes": "women", - "name": "iBlues", - "opening_hours": "Mo-Su 11:00-19:00", - "phone": "+33142886867", - "shop": "clothes", - "website": "https://fr.iblues.it/store/0901089" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.282657, - 48.8583104 - ] - }, - "id": "node/11026355359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11026355360", - "addr:housenumber": "16", - "addr:street": "Rue de Passy", - "clothes": "women", - "name": "Victoire Femme", - "opening_hours": "Mo 11:30-19:00; Tu-Sa 10:30-19:00", - "shop": "clothes", - "website": "https://www.victoire.shop/pages/femme" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2827618, - 48.8583231 - ] - }, - "id": "node/11026355360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11026499134", - "addr:housenumber": "49", - "addr:street": "Rue de Passy", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "clothes": "underwear", - "name": "Intimissimi", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33145251753", - "shop": "clothes", - "website": "https://www.intimissimi.com/fr/boutiques/%C3%AEle-de-france/departement_de_paris/paris_49_51__rue_de_passy/IM20.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2803226, - 48.8576945 - ] - }, - "id": "node/11026499134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11026499135", - "addr:housenumber": "49", - "addr:street": "Rue de Passy", - "clothes": "women", - "name": "Lauren Vidal", - "phone": "+33142307198", - "shop": "clothes", - "website": "https://laurenvidal.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2804232, - 48.8577126 - ] - }, - "id": "node/11026499135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11026499136", - "addr:housenumber": "51", - "addr:street": "Rue de Passy", - "brand": "De Fursac", - "brand:wikidata": "Q22248311", - "clothes": "men", - "name": "De Fursac", - "phone": "+33142308084", - "shop": "clothes", - "website": "https://fr.fursac.com/fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2801803, - 48.8576724 - ] - }, - "id": "node/11026499136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11030092174", - "name": "Oud", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3303108, - 48.8546755 - ] - }, - "id": "node/11030092174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11030092176", - "name": "Il Gufo", - "opening_hours": "Mo-Sa 10:00-13:00,14:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3295214, - 48.8545608 - ] - }, - "id": "node/11030092176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11030092187", - "name": "Vice Versa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3298397, - 48.8557606 - ] - }, - "id": "node/11030092187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11030092190", - "brand": "Brunello Cucinelli", - "brand:wikidata": "Q3645582", - "name": "Brunello Cucinelli", - "opening_hours": "Mo-Sa 10:30-19:00, Su 13:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3299443, - 48.8544367 - ] - }, - "id": "node/11030092190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11030092191", - "name": "Res Ipsa", - "opening_hours": "11:00-19:00", - "phone": "+33 1 42 84 06 62", - "shop": "clothes", - "website": "https://www.resipsausa.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3296136, - 48.8548771 - ] - }, - "id": "node/11030092191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11030092192", - "brand": "Karl Lagerfeld", - "brand:wikidata": "Q108024274", - "name": "Karl Lagerfeld", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3299921, - 48.8547772 - ] - }, - "id": "node/11030092192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11030092198", - "contact:phone": "+33 9 83 36 45 83;+33 9 82 24 92 29", - "name": "Germaine Pratinette", - "opening_hours": "Mo 14:00-18:30, Tu-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3301693, - 48.8560705 - ] - }, - "id": "node/11030092198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11030092199", - "name": "Amin Kader", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.328749, - 48.8547779 - ] - }, - "id": "node/11030092199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11030092204", - "name": "Bégum", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297821, - 48.855611 - ] - }, - "id": "node/11030092204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11030093610", - "name": "John Lobb", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271471, - 48.855678 - ] - }, - "id": "node/11030093610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11030459992", - "name": "Acanthe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2791376, - 48.8612222 - ] - }, - "id": "node/11030459992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11032969989", - "addr:housenumber": "169", - "addr:street": "Rue du Faubourg Saint-Antoine", - "clothes": "underwear;socks", - "email": "boutiquelespetitscaprices@gmail.com", - "name": "Les Petits Caprices de Paris", - "phone": "+331 43 73 80 88", - "shop": "clothes", - "website": "https://boutique-caprices.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3803265, - 48.8505492 - ] - }, - "id": "node/11032969989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11036378087", - "contact:email": "parisretail@eskandar.com", - "contact:phone": "+33 1 43 26 10 10", - "name": "Eskandar", - "opening_hours": "Mo 11:30-19:00, Tu-Sa 10:30-19:00", - "shop": "clothes", - "website": "https://www.eskandar.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3346005, - 48.8523788 - ] - }, - "id": "node/11036378087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11037927155", - "check_date": "2023-07-10", - "name": "Fripe OLYMPA Vintage Store", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505932, - 48.8597224 - ] - }, - "id": "node/11037927155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11039663506", - "addr:housenumber": "53", - "addr:postcode": "75017", - "addr:street": "Rue Legendre", - "name": "Neuvième Ciel", - "opening_hours": "Mo-Tu 11:00-19:00; Fr 11:00-13:30, 14:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3163557, - 48.8854957 - ] - }, - "id": "node/11039663506" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11044331828", - "contact:email": "renaissance75007@orange.fr", - "contact:mobile": "+33 6 85 43 03 52", - "name": "Renaissance", - "opening_hours": "Mo,Sa 14:30-19:00, Tu-Fr 11:00-19:00; PH closed", - "shop": "clothes", - "website": "https://vintagefashionparis.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3293465, - 48.8581536 - ] - }, - "id": "node/11044331828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11046040805", - "addr:housenumber": "12", - "addr:street": "Rue Philippe de Girard", - "name:en": "Lolo Paris Showroom", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3619832, - 48.8818372 - ] - }, - "id": "node/11046040805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11053437173", - "name": "Haïfa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.354719, - 48.8363236 - ] - }, - "id": "node/11053437173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11059918465", - "name": "warene creations", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3575076, - 48.8565086 - ] - }, - "id": "node/11059918465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11059918466", - "name": "ycho", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3584797, - 48.8567541 - ] - }, - "id": "node/11059918466" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11059937056", - "name": "the room", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3586839, - 48.8568334 - ] - }, - "id": "node/11059937056" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11059989341", - "name": "balibaris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3585542, - 48.8589919 - ] - }, - "id": "node/11059989341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11067301999", - "brand": "Dior", - "brand:wikidata": "Q542767", - "name": "Dior", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.323429, - 48.8691314 - ] - }, - "id": "node/11067301999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11067302001", - "name": "Emling", - "shop": "shoes", - "survey:date": "2024-04-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3228016, - 48.8691587 - ] - }, - "id": "node/11067302001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11069621943", - "name": "Muses", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3442285, - 48.8715029 - ] - }, - "id": "node/11069621943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11069621944", - "name": "Boulevard D’Stocks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3439538, - 48.8715435 - ] - }, - "id": "node/11069621944" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11069621945", - "name": "Bee’ Shoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3440795, - 48.8715246 - ] - }, - "id": "node/11069621945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11070927784", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "name": "Jonak", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3333181, - 48.867496 - ] - }, - "id": "node/11070927784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11076167256", - "name": "Miista", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3619526, - 48.86245 - ] - }, - "id": "node/11076167256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11076167262", - "name": "Maison Flore", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3627871, - 48.863162 - ] - }, - "id": "node/11076167262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11081169622", - "clothes": "children", - "contact:phone": "+33 1 42 61 03 70", - "name": "Gabriel et Valentin", - "opening_hours": "Tu-Sa 10:30-19:00", - "shop": "clothes", - "website": "https://www.gabriel-et-valentin.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3329622, - 48.8577455 - ] - }, - "id": "node/11081169622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11081169624", - "name": "Émilie Marcelle", - "ref:FR:SIREN": "829163641", - "ref:FR:SIRET": "82916364100022", - "shop": "clothes", - "website": "https://emiliemarcelle.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3279314, - 48.8584085 - ] - }, - "id": "node/11081169624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11081169631", - "name": "Chato Lufsen", - "opening_hours": "Tu-Sa 11:00-14:00,15:00-19:00", - "shop": "clothes", - "website": "https://chatolufsen.shop" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3276947, - 48.8583556 - ] - }, - "id": "node/11081169631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11081169645", - "contact:phone": "+33 1 40 15 09 51", - "name": "Tangy", - "opening_hours": "Mo-Sa 11:00-13:00,14:00-19:00", - "shop": "clothes", - "website": "http://www.tangysilk.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3276367, - 48.8583738 - ] - }, - "id": "node/11081169645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11081169650", - "alt_name": "Colombus", - "name": "Jagvi", - "opening_hours": "Tu-Sa 11:00-19:00", - "ref:FR:SIREN": "532361334", - "ref:FR:SIRET": "53236133400065", - "shop": "clothes", - "website": "https://jagvi.eu" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3325033, - 48.8571923 - ] - }, - "id": "node/11081169650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11082655047", - "name": "asap", - "shop": "clothes", - "website": "https://www.asaplab.it/asap-paris/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3238352, - 48.8531951 - ] - }, - "id": "node/11082655047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11082655048", - "name": "Maison Felger", - "shop": "shoes", - "website": "https://maisonfelger.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.323846, - 48.8532768 - ] - }, - "id": "node/11082655048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11082655049", - "name": "Bel air", - "shop": "clothes", - "website": "https://www.belair-paris.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3238528, - 48.853323 - ] - }, - "id": "node/11082655049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11082655055", - "name": "Phi 1.618", - "shop": "bag", - "website": "https://phi1618.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3239435, - 48.8537311 - ] - }, - "id": "node/11082655055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11091405314", - "name": "Pull'sion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3254857, - 48.8486173 - ] - }, - "id": "node/11091405314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11091405319", - "brand": "La Martina", - "brand:wikidata": "Q1798938", - "name": "La Martina", - "opening_hours": "Tu-Th 11:00-19:00, Fr-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3260742, - 48.8482053 - ] - }, - "id": "node/11091405319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11091405323", - "brand:website": "https://www.rudys.paris", - "name": "Rudy's", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3261043, - 48.8476197 - ] - }, - "id": "node/11091405323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11091405326", - "name": "Papa Pique et Maman Coud", - "opening_hours": "Mo 13:30-19:00, Tu-Sa 10:30-19:00; Tu 13:30-14:30 closed", - "shop": "bag", - "website": "https://www.papapiqueetmamancoud.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3260256, - 48.8482712 - ] - }, - "id": "node/11091405326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11091405332", - "name": "Janine Robin", - "opening_hours": "Mo-Sa 09:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3255917, - 48.8484485 - ] - }, - "id": "node/11091405332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11091405334", - "contact:email": "brea@jackgomme.com", - "contact:phone": "+33 1 43 26 65 72", - "name": "Jack Gomme", - "opening_hours": "Tu-Sa 11:00-19:00; Tu-Fr 14:00-15:00 closed; Sa 13:00-14:00 closed", - "ref:FR:SIRET": "38540003100048", - "shop": "bag", - "website": "https://jackgomme.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302142, - 48.8431707 - ] - }, - "id": "node/11091405334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11091405338", - "name": "Sèvres", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3256631, - 48.8483345 - ] - }, - "id": "node/11091405338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11091405340", - "clothes": "women;underwear", - "name": "Parnasse Lingerie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3245608, - 48.8426435 - ] - }, - "id": "node/11091405340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11091405341", - "name": "Berny's", - "opening_hours": "Mo 14:00-19:00, Tu-Sa 10:15-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3303563, - 48.8434047 - ] - }, - "id": "node/11091405341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11091405342", - "name": "Tierra de Gauchos", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes", - "website": "https://www.tierradegauchos.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3262363, - 48.8474046 - ] - }, - "id": "node/11091405342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11091405343", - "name": "Le Bazar Français", - "opening_hours": "Mo-Sa 11:00-13:30,14:30-19:00", - "shop": "clothes", - "website": "https://lebazarfrancais.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3257506, - 48.8481964 - ] - }, - "id": "node/11091405343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11091405344", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "name": "Princesse tam.tam", - "opening_hours": "Tu-We 11:30-14:00,15:00-19:00; Th-Sa 11:00-14:00,15:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302721, - 48.8432642 - ] - }, - "id": "node/11091405344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11091405345", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "contact:phone": "+33 1 42 22 79 39", - "name": "Caroll", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3264253, - 48.8476294 - ] - }, - "id": "node/11091405345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11091405352", - "contact:phone": "+33 1 42 22 78 08", - "name": "Manège", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3263101, - 48.8472906 - ] - }, - "id": "node/11091405352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11093697729", - "name": "Dress by hK", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2613336, - 48.8394315 - ] - }, - "id": "node/11093697729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11102867809", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "clothes": "children", - "name": "Jacadi", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3082726, - 48.8804512 - ] - }, - "id": "node/11102867809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11103518990", - "name": "Prêt pour Partir", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3322982, - 48.8656071 - ] - }, - "id": "node/11103518990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11103518993", - "name": "Peuterey", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3315663, - 48.865005 - ] - }, - "id": "node/11103518993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11112946981", - "addr:city": "Paris", - "addr:housenumber": "30", - "addr:postcode": "75013", - "addr:street": "Avenue d'Italie", - "brand": "NAF NAF", - "brand:wikidata": "Q3334188", - "level": "-1", - "name": "NAF NAF", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3551121, - 48.8291616 - ] - }, - "id": "node/11112946981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11112946990", - "addr:city": "Paris", - "addr:housenumber": "30", - "addr:postcode": "75013", - "addr:street": "Avenue d'Italie", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "clothes": "denim;men;women", - "level": "-1", - "name": "Levi's", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3547398, - 48.8300878 - ] - }, - "id": "node/11112946990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11112946991", - "addr:city": "Paris", - "addr:housenumber": "30", - "addr:postcode": "75013", - "addr:street": "Avenue d'Italie", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "level": "-1", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "phone": "+33 1 57 97 84 29", - "shop": "shoes", - "website": "https://stores.footlocker.fr/en/fr-75/paris/30-avenue-ditalie-258_31_05169.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3547639, - 48.8300026 - ] - }, - "id": "node/11112946991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11112946992", - "addr:city": "Paris", - "addr:housenumber": "30", - "addr:postcode": "75013", - "addr:street": "Avenue d'Italie", - "level": "-1", - "name": "Nin & Laur", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3550547, - 48.8301548 - ] - }, - "id": "node/11112946992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11112946999", - "addr:city": "Paris", - "addr:housenumber": "30", - "addr:postcode": "75013", - "addr:street": "Avenue d'Italie", - "clothes": "women", - "level": "-1", - "name": "Forestland", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3554761, - 48.8291975 - ] - }, - "id": "node/11112946999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11114080061", - "name": "Joli Rose", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3436015, - 48.8755361 - ] - }, - "id": "node/11114080061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11117173617", - "brand": "Samsonite", - "brand:wikidata": "Q1203426", - "name": "Samsonite", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2977179, - 48.8770702 - ] - }, - "id": "node/11117173617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11120871014", - "brand": "Éric Bompard", - "brand:wikidata": "Q3590998", - "name": "Éric Bompard", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3279975, - 48.8574312 - ] - }, - "id": "node/11120871014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11120871017", - "contact:phone": "+33 9 83 41 43 95", - "name": "Maria de la Orden", - "opening_hours": "Mo-Sa 11:00-19:00; Mo-Th 13:30-14:30 closed", - "shop": "clothes", - "website": "https://mariadelaorden.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3286282, - 48.8575446 - ] - }, - "id": "node/11120871017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11121666865", - "brand": "Cyrillus", - "brand:wikidata": "Q3009179", - "name": "Cyrillus", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00; Su off", - "ref:FR:SIRET": "42102299700280", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4508618, - 48.8480253 - ] - }, - "id": "node/11121666865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11127608705", - "addr:housenumber": "7", - "addr:postcode": "75001", - "addr:street": "Rue des Capucines", - "name": "Rudy's", - "shop": "shoes", - "website": "https://www.rudys.paris/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3296721, - 48.8685979 - ] - }, - "id": "node/11127608705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11128062860", - "name": "Okaidi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2271332, - 48.8681393 - ] - }, - "id": "node/11128062860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11134675179", - "name": "Mahery Le Store", - "opening_hours": "Mo,Tu 10:00-17:00; Fr 10:00-18:00; Sa 11:00-19:00; Su 11:00-16:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3105337, - 48.8856056 - ] - }, - "id": "node/11134675179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11139451291", - "name": "Rodier", - "opening_hours": "Tu-Fr 10:30-19:00; Mo 10:30-14:00,15:00-19:00; Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3129751, - 48.8840708 - ] - }, - "id": "node/11139451291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11139463071", - "brand": "Arthur", - "brand:wikidata": "Q104196818", - "name": "Arthur", - "opening_hours": "Tu-Sa 10:30-13:30,15:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3132815, - 48.8839103 - ] - }, - "id": "node/11139463071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11139465292", - "check_date:opening_hours": "2024-05-22", - "name": "Zawee", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3117132, - 48.8846699 - ] - }, - "id": "node/11139465292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11142818363", - "name": "Des Marques et Vous", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3227136, - 48.8775691 - ] - }, - "id": "node/11142818363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11143425316", - "brand": "Café Coton", - "brand:wikidata": "Q105076734", - "name": "Café Coton", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3350609, - 48.8671086 - ] - }, - "id": "node/11143425316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11143465903", - "name": "Maison Montagut", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3313378, - 48.8664955 - ] - }, - "id": "node/11143465903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11143553105", - "name": "N°13", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3312987, - 48.8664392 - ] - }, - "id": "node/11143553105" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11144335242", - "name": "SV Collection", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271548, - 48.8802945 - ] - }, - "id": "node/11144335242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11144335246", - "clothes": "children", - "name": "Tim Pouce", - "note": "n'est pas un doublon, celui-ci spécialisé enfants", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3270961, - 48.8789655 - ] - }, - "id": "node/11144335246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11144335252", - "clothes": "wedding", - "name": "Sonia L", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271475, - 48.8801901 - ] - }, - "id": "node/11144335252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11144335257", - "name": "Howard's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3269051, - 48.879423 - ] - }, - "id": "node/11144335257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11144335265", - "name": "1Pas2plus", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271287, - 48.8799847 - ] - }, - "id": "node/11144335265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11144335271", - "name": "Jay Collection", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271554, - 48.8802406 - ] - }, - "id": "node/11144335271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11144335273", - "name": "GTLS", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3268615, - 48.8782996 - ] - }, - "id": "node/11144335273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11144335284", - "name": "Saga Des Marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3268863, - 48.8791199 - ] - }, - "id": "node/11144335284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11144335285", - "clothes": "underwear", - "name": "Passé Simple", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271238, - 48.8798188 - ] - }, - "id": "node/11144335285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11144335289", - "clothes": "babies", - "name": "Tim Pouce", - "note": "n'est pas un doublon, celui-ci spécialisé bébés", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3270972, - 48.8790031 - ] - }, - "id": "node/11144335289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11144335291", - "clothes": "wedding", - "name": "Crystal'S", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271434, - 48.8801468 - ] - }, - "id": "node/11144335291" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11145760502", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "check_date": "2024-08-24", - "clothes": "underwear", - "clothes:for": "women", - "name": "Etam", - "opening_hours": "Mo 11:00-19:00, Tu-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3516949, - 48.8375088 - ] - }, - "id": "node/11145760502" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11145844461", - "check_date": "2024-08-23", - "name": "Nous les Femmes", - "opening_hours": "Tu-Sa 10:00-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3131199, - 48.8841208 - ] - }, - "id": "node/11145844461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11146253714", - "name": "Balibaris", - "opening_hours": "Mo-Fr 10:30-19:30, Sa 10:00-20:00", - "ref:FR:SIRET": "52799527800035", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3366489, - 48.8513538 - ] - }, - "id": "node/11146253714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11146253716", - "contact:phone": "+33 1 46 34 28 28", - "name": "Le Dépôt-Vente de Buci", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3362573, - 48.8539038 - ] - }, - "id": "node/11146253716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11146253724", - "name": "Sussan Shokranian", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "clothes", - "website": "https://sussanshokranian.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3364891, - 48.8513329 - ] - }, - "id": "node/11146253724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11146253725", - "clothes": "women;underwear;swimwear", - "name": "Emilia Cosi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.336695, - 48.8514973 - ] - }, - "id": "node/11146253725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11146253728", - "brand": "Vanessa Bruno", - "brand:website": "https://www.vanessabruno.com", - "brand:wikidata": "Q3493957", - "clothes": "women", - "name": "Vanessa Bruno", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3363652, - 48.8513175 - ] - }, - "id": "node/11146253728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11146253730", - "name": "Diega", - "opening_hours": "Mo 14:00-19:00, Tu-Sa 10:00-19:00", - "shop": "clothes", - "website": "https://www.diega.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.336765, - 48.8515075 - ] - }, - "id": "node/11146253730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11146253733", - "brand": "American Vintage", - "brand:wikidata": "Q2422884", - "name": "American Vintage", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3357262, - 48.851389 - ] - }, - "id": "node/11146253733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11146253742", - "contact:email": "jacob@jerome-dreyfuss.com", - "contact:phone": "+33 1 56 81 85 30", - "name": "Jérôme Dreyfuss", - "opening_hours": "Mo-Fr 11:00-19:00, Sa 11:00-19:30", - "shop": "bag", - "website": "https://www.jerome-dreyfuss.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3364949, - 48.8547033 - ] - }, - "id": "node/11146253742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11146253745", - "name": "Pomandère", - "opening_hours": "Mo-Sa 11:00-19:00; Mo-We 13:00-14:00 closed", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3360518, - 48.8514201 - ] - }, - "id": "node/11146253745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11146253746", - "brand": "Mes Demoiselles Paris", - "brand:website": "https://www.mesdemoisellesparis.com", - "brand:wikidata": "Q101427858", - "clothes": "women", - "name": "Mes Demoiselles Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3367245, - 48.8513625 - ] - }, - "id": "node/11146253746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11146253747", - "contact:email": "mohanjeetparis@gmail.com", - "name": "Mohanjeet", - "opening_hours": "Mo-Fr 14:00-19:00, Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3367967, - 48.8513702 - ] - }, - "id": "node/11146253747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11146253750", - "clothes": "hats", - "name": "Atelier 144", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3365746, - 48.8513438 - ] - }, - "id": "node/11146253750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11146253752", - "contact:phone": "+33 1 43 26 97 38", - "name": "Carine", - "opening_hours": "Tu-Sa 10:30-13:00,14:00-19:00", - "shop": "clothes", - "website": "https://www.carine-paris.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3363233, - 48.8547575 - ] - }, - "id": "node/11146253752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11146253759", - "brand": "Momoni", - "brand:wikidata": "Q104233463", - "clothes": "women", - "name": "Momoni", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3362204, - 48.8512992 - ] - }, - "id": "node/11146253759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11146253761", - "clothes": "men;shirts", - "description": "Chemises sur mesure", - "name": "JLR Paris", - "opening_hours": "Tu-Sa 11:00-14:00,15:00-19:00", - "shop": "clothes", - "website": "https://www.jlrparis.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3357989, - 48.8514023 - ] - }, - "id": "node/11146253761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11147792060", - "check_date": "2024-04-13", - "name": "Dégriffés", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3959816, - 48.8568405 - ] - }, - "id": "node/11147792060" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11152732318", - "name": "TNS Mode Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3830844, - 48.8616489 - ] - }, - "id": "node/11152732318" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11158467822", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3751142, - 48.8592754 - ] - }, - "id": "node/11158467822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11159219086", - "clothes": "suits", - "name": "Blandin & Delloye", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3139924, - 48.882475 - ] - }, - "id": "node/11159219086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11167377103", - "check_date:opening_hours": "2024-05-22", - "name": "Frisson", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3121177, - 48.8844771 - ] - }, - "id": "node/11167377103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11167379343", - "check_date:opening_hours": "2024-02-27", - "name": "Liv & Sasha", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3149548, - 48.882796 - ] - }, - "id": "node/11167379343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11167384002", - "name": "Les enfants de Berthier", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3119077, - 48.8845728 - ] - }, - "id": "node/11167384002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11170037138", - "check_date:opening_hours": "2024-05-22", - "name": "L'Atelier Créateurs", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3120411, - 48.8845102 - ] - }, - "id": "node/11170037138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11176523601", - "name": "Soïo", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3837094, - 48.8456673 - ] - }, - "id": "node/11176523601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11177706165", - "name": "Floria", - "shop": "bag", - "source": "survey 2023" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3562214, - 48.8612801 - ] - }, - "id": "node/11177706165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11183131141", - "contact:mobile": "+33 6 88 05 10 33", - "contact:phone": "+33 1 43 26 54 60", - "name": "Question de Peaux", - "opening_hours": "\"on appointment\"", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3363316, - 48.8536654 - ] - }, - "id": "node/11183131141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11183131145", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "name": "Comptoir des Cotonniers", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3362638, - 48.8536291 - ] - }, - "id": "node/11183131145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11183131146", - "name": "Nina Kendosa", - "opening_hours": "10:00-19:30", - "shop": "clothes", - "website": "https://www.ninakendosa.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3366119, - 48.8537934 - ] - }, - "id": "node/11183131146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11188487925", - "name": "Pemlab", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3488528, - 48.8683877 - ] - }, - "id": "node/11188487925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11197420839", - "name": "Camille", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3360111, - 48.8670965 - ] - }, - "id": "node/11197420839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11197723824", - "name": "Émile et Ida", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3368423, - 48.8654611 - ] - }, - "id": "node/11197723824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11197784014", - "name": "Aesavant", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3364778, - 48.8656064 - ] - }, - "id": "node/11197784014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11202486799", - "name": "Paramètre", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314025, - 48.8442863 - ] - }, - "id": "node/11202486799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11212328365", - "name": "Mes Indes Galantes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3504243, - 48.8588216 - ] - }, - "id": "node/11212328365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11212378332", - "name": "JLR", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2816477, - 48.8602706 - ] - }, - "id": "node/11212378332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11212390172", - "name": "Free'P'Star", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3512404, - 48.8585486 - ] - }, - "id": "node/11212390172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11212390916", - "name": "El Paso Booty", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3490654, - 48.8617881 - ] - }, - "id": "node/11212390916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11215230142", - "name": "Masul Masul", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.353824, - 48.8721414 - ] - }, - "id": "node/11215230142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11216089631", - "name": "Eddy Swing", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3145312, - 48.882973 - ] - }, - "id": "node/11216089631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11218290190", - "check_date:opening_hours": "2024-01-24", - "name": "the SHOP", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3130618, - 48.884148 - ] - }, - "id": "node/11218290190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11218328898", - "name": "Born to be kids", - "opening_hours": "Mo-Sa 10:00-13:30, Mo-Fr 14:30-19:00, Sa 14:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.314299, - 48.884085 - ] - }, - "id": "node/11218328898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11218329317", - "name": "Scarla", - "opening_hours": "Mo-Sa 10:00-19:30; Su 10:00-16:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3135023, - 48.8839518 - ] - }, - "id": "node/11218329317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11218330948", - "name": "Le Comptoir des Quartiers", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3146482, - 48.884597 - ] - }, - "id": "node/11218330948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11228954423", - "name": "Le Look", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3531221, - 48.8743293 - ] - }, - "id": "node/11228954423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11228954424", - "name": "Tacky Vintage", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3528724, - 48.8738991 - ] - }, - "id": "node/11228954424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11228954427", - "name": "Patine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3530807, - 48.8739442 - ] - }, - "id": "node/11228954427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11232991903", - "name": "Foxy Minky", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3501059, - 48.8727159 - ] - }, - "id": "node/11232991903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11233024928", - "name": "Ramitex", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3500626, - 48.8725366 - ] - }, - "id": "node/11233024928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11233054171", - "name": "Baya", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3504718, - 48.8740451 - ] - }, - "id": "node/11233054171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11234038343", - "clothes": "children;babies", - "name": "Marie Puce", - "opening_hours": "Mo 11:00-19:00, Tu-Sa 10:30-19:00; 14:00-14:30 closed", - "shop": "clothes", - "website": "https://www.mariepuce.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3248431, - 48.8487798 - ] - }, - "id": "node/11234038343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11241975198", - "name": "Biba", - "opening_hours": "Mo-Sa 10:30-19:00", - "ref:FR:SIREN": "562031609", - "ref:FR:SIRET": "56203160900018", - "shop": "clothes", - "website": "https://www.biba.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271503, - 48.8518401 - ] - }, - "id": "node/11241975198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11241975202", - "name": "Le Tanneur", - "opening_hours": "Mo-Sa 10:30-19:30, Su 11:00-19:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3272025, - 48.8518415 - ] - }, - "id": "node/11241975202" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11245448832", - "name": "Maison Kitsuné", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3303564, - 48.8645683 - ] - }, - "id": "node/11245448832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11245448833", - "name": "GST 28", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3321263, - 48.8666044 - ] - }, - "id": "node/11245448833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11245473238", - "brand": "Essentiel Antwerp", - "brand:wikidata": "Q117456339", - "name": "Essentiel Antwerp", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314036, - 48.8662313 - ] - }, - "id": "node/11245473238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11245473240", - "name": "Destree", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302921, - 48.8648214 - ] - }, - "id": "node/11245473240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11245473243", - "name": "Chris Von Martial", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3304839, - 48.8651258 - ] - }, - "id": "node/11245473243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11245473245", - "name": "Ganni", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3302241, - 48.8647309 - ] - }, - "id": "node/11245473245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11245473252", - "name": "Lululemon", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3313827, - 48.8673414 - ] - }, - "id": "node/11245473252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11245473263", - "name": "Wooyoungmi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3311348, - 48.865824 - ] - }, - "id": "node/11245473263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11245473267", - "name": "Outboxe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3320705, - 48.8658527 - ] - }, - "id": "node/11245473267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11245473268", - "name": "Claris Virot", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3303408, - 48.864901 - ] - }, - "id": "node/11245473268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11245473270", - "name": "Heschung", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3312444, - 48.8660033 - ] - }, - "id": "node/11245473270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11245473271", - "name": "Prazzi", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3322224, - 48.8658468 - ] - }, - "id": "node/11245473271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11251221384", - "name": "Mensch", - "shop": "clothes", - "website": "https://www.mensch-paris.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2938416, - 48.8362013 - ] - }, - "id": "node/11251221384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11263303025", - "name": "Marlène Lingerie", - "ref:FR:SIRET": "84504206800013", - "shop": "clothes", - "source": "INSEE - 2023-09" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3142576, - 48.901932 - ] - }, - "id": "node/11263303025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11264691837", - "name": "Maison Scarpe", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3538165, - 48.8729079 - ] - }, - "id": "node/11264691837" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11267894033", - "clothes": "children", - "name": "Caramel", - "opening_hours": "Mo-Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3369709, - 48.8511604 - ] - }, - "id": "node/11267894033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11267894036", - "name": "Gelati", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3378269, - 48.851574 - ] - }, - "id": "node/11267894036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11267894044", - "name": "Blumkine", - "opening_hours": "Tu-Sa 12:00-19:00", - "shop": "clothes", - "website": "https://www.blumkine.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3372932, - 48.8507907 - ] - }, - "id": "node/11267894044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11267894047", - "contact:phone": "+33 1 43 25 13 60", - "name": "Samson", - "opening_hours": "Tu,Sa 11:00-19:30, We-Fr 10:00-19:30", - "shop": "clothes", - "website": "https://www.samsonsurmesure.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3373123, - 48.8506527 - ] - }, - "id": "node/11267894047" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11267894049", - "contact:phone": "+33 1 42 02 60 35", - "name": "L'Alchimiste", - "opening_hours": "Mo 13:00-19:00, Tu-Sa 10:30-19:00", - "ref:FR:SIREN": "833844236", - "ref:FR:SIRET": "83384423600012", - "shop": "clothes", - "website": "https://boutique-lalchimiste.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3374487, - 48.8498817 - ] - }, - "id": "node/11267894049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11270227287", - "name": "Le Manoir luxury", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3814236, - 48.8572417 - ] - }, - "id": "node/11270227287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11270467244", - "clothes": "suits", - "contact:phone": "+33 1 43 26 51 89", - "name": "Cor de Chasse", - "opening_hours": "Mo-Sa 10:00-19:00", - "rental": "clothes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3380423, - 48.8499027 - ] - }, - "id": "node/11270467244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11270467253", - "contact:phone": "+33 1 43 29 55 82", - "name": "Anne Willi", - "opening_hours": "Tu-Sa 11:00-19:00; Tu-Fr 13:00-13:30 closed", - "ref:FR:SIRET": "41948984400029", - "shop": "clothes", - "website": "https://www.annewilli.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3385847, - 48.8504425 - ] - }, - "id": "node/11270467253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11271482260", - "air_conditioning": "yes", - "brand": "Zara", - "brand:wikidata": "Q147662", - "check_date": "2023-10-18", - "clothes": "women;underwear;men;children", - "name": "Zara", - "opening_hours": "Mo-Sa 10:00-21:00,Su 11:00-20:00", - "payment:cash": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "start_date": "2023-04-23", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3045673, - 48.8711452 - ] - }, - "id": "node/11271482260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11277136830", - "name": "Au fil d'Ariane", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3915528, - 48.850509 - ] - }, - "id": "node/11277136830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11280417695", - "name": "Joe's & co", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3866634, - 48.8550859 - ] - }, - "id": "node/11280417695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11281280338", - "addr:city": "Paris", - "addr:housenumber": "53", - "addr:postcode": "75006", - "addr:street": "Rue du Four", - "name": "Pied de Biche", - "opening_hours": "Mo-Sa 10:30-19:30; Su 14:00-19:00", - "phone": "+33955635745", - "shop": "shoes", - "website": "https://fr.pieddebiche-paris.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3304407, - 48.8521021 - ] - }, - "id": "node/11281280338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11283057360", - "name": "Des Marques et Vous", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3669894, - 48.8823861 - ] - }, - "id": "node/11283057360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11284719825", - "name": "Le Soulor", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3643867, - 48.8591242 - ] - }, - "id": "node/11284719825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11284719831", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3644001, - 48.8595459 - ] - }, - "id": "node/11284719831" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11284719832", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3644125, - 48.8596141 - ] - }, - "id": "node/11284719832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11284719838", - "check_date": "2024-08-04", - "name": "Barberini", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3644209, - 48.860076 - ] - }, - "id": "node/11284719838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11284769485", - "name": "La boutique de Cara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.364726, - 48.8608143 - ] - }, - "id": "node/11284769485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11284769487", - "name": "M second hand", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.364736, - 48.8609246 - ] - }, - "id": "node/11284769487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11284769488", - "name": "Virtuose", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3647307, - 48.8609726 - ] - }, - "id": "node/11284769488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11287419246", - "name": "Hoalen", - "opening_hours": "Mo-Sa 11:00-19:00, Su 11:00-18:00; Mo-Fr 13:30-14:30 closed; PH closed", - "shop": "clothes", - "website": "https://www.hoalen.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3373191, - 48.8516891 - ] - }, - "id": "node/11287419246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11287419248", - "clothes": "women", - "name": "The Place", - "opening_hours": "Mo 13:00-19:00, Tu-Sa 11:00-19:00", - "phone": "+33 1 40 51 01 51", - "shop": "clothes", - "website": "https://www.theplacelondon.co.uk" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3385694, - 48.8511869 - ] - }, - "id": "node/11287419248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11287419249", - "clothes": "men", - "name": "The Place", - "opening_hours": "Mo 13:00-19:00, Tu-Sa 11:00-19:00", - "phone": "+33 1 43 25 53 93", - "shop": "clothes", - "website": "https://www.theplacelondon.co.uk" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3385693, - 48.8511384 - ] - }, - "id": "node/11287419249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11287419252", - "clothes": "men", - "name": "Altona", - "opening_hours": "Tu-We 14:00-18:00, Th-Sa 11:30-18:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3385615, - 48.8513123 - ] - }, - "id": "node/11287419252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11287419260", - "name": "Banana Cabana", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3377771, - 48.8516831 - ] - }, - "id": "node/11287419260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11287419262", - "name": "Avril Gau", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3372514, - 48.8516903 - ] - }, - "id": "node/11287419262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11289914867", - "contact:phone": "+33 1 55 42 00 43", - "name": "Moïcani", - "official_name": "Marysara", - "ref:FR:SIRET": "49211209900014", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3385725, - 48.8509562 - ] - }, - "id": "node/11289914867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11297919906", - "name": "Jaiio", - "opening_hours": "Tu-Sa 11:00-19:00", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3451779, - 48.863945 - ] - }, - "id": "node/11297919906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11298415404", - "contact:phone": "+33 1 88 83 22 83", - "name": "Petite Mendigote", - "opening_hours": "Mo 13:00-19:00, Tu-Fr 11:00-14:00,14:45-19:00; Sa 10:30-19:30", - "shop": "clothes", - "website": "https://www.petitemendigote.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.323801, - 48.8482111 - ] - }, - "id": "node/11298415404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11298415405", - "contact:email": "contact@ken-okada.com", - "contact:instagram": "kenokada.paris", - "contact:phone": "+33 9 83 02 87 94", - "name": "Ken Okada", - "opening_hours": "Mo-Fr 10:00-19:00, Th 10:00-20:00, Sa 14:00-19:00", - "shop": "clothes", - "website": "https://www.ken-okada.com/fr/66-soldes-ken-okada-paris-" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3242232, - 48.8484347 - ] - }, - "id": "node/11298415405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11299593181", - "addr:housenumber": "14", - "addr:street": "rue du bourg Tibourg", - "name": "Anatomica", - "phone": "+33142741020", - "shop": "clothes", - "website": "https://www.anatomica.fr/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3561281, - 48.8571951 - ] - }, - "id": "node/11299593181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11306627139", - "name": "Saga des Marques", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3531414, - 48.8804788 - ] - }, - "id": "node/11306627139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11306630842", - "clothes": "wedding", - "name": "Nael Boutique", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.352885, - 48.8795121 - ] - }, - "id": "node/11306630842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11308559611", - "name": "Next-Stop", - "opening_hours": "Mo-Sa 11:00-19:30, Su 14:00-19:30", - "ref:FR:SIREN": "340273010", - "ref:FR:SIRET": "34027301000041", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3398687, - 48.8535385 - ] - }, - "id": "node/11308559611" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11308997794", - "clothes": "wedding", - "name": "Le Marié", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3509584, - 48.8816346 - ] - }, - "id": "node/11308997794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11309029176", - "clothes": "wedding", - "name": "Men Class", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3511582, - 48.8814294 - ] - }, - "id": "node/11309029176" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11327635064", - "name": "Shoesissime", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3532485, - 48.8652019 - ] - }, - "id": "node/11327635064" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11349888524", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "clothes": "children", - "name": "Jacadi", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3297543, - 48.8435072 - ] - }, - "id": "node/11349888524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11349888535", - "brand": "Éric Bompard", - "brand:wikidata": "Q3590998", - "name": "Éric Bompard", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3298617, - 48.843582 - ] - }, - "id": "node/11349888535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11352502809", - "alt_name": "75003-10-90 Enfants Rouges", - "alt_shop": "popup", - "alt_website": "https://mypopupstore.lab-event.com/fr/75003-10-90-enfants-rouges-5.html", - "check_date": "2024-08-10", - "description": "ceci est un pop-up store donc avec types de magasins et enseignes éphémères", - "name": "Rails", - "note": "merci de conserver le alt_shop et alt_name", - "permanent": "no", - "shop": "clothes", - "website": "https://www.mypopupstore.fr/blog/2023/01/23/rails-pop-up-store/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3634338, - 48.861562 - ] - }, - "id": "node/11352502809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11358749135", - "name": "Nevada Love", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3514699, - 48.867426 - ] - }, - "id": "node/11358749135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11362328299", - "name": "La Piscine", - "opening_hours": "Mo-Sa 11:00-19:30, Su 12:00-19:30", - "shop": "clothes", - "website": "https://www.lapiscine-paris.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3388855, - 48.8527592 - ] - }, - "id": "node/11362328299" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11367975933", - "clothes": "underwear;men;socks", - "name": "Pétrone", - "opening_hours": "Mo-Fr 11:00-20:00; Sa 10:00-20:00", - "shop": "clothes", - "website": "https://petroneparis.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3479111, - 48.8695369 - ] - }, - "id": "node/11367975933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11370120148", - "addr:city": "Paris", - "addr:housenumber": "4", - "addr:postcode": "75018", - "addr:street": "Rue Lepic", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "name": "Jonak", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3332135, - 48.884162 - ] - }, - "id": "node/11370120148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11370120149", - "addr:city": "Paris", - "addr:housenumber": "6", - "addr:postcode": "75018", - "addr:street": "Rue Lepic", - "brand": "Okaïdi", - "brand:wikidata": "Q3350027", - "clothes": "children", - "name": "Okaïdi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3332907, - 48.8842352 - ] - }, - "id": "node/11370120149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11375123133", - "contact:phone": "+33 1 47 42 00 78", - "contact:website": "https://www.tbs.fr/fr/boutiques/tbs-paris-pepiniere", - "level": "0", - "name": "TBS", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3220463, - 48.8749498 - ] - }, - "id": "node/11375123133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377594669", - "addr:postcode": "75017", - "brand": "Geox", - "brand:wikidata": "Q588001", - "name": "Tamaris", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.301339, - 48.8811226 - ] - }, - "id": "node/11377594669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377594670", - "name": "Berenice", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3014683, - 48.8809895 - ] - }, - "id": "node/11377594670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377594671", - "name": "Max&Moi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3015149, - 48.8809357 - ] - }, - "id": "node/11377594671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377594672", - "name": "Notshy Cashmere", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3015784, - 48.8808756 - ] - }, - "id": "node/11377594672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377594673", - "name": "Sandro Homme", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3010789, - 48.8809934 - ] - }, - "id": "node/11377594673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377594674", - "name": "Café Cotton", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3012827, - 48.8807785 - ] - }, - "id": "node/11377594674" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377594769", - "brand": "Faguo", - "brand:wikidata": "Q48752850", - "name": "Faguo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.301373, - 48.881072 - ] - }, - "id": "node/11377594769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377594770", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "name": "Sandro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3016175, - 48.8808374 - ] - }, - "id": "node/11377594770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377594869", - "name": "Fursac", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3014157, - 48.8810337 - ] - }, - "id": "node/11377594869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377635669", - "addr:housenumber": "91", - "addr:street": "Rue de Courcelles", - "name": "Curling", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3018164, - 48.8802498 - ] - }, - "id": "node/11377635669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377635670", - "name": "Churches", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.302226, - 48.8798516 - ] - }, - "id": "node/11377635670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377635671", - "brand": "Pablo", - "brand:wikidata": "Q104718978", - "clothes": "women", - "name": "Pablo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3025941, - 48.8794915 - ] - }, - "id": "node/11377635671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377635869", - "name": "Gerard Darel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3019878, - 48.880083 - ] - }, - "id": "node/11377635869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377635870", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "name": "Princesse tam.tam", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3024086, - 48.8796752 - ] - }, - "id": "node/11377635870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377635969", - "name": "Ekyog", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3020368, - 48.8800364 - ] - }, - "id": "node/11377635969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377636069", - "name": "Paraboot", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3022824, - 48.8797907 - ] - }, - "id": "node/11377636069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11377636070", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "name": "Jonak", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3024791, - 48.8796188 - ] - }, - "id": "node/11377636070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11390145059", - "check_date:opening_hours": "2024-09-30", - "clothes": "wedding", - "name": "Maden", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.319906, - 48.8329271 - ] - }, - "id": "node/11390145059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11390400851", - "name": "StockMark", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4036455, - 48.8706007 - ] - }, - "id": "node/11390400851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11390400866", - "name": "Les robes infidèles", - "second_hand": "only", - "shop": "clothes", - "website": "https://lesrobesinfideles.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3995134, - 48.8640442 - ] - }, - "id": "node/11390400866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11405057229", - "clothes": "suits", - "name": "Billtornade", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3150157, - 48.8738915 - ] - }, - "id": "node/11405057229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11407921580", - "clothes": "women", - "name": "Métamorphoses", - "shop": "clothes", - "website": "http://www.metamorphoses-home.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3300425, - 48.8432914 - ] - }, - "id": "node/11407921580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11409521564", - "addr:city": "Paris", - "addr:housenumber": "223", - "addr:postcode": "75018", - "addr:street": "Rue Championnet", - "name": "José Esam", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3291507, - 48.8932937 - ] - }, - "id": "node/11409521564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11420460088", - "addr:housenumber": "104 bis", - "addr:street": "Boulevard Voltaire", - "check_date": "2024-04-06", - "name": "Classy Fit Gaine", - "opening_hours": "Tu-Fr 10:30-13:00,14:30-20:00; Sa 10:00-13:00,14:00-20:00", - "phone": "+33 1 53 14 78 33", - "shop": "clothes", - "website": "https://classyfitgaine.fr/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3770393, - 48.8594266 - ] - }, - "id": "node/11420460088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11423800963", - "addr:city": "Paris", - "addr:housenumber": "1", - "addr:postcode": "75018", - "addr:street": "Rue des Trois Frères", - "check_date": "2024-07-06", - "name": "La Factory", - "opening_hours": "Mo-Fr 11:00-19:30; Sa 10:30-20:00; Su 14:30-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3415883, - 48.8835222 - ] - }, - "id": "node/11423800963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11425763870", - "name": "Free'P'Star", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3538669, - 48.8594118 - ] - }, - "id": "node/11425763870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11444143238", - "name": "Paul Smith", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3594574, - 48.8628415 - ] - }, - "id": "node/11444143238" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11450005365", - "addr:city": "Paris", - "addr:housenumber": "13", - "addr:postcode": "75001", - "addr:street": "Rue Étienne Marcel", - "name": "DEEPINPARIS vintage store", - "opening_hours": "Mo-Sa 12:00-19:00", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.instagram.com/deepinparis.vintage/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3496904, - 48.8636085 - ] - }, - "id": "node/11450005365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11452117871", - "addr:housenumber": "20", - "addr:postcode": "75018", - "addr:street": "Avenue de Clichy", - "contact:instagram": "bisboutiquesolidaire", - "name": "Bis Boutique Solidaire", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "website": "https://www.bisboutiquesolidaire.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3268915, - 48.8850547 - ] - }, - "id": "node/11452117871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11463455035", - "name": "Rue Du Cachemire", - "opening_hours": "Mo-Sa 10:30-18:30; Sa 12:00-19:00; PH closed", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3459252, - 48.864102 - ] - }, - "id": "node/11463455035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11465239361", - "addr:city": "Paris", - "addr:housenumber": "143", - "addr:postcode": "75002", - "addr:street": "Rue d'Aboukir", - "name": "Exaltation", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:30-19:00", - "phone": "+33145085994", - "shop": "clothes", - "website": "https://www.exaltation.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.352028, - 48.8693263 - ] - }, - "id": "node/11465239361" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11465303268", - "name": "Yse", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3444409, - 48.866011 - ] - }, - "id": "node/11465303268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11467712655", - "addr:city": "Paris", - "addr:housenumber": "31", - "addr:postcode": "75018", - "addr:street": "Rue des Abbesses", - "check_date": "2023-02-01", - "name": "La Piscine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3374777, - 48.8847669 - ] - }, - "id": "node/11467712655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11478717257", - "name": "Dries van Noten", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3352191, - 48.8576519 - ] - }, - "id": "node/11478717257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11478717259", - "name": "Dries Van Noten", - "opening_hours": "Mo-Sa 11:00-19:00", - "phone": "+33 1 44 27 00 40", - "shop": "clothes", - "website": "https://www.driesvannoten.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3355546, - 48.8576073 - ] - }, - "id": "node/11478717259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11478785911", - "clothes": "fashion", - "name": "Hindbag", - "shop": "clothes", - "website": "https://hindbag.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3355389, - 48.879945 - ] - }, - "id": "node/11478785911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11485643663", - "clothes": "underwear", - "name": "Etam", - "shop": "clothes", - "survey:date": "2024-01-04" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3248717, - 48.8503692 - ] - }, - "id": "node/11485643663" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11485643664", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "name": "Petit Bateau", - "opening_hours": "Mo-Sa 10:00-19:00; Su 11:00-19:00", - "phone": "+33 1 45 49 48 38", - "shop": "clothes", - "survey:date": "2024-01-04", - "website": "https://stores.petit-bateau.com/france/paris/53-bis-rue-de-sevres" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3244171, - 48.8501743 - ] - }, - "id": "node/11485643664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11500609740", - "name": "Arcus", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3469564, - 48.860397 - ] - }, - "id": "node/11500609740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11500623036", - "name": "Backdoor", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3469675, - 48.8602131 - ] - }, - "id": "node/11500623036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11500623784", - "name": "Alternatif", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3470982, - 48.8603866 - ] - }, - "id": "node/11500623784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11500653114", - "name": "Shinzo Pauline Furman", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3479611, - 48.864001 - ] - }, - "id": "node/11500653114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11500660604", - "name": "Vintage century", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3471111, - 48.8648072 - ] - }, - "id": "node/11500660604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11500682393", - "name": "Icone", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3475606, - 48.8647013 - ] - }, - "id": "node/11500682393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11503854045", - "name": "Paradise", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3489389, - 48.8615394 - ] - }, - "id": "node/11503854045" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11503854046", - "name": "Custom Paradise", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.348957, - 48.8615816 - ] - }, - "id": "node/11503854046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11503860932", - "name": "Baidou", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3491078, - 48.8618375 - ] - }, - "id": "node/11503860932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11503914372", - "name": "Miss coquines", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493392, - 48.8619057 - ] - }, - "id": "node/11503914372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11503930861", - "name": "Mode Pole", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3492592, - 48.8617318 - ] - }, - "id": "node/11503930861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11503931813", - "name": "Jeanus", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493731, - 48.8619721 - ] - }, - "id": "node/11503931813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11503934113", - "name": "Concord", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3494031, - 48.8620327 - ] - }, - "id": "node/11503934113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11506479103", - "name": "Johann", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3660358, - 48.8601689 - ] - }, - "id": "node/11506479103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11510736501", - "name": "Loulou Studio", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3451027, - 48.8675776 - ] - }, - "id": "node/11510736501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11510770645", - "addr:city": "Paris", - "addr:housenumber": "14", - "addr:postcode": "75001", - "addr:street": "Rue de Castiglione", - "brand": "Gucci", - "brand:wikidata": "Q178516", - "clothes": "fashion", - "name": "Gucci", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3285812, - 48.8663929 - ] - }, - "id": "node/11510770645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11513578676", - "name": "Pickers", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.34831, - 48.8654571 - ] - }, - "id": "node/11513578676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11514286283", - "name": "Le Petit Salon 38", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3489529, - 48.8646173 - ] - }, - "id": "node/11514286283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11514343905", - "name": "No Name", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3473201, - 48.864381 - ] - }, - "id": "node/11514343905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11519753139", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.34874, - 48.8612659 - ] - }, - "id": "node/11519753139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11519753425", - "name": "Fripouilles", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3487572, - 48.8612975 - ] - }, - "id": "node/11519753425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11519800987", - "name": "Lock & enjoy", - "shop": "bag", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3494703, - 48.8658456 - ] - }, - "id": "node/11519800987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11522771356", - "name": "Stand", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.350955, - 48.8604619 - ] - }, - "id": "node/11522771356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11522829397", - "name": "Shinzo", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3471505, - 48.8642002 - ] - }, - "id": "node/11522829397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11522830591", - "name": "Shinzo clubhouse", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3472384, - 48.864184 - ] - }, - "id": "node/11522830591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11522845377", - "name": "Shinzo Trail run", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3473167, - 48.8641628 - ] - }, - "id": "node/11522845377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11525622963", - "brand": "Jules", - "brand:wikidata": "Q3188386", - "clothes": "men", - "name": "Jules", - "opening_hours": "Mo-Sa 10:00-19:30", - "phone": "+33 1 87 76 28 00", - "shop": "clothes", - "website": "https://www.jules.com/fr-fr/magasins/16001794/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3143582, - 48.8833105 - ] - }, - "id": "node/11525622963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11525690153", - "check_date:opening_hours": "2024-05-22", - "name": "Non-Stop", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3140785, - 48.8835604 - ] - }, - "id": "node/11525690153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11533578928", - "name": "Marie martens", - "opening_hours": "Tu-Sa 11:00-19:00; Su 13:00-18:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3636278, - 48.8584621 - ] - }, - "id": "node/11533578928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11534050605", - "name": "Leonie", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3450509, - 48.8672215 - ] - }, - "id": "node/11534050605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11534054143", - "name": "Pauème", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3446308, - 48.8669768 - ] - }, - "id": "node/11534054143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11534172197", - "addr:city": "Paris", - "addr:housenumber": "20", - "addr:postcode": "75018", - "addr:street": "Rue Houdon", - "name": "Sessùn", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3390177, - 48.8837011 - ] - }, - "id": "node/11534172197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11543791025", - "name": "I7HI0", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3631043, - 48.8571219 - ] - }, - "id": "node/11543791025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11543802583", - "brand": "Birkenstock", - "brand:wikidata": "Q648458", - "name": "Birkenstock", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624649, - 48.856098 - ] - }, - "id": "node/11543802583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11543814747", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3622507, - 48.8560062 - ] - }, - "id": "node/11543814747" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11543835789", - "brand": "Soeur", - "brand:wikidata": "Q104232980", - "clothes": "women", - "name": "Soeur", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3623317, - 48.856157 - ] - }, - "id": "node/11543835789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11543838904", - "brand": "Des Petits Hauts", - "brand:wikidata": "Q104197445", - "clothes": "women", - "name": "Des Petits Hauts", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3626212, - 48.8563889 - ] - }, - "id": "node/11543838904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11543845762", - "name": "Bompard", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3624387, - 48.8560456 - ] - }, - "id": "node/11543845762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11546626271", - "name": "La caverne des marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4045436, - 48.8523301 - ] - }, - "id": "node/11546626271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11549222032", - "brand": "Herno", - "name": "Herno", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.326485, - 48.8672725 - ] - }, - "id": "node/11549222032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11549222033", - "addr:city": "Paris", - "addr:housenumber": "382", - "addr:postcode": "75001", - "addr:street": "Rue Saint-Honoré", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "name": "Chanel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3260827, - 48.8675712 - ] - }, - "id": "node/11549222033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11554486756", - "name": "Nathalie", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3544311, - 48.8639306 - ] - }, - "id": "node/11554486756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11554538809", - "name": "Bozar", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3539593, - 48.8633374 - ] - }, - "id": "node/11554538809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11554543404", - "name": "Les Etablis", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3546187, - 48.8636256 - ] - }, - "id": "node/11554543404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11554618864", - "name": "American vintage", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3459692, - 48.8648456 - ] - }, - "id": "node/11554618864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11556080226", - "name": "Merippa", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.347709, - 48.8654936 - ] - }, - "id": "node/11556080226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11556115702", - "name": "Sessun", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3456797, - 48.8659618 - ] - }, - "id": "node/11556115702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11556748978", - "name": "Ale", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3494129, - 48.8648082 - ] - }, - "id": "node/11556748978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11556769406", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3495488, - 48.8647849 - ] - }, - "id": "node/11556769406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11556769477", - "name": "Chenge", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3506566, - 48.8641005 - ] - }, - "id": "node/11556769477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11556771763", - "name": "Tropico homme", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.348766, - 48.8623877 - ] - }, - "id": "node/11556771763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11556788203", - "name": "Sulvam", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3510755, - 48.8620262 - ] - }, - "id": "node/11556788203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11556792782", - "name": "Quickstrike", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3513442, - 48.8625813 - ] - }, - "id": "node/11556792782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11556882983", - "name": "Store 36", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3484964, - 48.8603023 - ] - }, - "id": "node/11556882983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11556906306", - "brand": "Phyléa", - "check_date": "2024-07-25", - "name": "Philea", - "opening_hours": "Mo-Sa 13:00-19:30", - "phone": "+33 1 42 72 21 98", - "shop": "clothes", - "website": "https://www.metamorphose.fr", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505077, - 48.8612687 - ] - }, - "id": "node/11556906306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11556943251", - "name": "Capsule", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3472725, - 48.8648082 - ] - }, - "id": "node/11556943251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11557073908", - "name": "L'univers du Caftan", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3253802, - 48.8912876 - ] - }, - "id": "node/11557073908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11557085546", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3233235, - 48.8896606 - ] - }, - "id": "node/11557085546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11559974059", - "name": "F vintage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3517141, - 48.8674943 - ] - }, - "id": "node/11559974059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11559995044", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3519179, - 48.8680223 - ] - }, - "id": "node/11559995044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11559996960", - "name": "M'y little princess", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3514468, - 48.8669005 - ] - }, - "id": "node/11559996960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11559997196", - "name": "Margot", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3517404, - 48.8675685 - ] - }, - "id": "node/11559997196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11561046540", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.385487, - 48.8504061 - ] - }, - "id": "node/11561046540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11569952922", - "name": "Vimoda", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3515387, - 48.8676407 - ] - }, - "id": "node/11569952922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11569952923", - "name": "Venocturne", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.351516, - 48.8675682 - ] - }, - "id": "node/11569952923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11569964921", - "name": "Bains de mars", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3489349, - 48.8660267 - ] - }, - "id": "node/11569964921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11569971648", - "name": "BHATTI", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3513209, - 48.8666318 - ] - }, - "id": "node/11569971648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11569978250", - "name": "Stock griffes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3514942, - 48.8670295 - ] - }, - "id": "node/11569978250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11569979549", - "name": "Manu", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3512085, - 48.8668841 - ] - }, - "id": "node/11569979549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11569982204", - "name": "Natasha", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3513167, - 48.8671326 - ] - }, - "id": "node/11569982204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11569988195", - "name": "Isadora", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3514139, - 48.8672831 - ] - }, - "id": "node/11569988195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572430951", - "name": "Original", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3518002, - 48.8682941 - ] - }, - "id": "node/11572430951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572433660", - "name": "Georgede", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.352239, - 48.8687854 - ] - }, - "id": "node/11572433660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572471809", - "name": "20 fevrier", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3522035, - 48.8692299 - ] - }, - "id": "node/11572471809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572473917", - "name": "Christina", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.351962, - 48.8686771 - ] - }, - "id": "node/11572473917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572474526", - "name": "Deker's", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3523982, - 48.8690863 - ] - }, - "id": "node/11572474526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572474531", - "name": "IV1", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3523069, - 48.8689031 - ] - }, - "id": "node/11572474531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572477026", - "name": "Rebel", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.352087, - 48.868425 - ] - }, - "id": "node/11572477026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572483566", - "name": "Biscote", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3519475, - 48.868624 - ] - }, - "id": "node/11572483566" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572485901", - "name": "Sirely", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3524222, - 48.8691197 - ] - }, - "id": "node/11572485901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572485996", - "name": "Kawak", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3521798, - 48.8686385 - ] - }, - "id": "node/11572485996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572500208", - "name": "Wish", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3521901, - 48.8691629 - ] - }, - "id": "node/11572500208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572500209", - "name": "F&P", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3521807, - 48.8691132 - ] - }, - "id": "node/11572500209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572500764", - "name": "Lonkel", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3519135, - 48.8685861 - ] - }, - "id": "node/11572500764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572501560", - "name": "Jus d'orange", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3518829, - 48.8685157 - ] - }, - "id": "node/11572501560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572501954", - "clothes": "wedding", - "name": "Cocktail by night", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3526248, - 48.8693131 - ] - }, - "id": "node/11572501954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572501970", - "name": "Jorge", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3521378, - 48.8690352 - ] - }, - "id": "node/11572501970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572502272", - "name": "Miss bonbon", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3521002, - 48.8689464 - ] - }, - "id": "node/11572502272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572511367", - "name": "Le mirage", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.352117, - 48.8689937 - ] - }, - "id": "node/11572511367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572513673", - "name": "Anja Rock", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3519896, - 48.8687246 - ] - }, - "id": "node/11572513673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572514771", - "name": "Buby.s", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3518586, - 48.8684525 - ] - }, - "id": "node/11572514771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572515710", - "name": "Afrca first", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.352263, - 48.8688248 - ] - }, - "id": "node/11572515710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572515971", - "name": "Maxmila", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3518776, - 48.8679062 - ] - }, - "id": "node/11572515971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572528876", - "name": "Compagnie de Californie", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3516641, - 48.8680241 - ] - }, - "id": "node/11572528876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572528998", - "name": "Grenouilles du marais", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3517459, - 48.8681933 - ] - }, - "id": "node/11572528998" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572528999", - "name": "Thelma Fevo", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3517145, - 48.8681035 - ] - }, - "id": "node/11572528999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11572541117", - "name": "Le singe de Julie", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3518567, - 48.8678615 - ] - }, - "id": "node/11572541117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11573331633", - "addr:housenumber": "281", - "addr:street": "Rue de Vaugirard", - "name": "KB stock", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.301621, - 48.83942 - ] - }, - "id": "node/11573331633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11573678710", - "brand": "Bréal", - "brand:wikidata": "Q117235747", - "name": "Bréal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.417715, - 48.8453416 - ] - }, - "id": "node/11573678710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11573678725", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "name": "Petit Bateau", - "phone": "+33 1 58 64 33 28", - "shop": "clothes", - "website": "https://stores.petit-bateau.com/france/saint-mande/16-17-avenue-du-general-de-gaulle" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4174069, - 48.8449864 - ] - }, - "id": "node/11573678725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11577303774", - "name": "Le kasha", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3531603, - 48.8655722 - ] - }, - "id": "node/11577303774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11577318131", - "name": "Lins", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3529125, - 48.8642014 - ] - }, - "id": "node/11577318131" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11579721274", - "name": "Bottier", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3341734, - 48.8814126 - ] - }, - "id": "node/11579721274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11579799468", - "name": "Chaussures Lalo", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3387773, - 48.8770404 - ] - }, - "id": "node/11579799468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11580022082", - "name": "M. SAAD", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505269, - 48.8735085 - ] - }, - "id": "node/11580022082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11580043085", - "description": "chemises uniquement", - "name": "Bourrienne", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3508449, - 48.8745973 - ] - }, - "id": "node/11580043085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11580077969", - "addr:housenumber": "46", - "addr:postcode": "75006", - "addr:street": "Rue du Cherche-Midi", - "name": "La Cerise sur le Chapeau", - "opening_hours": "Tu-Sa 11:00-19:00", - "phone": "0787335202", - "shop": "clothes", - "website": "https://lacerisesurlechapeau.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3260949, - 48.8494552 - ] - }, - "id": "node/11580077969" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11584421357", - "name": "Orza", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3523533, - 48.8644967 - ] - }, - "id": "node/11584421357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11587683748", - "name": "Teddy Smith", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3473161, - 48.8635884 - ] - }, - "id": "node/11587683748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11587690177", - "name": "Denim Studio", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.347308, - 48.8639764 - ] - }, - "id": "node/11587690177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11587732135", - "name": "Souvenir machine", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3479581, - 48.8637322 - ] - }, - "id": "node/11587732135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11587734155", - "name": "Le5", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3477073, - 48.8636741 - ] - }, - "id": "node/11587734155" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11587754869", - "name": "Retro", - "second_hand": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505706, - 48.8640832 - ] - }, - "id": "node/11587754869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11594797173", - "name": "L'impressionne (impressions sur vêtements)", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3209551, - 48.8882591 - ] - }, - "id": "node/11594797173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11603053059", - "name": "Fripe Avenue", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3506083, - 48.859778 - ] - }, - "id": "node/11603053059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11603152755", - "addr:housenumber": "81", - "addr:street": "Rue Saint-Martin", - "name": "Chapeaux Merry Jean's", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505231, - 48.8595991 - ] - }, - "id": "node/11603152755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11603434169", - "name": "Kanell", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3480166, - 48.8728347 - ] - }, - "id": "node/11603434169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11610536390", - "name": "Veja Store", - "shop": "shoes", - "website": "https://www.veja-store.com/fr_fr/shop-view-paris" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3633729, - 48.8716164 - ] - }, - "id": "node/11610536390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11611798785", - "name": "Opium", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3488238, - 48.8634487 - ] - }, - "id": "node/11611798785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11617930987", - "name": "Éden rose", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.348273, - 48.8682123 - ] - }, - "id": "node/11617930987" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11617951125", - "name": "Luv Box", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3481527, - 48.868174 - ] - }, - "id": "node/11617951125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11617955957", - "name": "Grege", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3483681, - 48.8682392 - ] - }, - "id": "node/11617955957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11617955958", - "name": "Cotonade", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3487481, - 48.868193 - ] - }, - "id": "node/11617955958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11617970776", - "name": "Croisillon", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.348212, - 48.8681937 - ] - }, - "id": "node/11617970776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11627968310", - "check_date": "2024-04-06", - "name": "Charmod", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3729841, - 48.8561522 - ] - }, - "id": "node/11627968310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11632098749", - "addr:housenumber": "59", - "addr:street": "Rue de Passy", - "brand": "Zara", - "brand:wikidata": "Q147662", - "clothes": "men;women;children", - "name": "Zara", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes", - "website": "https://www.zara.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2789628, - 48.8576151 - ] - }, - "id": "node/11632098749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11634801169", - "addr:housenumber": "21", - "addr:street": "Boulevard Saint-Martin", - "name": "Comptoir de Kimono", - "shop": "clothes", - "website": "https://comptoirdekimono.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3595725, - 48.86817 - ] - }, - "id": "node/11634801169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11635792572", - "brand": "Zara", - "brand:wikidata": "Q147662", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3241344, - 48.8500401 - ] - }, - "id": "node/11635792572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11635792573", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "name": "Lacoste", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3244196, - 48.850117 - ] - }, - "id": "node/11635792573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11635806250", - "brand": "Minelli", - "brand:wikidata": "Q61994831", - "name": "Minelli", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.325022, - 48.8504647 - ] - }, - "id": "node/11635806250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11635806251", - "brand": "Wolford", - "brand:wikidata": "Q431607", - "name": "Wolford", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3252657, - 48.8505572 - ] - }, - "id": "node/11635806251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11638559546", - "brand": "Weekday", - "brand:wikidata": "Q10719514", - "name": "Weekday", - "shop": "clothes", - "website": "https://www.weekday.com/en-dk/store-locator/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3634915, - 48.8714431 - ] - }, - "id": "node/11638559546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11638736825", - "brand": "Soeur", - "brand:wikidata": "Q104232980", - "clothes": "women", - "name": "Soeur", - "shop": "clothes", - "website": "https://www.soeur.fr/blogs/stores" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3640903, - 48.8716411 - ] - }, - "id": "node/11638736825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11638736826", - "name": "Silbon", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3640018, - 48.871616 - ] - }, - "id": "node/11638736826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11652760951", - "name": "Atelier Jad", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3524197, - 48.8665007 - ] - }, - "id": "node/11652760951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11663797342", - "level": "1", - "name": "Paris Styles", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3664236, - 48.824213 - ] - }, - "id": "node/11663797342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11681699669", - "addr:housenumber": "6", - "addr:postcode": "75004", - "addr:street": "Rue du Trésor", - "contact:facebook": "agogogang", - "contact:instagram": "agogogang", - "email": "bisou@agogogang.fr", - "name": "AGOGOGANG", - "opening_hours": "Tu-Fr 11:00-19:00; Sa 11:00-20:00; Su 13:00-19:00", - "phone": "+33 9 87 00 45 97", - "shop": "clothes", - "website": "https://agogogang.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.358095, - 48.8570436 - ] - }, - "id": "node/11681699669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11697425772", - "name": "Manelli", - "opening_hours": "Mo-We 09:00-12:30,13:30-18:00; Th,Fr 09:00-12:30,14:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3013836, - 48.829265 - ] - }, - "id": "node/11697425772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11700472516", - "name": "Diffusion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3579916, - 48.8248004 - ] - }, - "id": "node/11700472516" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11708347627", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3491658, - 48.8631895 - ] - }, - "id": "node/11708347627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11708355699", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3491524, - 48.8631927 - ] - }, - "id": "node/11708355699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11708401403", - "name": "Caprice de femme", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2846422, - 48.8696397 - ] - }, - "id": "node/11708401403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11708425591", - "name": "Crémerie de Paris", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3464829, - 48.8598153 - ] - }, - "id": "node/11708425591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11710859650", - "indoor_seating": "yes", - "name": "Boy Loove Girl", - "outdoor_seating": "no", - "shop": "clothes", - "smoking": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493538, - 48.8632517 - ] - }, - "id": "node/11710859650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11710873485", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3490277, - 48.8618812 - ] - }, - "id": "node/11710873485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11711251110", - "level": "1", - "name": "jacadi", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.283612, - 48.8477026 - ] - }, - "id": "node/11711251110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11727878434", - "name": "Baccara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3283906, - 48.8933521 - ] - }, - "id": "node/11727878434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11736465842", - "name": "Angelika", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3522452, - 48.8693992 - ] - }, - "id": "node/11736465842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11736468266", - "name": "Chic & Migonne", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.350522, - 48.8687325 - ] - }, - "id": "node/11736468266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11736483725", - "name": "Un temps pour elle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3485826, - 48.8683223 - ] - }, - "id": "node/11736483725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11736722117", - "name": "KOM", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3480691, - 48.868149 - ] - }, - "id": "node/11736722117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11736738834", - "name": "Gipsy", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3479961, - 48.8680098 - ] - }, - "id": "node/11736738834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11736740387", - "name": "Angarde", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3475756, - 48.8678796 - ] - }, - "id": "node/11736740387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11739282120", - "addr:housenumber": "5", - "addr:street": "Rue Pasquier", - "clothes": "men", - "name": "Marc Guyot", - "shop": "clothes", - "website": "https://www.marcguyot.org/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3230675, - 48.8717324 - ] - }, - "id": "node/11739282120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11745908923", - "check_date:opening_hours": "2024-03-31", - "name": "Maison Babylone", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2976329, - 48.836995 - ] - }, - "id": "node/11745908923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11745910154", - "name": "Mary Kimberley", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:30-13:30,14:30-19:00; Su 10:30-13:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2976942, - 48.8369782 - ] - }, - "id": "node/11745910154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11745940849", - "addr:housenumber": "199 bis", - "addr:street": "Rue de la Convention", - "check_date:opening_hours": "2024-03-31", - "name": "Les Brodeuses", - "opening_hours:signed": "no", - "shop": "clothes", - "website": "https://lesbrodeuses.squarespace.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.297976, - 48.8368985 - ] - }, - "id": "node/11745940849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11748490851", - "name": "LIU JO", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3314014, - 48.8544231 - ] - }, - "id": "node/11748490851" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11755460279", - "alt_name": "Ciao Sézane", - "name": "Sézane et Octobre", - "opening_hours": "Tu-Fr 11:30-19:30, Sa 10:00-20:00", - "ref:FR:SIRET": "87756690100154", - "shop": "clothes", - "website": "https://www.sezane.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3234847, - 48.8521857 - ] - }, - "id": "node/11755460279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11762509107", - "contact:phone": "+33 1 42 22 20 46", - "name": "Chatelles", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "shoes", - "website": "https://www.mychatelles.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.323868, - 48.8543265 - ] - }, - "id": "node/11762509107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11766192569", - "addr:housenumber": "95", - "addr:postcode": "75017", - "addr:street": "Rue de Courcelles", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "name": "The Kooples", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3014407, - 48.8806343 - ] - }, - "id": "node/11766192569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11766192669", - "name": "Zapa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3014755, - 48.8805876 - ] - }, - "id": "node/11766192669" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11766192769", - "brand": "Des Petits Hauts", - "brand:wikidata": "Q104197445", - "clothes": "women", - "name": "Des Petits Hauts", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3015089, - 48.8805502 - ] - }, - "id": "node/11766192769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11766192869", - "name": "Eugene bernard", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3015521, - 48.8805196 - ] - }, - "id": "node/11766192869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11766192970", - "name": "Tara Jarmon", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3017286, - 48.8803563 - ] - }, - "id": "node/11766192970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11766192971", - "brand": "Aubade", - "brand:wikidata": "Q2870536", - "clothes": "underwear", - "name": "Aubade", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3017717, - 48.8803045 - ] - }, - "id": "node/11766192971" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11769829310", - "name": "Capel", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3214437, - 48.8730327 - ] - }, - "id": "node/11769829310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11769942504", - "brand": "Doré Doré", - "brand:wikidata": "Q3037289", - "clothes": "underwear", - "name": "Doré Doré", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3243427, - 48.8546264 - ] - }, - "id": "node/11769942504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11773902057", - "check_date": "2024-03-30", - "name": "R. Pons et cie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3686262, - 48.8681311 - ] - }, - "id": "node/11773902057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11774436911", - "brand": "Clarks", - "brand:wikidata": "Q1095857", - "contact:city": "Paris", - "contact:housenumber": "80", - "contact:postcode": "75008", - "contact:street": "Boulevard Haussmann", - "name": "Clarks", - "ref:FR:NAF": "47.72A", - "ref:FR:SIRET": "88874823300028", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3252722, - 48.8741668 - ] - }, - "id": "node/11774436911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11775680306", - "contact:phone": "+33 1 43 54 64 47", - "name": "Bensimon", - "opening_hours": "11:00-19:00; Su 13:30-19:00", - "shop": "clothes", - "website": "https://www.bensimon.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3368311, - 48.8542876 - ] - }, - "id": "node/11775680306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11775680308", - "name": "Bellerose", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3365558, - 48.8545269 - ] - }, - "id": "node/11775680308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11775680310", - "brand": "Isabel Marant", - "brand:wikidata": "Q18330597", - "name": "Isabel Marant", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3367613, - 48.8544568 - ] - }, - "id": "node/11775680310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11775680311", - "name": "Flabelus", - "shop": "shoes", - "website": "https://flabelus.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3334123, - 48.8532382 - ] - }, - "id": "node/11775680311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11778381083", - "check_date": "2024-04-01", - "name": "Lauren Vidal", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3612514, - 48.8565749 - ] - }, - "id": "node/11778381083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11792587730", - "name": "64 Cléry", - "shop": "shoes", - "survey:date": "2024-04-05" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3489843, - 48.8687067 - ] - }, - "id": "node/11792587730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11793851231", - "name": "Titema", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3424552, - 48.8535806 - ] - }, - "id": "node/11793851231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11801913651", - "name": "John Foster", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3499196, - 48.87722 - ] - }, - "id": "node/11801913651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11801917240", - "name": "Outlet Mark", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3496852, - 48.877251 - ] - }, - "id": "node/11801917240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11802883938", - "name": "BBB Shop", - "shop": "shoes", - "website": "https://bbbshop-paris.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3825017, - 48.8586857 - ] - }, - "id": "node/11802883938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11808164268", - "name": "Ambre & Cosy", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2840387, - 48.8917725 - ] - }, - "id": "node/11808164268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11808194495", - "name": "Stock'shop", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2847413, - 48.8918846 - ] - }, - "id": "node/11808194495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11808223870", - "name": "Is clothing", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3024894, - 48.8851657 - ] - }, - "id": "node/11808223870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11815112269", - "name": "Deuxième Comptoire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4248261, - 48.8531096 - ] - }, - "id": "node/11815112269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11816243647", - "check_date": "2024-04-14", - "clothes": "workwear", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2971478, - 48.8875125 - ] - }, - "id": "node/11816243647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11816692795", - "name": "Alain Martinière", - "shop": "clothes", - "survey:date": "2024-04-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3226016, - 48.8692197 - ] - }, - "id": "node/11816692795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11816692800", - "name": "escales", - "shop": "clothes", - "survey:date": "2024-04-14" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3226997, - 48.8691898 - ] - }, - "id": "node/11816692800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11820026660", - "name": "differente", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3577113, - 48.8635895 - ] - }, - "id": "node/11820026660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11820026664", - "name": "Lys bagages", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.356852, - 48.8638548 - ] - }, - "id": "node/11820026664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11823892408", - "addr:housenumber": "20", - "addr:postcode": "75003", - "addr:street": "Rue de Thorigny", - "name": "Maison Sato", - "phone": "01 45 35 69 08", - "shop": "boutique", - "website": "https://www.maisonsato.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3635895, - 48.860108 - ] - }, - "id": "node/11823892408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11825045376", - "alt_name": "Smallable Woman Store", - "clothes": "women", - "contact:housenumber": "82", - "contact:street": "Rue du Cherche-Midi", - "name": "Smallable", - "opening_hours": "Mo 14:00-19:00, Tu-Sa 11:00-19:00", - "shop": "clothes", - "website": "https://www.smallable.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.323408, - 48.8479982 - ] - }, - "id": "node/11825045376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11826871960", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3145208, - 48.882415 - ] - }, - "id": "node/11826871960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11826890486", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3242518, - 48.8807972 - ] - }, - "id": "node/11826890486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833932656", - "contact:phone": "+33 1 42 22 76 79", - "name": "Rudy's", - "opening_hours": "Mo-Sa 11:00-19:00", - "shop": "shoes", - "website": "https://rudys.paris" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3251027, - 48.8494658 - ] - }, - "id": "node/11833932656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833932657", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "name": "Du Pareil au Même", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3247858, - 48.8497618 - ] - }, - "id": "node/11833932657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833932661", - "contact:email": "paris-6@tilt-vintage.com", - "contact:phone": "+33 1 45 44 56 29", - "name": "Tilt Vintage", - "opening_hours": "Mo 11:00-19:00, Tu-Fr 10:30-19:00, Sa 10:30-19:30", - "shop": "clothes", - "website": "https://www.tilt-vintage.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3244319, - 48.8497705 - ] - }, - "id": "node/11833932661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833932664", - "name": "Mega-Lots", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3249132, - 48.8496431 - ] - }, - "id": "node/11833932664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833932666", - "name": "Le Mouton à Cinq Pattes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3243706, - 48.8498316 - ] - }, - "id": "node/11833932666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833932668", - "contact:email": "zoyamodeparis@gmail.com", - "contact:instagram": "zoyamodeparis", - "name": "Zoya", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3245981, - 48.8496158 - ] - }, - "id": "node/11833932668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833973869", - "name": "Gill's", - "opening_hours": "Mo-Sa 10:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3253861, - 48.849189 - ] - }, - "id": "node/11833973869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833973870", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "name": "Jonak", - "opening_hours": "Mo-Fr 11:00-14:00,14:30-19:00; Sa 10:30-19:00; Mo 11:00-12:00 closed", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3250498, - 48.8491798 - ] - }, - "id": "node/11833973870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833973871", - "name": "Sandia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3246923, - 48.8495196 - ] - }, - "id": "node/11833973871" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833973875", - "name": "Essentiel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3253089, - 48.8492661 - ] - }, - "id": "node/11833973875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833973876", - "name": "Backstreet", - "opening_hours": "Mo 11:00-19:00, Tu-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3247271, - 48.8498224 - ] - }, - "id": "node/11833973876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833973879", - "brand": "Antonelle", - "brand:wikidata": "Q105082567", - "clothes": "women", - "name": "Antonelle", - "opening_hours": "Mo 12:00-19:00, Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3248533, - 48.8497029 - ] - }, - "id": "node/11833973879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833973882", - "name": "Ober", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3250083, - 48.8495529 - ] - }, - "id": "node/11833973882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833973884", - "name": "Kenzie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3253412, - 48.8492315 - ] - }, - "id": "node/11833973884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11848413927", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3170659, - 48.882767 - ] - }, - "id": "node/11848413927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11850731820", - "name": "noyoco", - "shop": "clothes", - "website": "https://noyoco.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3658948, - 48.8621077 - ] - }, - "id": "node/11850731820" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11850731821", - "name": "noyoco", - "shop": "clothes", - "website": "https://noyoco.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3656601, - 48.8620005 - ] - }, - "id": "node/11850731821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11850731822", - "name": "Filandia", - "shop": "clothes", - "website": "https://filandia.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3656074, - 48.8619787 - ] - }, - "id": "node/11850731822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11850731824", - "name": "maradji", - "shop": "clothes", - "website": "https://fr.maradji.com/boutique.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3654207, - 48.8618973 - ] - }, - "id": "node/11850731824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11851469184", - "addr:city": "Paris", - "addr:housenumber": "14", - "addr:postcode": "75003", - "addr:street": "Rue Portefoin", - "brand": "Bless", - "clothes": "fashion", - "email": "shop@blessparis.com", - "name": "BLESS Shop Paris", - "opening_hours": "Tu-Sa 14:00-19:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+33148016743", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3596648, - 48.8638592 - ] - }, - "id": "node/11851469184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11861576169", - "addr:housenumber": "24b", - "addr:postcode": "75011", - "addr:street": "Rue Popincourt", - "name": "Shift dépôt-vente", - "opening_hours": "We-Sa 12:00-19:00; Su 11:30-18:30", - "shop": "clothes", - "website": "https://www.shift-store.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.37688, - 48.8582249 - ] - }, - "id": "node/11861576169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11861580369", - "addr:housenumber": "23b", - "addr:postcode": "75011", - "addr:street": "Rue Popincourt", - "name": "Posh Paris", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3767826, - 48.8580541 - ] - }, - "id": "node/11861580369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11867002172", - "name": "Nae", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3094802, - 48.8844746 - ] - }, - "id": "node/11867002172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11868286960", - "brand": "Chaussea", - "brand:wikidata": "Q62082044", - "name": "Chaussea", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493149, - 48.8875782 - ] - }, - "id": "node/11868286960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11869621983", - "name": "Juliette Ozouf", - "opening_hours": "Mo-Sa 12:00-19:00", - "shop": "clothes", - "website": "https://julietteozouf.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3358992, - 48.8538446 - ] - }, - "id": "node/11869621983" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11869621984", - "contact:instagram": "rizrizparisofficial", - "level": "0", - "name": "RizRiz", - "opening_hours": "Tu-Sa 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.335674, - 48.8535843 - ] - }, - "id": "node/11869621984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11869621991", - "contact:email": "boutiqueparis@uncouture.fr", - "contact:phone": "+33 1 44 07 37 96", - "level": "0", - "name": "Uncouture", - "opening_hours": "Tu-Sa 12:00-20:00", - "shop": "clothes", - "website": "https://www.uncouture.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3358445, - 48.8537958 - ] - }, - "id": "node/11869621991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11869621994", - "name": "Husbands", - "opening_hours": "Mo-Sa 12:00-19:00", - "shop": "clothes", - "website": "https://husbands-paris.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3359622, - 48.8539271 - ] - }, - "id": "node/11869621994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11877517597", - "name": "Showroom 345", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3549925, - 48.8682546 - ] - }, - "id": "node/11877517597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11879107271", - "contact:city": "Levallois-Perret", - "contact:housenumber": "46", - "contact:postcode": "92300", - "contact:street": "Rue Voltaire", - "name": "Loly et Ted", - "ref:FR:NAF": "47.72A", - "ref:FR:SIRET": "50191812200026", - "ref:vatin": "FR01501918122", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2855436, - 48.8924111 - ] - }, - "id": "node/11879107271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11880709231", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3148996, - 48.8829903 - ] - }, - "id": "node/11880709231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11880712896", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.290572, - 48.8917276 - ] - }, - "id": "node/11880712896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11880758853", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2906205, - 48.8916646 - ] - }, - "id": "node/11880758853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11880758906", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2911081, - 48.8911369 - ] - }, - "id": "node/11880758906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11904528563", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "name": "Caroll", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3363125, - 48.8532272 - ] - }, - "id": "node/11904528563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11904563072", - "contact:phone": "+33 9 83 40 21 12", - "level": "0", - "name": "Esthème Cachemire", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes", - "website": "https://www.estheme.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3365509, - 48.8531764 - ] - }, - "id": "node/11904563072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11904563076", - "name": "Emma et Juju", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3361953, - 48.8532493 - ] - }, - "id": "node/11904563076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11904563083", - "name": "Pini Parma", - "opening_hours": "Mo-Sa 10:30-19:30, Su 11:00-18:00", - "shop": "clothes", - "website": "https://www.piniparma.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.336454, - 48.8531995 - ] - }, - "id": "node/11904563083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11904563086", - "brand": "Samsonite", - "brand:wikidata": "Q1203426", - "name": "Samsonite", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3372955, - 48.8526621 - ] - }, - "id": "node/11904563086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11911859495", - "addr:city": "Paris", - "addr:country": "FR", - "addr:housenumber": "10", - "addr:street": "Simon le Franc", - "amenity": "bicycle_repair_station", - "description": "La Maison 66 Origin crée des expériences, des services et des produits à fort impact. Nous vendons des vêtements et proposons un service de gonflage de pneus de vélo.", - "image": "https://lh3.googleusercontent.com/p/AF1QipM1YAXjU519i7sQ78rKFcI4Kl3ExDMZXlDypDJf=s1360-w1360-h1020", - "name": "66 Origin", - "opening_hours": "Mo-Fr 09:00-17:00", - "service:bicycle:pump": "yes", - "shop": "clothes", - "source": "66 Origin;survey", - "website": "https://www.66origin.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3536119, - 48.8601894 - ] - }, - "id": "node/11911859495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11913395817", - "name": "Capricine", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3495813, - 48.8689124 - ] - }, - "id": "node/11913395817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11913395818", - "name": "MonaYola", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3469715, - 48.8676825 - ] - }, - "id": "node/11913395818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11913430507", - "name": "Magic Custom", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3489594, - 48.8682866 - ] - }, - "id": "node/11913430507" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11913431382", - "clothes": "wedding", - "name": "Collection Mariage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493466, - 48.8683833 - ] - }, - "id": "node/11913431382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11913445108", - "name": "Maille Love", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3490985, - 48.8683302 - ] - }, - "id": "node/11913445108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11913454772", - "name": "Sneakers & chill", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3471257, - 48.8677454 - ] - }, - "id": "node/11913454772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11913720224", - "clothes": "wedding", - "name": "Celstina Agostino", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3243315, - 48.8489363 - ] - }, - "id": "node/11913720224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11916225935", - "contact:city": "Paris", - "contact:housenumber": "9", - "contact:postcode": "75008", - "contact:street": "Rue du Commandant Rivière", - "name": "Maryam Namdar", - "ref:FR:NAF": "14.13Z", - "ref:FR:SIRET": "39232160000034", - "ref:vatin": "FR83392321600", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3087619, - 48.8726494 - ] - }, - "id": "node/11916225935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11917647625", - "name": "Folies à faire", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3091683, - 48.8859625 - ] - }, - "id": "node/11917647625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11917653409", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2969083, - 48.8759438 - ] - }, - "id": "node/11917653409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11919960565", - "name": "Pépins et trognons", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3449588, - 48.8303983 - ] - }, - "id": "node/11919960565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11919984573", - "name": "Atelier de Luca", - "shop": "clothes", - "survey:date": "2024-05-20" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3328714, - 48.8650299 - ] - }, - "id": "node/11919984573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11923742511", - "name": "Kidistar", - "ref:FR:SIREN": "823653910", - "ref:FR:SIRET": "82365391000021", - "shoes": "children", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3237673, - 48.8287741 - ] - }, - "id": "node/11923742511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11923742515", - "contact:instagram": "riselli_shop", - "name": "Riselli", - "opening_hours": "Mo-Sa 10:30-19:30", - "ref:FR:SIREN": "423804954", - "ref:FR:SIRET": "42380495400034", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.321572, - 48.8298152 - ] - }, - "id": "node/11923742515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11935261434", - "level": "0", - "name": "Ravonn Gallery", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3392109, - 48.8631186 - ] - }, - "id": "node/11935261434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11935802798", - "name": "Dentelles, Djerba ...", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3644859, - 48.8845948 - ] - }, - "id": "node/11935802798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11937604607", - "name": "Snow Ball", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3387742, - 48.8541762 - ] - }, - "id": "node/11937604607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11937604610", - "contact:linkedin": "phileoparis", - "name": "Phileo", - "old_name": "Chez Julienne", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "shoes", - "start_date": "2024-04-23", - "website": "https://phileo.paris" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.338898, - 48.8543306 - ] - }, - "id": "node/11937604610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11937604619", - "name": "Beige", - "opening_hours": "15:00-19:45, Mo-Sa 11:00-14:00", - "shop": "clothes", - "website": "https://www.beige-paris.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3386959, - 48.8535431 - ] - }, - "id": "node/11937604619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11937604628", - "clothes": "swimwear", - "name": "Poolday", - "opening_hours": "Mo-Sa 11:00-13:30,14:30-19:00; Su 10:00-18:00", - "shop": "clothes", - "website": "https://poolday-paris.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3392754, - 48.8545352 - ] - }, - "id": "node/11937604628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11937604629", - "contact:phone": "+33 1 46 33 17 51", - "name": "Blue Lemon", - "opening_hours": "Mo-Sa 11:00-20:00, Su 12:00-19:30", - "shop": "bag", - "website": "https://bluelemonparis.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3386411, - 48.853551 - ] - }, - "id": "node/11937604629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11937604644", - "brand": "Café Coton", - "brand:website": "https://www.cafecoton.com", - "brand:wikidata": "Q105076734", - "contact:phone": "+33 1 46 34 14 64", - "name": "Café Coton", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3385925, - 48.853427 - ] - }, - "id": "node/11937604644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11937604646", - "name": "Mr. Big", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.338454, - 48.8531688 - ] - }, - "id": "node/11937604646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11937604650", - "name": "Biella", - "opening_hours": "Mo 14:00-19:00, Tu-Sa 10:45-13:30,14:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.338508, - 48.8530596 - ] - }, - "id": "node/11937604650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11943109534", - "clothes": "wedding", - "name": "Oksana Mukha", - "opening_hours": "Tu-Sa 10:30-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2699818, - 48.8485102 - ] - }, - "id": "node/11943109534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11949687752", - "level": "0", - "name": "L'Appartement Français", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 11:00-19:30; Su 12:30-18:30; PH closed", - "shop": "boutique", - "website": "https://www.lappartementfrancais.fr/content/10-boutique-made-in-France-paris", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3561871, - 48.8572572 - ] - }, - "id": "node/11949687752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11949687756", - "name": "No Name", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3562263, - 48.857326 - ] - }, - "id": "node/11949687756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11949687758", - "name": "Fantaisie Militaire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3566799, - 48.8578621 - ] - }, - "id": "node/11949687758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11950573746", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "clothes": "children", - "name": "Jacadi", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3234577, - 48.8497516 - ] - }, - "id": "node/11950573746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11950573757", - "contact:instagram": "giseleso.paris", - "name": "Gisèle So'", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3206017, - 48.8485765 - ] - }, - "id": "node/11950573757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11954500665", - "contact:mobile": "+33 7 57 91 44 18", - "name": "Blandin & Delloye", - "opening_hours": "Mo-We 11:00-20:00, Th-Sa 10:00-20:00", - "shop": "clothes", - "website": "https://www.blandindelloye.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.31878, - 48.8466879 - ] - }, - "id": "node/11954500665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11954525180", - "contact:phone": "+33 1 81 70 07 39", - "name": "Jacques Solovière", - "opening_hours": "Tu-Sa 11:30-19:00", - "shop": "shoes", - "website": "https://www.jacquessoloviereparis.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3211143, - 48.8467878 - ] - }, - "id": "node/11954525180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11957150452", - "clothes": "women", - "contact:instagram": "mirastasiacouture", - "contact:mobile": "+33 6 52 89 92 29", - "name": "Mirastasia", - "opening_hours": "Mo,We-Th 10:00-19:00, Sa 11:00-20:00", - "rental": "clothes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2975472, - 48.8364921 - ] - }, - "id": "node/11957150452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11957150457", - "name": "Horizon Vintage", - "opening_hours": "Tu,Th 10:30-19:00, We,Fr,Sa 12:00-19:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2989707, - 48.8372278 - ] - }, - "id": "node/11957150457" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11959682207", - "check_date": "2024-06-06", - "clothes": "wedding", - "name": "Pronuptia", - "opening_hours": "Tu 14:00-19:00; We-Sa 10:00-13:00,14:00-19:00", - "phone": "+33 1 42 50 04 01", - "shop": "clothes", - "website": "https://pronuptia.fr/rdv-boutique-a-paris/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3674382, - 48.8524459 - ] - }, - "id": "node/11959682207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11964886721", - "name": "Avosmarques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3166722, - 48.8311197 - ] - }, - "id": "node/11964886721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11966091795", - "level": "0", - "name": "La Textilerie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3788836, - 48.8962593 - ] - }, - "id": "node/11966091795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11976133009", - "name": "Orium", - "opening_hours": "Tu-Fr 10:30-13:45,15:00-19:30; Sa 10:30-12:45,14:00-19:30; PH closed", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3183862, - 48.8367176 - ] - }, - "id": "node/11976133009" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12000308901", - "addr:housenumber": "77", - "addr:street": "rue du temple", - "name": "Colorful standard", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.355983, - 48.8612375 - ] - }, - "id": "node/12000308901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12000383965", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3002123, - 48.8787081 - ] - }, - "id": "node/12000383965" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12000419481", - "check_date": "2024-08-11", - "name": "La maison de l'homme", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2928357, - 48.8703522 - ] - }, - "id": "node/12000419481" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12000422652", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3028112, - 48.8792623 - ] - }, - "id": "node/12000422652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12002386193", - "addr:street": "place du commerce", - "name": "Pulse", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2933358, - 48.8446104 - ] - }, - "id": "node/12002386193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12002464952", - "addr:street": "rue des entrepreneurs", - "name": "Farrago", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2933045, - 48.8436434 - ] - }, - "id": "node/12002464952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12017501252", - "name": "Chamacco", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3578331, - 48.8713354 - ] - }, - "id": "node/12017501252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12022949319", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3453368, - 48.8910132 - ] - }, - "id": "node/12022949319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12022949581", - "name": "Ameska", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3388024, - 48.8912052 - ] - }, - "id": "node/12022949581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12022954722", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493112, - 48.8865962 - ] - }, - "id": "node/12022954722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12022956043", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493169, - 48.8864306 - ] - }, - "id": "node/12022956043" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12022956298", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493558, - 48.8895018 - ] - }, - "id": "node/12022956298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12032676864", - "check_date": "2024-07-04", - "name": "Votre Hanbok", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2949811, - 48.8468701 - ] - }, - "id": "node/12032676864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12034842647", - "name": "Le Coin des Marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3045508, - 48.8403704 - ] - }, - "id": "node/12034842647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12035839725", - "name": "Aubercy", - "ref:FR:NAF": "47.72A", - "ref:FR:SIRET": "30266463600016", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3411112, - 48.8705563 - ] - }, - "id": "node/12035839725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12040193575", - "addr:city": "Paris", - "addr:housenumber": "102", - "addr:postcode": "75018", - "addr:street": "Boulevard Marguerite de Rochechouart", - "check_date": "2024-07-06", - "name": "Les Perles d'Aïsha", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3412238, - 48.8825079 - ] - }, - "id": "node/12040193575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12040193579", - "addr:city": "Paris", - "addr:housenumber": "1", - "addr:postcode": "75018", - "addr:street": "Rue des Trois Frères", - "check_date": "2024-07-06", - "contact:city": "Paris", - "contact:housenumber": "1", - "contact:postcode": "75018", - "contact:street": "Rue des Trois Frères", - "name": "Adresse", - "opening_hours": "Mo-Fr 11:00-19:30; Sa 10:30-20:00; Su 14:30-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3415346, - 48.8835263 - ] - }, - "id": "node/12040193579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12042105106", - "name": "Obey", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3442281, - 48.8651414 - ] - }, - "id": "node/12042105106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12046085231", - "contact:phone": "+33 1 43 26 94 33", - "description": "Dépôt-vente", - "name": "Eileen", - "opening_hours": "Mo-Sa 11:00-20:00", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.352428, - 48.8448941 - ] - }, - "id": "node/12046085231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12046085232", - "clothes": "men", - "name": "Blaise", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3513602, - 48.8401434 - ] - }, - "id": "node/12046085232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12046085234", - "name": "Rose Blossom", - "ref:FR:SIREN": "831213772", - "ref:FR:SIRET": "83121377200013", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3514241, - 48.8402745 - ] - }, - "id": "node/12046085234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12046503367", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3727218, - 48.8704239 - ] - }, - "id": "node/12046503367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12048894324", - "brand": "J.M. Weston", - "brand:wikidata": "Q2399832", - "name": "J.M. Weston", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3276608, - 48.8696694 - ] - }, - "id": "node/12048894324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12048899485", - "name": "Orlebar Brown", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3272003, - 48.8695874 - ] - }, - "id": "node/12048899485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12048900426", - "name": "Mi Mai", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3594963, - 48.8592342 - ] - }, - "id": "node/12048900426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12048901108", - "brand": "Faguo", - "brand:wikidata": "Q48752850", - "name": "Faguo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3594461, - 48.859198 - ] - }, - "id": "node/12048901108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12048901530", - "clothes": "underwear", - "name": "Livy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3595366, - 48.8592709 - ] - }, - "id": "node/12048901530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12051670065", - "name": "Cyr", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3020056, - 48.8768778 - ] - }, - "id": "node/12051670065" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12061698487", - "level": "0", - "name": "Doméa", - "second_hand": "no", - "shop": "clothes", - "toilets": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3227411, - 48.8431859 - ] - }, - "id": "node/12061698487" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12063451752", - "brand": "Asphalte", - "contact:website": "https://www.asphalte.com/", - "name": "Le Magasin", - "shop": "clothes", - "start_date": "2024-09-07" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3476088, - 48.8681767 - ] - }, - "id": "node/12063451752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12063856278", - "contact:city": "Paris", - "contact:email": "contact@habile.com", - "contact:housenumber": "16", - "contact:phone": "+33 1 44 63 82 62", - "contact:postcode": "75010", - "contact:street": "Rue de Lancry", - "contact:website": "https://habile.com", - "level": "1", - "name": "Habile", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3607381, - 48.8697033 - ] - }, - "id": "node/12063856278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12065174178", - "addr:housenumber": "72", - "addr:postcode": "75003", - "addr:street": "Rue du Temple", - "name": "KnowledgeCotton Apparel Paris Concept Store", - "opening_hours": "Tu-Th 11:00-19:00; Su-Mo 14:00-19:00; Fr-Sa 11:00-20:00", - "phone": "0975862153", - "shop": "clothes", - "website": "https://knowledgecottonapparel.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.35641, - 48.8613924 - ] - }, - "id": "node/12065174178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066277951", - "name": "Iro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2896205, - 48.871319 - ] - }, - "id": "node/12066277951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066295003", - "name": "Apostrophe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.292823, - 48.8726831 - ] - }, - "id": "node/12066295003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066296591", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "name": "Petit Bateau", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2866227, - 48.8703757 - ] - }, - "id": "node/12066296591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066297928", - "brand": "Elena Mirò", - "brand:wikidata": "Q18353156", - "clothes": "women", - "name": "Elena Mirò", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2920621, - 48.8726717 - ] - }, - "id": "node/12066297928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066297929", - "name": "La fée maraboutée", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2796329, - 48.866094 - ] - }, - "id": "node/12066297929" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066304979", - "name": "Ann Tuil", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2925543, - 48.8728777 - ] - }, - "id": "node/12066304979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066304980", - "name": "Ba&sh", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2797166, - 48.8662306 - ] - }, - "id": "node/12066304980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066306406", - "name": "Darel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2879508, - 48.870935 - ] - }, - "id": "node/12066306406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066306410", - "name": "La merveille", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2735022, - 48.8624822 - ] - }, - "id": "node/12066306410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066308156", - "name": "Kujten", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2902079, - 48.8719107 - ] - }, - "id": "node/12066308156" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066311519", - "name": "ElevenParis", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2798979, - 48.8664601 - ] - }, - "id": "node/12066311519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066313517", - "name": "Stéphane Bianca", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2882304, - 48.8707475 - ] - }, - "id": "node/12066313517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066313518", - "check_date:opening_hours": "2024-10-11", - "name": "Sweet pants", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2793293, - 48.8657498 - ] - }, - "id": "node/12066313518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066317186", - "name": "Livy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2883623, - 48.8707683 - ] - }, - "id": "node/12066317186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066317187", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "clothes": "children", - "name": "Jacadi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2862437, - 48.8702004 - ] - }, - "id": "node/12066317187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066317188", - "name": "Claudie Pierlot", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2798307, - 48.8664018 - ] - }, - "id": "node/12066317188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066317376", - "name": "Une maille à l'endroit", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2756451, - 48.861835 - ] - }, - "id": "node/12066317376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066823762", - "name": "Finsbury", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3266447, - 48.870477 - ] - }, - "id": "node/12066823762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066830467", - "clothes": "wedding", - "level": "0", - "name": "Saga des Marques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3271206, - 48.8703107 - ] - }, - "id": "node/12066830467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066837377", - "name": "Comptoir des chemises & Accessoires", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3270163, - 48.8703377 - ] - }, - "id": "node/12066837377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12071678473", - "name": "Idée Fashion", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3998237, - 48.8516829 - ] - }, - "id": "node/12071678473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12071678930", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3121422, - 48.8845986 - ] - }, - "id": "node/12071678930" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12078533215", - "brand": "Rip Curl", - "brand:wikidata": "Q2915254", - "name": "Rip Curl", - "opening_hours": "Mo-Sa 10:30-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3253536, - 48.843181 - ] - }, - "id": "node/12078533215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12085105923", - "addr:housenumber": "303", - "addr:street": "rue de Vaugirard", - "name": "Tamaris", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2999548, - 48.8389505 - ] - }, - "id": "node/12085105923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12085125384", - "addr:housenumber": "301", - "addr:street": "rue de Vaugirard", - "name": "Belair", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2999974, - 48.8389666 - ] - }, - "id": "node/12085125384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12085134460", - "addr:housenumber": "274", - "addr:street": "rue de Vaugirard", - "name": "Armor lux", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2997644, - 48.8391158 - ] - }, - "id": "node/12085134460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12085134866", - "addr:housenumber": "274", - "addr:street": "rue de Vaugirard", - "name": "Comptoir des cotonniers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.299673, - 48.8390693 - ] - }, - "id": "node/12085134866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12085140084", - "addr:housenumber": "278", - "addr:street": "rue de Vaugirard", - "name": "Fashion by rieker antistress", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2994435, - 48.8389515 - ] - }, - "id": "node/12085140084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12085190013", - "addr:housenumber": "107", - "addr:street": "rue Blomet", - "name": "Pierre & Pavin", - "opening_hours": "Th-Sa 10:00-19:30", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2986805, - 48.8402693 - ] - }, - "id": "node/12085190013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12086028362", - "name": "Faguo", - "shop": "clothes", - "website": "https://www.faguo-store.com/fr/boutique/960-boutique-faubourg-saint-antoine-faguo" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3727689, - 48.8520341 - ] - }, - "id": "node/12086028362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12086028368", - "name": "Vans", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3712487, - 48.8525669 - ] - }, - "id": "node/12086028368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12089088769", - "addr:housenumber": "81", - "addr:street": "Rue Vieille du Temple", - "brand": "Faguo", - "brand:wikidata": "Q48752850", - "name": "Faguo", - "phone": "+33142711042", - "shop": "clothes", - "website": "https://faguo-store.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3594707, - 48.8592007 - ] - }, - "id": "node/12089088769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12091604579", - "check_date": "2024-08-04", - "name": "Quai 71", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3595977, - 48.8567418 - ] - }, - "id": "node/12091604579" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12099577312", - "clothes": "men", - "name": "Alan Madeleine", - "opening_hours": "Mo-Fr 10:00-19:00", - "phone": "+33 1 42 65 42 13", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3231826, - 48.871375 - ] - }, - "id": "node/12099577312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12099577314", - "clothes": "men", - "name": "Jordan Malka", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3210334, - 48.8727872 - ] - }, - "id": "node/12099577314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12102925957", - "check_date": "2024-08-10", - "name": "The Odder Side", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3622197, - 48.8617204 - ] - }, - "id": "node/12102925957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12124991764", - "name": "www.10-03-53.com", - "opening_hours": "Tu-Sa 11:00-19:00", - "shop": "bag", - "survey:date": "2024-08-21", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3802923, - 48.8724591 - ] - }, - "id": "node/12124991764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12134456252", - "name": "Friday Wear", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3176346, - 48.8807915 - ] - }, - "id": "node/12134456252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12134471081", - "name": "Gentlemen's Club", - "opening_hours": "Tu-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3149069, - 48.8809554 - ] - }, - "id": "node/12134471081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12146083985", - "addr:housenumber": "4", - "addr:street": "Rue de Birague", - "description": "alternative name: yiness", - "name": "Yi'ness", - "opening_hours": "Tu-Sa 10:30-19:00; Su 11:00-19:00", - "phone": "01 42 77 13 10", - "shop": "clothes", - "website": "https://www.instagram.com/yiness_paris/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3650417, - 48.8541079 - ] - }, - "id": "node/12146083985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12147725644", - "addr:city": "Paris", - "addr:housenumber": "68", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "brand": "Kujten", - "brand:wikidata": "Q104889858", - "clothes": "women;men;children", - "name": "Kujten", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2771905, - 48.8580576 - ] - }, - "id": "node/12147725644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12147727075", - "addr:city": "Paris", - "addr:housenumber": "70", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "name": "Sandro", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2769864, - 48.8580808 - ] - }, - "id": "node/12147727075" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12147750926", - "addr:city": "Paris", - "addr:housenumber": "74", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "name": "La Bagagerie", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2765795, - 48.8580955 - ] - }, - "id": "node/12147750926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12147774465", - "addr:city": "Paris", - "addr:housenumber": "68", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "name": "La Chausseria - Janie Philip", - "phone": "+33 1 45 25 93 52", - "shoes": "women", - "shop": "shoes", - "website": "https://www.janiephilip.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2772965, - 48.8580489 - ] - }, - "id": "node/12147774465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12147788386", - "addr:city": "Paris", - "addr:housenumber": "64", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "brand": "COS", - "brand:wikidata": "Q60772401", - "name": "COS", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2779457, - 48.8579809 - ] - }, - "id": "node/12147788386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12147799719", - "addr:city": "Paris", - "addr:housenumber": "2", - "addr:postcode": "75016", - "addr:street": "Place de Passy", - "clothes": "women", - "name": "Gérard Darel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2773723, - 48.8578704 - ] - }, - "id": "node/12147799719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12149825845", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3635077, - 48.88461 - ] - }, - "id": "node/12149825845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12156003055", - "addr:city": "Paris", - "addr:housenumber": "81", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "clothes": "women", - "name": "UmmaGumma", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2765677, - 48.8579526 - ] - }, - "id": "node/12156003055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12156011842", - "addr:city": "Paris", - "addr:housenumber": "81", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "clothes": "women", - "name": "Entracte", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2765009, - 48.8579561 - ] - }, - "id": "node/12156011842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12156024048", - "addr:city": "Paris", - "addr:housenumber": "85", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "name": "Caroll", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.276268, - 48.8579714 - ] - }, - "id": "node/12156024048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12156043113", - "addr:city": "Paris", - "addr:housenumber": "91", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "brand": "Cyrillus", - "brand:wikidata": "Q3009179", - "name": "Cyrillus", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2757638, - 48.8580103 - ] - }, - "id": "node/12156043113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12156189246", - "name": "Paire & Fils", - "shop": "shoes", - "website": "https://fr.pairetfils.com/boutiques.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3419379, - 48.8570132 - ] - }, - "id": "node/12156189246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12164215553", - "name": "Thomaas & Nicolaas", - "shoes": "men", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3421384, - 48.8743085 - ] - }, - "id": "node/12164215553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12174243383", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3824794, - 48.8501921 - ] - }, - "id": "node/12174243383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12174259903", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3805206, - 48.8505392 - ] - }, - "id": "node/12174259903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12174261739", - "name": "Selhyan", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3938668, - 48.8537624 - ] - }, - "id": "node/12174261739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12176759720", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3707069, - 48.8707678 - ] - }, - "id": "node/12176759720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12178329728", - "name": "Bella Jones", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3456177, - 48.8674064 - ] - }, - "id": "node/12178329728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12178431686", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3531443, - 48.8653955 - ] - }, - "id": "node/12178431686" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12178483126", - "name": "Chanon", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3492236, - 48.8665873 - ] - }, - "id": "node/12178483126" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12188032214", - "addr:housenumber": "42", - "addr:street": "Rue Bréguet", - "check_date": "2024-09-20", - "clothes": "women", - "name": "Super Belle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3761491, - 48.8583412 - ] - }, - "id": "node/12188032214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12189600623", - "addr:housenumber": "12", - "addr:street": "Rue Linois", - "brand": "H&M", - "brand:wikidata": "Q188326", - "check_date": "2024-09-21", - "name": "H&M", - "opening_hours": "Mo-Sa 10:00-20:00; Su 11:00-19:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "website": "https://www2.hm.com/fr_fr/customer-service/shopping-at-hm/store-locator.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2823099, - 48.8483454 - ] - }, - "id": "node/12189600623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12189639717", - "clothes": "underwear", - "name": "Simone Pérèle", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2850414, - 48.8580961 - ] - }, - "id": "node/12189639717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12192418880", - "name": "Wiss-Sports", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4394689, - 48.8590389 - ] - }, - "id": "node/12192418880" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12192718510", - "clothes": "babies", - "name": "Atelier Choux", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "website": "https://atelierchoux.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3430628, - 48.8525034 - ] - }, - "id": "node/12192718510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12196612101", - "addr:housenumber": "103", - "addr:postcode": "92100", - "addr:street": "Boulevard Jean Jaurès", - "name": "Shop and Slow", - "opening_hours": "Tu 11:00-19:30; We-Fr 10:30-19:30; Sa 10:00-19:30", - "phone": "+33634166428", - "shop": "clothes", - "website": "https://shopandslow.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2413632, - 48.8379383 - ] - }, - "id": "node/12196612101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12196752335", - "brand": "Jacadi", - "clothes": "children", - "name": "Jacadi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2760714, - 48.858621 - ] - }, - "id": "node/12196752335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12204772394", - "name": "Shift Dépôt-vente", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3208661, - 48.883747 - ] - }, - "id": "node/12204772394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12205016002", - "name": "HK vintage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2996466, - 48.880583 - ] - }, - "id": "node/12205016002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12205016003", - "name": "IS la scarpa", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3006417, - 48.8811304 - ] - }, - "id": "node/12205016003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12205033003", - "name": "Bellerose", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3011203, - 48.881374 - ] - }, - "id": "node/12205033003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12205254101", - "name": "venise", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2975299, - 48.8793893 - ] - }, - "id": "node/12205254101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12206786401", - "name": "maison alison white", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3035061, - 48.8818493 - ] - }, - "id": "node/12206786401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12206946201", - "brand": "Fusalp", - "brand:wikidata": "Q3091095", - "name": "Fusalp", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3018, - 48.880648 - ] - }, - "id": "node/12206946201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12206964702", - "name": "Mijès", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3025193, - 48.8799457 - ] - }, - "id": "node/12206964702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12206976501", - "name": "Ann Tuil", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3021205, - 48.880338 - ] - }, - "id": "node/12206976501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12206976601", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "clothes": "women", - "name": "Maje", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3024695, - 48.8799857 - ] - }, - "id": "node/12206976601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12207070504", - "addr:housenumber": "4", - "addr:street": "rue Rambuteau", - "name": "Yiness", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3565898, - 48.860256 - ] - }, - "id": "node/12207070504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12207074093", - "name": "Nina Kendosa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3564785, - 48.8601134 - ] - }, - "id": "node/12207074093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12212339867", - "contact:phone": "+33 1 43 25 88 88", - "name": "SD International", - "official_name": "Société de Diffusion International", - "opening_hours": "Tu-Sa 11:00-20:00", - "ref:FR:SIREN": "414295923", - "ref:FR:SIRET": "41429592300034", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3274683, - 48.8424859 - ] - }, - "id": "node/12212339867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12215788750", - "addr:housenumber": "55", - "addr:street": "Rue Popincourt", - "check_date": "2024-10-02", - "name": "Promulas", - "opening_hours": "Mo-Fr 09:00-18:00", - "phone": "+33 1 43 14 05 08", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3755532, - 48.8599334 - ] - }, - "id": "node/12215788750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12216407691", - "addr:city": "Paris", - "addr:housenumber": "36", - "addr:postcode": "75002", - "addr:street": "Rue des Jeûneurs", - "clothes": "women", - "name": "Lönnberg", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3443954, - 48.8696733 - ] - }, - "id": "node/12216407691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12219087865", - "name": "Replay", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3448018, - 48.8651605 - ] - }, - "id": "node/12219087865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12219400150", - "check_date": "2024-10-03", - "description": "Fournisseur de l'Opéra de Paris, spécialiste de la danse", - "name": "Attitude Diffusion", - "opening_hours": "Mo,Tu,Th,Fr 10:00-18:30; We,Sa 10:00-19:00; Su off", - "phone": "+33 6 75 24 78 98", - "shop": "clothes", - "website": "https://www.attitude-diffusion.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3215831, - 48.8749342 - ] - }, - "id": "node/12219400150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12219400151", - "clothes": "suits", - "name": "Les Nouveaux Ateliers", - "opening_hours": "Mo-Sa 10:30-19:30", - "phone": "+33 1 42 93 92 53", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.320868, - 48.8748691 - ] - }, - "id": "node/12219400151" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12222597117", - "name": "C&A", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2425007, - 48.8356516 - ] - }, - "id": "node/12222597117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12224226332", - "name": "Episode", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3493295, - 48.8645409 - ] - }, - "id": "node/12224226332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12237273189", - "name": "Shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3546609, - 48.8781634 - ] - }, - "id": "node/12237273189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12237307773", - "clothes": "workwear", - "name": "E.P.I.", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3548465, - 48.8779395 - ] - }, - "id": "node/12237307773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12237311229", - "name": "Dousey shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3551199, - 48.8776343 - ] - }, - "id": "node/12237311229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12244488373", - "name": "Glam's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.293366, - 48.8356995 - ] - }, - "id": "node/12244488373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12244543137", - "name": "Zapa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2976944, - 48.83805 - ] - }, - "id": "node/12244543137" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12247896771", - "name": "Luggage Store", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3437361, - 48.8608741 - ] - }, - "id": "node/12247896771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12247940833", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.344067, - 48.8649289 - ] - }, - "id": "node/12247940833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12252713592", - "addr:housenumber": "5-7", - "addr:street": "Rue Francœur", - "clothes": "lingerie", - "name": "Les maisons de Paris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3420979, - 48.8901082 - ] - }, - "id": "node/12252713592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12255431016", - "name": "Ach Chajai Paris", - "opening_hours": "Mo-Sa 11:00-19:30", - "phone": "+33 9 80 83 69 43;+33 6 17 48 33 21", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3432804, - 48.8611101 - ] - }, - "id": "node/12255431016" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12261069460", - "check_date:opening_hours": "2024-10-19", - "name": "Chaussures Marcel", - "opening_hours:signed": "no", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2729535, - 48.8248081 - ] - }, - "id": "node/12261069460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12264847309", - "name": "la capsuline", - "shop": "clothes", - "website": "https://lacapsuline.fr/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3867667, - 48.8549677 - ] - }, - "id": "node/12264847309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12269171197", - "name": "Degrif des stocks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2721832, - 48.8239075 - ] - }, - "id": "node/12269171197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12269205257", - "name": "Robert F.", - "opening_hours": "Tu-Fr 10:00-19:00; Sa 10:00-13:00,14:30-19:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2711275, - 48.8235488 - ] - }, - "id": "node/12269205257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12269656730", - "name": "CS13 Vous Êtes Belles", - "opening_hours": "Tu-Sa 10:30-19:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3293458, - 48.8316086 - ] - }, - "id": "node/12269656730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12270790001", - "addr:housenumber": "83", - "addr:street": "rue des Saints Pères", - "name": "Colisée", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3290622, - 48.8522842 - ] - }, - "id": "node/12270790001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12272845414", - "name": "Maison Lazaar", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3027566, - 48.8672435 - ] - }, - "id": "node/12272845414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12273247858", - "contact:housenumber": "7", - "contact:street": "Rue Villebois Mareuil", - "name": "Malfroid", - "opening_hours": "Tu-Sa 10:30-19:00", - "phone": "+33 9 66 93 87 25", - "shop": "shoes", - "website": "https://malfroid.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2936122, - 48.8795996 - ] - }, - "id": "node/12273247858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296162740", - "check_date": "2024-10-29", - "name": "Gérard Darel", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3281779, - 48.8519275 - ] - }, - "id": "node/12296162740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296340717", - "name": "Pablo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3282726, - 48.8519416 - ] - }, - "id": "node/12296340717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296475873", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "name": "Caroll", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2912866, - 48.8911724 - ] - }, - "id": "node/12296475873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296483141", - "name": "Sud'express", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2910639, - 48.89142 - ] - }, - "id": "node/12296483141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296483784", - "name": "Paradis 'D' Griff", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2916147, - 48.8908195 - ] - }, - "id": "node/12296483784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296483785", - "brand": "Cyrillus", - "brand:wikidata": "Q3009179", - "name": "Cyrillus", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3276941, - 48.8732738 - ] - }, - "id": "node/12296483785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296485587", - "name": "Ba&sh", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2906658, - 48.8918886 - ] - }, - "id": "node/12296485587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296486849", - "name": "Bilateral", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2900595, - 48.8925401 - ] - }, - "id": "node/12296486849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296489649", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "name": "Petit Bateau", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.291222, - 48.8912434 - ] - }, - "id": "node/12296489649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296489909", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2901851, - 48.8923919 - ] - }, - "id": "node/12296489909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296489911", - "name": "Romy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2911523, - 48.8913196 - ] - }, - "id": "node/12296489911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296492393", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2908446, - 48.8916716 - ] - }, - "id": "node/12296492393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296494666", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "name": "Princesse tam.tam", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2913997, - 48.8910588 - ] - }, - "id": "node/12296494666" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296496697", - "name": "Fursac", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2911661, - 48.8913024 - ] - }, - "id": "node/12296496697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296511728", - "name": "Vanessa Bruno", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.290528, - 48.8920266 - ] - }, - "id": "node/12296511728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12296514116", - "name": "Ilva", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2914445, - 48.8909904 - ] - }, - "id": "node/12296514116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12297115199", - "name": "Kenza Boutchou", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3051743, - 48.8207535 - ] - }, - "id": "node/12297115199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12298810360", - "name": "Stéphane Bianca", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3505529, - 48.856288 - ] - }, - "id": "node/12298810360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12299597412", - "name": "Vorterano", - "shop": "clothes", - "website": "https://vorterano.wixsite.com/paris" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3402784, - 48.864174 - ] - }, - "id": "node/12299597412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12299711370", - "name": "Blandin & Delloye", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3511593, - 48.8649598 - ] - }, - "id": "node/12299711370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12302105247", - "name": "Sandrine Philippe", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 14:00-19:00", - "ref:FR:SIREN": "405367863", - "ref:FR:SIRET": "40536786300033", - "shop": "clothes", - "website": "https://sandrinephilippe.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3412361, - 48.8646858 - ] - }, - "id": "node/12302105247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12304071205", - "name": "Pas à pas", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3013009, - 48.8359357 - ] - }, - "id": "node/12304071205" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12304862055", - "name": "Monky", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3445119, - 48.8598492 - ] - }, - "id": "node/12304862055" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12307097898", - "brand": "H&M", - "brand:wikidata": "Q188326", - "name": "H&M", - "shop": "clothes", - "survey:date": "2024-11-02" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3651133, - 48.8633771 - ] - }, - "id": "node/12307097898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12310311906", - "name": "Lison", - "shop": "clothes", - "website": "https://www.lisonparis.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3361682, - 48.8653698 - ] - }, - "id": "node/12310311906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12312239517", - "name": "Compagnie Des Mers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3373921, - 48.8900603 - ] - }, - "id": "node/12312239517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12314301876", - "name": "Milady", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2857442, - 48.8688161 - ] - }, - "id": "node/12314301876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12327469444", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.411216, - 48.853826 - ] - }, - "id": "node/12327469444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12327469453", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4117666, - 48.8539292 - ] - }, - "id": "node/12327469453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12327600977", - "name": "Gloss", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3948244, - 48.8567101 - ] - }, - "id": "node/12327600977" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12328407702", - "name": "Gérard Sené", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2991556, - 48.8662804 - ] - }, - "id": "node/12328407702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12328407704", - "name": "J'y Troque", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3362189, - 48.8662172 - ] - }, - "id": "node/12328407704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12352362400", - "addr:city": "Paris", - "addr:housenumber": "22", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "brand": "Aubade", - "brand:wikidata": "Q2870536", - "clothes": "underwear", - "name": "Aubade", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.281956, - 48.8581871 - ] - }, - "id": "node/12352362400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12352404425", - "addr:city": "Paris", - "addr:housenumber": "24", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "clothes": "women", - "name": "Unissun", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2817317, - 48.858152 - ] - }, - "id": "node/12352404425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12352419242", - "addr:city": "Paris", - "addr:housenumber": "22", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "brand": "Devernois", - "brand:wikidata": "Q98778444", - "clothes": "women", - "name": "Devernois", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2818565, - 48.8581717 - ] - }, - "id": "node/12352419242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12352424893", - "addr:city": "Paris", - "addr:housenumber": "24", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "clothes": "underwear", - "name": "Livy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.281662, - 48.8581402 - ] - }, - "id": "node/12352424893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12352433984", - "addr:city": "Paris", - "addr:postcode": "75016", - "addr:street": "Rue de Passy", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q113516684", - "clothes": "women", - "name": "Claudie Pierlot", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.2814872, - 48.8578984 - ] - }, - "id": "node/12352433984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12358080759", - "name": "Miss Kcy", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4231875, - 48.8476983 - ] - }, - "id": "node/12358080759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12366240279", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3330545, - 48.8882779 - ] - }, - "id": "node/12366240279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12366243053", - "clothes": "underwear", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3420714, - 48.8927439 - ] - }, - "id": "node/12366243053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12366259879", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3415763, - 48.893016 - ] - }, - "id": "node/12366259879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12367614954", - "level": "1", - "name": "Ao-Ta", - "shop": "clothes", - "survey:date": "2024-11-23" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3665418, - 48.8236567 - ] - }, - "id": "node/12367614954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12367614963", - "level": "1", - "name": "Indigo", - "shop": "clothes", - "survey:date": "2024-11-23" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.3666646, - 48.8234107 - ] - }, - "id": "node/12367614963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12391530376", - "clothes": "children", - "contact:instagram": "lagaminerie.saintmande", - "name": "La Gaminerie", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 2.4175454, - 48.841993 - ] - }, - "id": "node/12391530376" - } - ] -} \ No newline at end of file diff --git a/backend/src/sandbox/strasbourg_data.json b/backend/src/sandbox/strasbourg_data.json deleted file mode 100644 index 7bef5b0..0000000 --- a/backend/src/sandbox/strasbourg_data.json +++ /dev/null @@ -1,4947 +0,0 @@ -{ - "type": "FeatureCollection", - "generator": "overpass-turbo", - "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.", - "timestamp": "2024-12-02T21:11:59Z", - "features": [ - { - "type": "Feature", - "properties": { - "@id": "node/473678008", - "addr:city": "Strasbourg", - "addr:housenumber": "1", - "addr:postcode": "67000", - "addr:street": "Rue du Noyer", - "brand": "Primark", - "brand:wikidata": "Q137023", - "brand:wikipedia": "en:Primark", - "contact:city": "Strasbourg", - "contact:housenumber": "1", - "contact:phone": "+33 3 68331660", - "contact:postcode": "67000", - "contact:street": "Rue du Noyer", - "contact:website": "https://stores.primark.com/fr_fr/france/strasbourg/1-rue-du-noyer-3-quai-kellermann", - "name": "Primark", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2009", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7439248, - 48.5852878 - ] - }, - "id": "node/473678008" - }, - { - "type": "Feature", - "properties": { - "@id": "node/585298279", - "addr:housenumber": "73", - "check_date": "2024-10-13", - "entrance": "shop", - "name": "Gizo Mode", - "opening_hours": "Mo-Fr 09:00-12:30,14:00-19:00; Sa 09:00-17:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7206343, - 48.5938006 - ] - }, - "id": "node/585298279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/944541058", - "name": "Fine Taille", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7504194, - 48.6066876 - ] - }, - "id": "node/944541058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/945019630", - "name": "Steinmetz", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7504662, - 48.6036236 - ] - }, - "id": "node/945019630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1211588610", - "check_date:opening_hours": "2023-10-26", - "name": "UNITED LEGEND", - "opening_hours:signed": "no", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7480086, - 48.585093 - ] - }, - "id": "node/1211588610" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1211588649", - "name": "Karanta", - "opening_hours": "Tu-Fr 10:00-13:00,14:30-19:00; Sa 10:00-18:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7470368, - 48.5863082 - ] - }, - "id": "node/1211588649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1219310835", - "name": "BD Couture", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7607175, - 48.5934856 - ] - }, - "id": "node/1219310835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1249709900", - "brand": "Du Pareil au Même", - "brand:wikidata": "Q3040318", - "brand:wikipedia": "fr:Du Pareil au Même (entreprise)", - "check_date": "2023-04-22", - "contact:website": "http://www.dpam.com", - "name": "Du Pareil au Même", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7433056, - 48.5843714 - ] - }, - "id": "node/1249709900" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1249709961", - "addr:city": "Strasbourg", - "addr:housenumber": "46", - "addr:postcode": "67000", - "addr:street": "Rue du Vieux Marché aux Vins", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "brand:wikipedia": "en:Foot Locker", - "check_date": "2023-05-29", - "name": "Foot Locker", - "ref:FR:SIRET": "38240186700710", - "shop": "shoes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7434951, - 48.5841443 - ] - }, - "id": "node/1249709961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1445515542", - "name": "Bel'affaires", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7105921, - 48.5786213 - ] - }, - "id": "node/1445515542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1988923496", - "check_date:opening_hours": "2024-04-28", - "contact:phone": "+33 3 88 66 35 28", - "name": "Les Idées de Nana", - "opening_hours": "Tu-Fr 09:00-19:00; Sa 09:00-17:30; Mo 10:00-18:00", - "shop": "clothes", - "source": "CUS Magazine" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7609011, - 48.5643395 - ] - }, - "id": "node/1988923496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2016351809", - "addr:city": "Bischheim", - "addr:housenumber": "33", - "addr:postcode": "67800", - "addr:street": "Route de Bischwiller", - "clothes": "wedding", - "name": "Porte Bonheur", - "opening_hours": "Tu 15:00-19:00, We-Fr 10:00-13:00,15:00-19:00; Sa 09:00-18:00", - "phone": "+33 388187311", - "shop": "clothes", - "website": "https://www.portebonheur.eu/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7521961, - 48.6143643 - ] - }, - "id": "node/2016351809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2270579607", - "brand": "Armand Thiery", - "brand:wikidata": "Q2861975", - "brand:wikipedia": "fr:Armand Thiery", - "check_date": "2023-08-11", - "name": "Armand Thiery", - "opening_hours": "Mo-Sa 09:30-19:00", - "ref:FR:SIRET": "38062233202726", - "shop": "clothes", - "source": "survey 2013", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7459837, - 48.5821043 - ] - }, - "id": "node/2270579607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2270579615", - "check_date": "2024-01-06", - "name": "Bonnie Doon", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7455949, - 48.5812379 - ] - }, - "id": "node/2270579615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2270579644", - "brand": "Ikks", - "brand:wikidata": "Q3146711", - "brand:wikipedia": "fr:IKKS", - "check_date": "2024-03-21", - "name": "Ikks", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7453705, - 48.5811268 - ] - }, - "id": "node/2270579644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2270579657", - "brand": "Napapijri", - "brand:wikidata": "Q2782017", - "brand:wikipedia": "en:Napapijri", - "check_date": "2023-05-27", - "name": "Napapijri", - "ref:FR:SIRET": "33931181300044", - "shop": "clothes", - "source": "survey 2013", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7458279, - 48.5810865 - ] - }, - "id": "node/2270579657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2270579664", - "check_date": "2023-05-27", - "name": "Kids & Kickers", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "shop": "shoes", - "source": "survey 2013" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7461397, - 48.581328 - ] - }, - "id": "node/2270579664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2270579667", - "check_date": "2024-03-21", - "name": "Papa Pique et Maman Coud", - "opening_hours": "Mo 13:15-19:00; Tu-Sa 10:30-19:00", - "phone": "+33 3 67 10 42 13", - "shop": "clothes", - "source": "survey", - "website": "https://www.papapiqueetmamancoud.fr/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7449, - 48.5812126 - ] - }, - "id": "node/2270579667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2469837660", - "brand": "Fathers & Sons", - "brand:wikidata": "Q105176791", - "check_date": "2023-05-27", - "clothes": "men", - "name": "Father and sons", - "opening_hours": "Mo 14:00-19:00; Tu-Fr 10:00-19:00; Sa 10:00-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7511565, - 48.5827111 - ] - }, - "id": "node/2469837660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2638364185", - "name": "Tandem", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.709953, - 48.5870218 - ] - }, - "id": "node/2638364185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2665630658", - "addr:housenumber": "7", - "addr:street": "Rue des Bouchers", - "name": "Le grenier", - "opening_hours": "Tu-Sa 11:00-19:00", - "ref:FR:SIRET": "89382788100028", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7513842, - 48.578566 - ] - }, - "id": "node/2665630658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2676666079", - "check_date": "2023-04-11", - "name": "Tadzio", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.752152, - 48.5833821 - ] - }, - "id": "node/2676666079" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2784082149", - "addr:housenumber": "29", - "check_date": "2024-07-21", - "name": "Run Green", - "shop": "shoes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre ; mise à jour : 2009" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7458185, - 48.5880833 - ] - }, - "id": "node/2784082149" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2888496330", - "name": "Joelle Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7468916, - 48.6036563 - ] - }, - "id": "node/2888496330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2987876933", - "addr:city": "Schiltigheim", - "addr:housenumber": "18", - "addr:postcode": "67300", - "addr:street": "Avenue du 23 Novembre", - "name": "Chaussures Jean Paul Steinmetz", - "opening_hours": "Mo 14:00-18:30; Tu-Fr 09:00-12:15,13:45-18:30; Sa 09:00-12:30,13:30-18:00", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "shoes", - "source": "Communauté Urbaine de Strasbourg" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7328405, - 48.6098193 - ] - }, - "id": "node/2987876933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3148862455", - "addr:city": "Kehl", - "addr:housenumber": "3", - "addr:postcode": "77694", - "addr:street": "Marktstraße", - "brand": "KiK", - "brand:wikidata": "Q883965", - "brand:wikipedia": "de:KiK", - "check_date": "2024-05-12", - "name": "KiK", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes", - "toilets:wheelchair": "no", - "website": "https://www.kik.de/filialfinder/6805/Kehl", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8122524, - 48.5747303 - ] - }, - "id": "node/3148862455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3187138323", - "brand": "Comptoir des Cotonniers", - "brand:wikidata": "Q2990868", - "brand:wikipedia": "fr:Comptoir des Cotonniers", - "check_date": "2024-11-20", - "contact:city": "Strasbourg", - "contact:housenumber": "36", - "contact:postcode": "67000", - "contact:street": "Rue du Vieux Marché aux Poissons", - "contact:website": "http://www.comptoirdescotonniers.com", - "name": "Comptoir des Cotonniers", - "opening_hours": "Mo 11:00-19:00;Tu-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7496489, - 48.5806544 - ] - }, - "id": "node/3187138323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3259731372", - "brand": "Uniqlo", - "brand:wikidata": "Q26070", - "brand:wikipedia": "en:Uniqlo", - "check_date:opening_hours": "2023-05-30", - "clothes": "men;women", - "name": "Uniqlo", - "opening_hours": "Mo-Sa 10:00-20:00", - "phone": "+33 3 88 52 21 00", - "ref:FR:SIRET": "79475900100108", - "shop": "clothes", - "start_date": "2014-07-01", - "website": "https://www.uniqlo.com/fr/fr/store_locator_fr_Strasbourg.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7442547, - 48.584783 - ] - }, - "id": "node/3259731372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3259731373", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "clothes": "men;women;children", - "name": "H&M", - "opening_hours": "Mo-Sa 10:00-20:00", - "payment:cash": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "ref:FR:SIRET": "39897931002111", - "shop": "clothes", - "start_date": "2014-04-02", - "website": "https://www2.hm.com/fr_fr/service-clients/votre-shopping-sur-hm/local-store.html.FR0204.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7441391, - 48.5849598 - ] - }, - "id": "node/3259731373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3264392017", - "check_date:opening_hours": "2023-09-13", - "name": "Barho", - "opening_hours:signed": "no", - "shop": "shoes", - "toilets:wheelchair": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8130447, - 48.5727745 - ] - }, - "id": "node/3264392017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3788199523", - "addr:city": "Strasbourg", - "addr:housenumber": "1", - "addr:postcode": "67000", - "addr:street": "Rue de la Mésange", - "clothes": "sports", - "name": "Boutique Racing Club de Strasbourg Alsace", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33743152374", - "shop": "clothes", - "source": "survey", - "website": "https://boutique.rcstrasbourgalsace.fr", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7465037, - 48.5843836 - ] - }, - "id": "node/3788199523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3791427169", - "brand": "Elena Mirò", - "brand:wikidata": "Q18353156", - "check_date": "2024-06-01", - "clothes": "women", - "name": "Elena Mirò", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7487983, - 48.5818163 - ] - }, - "id": "node/3791427169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3791427178", - "check_date": "2023-05-27", - "name": "Martine B.", - "opening_hours": "Tu-Sa 10:00-13:30,14:30-19:00", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7490831, - 48.5822814 - ] - }, - "id": "node/3791427178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3791427182", - "brand": "Princesse tam.tam", - "brand:wikidata": "Q3403500", - "check_date": "2024-06-01", - "name": "Princesse tam.tam", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7488794, - 48.5818579 - ] - }, - "id": "node/3791427182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3791427183", - "addr:housenumber": "11", - "addr:street": "Rue des Hallebardes", - "brand": "Sud Express", - "brand:wikidata": "Q104826254", - "clothes": "women", - "name": "Sud Express", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7491015, - 48.5819639 - ] - }, - "id": "node/3791427183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3791427187", - "contact:city": "Strasbourg", - "contact:housenumber": "16", - "contact:phone": "+33 9 52 78 04 33", - "contact:postcode": "67000", - "contact:street": "Rue Des Hallebardes", - "name": "Draeger", - "official_name": "Draeger Paris - Tie Rack - Strasbourg", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "website": "https://www.draegerparis.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7493341, - 48.5819347 - ] - }, - "id": "node/3791427187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4080640908", - "check_date:opening_hours": "2023-11-02", - "contact:phone": "+33 3 90 23 98 68", - "name": "Le Léopard", - "opening_hours": "Mo-Sa 10:00-18:45", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7542579, - 48.5819182 - ] - }, - "id": "node/4080640908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4110622089", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "check_date": "2024-06-01", - "check_date:opening_hours": "2023-02-04", - "contact:city": "Strasbourg", - "contact:housenumber": "16", - "contact:phone": "+33 3 88 35 59 87", - "contact:postcode": "67000", - "contact:street": "Place Gutenberg", - "contact:website": "http://fr.calzedonia.com/", - "name": "Calzedonia", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 11:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7485235, - 48.581671 - ] - }, - "id": "node/4110622089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4222636263", - "addr:city": "Kehl", - "addr:housenumber": "1", - "addr:postcode": "77694", - "addr:street": "Blumenstraße", - "brand": "C&A", - "brand:wikidata": "Q701338", - "brand:wikipedia": "de:C&A", - "level": "0", - "name": "C&A", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-19:00", - "phone": "+49 7851 9569289", - "shop": "clothes", - "website": "https://www.c-and-a.com/stores/de-de/baden-wuerttemberg/kehl-am-rhein/blumenstrasse-1.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8122645, - 48.5752253 - ] - }, - "id": "node/4222636263" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4327084458", - "addr:city": "Schiltigheim", - "addr:housenumber": "5", - "addr:postcode": "67300", - "addr:street": "Rue de La Haye", - "level": "-1", - "name": "Columbia Outlet", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "operator": "Columbia Sportswear", - "phone": "+33 3 90 22 08 96", - "shop": "clothes", - "source": "survey", - "website": "https://www.columbiasportswear.nl/ENFR/stores" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7116042, - 48.6148792 - ] - }, - "id": "node/4327084458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4406504957", - "brand": "Sandro", - "brand:wikidata": "Q3472022", - "check_date": "2024-06-01", - "name": "Sandro", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7490539, - 48.5812398 - ] - }, - "id": "node/4406504957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4435935935", - "addr:city": "Strasbourg", - "addr:housenumber": "5-7", - "addr:postcode": "67000", - "addr:street": "Rue de la Division Leclerc", - "check_date:opening_hours": "2024-04-06", - "clothes": "men;women;children", - "name": "Oxfam", - "opening_hours": "Tu-Sa 11:00-19:00", - "operator": "Oxfam", - "payment:cards": "yes", - "payment:cash": "yes", - "payment:contactless": "yes", - "phone": "+33388108123", - "second_hand": "only", - "shop": "clothes", - "stroller": "limited", - "website": "https://www.oxfamfrance.org/", - "wheelchair": "limited", - "wikidata": "Q267941" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7473601, - 48.5803505 - ] - }, - "id": "node/4435935935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4519297602", - "addr:city": "Strasbourg", - "addr:housenumber": "15/17", - "addr:postcode": "67000", - "addr:street": "Rue Sainte-Madeleine", - "check_date": "2024-09-12", - "clothes": "women;men;children", - "contact:phone": "+33 9 51 32 64 01", - "currency:EUR": "yes", - "currency:XLT": "STUK", - "name": "Fibres et formes", - "opening_hours": "Tu-Fr 10:00-12:00; Tu-Fr 14:00-19:00; Sa 10:00-18:00", - "organic": "yes", - "payment:cash:XLT-STUK": "yes", - "shop": "clothes", - "website": "https://www.vetementbio.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.753622, - 48.5799849 - ] - }, - "id": "node/4519297602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4548119204", - "brand": "Mise au Green", - "brand:wikidata": "Q3316239", - "brand:wikipedia": "fr:MISE AU GREEN", - "check_date": "2023-11-05", - "contact:city": "Strasbourg", - "contact:housenumber": "43", - "contact:postcode": "67000", - "contact:street": "Rue du 22 Novembre", - "name": "Mise au Green", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7448347, - 48.5827715 - ] - }, - "id": "node/4548119204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4551163092", - "addr:city": "Kehl", - "addr:country": "DE", - "addr:housenumber": "38", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "brand": "BONITA", - "brand:wikidata": "Q892598", - "brand:wikipedia": "de:Bonita (Unternehmen)", - "clothes": "women", - "level": "0", - "name": "BONITA", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "phone": "+49 7851 885455", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8093647, - 48.5742559 - ] - }, - "id": "node/4551163092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4551163094", - "addr:city": "Kehl", - "addr:country": "DE", - "addr:housenumber": "30", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "check_date": "2024-05-24", - "level": "0", - "name": "BIGBOYSS", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8088125, - 48.5744873 - ] - }, - "id": "node/4551163094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4551163097", - "level": "0", - "name": "Schuhhaus Wickers", - "shop": "shoes", - "toilets:wheelchair": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8128418, - 48.5729316 - ] - }, - "id": "node/4551163097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4551163098", - "addr:city": "Kehl", - "addr:country": "DE", - "addr:housenumber": "34-36", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "brand": "NKD", - "brand:wikidata": "Q927272", - "brand:wikipedia": "de:NKD", - "check_date": "2024-05-24", - "level": "0", - "name": "NKD", - "opening_hours": "Mo-Sa 09:30-18:30", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.809258, - 48.5743034 - ] - }, - "id": "node/4551163098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4551163100", - "addr:city": "Kehl", - "addr:country": "DE", - "addr:housenumber": "32", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "level": "0", - "name": "leguano - Der Barfußschuh", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.808938, - 48.57443 - ] - }, - "id": "node/4551163100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4614043660", - "brand": "Bocage", - "brand:wikidata": "Q104599699", - "check_date:opening_hours": "2023-06-17", - "contact:city": "Strasbourg", - "contact:housenumber": "21", - "contact:postcode": "67000", - "contact:street": "Rue du 22 Novembre", - "name": "Bocage", - "opening_hours": "Tu-Sa 09:00-19:00; Mo 14:00-19:00", - "shoes:women": "yes", - "shop": "shoes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7437307, - 48.5827365 - ] - }, - "id": "node/4614043660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4614043775", - "check_date": "2024-03-21", - "contact:city": "Strasbourg", - "contact:housenumber": "82", - "contact:postcode": "67000", - "contact:street": "Grand'Rue", - "level": "0", - "name": "Odlo", - "opening_hours": "Mo 14:00-19:00; Tu-Fr 10:00-12:30, 14:00-19:00; Sa 10:00-19:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.742473, - 48.5818913 - ] - }, - "id": "node/4614043775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4614043776", - "check_date:opening_hours": "2023-04-10", - "contact:city": "Strasbourg", - "contact:housenumber": "30", - "contact:postcode": "67000", - "contact:street": "Grand'rue", - "contact:website": "http://www.boutiqueceleste.com", - "name": "Boutique Celeste", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:30-19:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7403398, - 48.5824104 - ] - }, - "id": "node/4614043776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4614043911", - "brand": "Stradivarius", - "brand:wikidata": "Q3322945", - "brand:wikipedia": "en:Stradivarius (clothing brand)", - "check_date": "2023-05-13", - "clothes": "women", - "name": "Stradivarius", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7459676, - 48.582968 - ] - }, - "id": "node/4614043911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4614044704", - "brand": "Courir", - "brand:wikidata": "Q3001258", - "brand:wikipedia": "fr:Courir (chaîne de magasins)", - "check_date": "2023-08-11", - "name": "Courir", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.745136, - 48.5830117 - ] - }, - "id": "node/4614044704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4614044842", - "brand": "Celio", - "brand:wikidata": "Q2672003", - "brand:wikipedia": "en:Celio (retailer)", - "check_date": "2024-02-21", - "clothes:men": "only", - "contact:city": "Strasbourg", - "contact:housenumber": "23", - "contact:postcode": "67000", - "contact:street": "Rue des Grandes Arcades", - "name": "Celio", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7469944, - 48.5833539 - ] - }, - "id": "node/4614044842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4614387714", - "check_date": "2024-06-10", - "name": "Troc Mode", - "ref:FR:SIRET": "41012585000017", - "shop": "clothes", - "source": "survey", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7457529, - 48.5815531 - ] - }, - "id": "node/4614387714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4614387719", - "check_date": "2023-08-10", - "contact:city": "Strasbourg", - "contact:email": "contact@fiesta-republic.com", - "contact:fax": "+33 3 88 23 04 85", - "contact:housenumber": "20", - "contact:phone": "+33 3 88 23 10 17", - "contact:postcode": "67000", - "contact:street": "Rue du Vieux Marché aux Grains", - "contact:website": "http://www.fiesta-republic.com/", - "name": "Fiesta Republic", - "opening_hours": "Tu-Su 10:00-19:00; Mo 10:00-18:00", - "shop": "clothes", - "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre;mise à jour : 2009", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7473763, - 48.5819215 - ] - }, - "id": "node/4614387719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4614387720", - "brand": "Okaïdi", - "brand:wikidata": "Q3350027", - "brand:wikipedia": "fr:Okaïdi", - "check_date": "2024-06-01", - "check_date:opening_hours": "2023-04-05", - "name": "Okaïdi", - "opening_hours": "Mo-Sa 10:00-19:00", - "ref:FR:SIRET": "39811044500994", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7465779, - 48.5811082 - ] - }, - "id": "node/4614387720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4614387722", - "check_date": "2024-06-01", - "level": "0", - "name": "Hippy Market", - "ref:FR:SIRET": "38242877900328", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7471537, - 48.5814216 - ] - }, - "id": "node/4614387722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4614387725", - "check_date": "2024-02-22", - "name": "Khol", - "ref:FR:SIRET": "48260253900041", - "shop": "clothes", - "source": "survey", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7470799, - 48.5816168 - ] - }, - "id": "node/4614387725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4614387742", - "brand": "Devred", - "brand:wikidata": "Q3025542", - "brand:wikipedia": "fr:Devred 1902", - "check_date": "2023-08-11", - "name": "Devred", - "ref:FR:SIRET": "34294896501722", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7461123, - 48.5824964 - ] - }, - "id": "node/4614387742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4695880032", - "check_date": "2023-04-22", - "contact:phone": "+33 9 53 86 10 61", - "contact:website": "http://aupointsellier.com", - "name": "Au point sellier", - "ref:FR:SIRET": "57210347100130", - "shop": "bag", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7476885, - 48.5838991 - ] - }, - "id": "node/4695880032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4831184612", - "check_date": "2024-03-16", - "clothes:sports": "yes", - "name": "Shop center Sports", - "opening_hours": "Mo-Sa 09:00-19:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7401608, - 48.5834888 - ] - }, - "id": "node/4831184612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833415229", - "addr:city": "Strasbourg", - "addr:housenumber": "3", - "addr:postcode": "67000", - "addr:street": "Rue de la Mésange", - "brand": "Hugo Boss", - "brand:wikidata": "Q491627", - "clothes:women": "yes", - "name": "Hugo Boss", - "ref:FR:SIRET": "45077204100353", - "shop": "clothes", - "short_name": "Boss", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7466597, - 48.584383 - ] - }, - "id": "node/4833415229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4922191183", - "brand": "Minelli", - "brand:wikidata": "Q61994831", - "check_date": "2024-02-21", - "name": "Minelli", - "opening_hours": "Mo-Sa 09:00-18:00", - "phone": "+33388321560", - "shop": "shoes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7468837, - 48.583581 - ] - }, - "id": "node/4922191183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5030611521", - "brand": "G-Star Raw", - "brand:wikidata": "Q1484081", - "check_date": "2022-09-26", - "contact:city": "Strasbourg", - "contact:housenumber": "9", - "contact:phone": "+33 3 88 23 51 66", - "contact:postcode": "67000", - "contact:street": "Rue du Dôme", - "contact:website": "https://www.g-star.com", - "name": "G-Star Raw", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7503458, - 48.5834075 - ] - }, - "id": "node/5030611521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5030720911", - "brand": "Zadig & Voltaire", - "brand:wikidata": "Q3574548", - "brand:wikipedia": "fr:Zadig & Voltaire", - "check_date": "2023-04-23", - "name": "Zadig & Voltaire", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7476269, - 48.5843902 - ] - }, - "id": "node/5030720911" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5030722340", - "name": "Scotch & Soda", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7480281, - 48.5844374 - ] - }, - "id": "node/5030722340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5030722575", - "brand": "Hermès", - "brand:wikidata": "Q843887", - "brand:wikipedia": "en:Hermès", - "name": "Hermès", - "opening_hours": "Mo 14:30-19:00; Tu-Sa 10:30-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7487691, - 48.5843243 - ] - }, - "id": "node/5030722575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5030722576", - "name": "NOTSHY", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7477845, - 48.5843935 - ] - }, - "id": "node/5030722576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5030722655", - "brand": "Louis Vuitton", - "brand:wikidata": "Q191485", - "name": "Louis Vuitton", - "opening_hours": "Mo 10:15-12:30,14:00-18:30; Tu-Sa 10:15-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7467942, - 48.5843826 - ] - }, - "id": "node/5030722655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5068763525", - "addr:city": "Kehl", - "addr:housenumber": "76", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "brand": "Witt Weiden", - "brand:wikidata": "Q542322", - "name": "Witt Weiden", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8133164, - 48.5727206 - ] - }, - "id": "node/5068763525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5068934522", - "addr:city": "Kehl", - "addr:housenumber": "52", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "name": "MOG Shoes & Co", - "shop": "shoes", - "toilets:wheelchair": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8107172, - 48.5736921 - ] - }, - "id": "node/5068934522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5069119830", - "addr:city": "Kehl", - "addr:housenumber": "44-46", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "contact:facebook": "due.sportswear", - "name": "DUE Sportswear", - "opening_hours": "Mo-Sa 10:00-18:00", - "phone": "+49 7851 3584", - "shop": "clothes", - "toilets:wheelchair": "no", - "website": "http://www.due-kehl.de/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8099972, - 48.574002 - ] - }, - "id": "node/5069119830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5069120225", - "addr:city": "Kehl", - "addr:housenumber": "40", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "check_date": "2023-08-11", - "contact:facebook": "modehaus.koehl", - "name": "Köhl Modehaus", - "opening_hours": "Mo-Fr 10:00-13:30, 14:00-18:00; Sa 10:00-18:00", - "phone": "+49 7851 991590", - "shop": "clothes", - "toilets:wheelchair": "no", - "website": "http://www.mode-koehl.de/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8095144, - 48.5741936 - ] - }, - "id": "node/5069120225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5069161821", - "addr:city": "Kehl", - "addr:housenumber": "41", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "brand": "mister*lady", - "brand:wikidata": "Q18640136", - "name": "mister*lady", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8091906, - 48.5740565 - ] - }, - "id": "node/5069161821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5069189121", - "addr:city": "Kehl", - "addr:housenumber": "39", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "brand": "Hunkemöller", - "brand:wikidata": "Q2604175", - "brand:wikipedia": "en:Hunkemöller", - "clothes": "underwear", - "name": "Hunkemöller", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:30-18:00", - "phone": "+49 7851 7087758", - "shop": "clothes", - "toilets:wheelchair": "no", - "website": "https://www.hunkemoller.de/filiale/kehl/haupstrasse-39", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8090993, - 48.5740964 - ] - }, - "id": "node/5069189121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5069194121", - "addr:city": "Kehl", - "addr:housenumber": "37", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "check_date": "2024-05-24", - "contact:facebook": "La-femme-Damenmoden-695501040595362", - "email": "la-femme-kehl@t-online.de", - "name": "La femme", - "opening_hours": "Mo-Fr 09:30-12:30, 14:00-18:00; Sa 09:30-18:00", - "phone": "+49 7851 73299", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8089874, - 48.5741466 - ] - }, - "id": "node/5069194121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5069291730", - "addr:city": "Kehl", - "addr:housenumber": "18", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "name": "Cheema Mode", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8078528, - 48.574891 - ] - }, - "id": "node/5069291730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5069383023", - "addr:city": "Kehl", - "addr:housenumber": "17", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "contact:facebook": "Bawa-Mode-New-Image-245133155668462", - "name": "Bawa Mode New Image", - "opening_hours": "Mo-Sa 09:00-19:00", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.807712, - 48.5746799 - ] - }, - "id": "node/5069383023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5069383024", - "addr:city": "Kehl", - "addr:housenumber": "15", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "contact:facebook": "Bawa-Mode-New-Image-245133155668462", - "name": "Bawa Mode New Image", - "opening_hours": "Mo-Sa 09:00-19:00", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8074867, - 48.5747615 - ] - }, - "id": "node/5069383024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5071551221", - "addr:city": "Kehl", - "addr:housenumber": "58", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "name": "Boutique Elegance", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8122972, - 48.573576 - ] - }, - "id": "node/5071551221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5071613422", - "addr:city": "Kehl", - "addr:housenumber": "63", - "addr:postcode": "77694", - "addr:street": "Rheinstraße", - "name": "Eindruck Textildruckerei", - "opening_hours": "Mo-Fr 09:30-13:00,14:00-18:00", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8098631, - 48.5729584 - ] - }, - "id": "node/5071613422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5088388122", - "addr:city": "Kehl", - "addr:housenumber": "90a", - "addr:postcode": "77694", - "addr:street": "Hauptstraße", - "check_date:opening_hours": "2024-04-20", - "name": "Di Lara Butik", - "opening_hours": "Mo-Sa 10:00-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8155118, - 48.5720391 - ] - }, - "id": "node/5088388122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5176283543", - "name": "Sposa Couture", - "shop": "clothes", - "source": "survey", - "source:date": "2017" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7455759, - 48.5861092 - ] - }, - "id": "node/5176283543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5176283549", - "name": "Le Concept", - "second_hand": "only", - "shop": "clothes", - "source": "survey", - "source:date": "2017" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7449322, - 48.585187 - ] - }, - "id": "node/5176283549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5176283551", - "check_date": "2023-04-23", - "contact:city": "Strasbourg", - "contact:housenumber": "10", - "contact:postcode": "67000", - "contact:street": "Rue Marbach", - "name": "Phalanger", - "shop": "clothes", - "source": "survey", - "source:date": "2017" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7449402, - 48.5850429 - ] - }, - "id": "node/5176283551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5194252484", - "brand": "Claudie Pierlot", - "brand:wikidata": "Q113516684", - "clothes": "women", - "name": "Claudie Pierlot", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7494168, - 48.5806247 - ] - }, - "id": "node/5194252484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5337132514", - "name": "Passion danse", - "opening_hours": "Tu-Sa 10:00-12:00, 14:00-19:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7500131, - 48.5841789 - ] - }, - "id": "node/5337132514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5337194690", - "name": "Fanfreluches et colifichets", - "opening_hours": "Mo 14:00-19:00; Tu-Fr 11:00-19:00; Sa 11:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.753922, - 48.584872 - ] - }, - "id": "node/5337194690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5378122309", - "contact:city": "Strasbourg", - "contact:housenumber": "32", - "contact:phone": "+33 9 80 78 72 02", - "contact:postcode": "67000", - "contact:street": "Grand'Rue", - "contact:website": "http://www.grungeboutik.com", - "name": "Grunge Boutik", - "opening_hours": "Mo 13:30-18:30, 09:00-18:00; Tu, Th, Fr 10:30-12:30, 13:30-18:30; We, Sa 10:30-18:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7404116, - 48.5823974 - ] - }, - "id": "node/5378122309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5563577862", - "check_date": "2023-04-20", - "name": "Slidebox", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7422501, - 48.5831718 - ] - }, - "id": "node/5563577862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5633611767", - "check_date": "2023-04-22", - "name": "Bensimon Collection", - "opening_hours": "Mo 14:00-19:00; Tu 10:00-19:00; We 10:00-12:30, 13:00-19:00; Th-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7519097, - 48.5830266 - ] - }, - "id": "node/5633611767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5746567295", - "check_date": "2024-04-18", - "clothes": "women", - "name": "Madeleine La fille", - "opening_hours": "Tu-Sa 10:00-12:00,14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7635737, - 48.5868401 - ] - }, - "id": "node/5746567295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5781013637", - "check_date:opening_hours": "2024-10-04", - "name": "Feeling", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7379572, - 48.5837167 - ] - }, - "id": "node/5781013637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5781049786", - "check_date": "2024-04-29", - "name": "Ginno Mazzoni", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7509721, - 48.5785753 - ] - }, - "id": "node/5781049786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5929375086", - "addr:city": "Strasbourg", - "addr:housenumber": "2", - "addr:postcode": "67000", - "addr:street": "Rue du Marché", - "brand": "Geox", - "brand:wikidata": "Q588001", - "name": "Geox", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7430022, - 48.5847725 - ] - }, - "id": "node/5929375086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5942879376", - "check_date": "2024-03-21", - "name": "Paraboot", - "phone": "+33 3 88 75 77 65", - "shop": "shoes", - "source": "survey", - "website": "https://www.paraboot.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7466268, - 48.58126 - ] - }, - "id": "node/5942879376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113953373", - "check_date": "2023-05-27", - "name": "Le Tanneur", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7488697, - 48.5827664 - ] - }, - "id": "node/6113953373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113953374", - "brand": "Saint James", - "brand:wikidata": "Q3463859", - "check_date": "2023-05-27", - "name": "Saint-James", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7488301, - 48.5828192 - ] - }, - "id": "node/6113953374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113953382", - "brand": "Undiz", - "brand:wikidata": "Q105306275", - "check_date": "2024-09-12", - "clothes": "underwear", - "name": "Undiz", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.74617, - 48.5830099 - ] - }, - "id": "node/6113953382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113953384", - "brand": "Renouard", - "contact:phone": "+33 3 88 16 03 80", - "name": "Renouard", - "opening_hours": "Tu-Sa 11:00-13:00,14:00-19:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7513443, - 48.582482 - ] - }, - "id": "node/6113953384" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113954186", - "brand": "Paul Marius", - "check_date": "2024-03-21", - "name": "Paul Marius Strasbourg", - "shop": "bag", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7453266, - 48.5812733 - ] - }, - "id": "node/6113954186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113954188", - "brand": "La Fée Maraboutée", - "brand:wikidata": "Q105429377", - "check_date": "2024-03-21", - "clothes": "women", - "name": "La Fée Maraboutée", - "shop": "clothes", - "source": "survey", - "website": "https://lafeemaraboutee.fr/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7450505, - 48.5813164 - ] - }, - "id": "node/6113954188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113954192", - "brand": "Max Mara", - "brand:wikidata": "Q1151774", - "brand:wikipedia": "en:Max Mara", - "check_date": "2023-08-11", - "clothes": "women", - "name": "Max Mara", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7445855, - 48.5814356 - ] - }, - "id": "node/6113954192" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6129503635", - "addr:city": "Strasbourg", - "addr:housenumber": "4", - "addr:postcode": "67000", - "addr:street": "Rue du Fossé des Tailleurs", - "check_date": "2024-06-01", - "email": "info@revenge-hom.com", - "name": "Revenge Hom", - "phone": "+33 3 90 22 37 69", - "shop": "clothes", - "website": "https://revenge-hom.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7492809, - 48.5815168 - ] - }, - "id": "node/6129503635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6129510139", - "addr:city": "Strasbourg", - "addr:housenumber": "2", - "addr:postcode": "67000", - "addr:street": "Rue du Fossé des Tailleurs", - "check_date": "2024-06-01", - "clothes": "hats", - "name": "Le Canotier", - "opening_hours": "Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7493294, - 48.5814727 - ] - }, - "id": "node/6129510139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6129518745", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "check_date": "2024-06-01", - "clothes": "women", - "name": "Maje", - "old_name": "Orcanta", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7487842, - 48.5814425 - ] - }, - "id": "node/6129518745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6212661323", - "name": "Ordener - La boutique du pied", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7401288, - 48.5859333 - ] - }, - "id": "node/6212661323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6243971759", - "brand": "Damart", - "brand:wikidata": "Q3012602", - "brand:wikipedia": "en:Damart", - "name": "Damart", - "opening_hours": "Mo-Sa 09:30-19:00", - "phone": "+33 3 88 32 78 02", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7411769, - 48.5848664 - ] - }, - "id": "node/6243971759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6512996973", - "brand": "JB Martin", - "brand:wikidata": "Q3156866", - "name": "JB Martin", - "shoes": "women", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7501804, - 48.5824431 - ] - }, - "id": "node/6512996973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6655879310", - "branch": "shoes and shirt", - "brand": "Loding", - "brand:wikidata": "Q3257795", - "check_date:opening_hours": "2023-11-27", - "name": "Loding", - "opening_hours:signed": "no", - "shop": "shoes", - "short_name": "Loding", - "source": "survey", - "survey:date": "2019", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7525536, - 48.5834457 - ] - }, - "id": "node/6655879310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6821075714", - "check_date": "2024-03-21", - "level": "0", - "name": "Oxbow", - "opening_hours": "Mo 14:00-19:00; Tu-Th 10:00-13:00,14:00-19:00; Fr,Sa 10:00-19:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7424052, - 48.5820409 - ] - }, - "id": "node/6821075714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6897011885", - "name": "Antoine & Lili", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7524898, - 48.5833808 - ] - }, - "id": "node/6897011885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7067466698", - "addr:city": "Strasbourg", - "addr:housenumber": "6", - "addr:postcode": "67000", - "addr:street": "Place de l'Homme de Fer", - "check_date": "2024-10-31", - "level": "0", - "name": "La Piétonnière", - "opening_hours": "Mo 14:00-18:00; Tu-Sa 10:00-12:30,14:00-18:30", - "phone": "+33388326259", - "shoes": "women", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7438689, - 48.583905 - ] - }, - "id": "node/7067466698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7067466701", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "check_date": "2023-06-06", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7453546, - 48.584213 - ] - }, - "id": "node/7067466701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7135781668", - "brand": "Riecker", - "name": "Malia", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:00-19:00", - "ref:FR:SIRET": "83069714000010", - "shop": "shoes", - "source": "survey", - "start_date": "2017-08-01" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7436241, - 48.5851852 - ] - }, - "id": "node/7135781668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7138925926", - "brand": "Kickers", - "name": "Kickers", - "shop": "shoes", - "source": "survey", - "start_date": "2011-08-16" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7440442, - 48.5851051 - ] - }, - "id": "node/7138925926" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7525440380", - "brand": "Deichmann", - "brand:wikidata": "Q664543", - "name": "Deichmann", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8132988, - 48.5775956 - ] - }, - "id": "node/7525440380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7672184310", - "check_date": "2023-05-27", - "name": "Furla", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.748702, - 48.5828116 - ] - }, - "id": "node/7672184310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7847430401", - "addr:city": "Kehl", - "addr:country": "DE", - "addr:housenumber": "1", - "addr:postcode": "77694", - "addr:street": "Blumenstraße", - "brand": "shoe4you", - "brand:wikidata": "Q108006445", - "check_date": "2024-06-29", - "level": "0", - "name": "shoe4you", - "opening_hours": "Mo-Sa 09:00-20:00", - "phone": "+49 7851 8867080", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8121617, - 48.575372 - ] - }, - "id": "node/7847430401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7847430404", - "addr:city": "Kehl", - "addr:housenumber": "1", - "addr:postcode": "77694", - "addr:street": "Blumenstraße", - "brand": "Ernsting's family", - "brand:wikidata": "Q1361016", - "level": "0", - "name": "Ernsting's family", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.811919, - 48.5752212 - ] - }, - "id": "node/7847430404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7847430406", - "addr:city": "Kehl", - "addr:country": "DE", - "addr:housenumber": "1", - "addr:postcode": "77694", - "addr:street": "Blumenstraße", - "check_date": "2024-05-23", - "level": "0", - "name": "Jeans Road", - "opening_hours": "Mo-Sa 09:00-20:00", - "opening_hours:covid19": "Mo-Sa 10:00-18:00", - "phone": "+49 7851 8866554", - "shop": "clothes", - "website": "https://www.jeansroad.de/stores/stores-229" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8120638, - 48.5756338 - ] - }, - "id": "node/7847430406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7847430408", - "addr:city": "Kehl", - "addr:housenumber": "1", - "addr:postcode": "77694", - "addr:street": "Blumenstraße", - "brand": "Colloseum", - "brand:wikidata": "Q15794685", - "level": "0", - "name": "Colloseum", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8118104, - 48.5754155 - ] - }, - "id": "node/7847430408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7856848629", - "name": "Boutique Neudorf", - "opening_hours": "Tu-Fr 09:00-12:00,14:00-19:00; Sa 09:00-12:00,14:00-16:00; Mo off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7572651, - 48.5688542 - ] - }, - "id": "node/7856848629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7934242619", - "addr:city": "Strasbourg", - "addr:housenumber": "3", - "addr:postcode": "67000", - "addr:street": "Petite Rue de l'Église", - "check_date": "2024-10-30", - "name": "Ultima 2", - "opening_hours": "Mo 14:00-19:00; Tu-Fr 09:30-12:30,13:30-19:00; Sa 09:30-19:00", - "phone": "+33388328769", - "shop": "shoes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7464578, - 48.5846327 - ] - }, - "id": "node/7934242619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7934242620", - "addr:city": "Strasbourg", - "addr:housenumber": "8", - "addr:postcode": "67000", - "addr:street": "Petite Rue de l'Église", - "check_date": "2024-10-30", - "name": "Ultima", - "opening_hours": "Mo 14:00-19:00; Tu-Fr 09:30-12:30,13:30-19:00; Sa 09:30-19:00", - "phone": "+33388328769", - "shop": "clothes", - "source": "survey", - "website": "https://ultimamode.com", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7463053, - 48.5847081 - ] - }, - "id": "node/7934242620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7934288026", - "check_date": "2023-04-22", - "name": "Ultima", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7476894, - 48.5841113 - ] - }, - "id": "node/7934288026" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7934288027", - "check_date": "2024-02-17", - "name": "Impact", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 3 90 23 85 64", - "shop": "clothes", - "source": "survey", - "website": "https://www.impact-premium.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7464477, - 48.5847337 - ] - }, - "id": "node/7934288027" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7937514067", - "addr:city": "Strasbourg", - "addr:housenumber": "20", - "addr:postcode": "67000", - "addr:street": "Rue de Bouxwiller", - "clothes": "wedding", - "currency:EUR": "yes", - "email": "info@elyacouture.com", - "name": "ELYA COUTURE", - "opening_hours": "Tu-Sa 09:00-17:00", - "payment:american_express": "yes", - "payment:cards": "yes", - "payment:coins": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "payment:jcb": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:notes": "yes", - "payment:visa": "yes", - "payment:visa_debit": "yes", - "payment:visa_electron": "yes", - "phone": "+33 7 87 58 80 51", - "shop": "clothes", - "start_date": "2017-09", - "website": "https://www.elyacouture.com", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7408074, - 48.5898261 - ] - }, - "id": "node/7937514067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7948516588", - "check_date": "2023-05-04", - "name": "La boutique du Lin", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7472074, - 48.5807604 - ] - }, - "id": "node/7948516588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7948516589", - "brand": "CALIDA", - "brand:wikidata": "Q693344", - "name": "CALIDA", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7472711, - 48.5807946 - ] - }, - "id": "node/7948516589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7948516592", - "brand": "Mephisto", - "brand:wikidata": "Q822975", - "brand:wikipedia": "fr:Mephisto (chaussure)", - "check_date": "2024-06-01", - "name": "Mephisto", - "shop": "shoes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7474843, - 48.5812942 - ] - }, - "id": "node/7948516592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8071851927", - "brand": "The Kooples", - "brand:wikidata": "Q3521493", - "brand:wikipedia": "fr:The Kooples", - "name": "The Kooples", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.749246, - 48.581057 - ] - }, - "id": "node/8071851927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8071851928", - "branch": "Strasbourg", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "brand:wikipedia": "en:Lacoste", - "contact:phone": "+33388755222", - "name": "Lacoste", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7501284, - 48.5822869 - ] - }, - "id": "node/8071851928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8220667089", - "check_date": "2023-05-29", - "name": "Tandem", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.74456, - 48.5837458 - ] - }, - "id": "node/8220667089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8509553717", - "check_date": "2024-06-01", - "contact:city": "Strasbourg", - "contact:housenumber": "7", - "contact:postcode": "67000", - "contact:street": "Place Gutenberg", - "name": "Jott", - "old_name": "Salamander", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7488679, - 48.5810455 - ] - }, - "id": "node/8509553717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8913105251", - "brand": "Gémo", - "brand:wikidata": "Q3122954", - "brand:wikipedia": "fr:Gémo", - "clothes": "women;children;men;hats;lingerie;babies;underwear", - "name": "Gémo", - "operator": "Gémo", - "second_hand": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7400991, - 48.5427289 - ] - }, - "id": "node/8913105251" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8977967200", - "alt_name": "North Face", - "branch": "Strasbourg", - "brand": "The North Face", - "brand:wikidata": "Q152784", - "brand:wikipedia": "en:The North Face", - "clothes": "outdoor", - "name": "The North Face", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 14:00-19:00", - "ref:FR:SIRET": "79978101800012", - "shop": "clothes", - "source": "INSEE - 2021-07", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7406027, - 48.5823628 - ] - }, - "id": "node/8977967200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8979350138", - "brand": "Éric Bompard", - "brand:wikidata": "Q3590998", - "brand:wikipedia": "en:Éric Bompard", - "check_date": "2023-11-12", - "name": "Éric Bompard", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7487327, - 48.5830625 - ] - }, - "id": "node/8979350138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9014859111", - "brand": "Faguo", - "brand:wikidata": "Q48752850", - "brand:wikipedia": "fr:Faguo", - "name": "Faguo", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.75344, - 48.5829151 - ] - }, - "id": "node/9014859111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9022454748", - "check_date": "2024-03-21", - "clothes": "men", - "contact:website": "https://www.goodvibes.fr/", - "name": "Goodvibes", - "ref:FR:SIRET": "84445479300028", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7422552, - 48.5820878 - ] - }, - "id": "node/9022454748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9022454750", - "brand": "Punt Roma", - "brand:wikidata": "Q101423290", - "check_date": "2024-03-21", - "clothes": "women", - "level": "0", - "name": "Punt Roma", - "shop": "clothes", - "source": "survey", - "website": "https://www.puntroma.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7422387, - 48.5819539 - ] - }, - "id": "node/9022454750" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9022454751", - "check_date": "2024-03-21", - "level": "0", - "name": "Record", - "opening_hours": "Mo-Fr 09:00-12:00,14:00-19:00; Sa 09:00-12:00,14:00-18:00", - "phone": "+33 3 88 32 00 66", - "shop": "clothes", - "source": "survey", - "website": "https://www.record-pro.fr/content/16-magasin-strasbourg", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7424865, - 48.5820255 - ] - }, - "id": "node/9022454751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9023068436", - "brand": "Deichmann", - "brand:wikidata": "Q664543", - "brand:wikipedia": "en:Deichmann SE", - "check_date": "2024-02-17", - "name": "Deichmann", - "opening_hours": "Mo-Sa 09:30-19:30", - "phone": "+33 3 88 98 89 97", - "shop": "shoes", - "source": "survey", - "source:date": "2021-08-18", - "website": "https://www.deichmann.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7437395, - 48.5850096 - ] - }, - "id": "node/9023068436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9023121443", - "brand": "Jules", - "brand:wikidata": "Q3188386", - "brand:wikipedia": "fr:Jules (enseigne)", - "check_date": "2023-12-21", - "check_date:opening_hours": "2023-12-21", - "clothes": "men", - "name": "Jules", - "opening_hours": "Mo-Sa 09:30-19:00", - "opening_hours:signed": "no", - "phone": "+33 3 88 13 42 01", - "shop": "clothes", - "source": "survey", - "website": "https://www.jules.com/fr-fr/magasins/160013561/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7468569, - 48.5827616 - ] - }, - "id": "node/9023121443" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9023248621", - "brand": "Armor Lux", - "brand:wikidata": "Q951079", - "brand:wikipedia": "fr:Armor-Lux", - "check_date": "2024-06-01", - "name": "Armor Lux", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7478183, - 48.5815194 - ] - }, - "id": "node/9023248621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9023248622", - "brand": "Liu Jo", - "brand:wikidata": "Q3835099", - "brand:wikipedia": "en:Liu·Jo", - "check_date": "2024-06-01", - "name": "Liu Jo", - "shop": "clothes", - "website": "https://stores.liujo.com/gb/france/strasbourg/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7476156, - 48.581503 - ] - }, - "id": "node/9023248622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9023258450", - "brand": "De Fursac", - "brand:wikidata": "Q22248311", - "brand:wikipedia": "fr:De Fursac", - "clothes": "men", - "name": "De Fursac", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7494494, - 48.5808447 - ] - }, - "id": "node/9023258450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9023258451", - "brand": "Maje", - "brand:wikidata": "Q3280458", - "brand:wikipedia": "fr:Maje", - "clothes": "women", - "name": "Maje", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7494955, - 48.580802 - ] - }, - "id": "node/9023258451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9023258452", - "brand": "Petit Bateau", - "brand:wikidata": "Q3377090", - "brand:wikipedia": "en:Petit Bateau", - "name": "Petit Bateau", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 3 88 32 01 37", - "shop": "clothes", - "website": "https://stores.petit-bateau.com/france/strasbourg/40-rue-vieux-marche-aux-poissons", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7495464, - 48.5807518 - ] - }, - "id": "node/9023258452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9031642720", - "check_date": "2024-08-13", - "name": "Pôles", - "ref:FR:SIRET": "40511206100016", - "shop": "clothes", - "source": "survey", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7430995, - 48.5817172 - ] - }, - "id": "node/9031642720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9032573332", - "check_date": "2024-03-21", - "contact:facebook": "rondeencouleurs", - "contact:instagram": "ronde_en_couleurs", - "contact:pinterest": "rondeencouleurs", - "name": "Ronde en Couleurs", - "phone": "+33 9 53 42 11 08", - "shop": "clothes", - "source": "survey", - "website": "https://www.ronde-en-couleurs.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7441695, - 48.5815756 - ] - }, - "id": "node/9032573332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9032664193", - "check_date": "2024-03-21", - "clothes": "women", - "name": "Terre de fées", - "phone": "+33 3 88 35 72 95", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7455756, - 48.5811047 - ] - }, - "id": "node/9032664193" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9032664194", - "check_date": "2024-03-21", - "clothes": "sports", - "name": "Nouveau Monde", - "opening_hours": "Tu-Sa 10:00-12:30,14:00-19:00", - "phone": "+33 3 88 23 28 83", - "shop": "clothes", - "source": "survey", - "website": "https://nouveau-monde.business.site/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7459791, - 48.5812247 - ] - }, - "id": "node/9032664194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9035156195", - "check_date": "2024-02-22", - "name": "Gabor", - "opening_hours": "Mo 14:00-18:30; Tu-Sa 09:30-19:00", - "shop": "shoes", - "source": "survey", - "website": "https://www.gabor-shop.fr" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7469508, - 48.5813201 - ] - }, - "id": "node/9035156195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9035156196", - "check_date": "2024-06-01", - "name": "Jacadi Paris", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7469851, - 48.581198 - ] - }, - "id": "node/9035156196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9035156197", - "check_date": "2024-02-22", - "name": "Libertie", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 10:00-19:00", - "phone": "+33 3 90 20 28 93", - "shop": "clothes", - "source": "survey", - "website": "https://boutiquelibertie.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7470506, - 48.5813422 - ] - }, - "id": "node/9035156197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9035337739", - "brand": "Ecco", - "brand:wikidata": "Q1280255", - "brand:wikipedia": "en:ECCO", - "check_date": "2024-06-01", - "check_date:opening_hours": "2023-08-22", - "name": "Ecco", - "opening_hours": "Mo 14:00-18:00; Tu-Sa 10:00-19:00", - "phone": "+33388328395", - "shop": "shoes", - "source": "survey", - "website": "https://ecco.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7474851, - 48.5814726 - ] - }, - "id": "node/9035337739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9035337740", - "check_date": "2024-06-01", - "name": "Algorithme La Loggia", - "opening_hours": "Tu-Fr 10:00-13:00,14:00-19:00; Sa 10:00-19:00", - "shop": "clothes", - "source": "survey", - "website": "https://www.algorithmelaloggia.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7477091, - 48.5815249 - ] - }, - "id": "node/9035337740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9035853419", - "brand": "Etam", - "brand:wikidata": "Q3059202", - "brand:wikipedia": "en:Etam Développement", - "check_date": "2024-02-22", - "clothes": "underwear", - "name": "Etam", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7482385, - 48.5818751 - ] - }, - "id": "node/9035853419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9035853422", - "brand": "Mango", - "brand:wikidata": "Q136503", - "brand:wikipedia": "en:Mango (retailer)", - "check_date": "2024-02-22", - "name": "Mango", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7481376, - 48.5819591 - ] - }, - "id": "node/9035853422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9035853424", - "brand": "Éram", - "brand:wikidata": "Q16684192", - "brand:wikipedia": "fr:Éram", - "check_date": "2024-02-22", - "name": "Éram", - "opening_hours": "Mo-Sa 10:00-19:00; Su 13:00-17:00", - "phone": "+33 3 88 32 76 26", - "shop": "shoes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7479404, - 48.5821324 - ] - }, - "id": "node/9035853424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9035853425", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "brand:wikipedia": "en:Intimissimi", - "check_date": "2024-02-22", - "clothes": "underwear", - "name": "Intimissimi", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 3 88 16 57 04", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7478834, - 48.5821869 - ] - }, - "id": "node/9035853425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9035853427", - "branch": "Jean", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "brand:wikipedia": "en:Levi Strauss & Co.", - "check_date": "2024-02-29", - "clothes": "denim;men;women", - "name": "Levi's", - "opening_hours": "Mo 13:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7474, - 48.5822938 - ] - }, - "id": "node/9035853427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9035853428", - "brand": "Morgan", - "brand:wikidata": "Q2990868", - "check_date": "2024-02-29", - "name": "Morgan", - "phone": "+33 3 88 15 77 80", - "shop": "clothes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7474462, - 48.5822443 - ] - }, - "id": "node/9035853428" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9035853430", - "brand": "Promod", - "brand:wikidata": "Q3407429", - "brand:wikipedia": "en:Promod", - "check_date": "2024-02-22", - "name": "Promod", - "opening_hours": "Tu-Sa 09:30-19:00; Mo 10:00-19:00", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7477289, - 48.5823317 - ] - }, - "id": "node/9035853430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9036183672", - "brand": "Dr. Martens", - "brand:wikidata": "Q1126126", - "brand:wikipedia": "en:Dr. Martens", - "check_date": "2023-12-21", - "name": "Dr. Martens", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 3 59 28 98 73", - "shop": "shoes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7468555, - 48.5828762 - ] - }, - "id": "node/9036183672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9036183675", - "brand": "NAF NAF", - "brand:wikidata": "Q3334188", - "brand:wikipedia": "fr:Naf Naf", - "check_date": "2023-11-05", - "level": "0", - "name": "NAF NAF", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+33 3 88 21 01 29", - "shop": "clothes", - "source": "survey", - "website": "https://www.nafnaf.com/nos-boutiques/naf-naf-strasbourg-kleber_strasbourg_67000/146.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7470177, - 48.5833033 - ] - }, - "id": "node/9036183675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9037038760", - "addr:city": "Strasbourg", - "addr:housenumber": "7", - "addr:postcode": "67000", - "addr:street": "Petite Rue de l'Église", - "check_date": "2024-10-30", - "clothes": "women", - "name": "ZYPR", - "ref:FR:SIRET": "44492807100042", - "shop": "clothes", - "source": "survey", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7464739, - 48.5845631 - ] - }, - "id": "node/9037038760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9217122710", - "brand": "Labonal", - "check_date": "2023-11-05", - "contact:phone": "+33 3 88 16 50 88", - "name": "Labonal", - "shop": "clothes", - "website": "https://www.labonal.fr/fr/boutiques-de-chaussettes-labonal" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7476403, - 48.5838225 - ] - }, - "id": "node/9217122710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9217122712", - "brand": "Darjeeling", - "brand:wikidata": "Q3016203", - "brand:wikipedia": "fr:Darjeeling (lingerie)", - "clothes": "underwear", - "contact:phone": "+33388220279", - "contact:website": "https://www.darjeeling.fr/storelocator/6701", - "name": "Darjeeling", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7475711, - 48.582483 - ] - }, - "id": "node/9217122712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9217122713", - "brand": "Kookaï", - "brand:wikidata": "Q1783759", - "brand:wikipedia": "fr:Kookaï", - "name": "Kookaï", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7477764, - 48.5822897 - ] - }, - "id": "node/9217122713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9217135317", - "brand": "Aigle", - "brand:wikidata": "Q404391", - "brand:wikipedia": "fr:Aigle (entreprise)", - "name": "Aigle", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7499106, - 48.5804284 - ] - }, - "id": "node/9217135317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9217135319", - "brand": "Notshy", - "contact:website": "https://www.notshy.fr", - "name": "Notshy", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7500312, - 48.5803068 - ] - }, - "id": "node/9217135319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9340883342", - "contact:facebook": "https://www.facebook.com/maisonclaude.vintage/", - "contact:instagram": "https://www.instagram.com/maisonclaude.shop/", - "level": "0", - "name": "Maison Claude", - "opening_hours": "We-Fr 14:00-18:00; Sa 11:00-18:00", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7545667, - 48.5821926 - ] - }, - "id": "node/9340883342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9340955284", - "contact:facebook": "https://www.facebook.com/rehabsecondhandshop/", - "contact:instagram": "https://www.instagram.com/rehab.secondhandshop", - "email": "contact@rehabsecondhandshop.com", - "level": "0", - "name": "Rehab Second Hand Shop", - "opening_hours": "Tu-Fr 14:00-19:00; Sa 11:00-18:00", - "ref:FR:SIREN": "849698477", - "ref:FR:SIRET": "84969847700031", - "second_hand": "yes", - "shop": "clothes", - "start_date": "2021-06", - "website": "https://www.rehabsecondhandshop.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7551143, - 48.5808058 - ] - }, - "id": "node/9340955284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9404699807", - "addr:city": "Strasbourg", - "addr:postcode": "67000", - "addr:street": "Cour du Brochet", - "contact:facebook": "https://www.facebook.com/desbayesdedream", - "contact:instagram": "https://www.instagram.com/desbayesdedream", - "email": "desbayesdedream@gmail.com", - "name": "Des Bayes de Dream", - "opening_hours": "Tu-Sa 14:00-18:00", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7583737, - 48.5788622 - ] - }, - "id": "node/9404699807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9404729349", - "addr:city": "Strasbourg", - "addr:housenumber": "40", - "addr:postcode": "67000", - "addr:street": "Rue de Zurich", - "name": "Le Cabaret Du Chat", - "opening_hours:covid19": "Mo-Sa 14:00-18:30", - "phone": "+33781252047", - "second_hand": "only", - "shop": "clothes", - "survey:date": "2024-03-15" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7576828, - 48.5795799 - ] - }, - "id": "node/9404729349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9407779301", - "addr:city": "Kehl", - "addr:postcode": "77694", - "addr:street": "Straßburger Straße", - "air_conditioning": "yes", - "brand": "Takko", - "brand:wikidata": "Q1371302", - "clothes": "men;women;unisex", - "name": "Takko", - "payment:cash": "yes", - "payment:coins": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "payment:girocard": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:notes": "yes", - "payment:telephone_cards": "yes", - "payment:visa": "yes", - "payment:visa_electron": "yes", - "shop": "clothes", - "stroller": "yes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.8142326, - 48.5767516 - ] - }, - "id": "node/9407779301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9657826217", - "contact:city": "Strasbourg", - "contact:phone": "+33 9 52 87 04 42", - "contact:postcode": "67000", - "contact:street": "Place Des Halles", - "name": "Draeger", - "official_name": "Draeger Paris - Tie Rack - Strasbourg Les Halles", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes", - "website": "https://www.draegerparis.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7409461, - 48.5869038 - ] - }, - "id": "node/9657826217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9888987194", - "brand": "Grunge Boutik", - "level": "0", - "name": "Grunge Boutik", - "note": "Les autres magasins semblent être des sociétés différentes", - "opening_hours": "Mo 13:30-19:00; Tu-Fr 10:30-12:30,13:30-19:00; Sa 10:30-19:00", - "phone": "+33 3 88 36 08 35", - "ref:FR:NAF": "4771Z", - "ref:FR:SIREN": "524945631", - "ref:FR:SIRET": "52494563100017", - "ref:vatin": "FR01524945631", - "shop": "clothes", - "website": "https://www.grungeboutik.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7531033, - 48.5835677 - ] - }, - "id": "node/9888987194" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9975496309", - "addr:city": "Strasbourg", - "addr:street": "Rue du Maire Kuss", - "check_date": "2022-08-24", - "name": "Soddys", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7369204, - 48.5841323 - ] - }, - "id": "node/9975496309" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9975533333", - "check_date": "2022-08-24", - "name": "Friperie Ciao Bella", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7358096, - 48.5828164 - ] - }, - "id": "node/9975533333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10013324807", - "name": "Lolipop Vintage", - "ref:FR:SIRET": "90331006800015", - "second_hand": "only", - "shop": "clothes", - "source": "survey", - "survey:date": "2022-09-10", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7393748, - 48.5863243 - ] - }, - "id": "node/10013324807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10053617031", - "brand": "Cyrillus", - "brand:wikidata": "Q3009179", - "check_date": "2024-06-01", - "name": "Cyrillus", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7489317, - 48.5813196 - ] - }, - "id": "node/10053617031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10101385767", - "addr:city": "Strasbourg", - "addr:country": "FR", - "addr:housenumber": "36", - "addr:postcode": "67000", - "addr:street": "Rue des Juifs", - "contact:facebook": "https://www.facebook.com/Berthel-109462075242346", - "contact:instagram": "https://www.instagram.com/berthel_upcycling/", - "name": "Berthel", - "opening_hours": "Tu-Sa 10:00-19:00", - "second_hand": "yes", - "shop": "clothes", - "website": "https://berthel-upcycling.fr", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7534835, - 48.5840798 - ] - }, - "id": "node/10101385767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10101405245", - "addr:city": "Strasbourg", - "addr:country": "FR", - "addr:housenumber": "13", - "addr:postcode": "67000", - "addr:street": "Rue de Bouxwiller", - "contact:facebook": "https://www.facebook.com/desbayesdedream", - "contact:instagram": "https://www.instagram.com/desbayesdedream/", - "email": "desbayesdedream@gmail.com", - "name": "Des Bayes de Dream", - "opening_hours": "Mo-Sa 10:00-19:00", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7412172, - 48.58937 - ] - }, - "id": "node/10101405245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10112077447", - "addr:city": "Strasbourg", - "addr:country": "FR", - "addr:housenumber": "1", - "addr:postcode": "67000", - "addr:street": "Boulevard de la Marne", - "clothes": "women", - "contact:facebook": "https://www.facebook.com/Le-comptoir-des-quartiers-de-Strasbourg-110668994786412/", - "contact:instagram": "https://www.instagram.com/comptoirdesquartiers.orangerie/", - "email": "contact@comptoir-orangerie.com", - "mobile": "+33681812009", - "name": "Le comptoir de l’Orangerie", - "opening_hours": "Tu,Th 10:00-13:00,14:00-19:00; We 10:00-13:00,14:00-17:30; Fr 10:00-13:00,14:00-18:00; Sa 09:30-17:00", - "second_hand": "no", - "shop": "clothes", - "website": "https://www.comptoir-orangerie.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7723454, - 48.5835345 - ] - }, - "id": "node/10112077447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10242571324", - "name": "Boutique Antocharis", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7536874, - 48.5797906 - ] - }, - "id": "node/10242571324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10242572363", - "clothes": "underwear", - "name": "Lady Mistigris", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7537508, - 48.5798907 - ] - }, - "id": "node/10242572363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10242598419", - "check_date": "2024-02-11", - "name": "Cesaria", - "opening_hours": "Tu-Sa 10:30-18:00; Mo 14:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7531672, - 48.5802429 - ] - }, - "id": "node/10242598419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10289368552", - "check_date": "2024-02-11", - "name": "Au pays de Jade", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7554892, - 48.5814536 - ] - }, - "id": "node/10289368552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10289380521", - "check_date": "2024-02-11", - "name": "Ipsae", - "opening_hours": "Tu-Fr 11:00-12:00,14:00-19:00; Sa 11:00-12:00,14:00-18:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7551377, - 48.5812754 - ] - }, - "id": "node/10289380521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10289389640", - "brand": "COS", - "brand:wikidata": "Q60772401", - "name": "COS", - "opening_hours": "Mo 11:00-19:00; Tu-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7508693, - 48.582971 - ] - }, - "id": "node/10289389640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10289400305", - "brand": "American Vintage", - "brand:wikidata": "Q2422884", - "name": "American Vintage", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 13:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7503363, - 48.5832418 - ] - }, - "id": "node/10289400305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10289413840", - "name": "Wanamana Shoes", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 14:00-19:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7505184, - 48.5832648 - ] - }, - "id": "node/10289413840" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10289415778", - "name": "Oska", - "opening_hours": "Tu-Sa 11:00-18:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7504503, - 48.5831461 - ] - }, - "id": "node/10289415778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10289422236", - "name": "Popeline", - "opening_hours": "Tu,Th,Fr 14:00-18:30; We,Sa 11:00-18:00", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7501799, - 48.5835541 - ] - }, - "id": "node/10289422236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10567608838", - "name": "Le boudoir", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7471814, - 48.5835883 - ] - }, - "id": "node/10567608838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10732185275", - "check_date": "2024-02-11", - "name": "Les Yeux Fermés", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7541653, - 48.5807864 - ] - }, - "id": "node/10732185275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10732192288", - "check_date": "2024-02-11", - "name": "Marbre", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7528085, - 48.5801227 - ] - }, - "id": "node/10732192288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10733142780", - "check_date": "2024-02-11", - "name": "Curieuse", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 14:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7518177, - 48.579619 - ] - }, - "id": "node/10733142780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11037759081", - "brand": "Seidensticker", - "brand:wikidata": "Q1797834", - "name": "Seidensticker", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7500629, - 48.5822631 - ] - }, - "id": "node/11037759081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11037769150", - "brand": "Caroll", - "brand:wikidata": "Q63063871", - "name": "Caroll", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7502348, - 48.5823483 - ] - }, - "id": "node/11037769150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11037770509", - "brand": "Antonelle", - "brand:wikidata": "Q105082567", - "clothes": "women", - "name": "Antonelle", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7509213, - 48.5826302 - ] - }, - "id": "node/11037770509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11037777201", - "brand": "Aubade", - "brand:wikidata": "Q2870536", - "clothes": "underwear", - "name": "Aubade", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7502969, - 48.5823776 - ] - }, - "id": "node/11037777201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11037788164", - "brand": "Desigual", - "brand:wikidata": "Q83750", - "name": "Desigual", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7503781, - 48.5824088 - ] - }, - "id": "node/11037788164" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11065509733", - "check_date:opening_hours": "2023-10-26", - "name": "Samson", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7487228, - 48.5846998 - ] - }, - "id": "node/11065509733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11065522084", - "name": "Cotelác", - "opening_hours": "Tu-Sa 10:00-19:00; Mo 14:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7523972, - 48.5833178 - ] - }, - "id": "node/11065522084" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11065540702", - "brand": "Jonak", - "brand:wikidata": "Q105372529", - "name": "Jonak", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.75121, - 48.5827558 - ] - }, - "id": "node/11065540702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11093182518", - "brand": "Tamaris", - "brand:wikidata": "Q61994827", - "name": "Tamaris", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.743213, - 48.5848098 - ] - }, - "id": "node/11093182518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11186409007", - "addr:city": "Strasbourg", - "addr:housenumber": "17", - "addr:postcode": "67000", - "addr:street": "Rue de Rosheim", - "clothes": "women;men", - "name": "Le Cabaret Du Chat", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7334074, - 48.5802651 - ] - }, - "id": "node/11186409007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11558091563", - "branch": "Centre commercial Auchan", - "name": "Label Fripe", - "opening_hours": "Mo-Fr 09:30-20:00 - Sa 9:00-19:00", - "phone": "+33 3 79 45 99 19", - "second_hand": "only", - "shop": "clothes", - "website": "https://labelfripe.fr/label-fripe-illkirch-graffenstaden/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.740009, - 48.5429582 - ] - }, - "id": "node/11558091563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11591871035", - "name": "rsb sneakers store", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7395133, - 48.5850874 - ] - }, - "id": "node/11591871035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11608155807", - "brand": "Okaïdi", - "brand:wikidata": "Q3350027", - "check_date": "2024-02-10", - "level": "-1", - "name": "Okaïdi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7590533, - 48.5736731 - ] - }, - "id": "node/11608155807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11608155811", - "check_date": "2024-02-10", - "level": "-1", - "name": "Excellence", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.757655, - 48.57353 - ] - }, - "id": "node/11608155811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11610391462", - "addr:city": "Strasbourg", - "addr:housenumber": "9", - "addr:postcode": "67000", - "addr:street": "Rue de la Brigade Alsace-Lorraine", - "check_date": "2024-02-11", - "clothes": "men", - "name": "Size Factory", - "opening_hours": "Mo-Fr 09:30-12:30,14:00-18:00", - "ref:FR:SIRET": "53061612700144", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7539745, - 48.5766046 - ] - }, - "id": "node/11610391462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11610439173", - "check_date": "2024-02-11", - "name": "Signe du temps", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7530823, - 48.5802239 - ] - }, - "id": "node/11610439173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11676605284", - "name": "Le Concept", - "opening_hours": "Mo-Fr 12:00-19:00; Sa 11:00-19:00", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7477436, - 48.5799818 - ] - }, - "id": "node/11676605284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11861680078", - "check_date": "2024-04-28", - "name": "Sagone", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7580105, - 48.5670383 - ] - }, - "id": "node/11861680078" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11959050069", - "addr:housenumber": "7", - "addr:postcode": "67000", - "addr:street": "Rue des Bouchers", - "name": "Le Grenier", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7514007, - 48.578628 - ] - }, - "id": "node/11959050069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11983429952", - "name": "Ëtre soie", - "shop": "clothes", - "source": "Eurométropole de Strasbourg", - "survey:date": "2022" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.709201, - 48.5261991 - ] - }, - "id": "node/11983429952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066138762", - "check_date": "2024-07-21", - "name": "Fring Shop", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7451334, - 48.5899391 - ] - }, - "id": "node/12066138762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12066185182", - "check_date": "2024-07-21", - "name": "L'homme, Saint-Germain", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7461607, - 48.5872757 - ] - }, - "id": "node/12066185182" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12092112519", - "name": "La friperie social", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.7280907, - 48.5815888 - ] - }, - "id": "node/12092112519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12263112387", - "check_date": "2024-10-18", - "name": "Poulet Fripes", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 7.753244, - 48.5771969 - ] - }, - "id": "node/12263112387" - } - ] - } \ No newline at end of file diff --git a/backend/src/sandbox/vienna_data.json b/backend/src/sandbox/vienna_data.json deleted file mode 100644 index c0aa5d6..0000000 --- a/backend/src/sandbox/vienna_data.json +++ /dev/null @@ -1,23140 +0,0 @@ -{ - "type": "FeatureCollection", - "generator": "overpass-turbo", - "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.", - "timestamp": "2024-12-02T21:06:00Z", - "features": [ - { - "type": "Feature", - "properties": { - "@id": "node/245485017", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "20", - "addr:postcode": "1010", - "addr:street": "Graben", - "brand": "Louis Vuitton", - "brand:wikidata": "Q191485", - "check_date": "2024-10-13", - "check_date:opening_hours": "2024-10-13", - "name": "Louis Vuitton", - "opening_hours:signed": "no", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes", - "wikidata": "Q20119920" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3684666, - 48.2095424 - ] - }, - "id": "node/245485017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/278797360", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "89", - "addr:postcode": "1180", - "addr:street": "Währinger Straße", - "name": "Splendid", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3456765, - 48.2256044 - ] - }, - "id": "node/278797360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/298692332", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "check_date": "2022-09-09", - "check_date:opening_hours": "2023-09-30", - "man_made": "surveillance", - "name": "Zara", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 10:00-18:00", - "shop": "clothes", - "surveillance": "indoor", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.37137, - 48.2082722 - ] - }, - "id": "node/298692332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/318456937", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "91", - "addr:postcode": "1180", - "addr:street": "Währinger Straße", - "clothes": "children", - "email": "waehring@herzilein-wien.at", - "name": "Herzilein", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-13:00", - "phone": "+43 676 6577107", - "shop": "clothes", - "website": "https://herzilein-wien.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3454679, - 48.2256642 - ] - }, - "id": "node/318456937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/331855628", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "22", - "addr:postcode": "1090", - "addr:street": "Währinger Straße", - "name": "KUKURUZ", - "opening_hours": "Tu-Fr 10:00-18:00; Sa 10:00-13:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3588702, - 48.2178707 - ] - }, - "id": "node/331855628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/335442046", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "71", - "addr:postcode": "1150", - "addr:street": "Hütteldorfer Straße", - "check_date": "2024-10-03", - "clothes": "workwear", - "name": "Werkmit", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3250711, - 48.1985429 - ] - }, - "id": "node/335442046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/344927984", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "4", - "addr:postcode": "1030", - "addr:street": "Landstraßer Hauptstraße", - "name": "Klimesch", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:00-18:00", - "phone": "+43 1 712 57 51", - "shop": "shoes", - "website": "https://klimesch-schuhe.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.386102, - 48.2054745 - ] - }, - "id": "node/344927984" - }, - { - "type": "Feature", - "properties": { - "@id": "node/348086365", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "7", - "addr:postcode": "1070", - "addr:street": "Kirchengasse", - "name": "Lila", - "name:ru": "Лила", - "opening_hours": "Mo-Fr 12:00-18:00; Sa 11:00-17:00", - "shop": "clothes", - "website": "https://www.lila.cx/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3523657, - 48.2003586 - ] - }, - "id": "node/348086365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/350444576", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "12", - "addr:postcode": "1180", - "addr:street": "Jörgerstraße", - "description": "vegan. fair. organic.", - "fair_trade": "only", - "name": "muso koroni", - "opening_hours": "We-Fr 10:00-18:30; Sa 10:00-15:30", - "operator": "muso koroni e.U.", - "organic": "only", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "website": "https://www.muso-koroni.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3399047, - 48.2176758 - ] - }, - "id": "node/350444576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/352717513", - "check_date:opening_hours": "2024-10-31", - "clothes": "leather;fur", - "name": "Pelz & Ledermoden Susanne", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3882019, - 48.2043764 - ] - }, - "id": "node/352717513" - }, - { - "type": "Feature", - "properties": { - "@id": "node/361528996", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "27", - "addr:postcode": "1170", - "addr:street": "Jörgerstraße", - "check_date:opening_hours": "2024-11-26", - "name": "Boutique Hüte Pelze", - "opening_hours:signed": "no", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3371893, - 48.217487 - ] - }, - "id": "node/361528996" - }, - { - "type": "Feature", - "properties": { - "@id": "node/369006830", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "check_date": "2023-04-17", - "check_date:opening_hours": "2023-08-06", - "clothes": "underwear", - "name": "Palmers", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3888997, - 48.2037316 - ] - }, - "id": "node/369006830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/417322217", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "26", - "addr:postcode": "1010", - "addr:street": "Himmelpfortgasse", - "description": "Schuhe, Taschen & Möbel", - "email": "himmel@gea.at", - "level": "0", - "name": "GEA Wien - Himmelpfortgasse", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "phone": "+4315121967", - "shop": "shoes", - "website": "https://gea-waldviertler.at/laeden/gea-wien-himmelpfortgasse/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3759251, - 48.2042837 - ] - }, - "id": "node/417322217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/428027281", - "brand": "KiK", - "brand:wikidata": "Q883965", - "brand:wikipedia": "en:KiK", - "check_date": "2023-05-08", - "clothes": "discount", - "name": "KiK", - "operator": "KiK Textilien und Non-Food GmbH", - "shop": "clothes", - "website": "https://kik.at/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3296894, - 48.2314025 - ] - }, - "id": "node/428027281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/442547250", - "addr:city": "Wien", - "addr:country": "AT", - "addr:postcode": "1070", - "addr:street": "Mariahilfer Straße", - "air_conditioning": "yes", - "brand": "C&A", - "brand:wikidata": "Q701338", - "brand:wikipedia": "en:C&A", - "changing_table": "yes", - "changing_table:location": "dedicated_room", - "check_date": "2024-09-07", - "check_date:opening_hours": "2024-07-21", - "name": "C&A", - "opening_hours": "Mo-Fr 09:30-20:00; Sa 09:30-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3450617, - 48.1971029 - ] - }, - "id": "node/442547250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/442578816", - "addr:city": "Wien", - "addr:country": "AT", - "addr:postcode": "1070", - "addr:street": "Mariahilfer Straße", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "check_date:opening_hours": "2023-04-30", - "name": "H&M", - "opening_hours": "Mo-Fr 09:30-20:00; Sa 09:30-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3484007, - 48.1980356 - ] - }, - "id": "node/442578816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/443013024", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "6", - "addr:postcode": "1070", - "addr:street": "Mariahilfer Straße", - "check_date:opening_hours": "2022-10-26", - "name": "Pelzhaus Fuss", - "opening_hours": "Mo-Sa 10:00-18:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3598651, - 48.2015015 - ] - }, - "id": "node/443013024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/450083594", - "name": "Lila pix", - "shop": "clothes", - "website": "http://www.lilapix.net/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3542197, - 48.2007977 - ] - }, - "id": "node/450083594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/471426016", - "addr:city": "Wien", - "addr:country": "AT", - "name": "Orthopädie Schuh", - "opening_hours": "Mo-Th 07:30-17:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3453075, - 48.2302739 - ] - }, - "id": "node/471426016" - }, - { - "type": "Feature", - "properties": { - "@id": "node/478904458", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "8", - "addr:postcode": "1010", - "addr:street": "Weihburggasse", - "check_date:opening_hours": "2023-03-23", - "email": "wien@originalsalzburger.at", - "name": "Original Salzburger", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "phone": "+43 1 5131673", - "shop": "clothes", - "website": "https://www.originalsalzburger.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3732363, - 48.2067729 - ] - }, - "id": "node/478904458" - }, - { - "type": "Feature", - "properties": { - "@id": "node/482820113", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "37-39", - "addr:postcode": "1060", - "addr:street": "Mariahilfer Straße", - "brand": "Humanic", - "brand:wikidata": "Q1636668", - "brand:wikipedia": "en:Humanic", - "check_date:opening_hours": "2024-08-25", - "name": "Humanic", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "shoes", - "toilets:wheelchair": "yes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3559159, - 48.2001295 - ] - }, - "id": "node/482820113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/566660716", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "8", - "addr:postcode": "1010", - "addr:street": "Bauernmarkt", - "name": "Nehera", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3723314, - 48.2097515 - ] - }, - "id": "node/566660716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/567053699", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "7", - "addr:postcode": "1010", - "addr:street": "Kärntner Straße", - "brand": "& Other Stories", - "brand:wikidata": "Q85322338", - "check_date": "2024-09-25", - "clothes": "women", - "level": "0", - "name": "& other Stories", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 10:00-18:00; Su,PH off", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3718601, - 48.2074445 - ] - }, - "id": "node/567053699" - }, - { - "type": "Feature", - "properties": { - "@id": "node/567059363", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1", - "addr:postcode": "1010", - "addr:street": "Bräunerstraße", - "name": "Knize", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3694223, - 48.2082949 - ] - }, - "id": "node/567059363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/598656804", - "brand": "C&A", - "brand:wikidata": "Q701338", - "brand:wikipedia": "en:C&A", - "check_date": "2024-09-20", - "check_date:opening_hours": "2024-09-20", - "name": "C&A", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes", - "wheelchair:description": "Aufzug vorhanden, kein Behinderten-WC" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3778648, - 48.1770966 - ] - }, - "id": "node/598656804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/674930940", - "brand": "KiK", - "brand:wikidata": "Q883965", - "brand:wikipedia": "en:KiK", - "clothes": "discount", - "name": "KiK", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3686933, - 48.1696509 - ] - }, - "id": "node/674930940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/701320956", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "12", - "addr:postcode": "1070", - "addr:street": "Siebensterngasse", - "amenity": "cafe", - "condition": "good", - "contact:email": "office@sneakin.at", - "contact:phone": "+43 664 145 51 01", - "contact:website": "http://www.sneakin.at/", - "cuisine": "cafe", - "name": "Sneak In", - "opening_hours": "Tu-Fr 11:00-20:00; Sa 10:00-18:00", - "shop": "shoes", - "smoking": "no", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3560109, - 48.2027728 - ] - }, - "id": "node/701320956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/705413939", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "24", - "addr:postcode": "1070", - "addr:street": "Burggasse", - "clothes": "yes", - "condition": "fair", - "contact:facebook": "burggasse24", - "contact:phone": "+4367761641784", - "contact:website": "https://burggasse24.com/", - "name": "Burggasse 24 Vintage Shop", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00", - "operator": "Pauer&Baier OG", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "second_hand": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3519728, - 48.2043358 - ] - }, - "id": "node/705413939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/731457777", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "5-9", - "addr:postcode": "1200", - "addr:street": "Stromstraße", - "brand": "KiK", - "brand:wikidata": "Q883965", - "brand:wikipedia": "en:KiK", - "clothes": "discount", - "name": "KiK", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "operator": "KiK Textilien & Non-Food", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3719432, - 48.2374687 - ] - }, - "id": "node/731457777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/761213103", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "41", - "addr:postcode": "1060", - "addr:street": "Mariahilfer Straße", - "brand": "Deichmann", - "brand:wikidata": "Q664543", - "brand:wikipedia": "en:Deichmann SE", - "check_date:opening_hours": "2024-08-25", - "name": "Deichmann", - "opening_hours": "Mo-We 09:00-19:00; Sa 09:00-18:00; Th,Fr 09:00-20:00", - "phone": "+43 1 5857150", - "shop": "shoes", - "website": "https://www.deichmann.com/AT/de/shop/welcome.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3555346, - 48.2000225 - ] - }, - "id": "node/761213103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/767476916", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "159", - "addr:postcode": "1150", - "addr:street": "Mariahilfer Straße", - "check_date": "2022-12-10", - "contact:website": "http://www.tanzboutique.at", - "name": "Kirner Tanzschuhe", - "opening_hours": "Mo 13:00-17:00; Sa 10:00-13:00; Th,Fr 14:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3345813, - 48.1935454 - ] - }, - "id": "node/767476916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/794362931", - "brand": "KiK", - "brand:wikidata": "Q883965", - "brand:wikipedia": "en:KiK", - "clothes": "discount", - "name": "KiK", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3653901, - 48.1725949 - ] - }, - "id": "node/794362931" - }, - { - "type": "Feature", - "properties": { - "@id": "node/794570856", - "name": "dzl style", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.362961, - 48.1762209 - ] - }, - "id": "node/794570856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/808478283", - "description": "Kindermode", - "name": "Bücürük", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3657896, - 48.176289 - ] - }, - "id": "node/808478283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/809561671", - "check_date": "2022-09-08", - "name": "Dingsda", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3747061, - 48.182413 - ] - }, - "id": "node/809561671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/821209945", - "fixme": "=komolka?", - "name": "Sky Fashion Vienna", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; Su,PH off", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3736355, - 48.1752992 - ] - }, - "id": "node/821209945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/821209948", - "name": "El Istanbul", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3740568, - 48.1754542 - ] - }, - "id": "node/821209948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/821350680", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "155", - "addr:postcode": "1100", - "addr:street": "Quellenstraße", - "name": "Asya", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3689115, - 48.1758077 - ] - }, - "id": "node/821350680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/839051945", - "addr:city": "Wien", - "addr:country": "AT", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "check_date": "2024-09-20", - "check_date:opening_hours": "2024-03-27", - "name": "H&M", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3707516, - 48.2050587 - ] - }, - "id": "node/839051945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/839051961", - "brand": "Humanic", - "brand:wikidata": "Q1636668", - "brand:wikipedia": "en:Humanic", - "check_date": "2024-07-17", - "check_date:opening_hours": "2024-07-17", - "name": "Humanic", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.370275, - 48.2030974 - ] - }, - "id": "node/839051961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/843370386", - "check_date:opening_hours": "2022-10-18", - "name": "Eska", - "name:ru": "Еска", - "opening_hours": "Mo-Fr 09:30-18:00; Sa 09:30-12:30", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3438539, - 48.2075871 - ] - }, - "id": "node/843370386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/848217170", - "name": "Shamil", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3714402, - 48.1758559 - ] - }, - "id": "node/848217170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/896492804", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "51", - "addr:postcode": "1150", - "addr:street": "Nobilegasse", - "addr:year": "1985-1987", - "name": "Luppi Werner", - "shop": "clothes", - "website": "http://www.luppi-werner.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3162994, - 48.1984945 - ] - }, - "id": "node/896492804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/901058198", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1-3", - "addr:postcode": "1010", - "addr:street": "Schwarzenbergstraße", - "clothes": "wedding", - "name": "Pronuptia", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-16:00", - "shop": "clothes", - "website": "http://www.pronuptia.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3734605, - 48.2033437 - ] - }, - "id": "node/901058198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/901058317", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "11", - "addr:postcode": "1010", - "addr:street": "Seilerstätte", - "clothes": "fashion", - "name": "Amicis Outlet", - "shop": "clothes", - "website": "http://www.amicis.at", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.37463, - 48.2049463 - ] - }, - "id": "node/901058317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/901058349", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "12", - "addr:postcode": "1010", - "addr:street": "Tuchlauben", - "name": "Dominici", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3709617, - 48.2104001 - ] - }, - "id": "node/901058349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/916107753", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "14-18", - "addr:postcode": "1100", - "addr:street": "Landgutgasse", - "check_date:opening_hours": "2023-08-04", - "contact:email": "office@derwalter.at", - "contact:phone": "+43 1 604 42 31", - "description": "Berufsbekleidung", - "name": "der Walter", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-14:00", - "shop": "clothes", - "website": "https://www.derwalter.at/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3763493, - 48.1813357 - ] - }, - "id": "node/916107753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/916277757", - "name": "Drim", - "shop": "clothes", - "website": "www.drim.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3739721, - 48.1776252 - ] - }, - "id": "node/916277757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/916277782", - "addr:city": "Wien", - "addr:housenumber": "82", - "addr:postcode": "1100", - "addr:street": "Quellenstraße", - "name": "Moda Woow", - "opening_hours": "Mo-Fr 09:00-19:30; Sa 09:30-19:00; Su,PH off", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3741376, - 48.1757057 - ] - }, - "id": "node/916277782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/918045071", - "name": "Stoffguru", - "opening_hours": "Mo-We,Fr 10:00-15:00; Th 10:00-19:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3314211, - 48.2009808 - ] - }, - "id": "node/918045071" - }, - { - "type": "Feature", - "properties": { - "@id": "node/929515668", - "description": "moslemische Damenmode", - "name": "YA-SE", - "shop": "clothes", - "website": "www.ya-se.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3683992, - 48.176835 - ] - }, - "id": "node/929515668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/929515716", - "description": "büyük beden", - "name": "Annem", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3680155, - 48.1766272 - ] - }, - "id": "node/929515716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/931631146", - "name": "Karma", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3704805, - 48.1786698 - ] - }, - "id": "node/931631146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/948462241", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1", - "addr:postcode": "1010", - "addr:street": "Kärntner Straße", - "brand": "Humanic", - "brand:wikidata": "Q1636668", - "brand:wikipedia": "en:Humanic", - "check_date": "2024-09-25", - "check_date:opening_hours": "2023-09-30", - "man_made": "surveillance", - "name": "Humanic", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "shoes", - "surveillance": "indoor", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3719593, - 48.2077914 - ] - }, - "id": "node/948462241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/948462279", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "17", - "addr:postcode": "1010", - "addr:street": "Krugerstraße", - "clothes": "fashion", - "name": "fortyfour and more", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes", - "website": "https://www.fortyfour.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3726124, - 48.2037159 - ] - }, - "id": "node/948462279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/948462570", - "addr:city": "Wien", - "addr:country": "AT", - "check_date": "2022-11-24", - "clothes": "fashion", - "name": "MIMI baby&junior", - "opening_hours": "Tu-Fr 10:00-18:00; Mo 13:00-18:00", - "shop": "clothes", - "source:imagery": "Bing", - "website": "http://www.mimi-shop.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3714888, - 48.203827 - ] - }, - "id": "node/948462570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/948605591", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "43", - "addr:postcode": "1010", - "addr:street": "Kärntner Straße", - "brand": "United Colors of Benetton", - "brand:wikidata": "Q817139", - "brand:wikipedia": "en:Benetton Group", - "check_date": "2024-09-20", - "check_date:opening_hours": "2023-10-06", - "level": "0", - "man_made": "surveillance", - "name": "United Colors of Benetton", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "short_name": "Benetton", - "surveillance": "indoor", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3707078, - 48.2042718 - ] - }, - "id": "node/948605591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/948605613", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "21-23", - "addr:postcode": "1010", - "addr:street": "Kärntner Straße", - "check_date": "2024-09-25", - "check_date:opening_hours": "2023-10-06", - "clothes": "men", - "name": "Sir Anthony", - "opening_hours:signed": "no", - "shop": "clothes", - "website": "http://www.siranthony.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3716185, - 48.206187 - ] - }, - "id": "node/948605613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/948605631", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "27", - "addr:postcode": "1010", - "addr:street": "Kärntner Straße", - "brand": "BOGGI Milano", - "brand:wikidata": "Q93451035", - "check_date": "2024-09-20", - "level": "0", - "name": "BOGGI Milano", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; Su,PH off", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3714705, - 48.2058293 - ] - }, - "id": "node/948605631" - }, - { - "type": "Feature", - "properties": { - "@id": "node/948605637", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "39", - "addr:postcode": "1010", - "addr:street": "Kärntner Straße", - "brand": "Hallhuber", - "brand:wikidata": "Q1571714", - "brand:wikipedia": "de:Hallhuber (Bekleidungshaus)", - "check_date:opening_hours": "2022-10-26", - "name": "Hallhuber", - "opening_hours": "Mo-We 10:00-19:00; Th,Fr 10:00-20:00; Sa 10:00-18:00", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3709229, - 48.2046779 - ] - }, - "id": "node/948605637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/948605653", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "39", - "addr:postcode": "1010", - "addr:street": "Kärntner Straße", - "brand": "Lloyd", - "brand:wikidata": "Q1866944", - "check_date": "2024-09-20", - "level": "0", - "name": "Lloyd", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3710595, - 48.2048153 - ] - }, - "id": "node/948605653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/948605680", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "33", - "addr:postcode": "1010", - "addr:street": "Kärntner Straße", - "check_date": "2024-09-20", - "check_date:opening_hours": "2023-10-06", - "name": "d'Ambrosio", - "opening_hours": "Mo-Fr 10:30-19:00; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "shoes", - "website": "http://www.dambrosio-shoes.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3712374, - 48.2053794 - ] - }, - "id": "node/948605680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/948703108", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "9", - "addr:postcode": "1010", - "addr:street": "Weihburggasse", - "man_made": "surveillance", - "name": "Dantendorfer", - "shop": "clothes", - "surveillance": "indoor", - "website": "https://www.dantendorfer.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3730155, - 48.2069922 - ] - }, - "id": "node/948703108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/948703147", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "22", - "addr:postcode": "1010", - "addr:street": "Weihburggasse", - "name": "Atelier Munro", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:30-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3748994, - 48.2058067 - ] - }, - "id": "node/948703147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/948703159", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "4", - "addr:postcode": "1010", - "addr:street": "Weihburggasse", - "brand": "Marc Cain", - "brand:wikidata": "Q63342543", - "brand:wikipedia": "de:Marc Cain", - "clothes": "fashion", - "name": "Marc Cain", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3724129, - 48.2069563 - ] - }, - "id": "node/948703159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/948703261", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "7", - "addr:postcode": "1010", - "addr:street": "Weihburggasse", - "name": "Kitz", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes", - "website": "https://www.susannekitz.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3726309, - 48.2070786 - ] - }, - "id": "node/948703261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956080241", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "29", - "addr:postcode": "1030", - "addr:street": "Neulinggasse", - "clothes": "sports", - "name": "cocoon sports", - "shop": "clothes", - "website": "https://www.cocoonsports.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3848162, - 48.1989825 - ] - }, - "id": "node/956080241" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956159144", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "18", - "addr:postcode": "1010", - "addr:street": "Annagasse", - "clothes": "leather", - "name": "Pelle Via", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3726657, - 48.2040862 - ] - }, - "id": "node/956159144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956159169", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1", - "addr:postcode": "1010", - "addr:street": "Blumenstockgasse", - "clothes": "traditional", - "name": "Trachtenoutlet", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3732382, - 48.2065038 - ] - }, - "id": "node/956159169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956159213", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "12", - "addr:postcode": "1010", - "addr:street": "Rauhensteingasse", - "clothes": "women", - "level": "0", - "name": "LJ", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.372239, - 48.2058807 - ] - }, - "id": "node/956159213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956159257", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "3", - "addr:postcode": "1010", - "addr:street": "Rauhensteingasse", - "name": "Alexander Schuhe", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3728967, - 48.206361 - ] - }, - "id": "node/956159257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430036", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "23", - "addr:postcode": "1010", - "addr:street": "Wollzeile", - "check_date:opening_hours": "2024-10-18", - "name": "Robertino", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3768831, - 48.2082949 - ] - }, - "id": "node/956430036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430038", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "37", - "addr:postcode": "1010", - "addr:street": "Wollzeile", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "check_date": "2023-05-13", - "clothes": "underwear", - "name": "Palmers", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:30-17:00; PH,Su off", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3785865, - 48.2078615 - ] - }, - "id": "node/956430038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430039", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1", - "addr:postcode": "1010", - "addr:street": "Strobelgasse", - "clothes": "fur", - "name": "Sekler & Co", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.374845, - 48.2085714 - ] - }, - "id": "node/956430039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430040", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "26", - "addr:postcode": "1010", - "addr:street": "Wollzeile", - "name": "Giorgio", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3770264, - 48.2080496 - ] - }, - "id": "node/956430040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430042", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "2", - "addr:postcode": "1010", - "addr:street": "Strobelgasse", - "check_date:opening_hours": "2024-04-29", - "clothes": "silk", - "name": "INDIE", - "opening_hours": "Mo-Fr 10:30-18:30; Sa 10:30-18:00", - "shop": "clothes", - "website": "http://www.indie.land/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3749647, - 48.2084101 - ] - }, - "id": "node/956430042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430049", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "14", - "addr:postcode": "1010", - "addr:street": "Singerstraße", - "name": "Mass-Schuhe", - "opening_hours": "Mo-Th 09:00-16:30; Fr,Sa 10:00-16:30", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3737639, - 48.2071653 - ] - }, - "id": "node/956430049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430070", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "36", - "addr:postcode": "1010", - "addr:street": "Wollzeile", - "check_date": "2024-09-26", - "check_date:opening_hours": "2023-03-23", - "clothes": "hats", - "level": "0", - "name": "Nagy Hüte", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-13:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3783678, - 48.2076485 - ] - }, - "id": "node/956430070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430080", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "5", - "addr:postcode": "1010", - "addr:street": "Singerstraße", - "check_date:opening_hours": "2023-09-30", - "clothes": "underwear", - "name": "Huber", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "website": "http://www.huberdiewaesche.com", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3728401, - 48.207754 - ] - }, - "id": "node/956430080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430086", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1", - "addr:postcode": "1010", - "addr:street": "An der Hülben", - "check_date": "2024-05-20", - "clothes": "fashion", - "name": "Stella Atelier", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.377399, - 48.2066063 - ] - }, - "id": "node/956430086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430101", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "8", - "addr:postcode": "1010", - "addr:street": "Singerstraße", - "name": "Novita", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3728786, - 48.2075191 - ] - }, - "id": "node/956430101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430103", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "17", - "addr:postcode": "1010", - "addr:street": "Wollzeile", - "check_date:opening_hours": "2023-09-28", - "clothes": "children", - "name": "Herzilein", - "opening_hours": "Mo-Sa 10:00-18:00", - "shop": "clothes", - "website": "https://www.herzilein-wien.at/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3760831, - 48.2085653 - ] - }, - "id": "node/956430103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430104", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "15", - "addr:postcode": "1010", - "addr:street": "Singerstraße", - "clothes": "fashion", - "name": "Boutique Falconeri", - "opening_hours": "Tu-Th 10:00-18:00; Fr 10:00-17:00; Sa-Mo off", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3745175, - 48.2069642 - ] - }, - "id": "node/956430104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430113", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "7", - "addr:postcode": "1010", - "addr:street": "Singerstraße", - "clothes": "underwear", - "name": "Mieder + Wäsche", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.37377, - 48.2074219 - ] - }, - "id": "node/956430113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430120", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "20", - "addr:postcode": "1010", - "addr:street": "Wollzeile", - "check_date": "2024-09-26", - "name": "Schneeweiss", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 10:30-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3764406, - 48.208216 - ] - }, - "id": "node/956430120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430140", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "15", - "addr:postcode": "1010", - "addr:street": "Wollzeile", - "check_date:opening_hours": "2023-09-28", - "name": "Mimi Boutique", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 11:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3759762, - 48.2086104 - ] - }, - "id": "node/956430140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430141", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "20", - "addr:postcode": "1010", - "addr:street": "Wollzeile", - "check_date": "2024-09-26", - "contact:phone": "+43 1 5130 130", - "name": "Dietmar Haas", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "website": "https://dietmarhaas.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3765112, - 48.2081619 - ] - }, - "id": "node/956430141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430148", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "15-17", - "addr:postcode": "1010", - "addr:street": "Riemergasse", - "clothes": "fashion", - "fixme": "Gibts das noch?", - "name": "Qui Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.376373, - 48.2064251 - ] - }, - "id": "node/956430148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/956430161", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "7", - "addr:postcode": "1010", - "addr:street": "Singerstraße", - "clothes": "fashion", - "name": "Michel Mayer", - "shop": "clothes", - "website": "https://www.michelmayer.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3736768, - 48.207457 - ] - }, - "id": "node/956430161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1166265363", - "check_date:opening_hours": "2024-03-08", - "name": "Kleidung \"Rena\"", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 09:00-13:00; Su,PH off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3547642, - 48.2395401 - ] - }, - "id": "node/1166265363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1166265380", - "addr:city": "Wien", - "addr:housenumber": "64", - "addr:postcode": "1190", - "addr:street": "Döblinger Hauptstraße", - "brand": "Humana", - "brand:wikidata": "Q1636581", - "brand:wikipedia": "de:Humana People to People", - "charity": "yes", - "check_date": "2024-04-02", - "clothes": "women;men;suits;hats", - "contact:phone": "+43 664 4322330", - "contact:website": "https://humana.at/", - "name": "Humana", - "opening_hours": "Mo-Fr 9:30-18:30; Sa 9:30-16:00; PH off", - "operator": "HUMANA People to People – Verein für Entwicklungszusammenarbeit", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "second_hand": "only", - "shoes": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3548061, - 48.2389321 - ] - }, - "id": "node/1166265380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1166270094", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "62", - "addr:postcode": "1190", - "addr:street": "Döblinger Hauptstraße", - "check_date:opening_hours": "2024-06-08", - "name": "Boccalupo 19", - "opening_hours": "Mo-Fr 09:30-18:00; Sa 09:00-13:00", - "operator": "Osmark Handels GmbH", - "phone": "+43 1 367 40 82", - "second_hand": "only", - "shop": "clothes", - "website": "https://boccalupo.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3546461, - 48.2384712 - ] - }, - "id": "node/1166270094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1166270123", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "46", - "addr:postcode": "1190", - "addr:street": "Döblinger Hauptstraße", - "check_date:opening_hours": "2023-03-14", - "name": "Kinder Second Hand Shop", - "opening_hours": "Tu,Th,Fr 10:00-18:00; We 10:00-13:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3539299, - 48.2367634 - ] - }, - "id": "node/1166270123" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1166288441", - "check_date": "2023-04-04", - "check_date:opening_hours": "2024-06-08", - "name": "Charlotte Robere", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3544324, - 48.2387151 - ] - }, - "id": "node/1166288441" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1166812152", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "24", - "addr:postcode": "1180", - "addr:street": "Gersthofer Straße", - "operator": "Peter Krajicek", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3279528, - 48.2338671 - ] - }, - "id": "node/1166812152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1166812203", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "6", - "addr:postcode": "1180", - "addr:street": "Gersthofer Straße", - "name": "Missimi", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.328611, - 48.2322626 - ] - }, - "id": "node/1166812203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1166812212", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "24", - "addr:postcode": "1180", - "addr:street": "Gersthofer Straße", - "operator": "Krajicek", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3279687, - 48.2338192 - ] - }, - "id": "node/1166812212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1166812221", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "26", - "addr:postcode": "1180", - "addr:street": "Gersthofer Straße", - "clothes": "children", - "name": "Tom & Jerry Kindermoden", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3278988, - 48.233971 - ] - }, - "id": "node/1166812221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1167293615", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "12", - "addr:postcode": "1180", - "addr:street": "Gersthofer Straße", - "name": "Pelleteria Taschen, Geldbörsen, Accessoires", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.328348, - 48.2328751 - ] - }, - "id": "node/1167293615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1167783388", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "135-137", - "addr:postcode": "1180", - "addr:street": "Gentzgasse", - "check_date": "2023-05-01", - "email": "office@daldosch.at", - "name": "Daldosch", - "opening_hours": "Mo-Fr 08:30-18:00, Sa 08:30-13:00; Sa[1] 08:30-17:00", - "operator": "Daldosch KG", - "phone": "+4314793445", - "shop": "shoes", - "website": "https://www.daldosch.at/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3300038, - 48.2309299 - ] - }, - "id": "node/1167783388" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1167860834", - "name": "Trachtenstube Marianne", - "opening_hours": "\"bitte um Terminvereinbarung (telephonisch)\"", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3345765, - 48.2289183 - ] - }, - "id": "node/1167860834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1202228097", - "check_date": "2022-09-09", - "name": "M. Sandberg", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "organic": "no", - "second_hand": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3748151, - 48.2100265 - ] - }, - "id": "node/1202228097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1203015464", - "addr:housenumber": "19", - "addr:street": "Rotenturmstraße", - "check_date": "2022-12-03", - "check_date:opening_hours": "2024-03-28", - "contact:facebook": "https://www.facebook.com/AlligatorWien", - "contact:instagram": "https://www.instagram.com/Alligatorwien", - "name": "Alligator", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "phone": "+43 1 5339359", - "shop": "bag", - "website": "http://www.alligator-taschen.at/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.374432, - 48.2105159 - ] - }, - "id": "node/1203015464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1203034378", - "check_date": "2022-09-09", - "check_date:opening_hours": "2024-06-21", - "name": "Turek", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3746929, - 48.210697 - ] - }, - "id": "node/1203034378" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1221404281", - "name": "SINGH", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3301404, - 48.1777028 - ] - }, - "id": "node/1221404281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1363465167", - "addr:housenumber": "175", - "addr:street": "Quellenstraße", - "check_date": "2023-08-07", - "name": "schuhe und service", - "opening_hours": "Mo-Fr 08:00-18:00; Sa 08:30-13:00", - "shoe_repair": "yes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3649937, - 48.1760969 - ] - }, - "id": "node/1363465167" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1366570701", - "check_date": "2023-04-17", - "clothes": "oversize", - "name": "Mariol", - "opening_hours": "Mo-Fr 13:00-17:00; Sa 10:00-15:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3885333, - 48.2037325 - ] - }, - "id": "node/1366570701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1366570921", - "check_date": "2023-04-17", - "name": "Seconda", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-13:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3881224, - 48.2036469 - ] - }, - "id": "node/1366570921" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1367163733", - "brand": "Deichmann", - "brand:wikidata": "Q664543", - "check_date:opening_hours": "2022-01-25", - "name": "Deichmann", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-18:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.312426, - 48.1639388 - ] - }, - "id": "node/1367163733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1367163738", - "brand": "KiK", - "brand:wikidata": "Q883965", - "brand:wikipedia": "de:KiK", - "name": "KiK", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3125194, - 48.1640565 - ] - }, - "id": "node/1367163738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1367163752", - "addr:city": "Wien", - "addr:country": "AT", - "addr:street": "Biedermanngasse", - "brand": "Takko Fashion", - "brand:wikidata": "Q1371302", - "brand:wikipedia": "de:Takko", - "name": "Takko Fashion", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-18:00", - "phone": "+43-1-803 0027", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3123327, - 48.1638211 - ] - }, - "id": "node/1367163752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1373475093", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "check_date": "2023-12-11", - "check_date:opening_hours": "2023-12-08", - "clothes": "lingerie;underwear", - "name": "Palmers", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "clothes", - "source": "survey", - "stroller": "yes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3535457, - 48.2222962 - ] - }, - "id": "node/1373475093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1435651369", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "48", - "addr:postcode": "1030", - "addr:street": "Erdbergstraße", - "name": "Madehood", - "shop": "clothes", - "website": "https://madehood.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3967962, - 48.2013432 - ] - }, - "id": "node/1435651369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1438302016", - "check_date:opening_hours": "2023-10-26", - "name": "Ellen's", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3550059, - 48.2392372 - ] - }, - "id": "node/1438302016" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1438302085", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "check_date": "2023-04-08", - "clothes": "underwear;lingerie", - "name": "Palmers", - "opening_hours": "Mo-Fr 09:00-13:00,13:30-18:00; Sa 09:00-13:00; Sa[1] 09:00-13:00,13:30-17:00; PH,Su off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3546468, - 48.2392956 - ] - }, - "id": "node/1438302085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439050118", - "name": "Hinterland", - "opening_hours": "Th,Fr 15:00-19:00; Sa 11:00-15:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3616192, - 48.193189 - ] - }, - "id": "node/1439050118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439059570", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "39/3-4", - "addr:postcode": "1040", - "addr:street": "Margaretenstraße", - "check_date:opening_hours": "2020-10-19", - "clothes": "women", - "email": "office@elfenkleid.com", - "level": "0", - "name": "Elfenkleid", - "opening_hours": "Tu-Sa 11:00-18:00", - "operator": "Elfenkleid Thaler & Prechtl OG", - "phone": "+43 1 2085241", - "shop": "clothes", - "website": "https://www.elfenkleid.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3629013, - 48.1947683 - ] - }, - "id": "node/1439059570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439059585", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "39", - "addr:postcode": "1040", - "addr:street": "Margaretenstraße", - "check_date": "2023-04-28", - "clothes": "women", - "email": "office@kleiderzimmer.at", - "level": "0", - "name": "kleiderzimmer", - "opening_hours": "Tu-Fr 10:00-18:30; Sa 10:00-18:00 || \"nach Vereinbarung\"", - "operator": "Mag. Barbara Lukas", - "phone": "+43 664 1122355", - "shop": "clothes", - "website": "https://www.kleiderzimmer.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3629857, - 48.1948377 - ] - }, - "id": "node/1439059585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439062279", - "name": "Streetlook", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3494958, - 48.2394622 - ] - }, - "id": "node/1439062279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439062284", - "name:signed": "no", - "opening_hours": "Mo,We-Fr 09:00-15:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3494306, - 48.2398218 - ] - }, - "id": "node/1439062284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439062286", - "addr:city": "Wien", - "addr:housenumber": "42", - "addr:postcode": "1190", - "addr:street": "Billrothstraße", - "check_date:opening_hours": "2022-04-20", - "clothes": "women", - "name": "Fashion Lounge Döbling", - "operator": "Gabriele Hantschl", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3494695, - 48.2397038 - ] - }, - "id": "node/1439062286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439067067", - "name": "ready-made", - "opening_hours": "Tu-Fr 11:00-18:00; Sa 11:00-15:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3605777, - 48.1954442 - ] - }, - "id": "node/1439067067" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439072536", - "check_date:opening_hours": "2023-05-14", - "name": "Turek", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-14:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3489415, - 48.2377454 - ] - }, - "id": "node/1439072536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439072541", - "name": "Mein Design", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3614554, - 48.1946533 - ] - }, - "id": "node/1439072541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439072543", - "check_date:opening_hours": "2023-06-11", - "name": "wolfensson", - "opening_hours": "Mo-Sa 11:00-18:00", - "operator": "GF Erna Dukic-Wolfensson", - "shop": "clothes", - "website": "https://www.wolfensson.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3619771, - 48.1943424 - ] - }, - "id": "node/1439072543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439080745", - "brand": "Takko Fashion", - "brand:wikidata": "Q1371302", - "brand:wikipedia": "de:Takko", - "name": "Takko Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3340536, - 48.2091093 - ] - }, - "id": "node/1439080745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439093693", - "check_date:opening_hours": "2023-06-11", - "name": "Sack & Pack Mode", - "opening_hours": "Tu-Fr 14:00-19:00; Sa 12:00-17:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3623183, - 48.1945779 - ] - }, - "id": "node/1439093693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439094455", - "name": "Aponcho", - "opening_hours": "Tu 12:00-17:00; We 11:00-17:00; Th 12:30-18:30; Fr 11:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3667568, - 48.1930141 - ] - }, - "id": "node/1439094455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439105141", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "39", - "addr:postcode": "1040", - "addr:street": "Wiedner Hauptstraße", - "name": "Moderaum", - "opening_hours": "\"Filiale in 1040, Schleifmühlgasse 6 besuchen\"", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3674066, - 48.1938642 - ] - }, - "id": "node/1439105141" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439105143", - "check_date:opening_hours": "2024-09-23", - "name": "Der Massanzug Wien", - "opening_hours": "\"Termin nach Vereinbarung\"", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3673503, - 48.1934396 - ] - }, - "id": "node/1439105143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1439105150", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "name": "Palmers", - "opening_hours": "Mo-Fr 09:00-17:00; Sa 09:00-13:00", - "shop": "clothes", - "website": "https://www.palmers.at/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3674009, - 48.1937938 - ] - }, - "id": "node/1439105150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1440747849", - "check_date": "2023-07-29", - "name": "Neubauer Mode", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-13:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3477144, - 48.2252749 - ] - }, - "id": "node/1440747849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1460954134", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "brand": "New Yorker", - "brand:wikidata": "Q706421", - "brand:wikipedia": "en:New Yorker (clothing)", - "name": "New Yorker", - "opening_hours": "Mo-We 10:00-19:30; Th,Fr 10:00-20:00; Sa 09:30-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3498653, - 48.1984373 - ] - }, - "id": "node/1460954134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1460955453", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "check_date:opening_hours": "2023-07-23", - "name": "Palmers", - "opening_hours": "Mo-Sa 09:30-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3498437, - 48.1984763 - ] - }, - "id": "node/1460955453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1460955893", - "brand": "Blue Tomato", - "brand:wikidata": "Q107637238", - "name": "Blue Tomato", - "opening_hours": "Mo-We,Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3496839, - 48.1987313 - ] - }, - "id": "node/1460955893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1460957286", - "check_date:opening_hours": "2024-09-01", - "name": "N5", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3495927, - 48.1988786 - ] - }, - "id": "node/1460957286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1460959890", - "name": "Colin's Hüte", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.349066, - 48.1992896 - ] - }, - "id": "node/1460959890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1460964898", - "check_date": "2023-09-20", - "name": "Vivi Bag", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3483257, - 48.1993718 - ] - }, - "id": "node/1460964898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1460974667", - "brand": "Mango", - "brand:wikidata": "Q136503", - "brand:wikipedia": "en:Mango (retailer)", - "check_date:opening_hours": "2023-04-30", - "name": "Mango", - "opening_hours": "Mo-We 10:00-19:00; Th,Fr 10:00-20:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3473574, - 48.1975679 - ] - }, - "id": "node/1460974667" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1462377960", - "check_date:opening_hours": "2023-09-21", - "name": "Senza Confini", - "opening_hours": "Mo-Fr 11:30-17:30; Sa 10:00-16:00", - "shop": "clothes", - "website": "https://www.senzaconfini.at", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.393491, - 48.2073897 - ] - }, - "id": "node/1462377960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1462389892", - "check_date:opening_hours": "2023-05-09", - "name": "Änderungsschneiderei", - "opening_hours": "Mo-Fr 08:30-12:00,13:30-18:00; Sa 09:00-13:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3944031, - 48.2060213 - ] - }, - "id": "node/1462389892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1466940614", - "check_date": "2022-11-24", - "name": "America Latina", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3542434, - 48.2241983 - ] - }, - "id": "node/1466940614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1466973200", - "name": "Brautmoden Cinderella", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3610774, - 48.2218592 - ] - }, - "id": "node/1466973200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467021002", - "name": "Flotte Biene", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.334826, - 48.1937181 - ] - }, - "id": "node/1467021002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467021008", - "check_date": "2022-12-10", - "check_date:opening_hours": "2022-04-23", - "name": "Stern Brautmode", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3341306, - 48.1932374 - ] - }, - "id": "node/1467021008" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467021138", - "addr:housenumber": "153", - "addr:street": "Mariahilfer Straße", - "check_date": "2022-12-10", - "name": "Designers of Oz", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3350165, - 48.1938558 - ] - }, - "id": "node/1467021138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467035567", - "name": "Großhandel - Modeschmuck", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 10:00-13:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3556261, - 48.2257467 - ] - }, - "id": "node/1467035567" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467035569", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "24", - "addr:postcode": "1090", - "addr:street": "Nussdorfer Straße", - "check_date": "2023-04-16", - "contact:email": "andrea.worel@chello.at", - "contact:phone": "+43 1 9971947", - "contact:website": "http://www.boutique-relax.wien/", - "name": "Boutique Relax", - "opening_hours": "Mo-Fr 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3551581, - 48.2254074 - ] - }, - "id": "node/1467035569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467051400", - "name": "Uncle Sam - Sportswear", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3286424, - 48.1915743 - ] - }, - "id": "node/1467051400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467068328", - "name": "White Lady D'sign Brautmode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3334949, - 48.1926062 - ] - }, - "id": "node/1467068328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467082748", - "name": "Änderungsschneiderei", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3288115, - 48.1913293 - ] - }, - "id": "node/1467082748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467082800", - "name": "Happy Fashion - Super Store", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3295302, - 48.1913723 - ] - }, - "id": "node/1467082800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467108773", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "44", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "name": "Schuhe für Frauen", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00; PH,Su off", - "shop": "shoes", - "start_date": "2020-09-03", - "website": "https://schuhefuerfrauen.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3491951, - 48.2018871 - ] - }, - "id": "node/1467108773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467109603", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "187", - "addr:postcode": "1150", - "addr:street": "Mariahilfer Straße", - "name": "LOK Cotoure", - "opening_hours": "Mo-Fr 09:30-18:20", - "shop": "clothes", - "website": "https://lokcouture.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3314323, - 48.1915191 - ] - }, - "id": "node/1467109603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467114475", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "38", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "check_date:opening_hours": "2023-12-21", - "name": "Laster Bags", - "opening_hours": "Mo-Fr 11:00-18:30; Sa 11:00-17:00", - "phone": "+43 1 8901385", - "shop": "clothes", - "website": "https://www.laster-bags.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3492036, - 48.2014568 - ] - }, - "id": "node/1467114475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467125801", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3346007, - 48.193981 - ] - }, - "id": "node/1467125801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467144746", - "check_date": "2023-11-28", - "name": "Kostüme", - "opening_hours": "\"only telephone\"", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3918452, - 48.2084459 - ] - }, - "id": "node/1467144746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467177456", - "brand": "KiK", - "brand:wikidata": "Q883965", - "brand:wikipedia": "de:KiK", - "clothes": "discount", - "name": "KiK", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3306326, - 48.1916941 - ] - }, - "id": "node/1467177456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467177473", - "name": "Wolfhose Hutter - Hosen", - "shop": "clothes", - "website": "https://www.hutter-co.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3303044, - 48.1914113 - ] - }, - "id": "node/1467177473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467192668", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "7", - "addr:postcode": "1070", - "addr:street": "Westbahnstraße", - "clothes": "women;men;acessoires", - "email": "contact@modusvivendi.at", - "name": "Modus Vivendi", - "opening_hours": "We- Fr 12:00-19:00, Sa 12:00-17:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "boutique", - "website": "https://www.modusvivendi.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3465995, - 48.2017136 - ] - }, - "id": "node/1467192668" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467192672", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "5a", - "addr:postcode": "1070", - "addr:street": "Westbahnstraße", - "name": "WALL", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 12:00-17:00", - "shop": "clothes", - "website": "http://www.kaufhauswall.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3472386, - 48.2017079 - ] - }, - "id": "node/1467192672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467223651", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "26", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "name": "Freitag", - "opening_hours": "Mo-Sa 10:00-18:00; Su,PH off", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3493705, - 48.2001394 - ] - }, - "id": "node/1467223651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467238447", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1a", - "addr:postcode": "1070", - "addr:street": "Westbahnstraße", - "name": "Jool young style", - "old_name": "Olina Küchen", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3486292, - 48.2016569 - ] - }, - "id": "node/1467238447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467262895", - "clothes": "maternity", - "name": "name it", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3498502, - 48.1989179 - ] - }, - "id": "node/1467262895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467319607", - "name": "WOOD WOOD", - "shop": "clothes", - "website": "http://woodwood.dk/stores" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3504327, - 48.2006335 - ] - }, - "id": "node/1467319607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467319617", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "4", - "addr:postcode": "1070", - "addr:street": "Zollergasse", - "name": "Taschenausgabe", - "shop": "bag", - "website": "https://taschenausgabe.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3510335, - 48.1995678 - ] - }, - "id": "node/1467319617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467333980", - "check_date:opening_hours": "2024-02-17", - "name": "Moda Saray", - "opening_hours": "Mo-Sa 09:00-19:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3761399, - 48.2302164 - ] - }, - "id": "node/1467333980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467338033", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "37", - "addr:postcode": "1070", - "addr:street": "Lindengasse", - "name": "Diamina", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3503428, - 48.1999679 - ] - }, - "id": "node/1467338033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467338062", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "37", - "addr:postcode": "1070", - "addr:street": "Lindengasse", - "at_bev:addr_date": "2017-10-01", - "name": "Kingpin", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3505474, - 48.2000087 - ] - }, - "id": "node/1467338062" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467593675", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "13", - "addr:postcode": "1070", - "addr:street": "Kirchengasse", - "name": "Zerum Flagshipstore", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "operator": "ZERUM Lifestyle KG", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3520025, - 48.2012535 - ] - }, - "id": "node/1467593675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467593693", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "17", - "addr:postcode": "1070", - "addr:street": "Kirchengasse", - "name": "das studio", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3518717, - 48.2015691 - ] - }, - "id": "node/1467593693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467593701", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "9a", - "addr:postcode": "1070", - "addr:street": "Kirchengasse", - "check_date": "2023-12-21", - "clothes": "workwear;women;men", - "name": "Berufsbekleidung Schnepf", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 10:00-13:00; Sa[1] 10:00-17:00; PH off; week 30 off; Sep,Dec: Sa[1-3] 10:00-17:00; easter -1 day off; easter +48 days off; Dec 24 off; Dec 31 off", - "payment:cards": "yes", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:mastercard_debit": "yes", - "payment:v_pay": "yes", - "payment:visa": "yes", - "payment:visa_electron": "yes", - "second_hand": "no", - "shop": "clothes", - "website": "http://www.berufsbekleidung-schnepf.at", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3520937, - 48.2010362 - ] - }, - "id": "node/1467593701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467593713", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "19", - "addr:postcode": "1070", - "addr:street": "Kirchengasse", - "name": "Disaster-clothing", - "shop": "clothes", - "website": "http://www.disasterclothing.at", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3517947, - 48.2017379 - ] - }, - "id": "node/1467593713" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467872477", - "name": "DAMEN HERREN KINDER Mode", - "opening_hours": "Mo-Fr 09:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3750926, - 48.230724 - ] - }, - "id": "node/1467872477" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467894778", - "check_date:opening_hours": "2024-02-03", - "name": "Csech Chic Boutique", - "opening_hours": "Mo-Sa 10:00-12:00, Mo-Fr 14:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3724278, - 48.2301934 - ] - }, - "id": "node/1467894778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467894788", - "name": "Gürtelmode", - "opening_hours": "We,Th 10:00-12:00,14:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3720895, - 48.2301188 - ] - }, - "id": "node/1467894788" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1467894792", - "name": "Pakistani Boutique Tabeer", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3726783, - 48.2302542 - ] - }, - "id": "node/1467894792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1475042293", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "14-16", - "addr:postcode": "1090", - "addr:street": "Porzellangasse", - "check_date:opening_hours": "2023-05-16", - "clothes": "underwear;women;men;denim", - "email": "office@greenground.at", - "name": "Green Ground", - "opening_hours": "Tu-Fr 10:00-19:00; Sa 10:00-17:00; Mo,Su,PH off", - "organic": "only", - "payment:cash": "yes", - "payment:debit_cards": "yes", - "phone": "+43 1 3170846", - "shop": "clothes", - "website": "https://greenground.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3620868, - 48.2198373 - ] - }, - "id": "node/1475042293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1490920038", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "22", - "addr:postcode": "1070", - "addr:street": "Kirchengasse", - "email": "kirche@gea.at", - "name": "GEA Wien - Kirchengasse", - "opening_hours": "Mo-Fr 10:00-13:00,14:00-18:00; Sa 10:00-17:00", - "phone": "+43 1/522 55 70", - "shop": "shoes", - "website": "http://www.gea.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3522266, - 48.2014108 - ] - }, - "id": "node/1490920038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1509335909", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "15", - "addr:postcode": "1070", - "addr:street": "Zollergasse", - "name": "useabrand", - "shop": "clothes", - "website": "http://useabrand.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3507027, - 48.1997407 - ] - }, - "id": "node/1509335909" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1528146994", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "3", - "addr:postcode": "1010", - "addr:street": "Spiegelgasse", - "check_date": "2023-06-24", - "name": "Mukha", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3705686, - 48.2078413 - ] - }, - "id": "node/1528146994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1528147013", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "3", - "addr:postcode": "1010", - "addr:street": "Plankengasse", - "brand": "Marc O'Polo", - "brand:wikidata": "Q1892752", - "check_date": "2024-09-26", - "level": "0", - "name": "Marc O'Polo", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3700329, - 48.2063257 - ] - }, - "id": "node/1528147013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1528147034", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "11", - "addr:postcode": "1010", - "addr:street": "Graben", - "check_date": "2024-07-14", - "check_date:opening_hours": "2024-07-14", - "email": "amgraben-wien@hoegl-store.com", - "name": "Högl", - "opening_hours": "Mo-We 10:00-19:00; Th,Fr 10:00-20:00; Sa 10:00-18:00", - "phone": "+43 1 51529976", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3701383, - 48.2082347 - ] - }, - "id": "node/1528147034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1528147076", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1", - "addr:postcode": "1010", - "addr:street": "Trattnerhof", - "brand": "Versace", - "brand:wikidata": "Q696376", - "brand:wikipedia": "en:Versace", - "name": "Versace", - "shop": "clothes", - "source": "survey" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3706562, - 48.2088076 - ] - }, - "id": "node/1528147076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1536601825", - "name": "BÉBÉ - Design für Schwangere", - "opening_hours": "Mo-Fr 10:30-18:00;Sa 10:00-14:00", - "shop": "clothes", - "website": "http://bebe-umstandsmode.com.dd17902.kasserver.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3555045, - 48.2304376 - ] - }, - "id": "node/1536601825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1536601832", - "name": "Gil & Giorgio Second-Hand", - "opening_hours": "Mo 14:00-18:00;Tu-Fr 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3553462, - 48.2304341 - ] - }, - "id": "node/1536601832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1543435553", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "115", - "addr:postcode": "1140", - "addr:street": "Hütteldorfer Straße", - "brand": "Deichmann", - "brand:wikidata": "Q664543", - "brand:wikipedia": "en:Deichmann SE", - "name": "Deichmann", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3125658, - 48.1989302 - ] - }, - "id": "node/1543435553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1544073308", - "addr:city": "Wien", - "addr:housenumber": "73", - "addr:postcode": "1170", - "addr:street": "Hernalser Hauptstraße", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "clothes": "underwear;lingerie", - "name": "Palmers", - "opening_hours": "Mo-Sa 09:00-13:00; Mo-Fr 13:30-18:00; Su, PH off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3299767, - 48.2181713 - ] - }, - "id": "node/1544073308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1544073310", - "name": "Luccino", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3303247, - 48.2180949 - ] - }, - "id": "node/1544073310" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1544643359", - "brand": "Humanic", - "brand:wikidata": "Q1636668", - "brand:wikipedia": "en:Humanic", - "name": "Humanic", - "opening_hours": "Mo-Fr 09:30-18:00; Sa 09:30-17:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3485626, - 48.2150753 - ] - }, - "id": "node/1544643359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1551821364", - "brand": "KiK", - "brand:wikidata": "Q883965", - "brand:wikipedia": "en:KiK", - "check_date": "2023-04-17", - "check_date:opening_hours": "2023-08-06", - "name": "KiK", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.397552, - 48.193742 - ] - }, - "id": "node/1551821364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1575886816", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "9", - "addr:postcode": "1070", - "addr:street": "Breite Gasse", - "condition": "good", - "name": "Little Black Cat", - "opening_hours": "Tu-Fr 11:00-19:00, Sa 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3566645, - 48.2036033 - ] - }, - "id": "node/1575886816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1588771860", - "check_date": "2022-09-09", - "name": "Airfield", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3704961, - 48.2033097 - ] - }, - "id": "node/1588771860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1591079175", - "addr:city": "Wien", - "addr:housenumber": "28", - "addr:postcode": "1060", - "addr:street": "Gumpendorfer Straße", - "name": "hannes roether", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "website": "https://www.hannesroether.de/laeden/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3585951, - 48.1991105 - ] - }, - "id": "node/1591079175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1591079253", - "addr:city": "Wien", - "addr:housenumber": "24", - "addr:postcode": "1060", - "addr:street": "Gumpendorfer Straße", - "check_date": "2024-11-03", - "check_date:opening_hours": "2024-11-03", - "name": "luvtheshop", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "toilets:wheelchair": "no", - "website": "https://www.luvtheshop.com", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3592039, - 48.1993243 - ] - }, - "id": "node/1591079253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1591079497", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "10-12", - "addr:postcode": "1060", - "addr:street": "Gumpendorfer Straße", - "name": "Fräulein Kleidsam", - "opening_hours": "Tu-Fr 13:00-18:00; Sa 12:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3613404, - 48.2004607 - ] - }, - "id": "node/1591079497" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1613337478", - "name": "Rondo", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3601029, - 48.1709096 - ] - }, - "id": "node/1613337478" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1681884438", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "163-165", - "addr:postcode": "1140", - "addr:street": "Hütteldorfer Straße", - "check_date": "2023-08-20", - "name": "Egger Mode", - "opening_hours": "Mo-We 08:30-19:00; Th,Fr 08:30-20:00; Sa 08:30-18:00", - "shop": "clothes", - "website": "https://www.eggermode.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3026679, - 48.1980433 - ] - }, - "id": "node/1681884438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1729158135", - "check_date": "2024-08-19", - "check_date:opening_hours": "2024-08-19", - "name": "Rudolf", - "opening_hours": "Mo-Fr 09:15-18:00; Sa 09:00-12:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3674515, - 48.1981695 - ] - }, - "id": "node/1729158135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1729254416", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "15a", - "addr:postcode": "1040", - "addr:street": "Schleifmühlgasse", - "name": "Nostalgische Mode", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 11:00-15:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3647908, - 48.1975483 - ] - }, - "id": "node/1729254416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1729270296", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "20", - "addr:postcode": "1040", - "addr:street": "Margaretenstraße", - "name": "Angel-a Mode", - "opening_hours": "Mo-Fr 10:00-14:00,14:30-18:30, Sa 10:00-14:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3653707, - 48.1968462 - ] - }, - "id": "node/1729270296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1730779644", - "addr:housenumber": "6", - "addr:street": "Schleifmühlgasse", - "description": "Upcycling shop", - "name": "Gabarage", - "opening_hours": "Mo-Th 10:00-18:00, Fr 10:00-19:00, Sa 11:00-17:00", - "phone": "+43 1 5857632", - "shop": "clothes", - "website": "https://www.gabarage.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.366286, - 48.1967327 - ] - }, - "id": "node/1730779644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1730779781", - "name": "Pregenzer", - "opening_hours": "Mo-Fr 10:00-18:30, Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3664779, - 48.196651 - ] - }, - "id": "node/1730779781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1732006495", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "28", - "addr:postcode": "1040", - "addr:street": "Favoritenstraße", - "check_date": "2024-09-09", - "check_date:opening_hours": "2024-09-09", - "name": "Hangloose", - "opening_hours": "Mo-We,Fr 10:00-18:00; Th 10:00-20:00; Sa 09:00-16:00", - "phone": "+43 1 606 79 88", - "shop": "clothes", - "website": "https://www.hangloose.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3705866, - 48.1928429 - ] - }, - "id": "node/1732006495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1732013485", - "addr:housename": "J. Lauer Textil GmbH", - "name": "Fabriks verkauf", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3691865, - 48.1912406 - ] - }, - "id": "node/1732013485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1744479805", - "addr:city": "Wien", - "addr:country": "AT", - "addr:postcode": "1200", - "brand": "NKD", - "brand:wikidata": "Q927272", - "brand:wikipedia": "de:NKD", - "name": "NKD", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3768933, - 48.2384513 - ] - }, - "id": "node/1744479805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1744479806", - "addr:city": "Wien", - "addr:country": "AT", - "addr:postcode": "1200", - "name": "Mode Bing", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-13:00; Su,PH off", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3766465, - 48.2389014 - ] - }, - "id": "node/1744479806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1760489888", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "31", - "addr:postcode": "1060", - "addr:street": "Mariahilfer Straße", - "name": "Doaba", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3573532, - 48.2004918 - ] - }, - "id": "node/1760489888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1763670533", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "17", - "addr:postcode": "1060", - "addr:street": "Gumpendorfer Straße", - "description": "Damenmode", - "name": "Nachbarin", - "opening_hours": "Tu-Fr 11:00-18:00; Sa 11:00-16:00", - "shop": "clothes", - "source": "wien.at", - "website": "http://www.nachbarin.co.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3604784, - 48.1995627 - ] - }, - "id": "node/1763670533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1777750846", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "70", - "addr:postcode": "1030", - "addr:street": "Rennweg", - "clothes": "wedding", - "name": "My Dream", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3946305, - 48.191901 - ] - }, - "id": "node/1777750846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1787189142", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "24", - "addr:postcode": "1080", - "addr:street": "Lange Gasse", - "check_date:opening_hours": "2021-07-15", - "email": "lange@gea.at", - "level": "0", - "name": "GEA", - "opening_hours": "Mo-Fr 10:00-18:00, Sa 10:00-17:00", - "phone": "+43 1 4083626", - "shop": "shoes", - "website": "https://gea-waldviertler.at/laeden/gea-wien-lange-gasse-schuhe-taschen/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3525133, - 48.2086976 - ] - }, - "id": "node/1787189142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1797284940", - "addr:city": "Wien", - "addr:country": "AT", - "addr:street": "Josefstädter Straße", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "check_date": "2024-11-27", - "check_date:opening_hours": "2024-11-27", - "name": "Palmers", - "opening_hours": "Mo-Fr 09:00-13:00, Sa 09:00-13:00, Mo-Fr 13:30-18:00", - "shop": "clothes", - "website": "https://www.palmers.at/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3490152, - 48.2094987 - ] - }, - "id": "node/1797284940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1806371262", - "name": "bständig", - "opening_hours": "Mo-Fr 08:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3041855, - 48.2108939 - ] - }, - "id": "node/1806371262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1880203599", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "13", - "addr:postcode": "1070", - "addr:street": "Hermanngasse", - "description": "Second Hand Shop", - "name": "Zweitkleid7 Second Hand", - "opening_hours": "We-Fr 11:00-18:00; Sa 11:00-15:00; Tu 14:00-18:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3468463, - 48.2015814 - ] - }, - "id": "node/1880203599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1891285824", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "23", - "addr:postcode": "1040", - "addr:street": "Operngasse", - "check_date": "2024-02-23", - "name": "Mass u. Änderungs-Schneiderei", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3660712, - 48.1975993 - ] - }, - "id": "node/1891285824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1906634248", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "74", - "addr:postcode": "1180", - "addr:street": "Martinstraße", - "name": "Atelier Voglhuber", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 10:00-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "website": "https://www.hemdenabo.at", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3420663, - 48.2244329 - ] - }, - "id": "node/1906634248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1944670161", - "check_date": "2024-02-22", - "name": "House of Gentlemen", - "opening_hours": "Mo-Sa 10:00-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.367061, - 48.208239 - ] - }, - "id": "node/1944670161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1944670599", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "brand:wikipedia": "en:Foot Locker", - "check_date": "2023-08-24", - "name": "Foot Locker", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3714743, - 48.2070363 - ] - }, - "id": "node/1944670599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1944670683", - "brand": "United Colors of Benetton", - "brand:wikidata": "Q817139", - "check_date": "2024-09-20", - "level": "0", - "name": "United Colors of Benetton", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "short_name": "Benetton", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3713616, - 48.20666 - ] - }, - "id": "node/1944670683" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1949265111", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "29", - "addr:postcode": "1010", - "addr:street": "Kärntner Straße", - "brand": "Peek & Cloppenburg", - "brand:wikidata": "Q2066959", - "brand:wikipedia": "en:Peek & Cloppenburg", - "changing_table": "yes", - "changing_table:location": "dedicated_room", - "check_date": "2024-09-20", - "man_made": "surveillance", - "name": "Peek & Cloppenburg", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "surveillance": "indoor", - "toilets:wheelchair": "yes", - "wheelchair": "yes", - "wheelchair:description": "Toilette 1. Stock mit Euroschlüssel" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3714699, - 48.2057246 - ] - }, - "id": "node/1949265111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2107591158", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "4", - "addr:postcode": "1130", - "addr:street": "Am Platz", - "name": "Harrer Pelze", - "opening_hours": "Mo-Fr 09:00-12:30,14:00-18:00, Sa 10:00-12:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3009803, - 48.1856625 - ] - }, - "id": "node/2107591158" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2156339289", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "20", - "addr:postcode": "1090", - "addr:street": "Alser Straße", - "brand": "Tom Tailor", - "brand:wikidata": "Q571206", - "name": "Tom Tailor", - "shop": "clothes", - "start_date": "2024-10-17", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3486156, - 48.2153514 - ] - }, - "id": "node/2156339289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2206655620", - "check_date": "2024-10-04", - "name": "Charlotte Robère", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3467643, - 48.2254433 - ] - }, - "id": "node/2206655620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2311223080", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "103", - "addr:postcode": "1100", - "addr:street": "Favoritenstraße", - "at_bev:addr_date": "2017-10-01", - "brand": "New Yorker", - "brand:wikidata": "Q706421", - "brand:wikipedia": "en:New Yorker (clothing)", - "name": "New Yorker", - "opening_hours": "Mo-We 09:00-19:00; Th 09:00-20:00; Sa 09:00-18:00; Fr 09:00-19:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3775778, - 48.1762686 - ] - }, - "id": "node/2311223080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2311414940", - "brand": "Humanic", - "brand:wikidata": "Q1636668", - "brand:wikipedia": "en:Humanic", - "name": "Humanic", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.37731, - 48.1759681 - ] - }, - "id": "node/2311414940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2311414964", - "brand": "Tezenis", - "brand:wikidata": "Q28056374", - "check_date:opening_hours": "2023-10-11", - "name": "Tezenis", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3776881, - 48.1759374 - ] - }, - "id": "node/2311414964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2344882592", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "44-46", - "addr:postcode": "1170", - "addr:street": "Hernalser Hauptstraße", - "check_date:opening_hours": "2024-08-15", - "name": "Turek", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3363556, - 48.217099 - ] - }, - "id": "node/2344882592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2353473391", - "brand": "KiK", - "brand:wikidata": "Q883965", - "brand:wikipedia": "en:KiK", - "check_date": "2022-12-06", - "check_date:opening_hours": "2024-06-15", - "name": "KiK", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-17:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3298998, - 48.1811805 - ] - }, - "id": "node/2353473391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2353477630", - "check_date:opening_hours": "2024-06-07", - "name": "Turek", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:30-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3295003, - 48.1808489 - ] - }, - "id": "node/2353477630" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2353477732", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "60", - "addr:postcode": "1120", - "addr:street": "Meidlinger Hauptstraße", - "brand": "KiK", - "brand:wikidata": "Q883965", - "check_date:opening_hours": "2024-05-29", - "name": "KiK", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3298489, - 48.177506 - ] - }, - "id": "node/2353477732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2353484107", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "70", - "addr:postcode": "1120", - "addr:street": "Meidlinger Hauptstraße", - "check_date:opening_hours": "2024-04-22", - "name": "Euro Bags", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3299735, - 48.1763915 - ] - }, - "id": "node/2353484107" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2353484280", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "52", - "addr:postcode": "1120", - "addr:street": "Meidlinger Hauptstraße", - "brand": "Takko", - "brand:wikidata": "Q1371302", - "brand:wikipedia": "de:Takko", - "check_date:opening_hours": "2024-04-25", - "name": "Takko", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3298304, - 48.1780105 - ] - }, - "id": "node/2353484280" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2353484917", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "54", - "addr:postcode": "1120", - "addr:street": "Meidlinger Hauptstraße", - "brand": "H&M", - "brand:wikidata": "Q188326", - "check_date:opening_hours": "2024-05-29", - "name": "H&M", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3298487, - 48.1776565 - ] - }, - "id": "node/2353484917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2353487015", - "brand": "Deichmann", - "brand:wikidata": "Q664543", - "brand:wikipedia": "en:Deichmann SE", - "check_date:opening_hours": "2024-06-24", - "level": "0", - "name": "Deichmann", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-18:00", - "operator": "Deichmann", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3298097, - 48.1783521 - ] - }, - "id": "node/2353487015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2353493768", - "brand": "C&A", - "brand:wikidata": "Q701338", - "brand:wikipedia": "en:C&A", - "check_date": "2024-07-10", - "check_date:opening_hours": "2024-07-10", - "name": "C&A", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3304102, - 48.1764706 - ] - }, - "id": "node/2353493768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2353494719", - "check_date": "2024-10-01", - "check_date:opening_hours": "2024-10-01", - "name": "Doaba", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3303993, - 48.1762007 - ] - }, - "id": "node/2353494719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2389557775", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "check_date:opening_hours": "2024-06-12", - "clothes": "underwear", - "name": "Palmers", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "phone": "+43 664 611 42 09", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3779035, - 48.1754551 - ] - }, - "id": "node/2389557775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2423474907", - "brand": "Liu Jo", - "brand:wikidata": "Q3835099", - "brand:wikipedia": "en:Liu·Jo", - "check_date:opening_hours": "2024-06-01", - "name": "Liu Jo", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3714343, - 48.2097119 - ] - }, - "id": "node/2423474907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2457088301", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "131", - "addr:postcode": "1100", - "addr:street": "Quellenstraße", - "clothes": "men", - "full_name": "Artist by Papuççu", - "name": "Artist", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00; Su,PH off", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "source": "wien.at", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3746708, - 48.1754182 - ] - }, - "id": "node/2457088301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2458558773", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "5", - "addr:postcode": "1130", - "addr:street": "Hietzinger Hauptstraße", - "check_date": "2022-12-12", - "name": "Socken Werner", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "phone": "+43 1 8764827", - "shop": "clothes", - "website": "https://www.socken-werner.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3004245, - 48.1861128 - ] - }, - "id": "node/2458558773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2484012479", - "addr:city": "Wien", - "addr:country": "AT", - "addr:postcode": "1150", - "addr:street": "Märzstraße", - "brand": "Ernsting's family", - "brand:wikidata": "Q1361016", - "brand:wikipedia": "de:Ernsting’s family", - "check_date": "2024-10-03", - "name": "Ernsting's family", - "opening_hours": "Mo-Fr 09:00-19:00, Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3273739, - 48.1981623 - ] - }, - "id": "node/2484012479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2484923657", - "check_date:opening_hours": "2024-04-14", - "name": "Kofferzentrale", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-13:00", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3684452, - 48.2288549 - ] - }, - "id": "node/2484923657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2488238843", - "brand": "Deichmann", - "brand:wikidata": "Q664543", - "brand:wikipedia": "en:Deichmann SE", - "name": "Deichmann", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3768515, - 48.2382906 - ] - }, - "id": "node/2488238843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2531233165", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "62", - "addr:postcode": "1070", - "addr:street": "Mariahilfer Straße", - "brand": "orsay", - "brand:wikidata": "Q883245", - "clothes": "women", - "name": "orsay", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3511548, - 48.1989188 - ] - }, - "id": "node/2531233165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2531233179", - "access": "yes", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "2", - "addr:postcode": "1070", - "addr:street": "Zollergasse", - "brand": "Scotch & Soda", - "brand:wikidata": "Q17141914", - "check_date": "2024-09-07", - "name": "Scotch & Soda", - "shop": "clothes", - "website": "https://www.scotch-soda.eu/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3514069, - 48.1990152 - ] - }, - "id": "node/2531233179" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2531301386", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "50-52", - "addr:postcode": "1070", - "addr:street": "Mariahilfer Straße", - "brand": "Esprit", - "brand:wikidata": "Q532746", - "brand:wikipedia": "en:Esprit Holdings", - "check_date": "2022-10-27", - "check_date:opening_hours": "2022-10-26", - "name": "Esprit", - "opening_hours": "Mo-Fr 10:00-19:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.352363, - 48.1993875 - ] - }, - "id": "node/2531301386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2531849264", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "50", - "addr:postcode": "1070", - "addr:street": "Siebensterngasse", - "name": "Ina Kent", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "phone": "+43 699 14777477", - "shop": "bag", - "website": "https://inakent.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.350682, - 48.2023097 - ] - }, - "id": "node/2531849264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2531849265", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "52", - "addr:postcode": "1080", - "addr:street": "Josefstädter Straße", - "check_date:opening_hours": "2023-04-18", - "contact:email": "info@arnolds.at", - "name": "Arnold's", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "phone": "+43 1 9231316", - "shop": "clothes", - "website": "http://www.arnolds.at/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3504115, - 48.2022972 - ] - }, - "id": "node/2531849265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2531849271", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "17", - "addr:postcode": "1070", - "addr:street": "Kirchengasse", - "fair_trade": "only", - "name": "Göttin des Glücks", - "opening_hours": "Mo-Fr 11:00-18:30; Sa 11:00-17:00", - "organic": "only", - "shop": "clothes", - "website": "http://www.goettindesgluecks.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3518918, - 48.2015125 - ] - }, - "id": "node/2531849271" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2531867650", - "addr:city": "Wien", - "addr:housenumber": "4", - "addr:postcode": "1070", - "addr:street": "Westbahnstraße", - "check_date": "2021-01-22", - "clothes": "women;men;shoes;acessoires", - "disused:shop": "yes", - "email": "office@westbahnstrasse4.at", - "name": "Westbahnstraße4", - "opening_hours": "Tu-Fr 11:00-19:00; Sa 11:00-18:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:maestro": "yes", - "shop": "boutique", - "website": "http://westbahnstrasse4.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3485376, - 48.2018594 - ] - }, - "id": "node/2531867650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2532609161", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1", - "addr:postcode": "1070", - "addr:street": "Zieglergasse", - "name": "Army Shop Austria", - "shop": "clothes", - "website": "https://www.army-shop-austria.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3456197, - 48.1975048 - ] - }, - "id": "node/2532609161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2533987118", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "34", - "addr:postcode": "1070", - "addr:street": "Mariahilfer Straße", - "name": "John Moden", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3545887, - 48.2002234 - ] - }, - "id": "node/2533987118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2533987120", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "34", - "addr:postcode": "1070", - "addr:street": "Mariahilfer Straße", - "name": "Schuh Quadrat", - "shop": "shoes", - "wheelchair": "no", - "wheelchair:description": "Rampe für den Rollstuhl ungeeignet" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3544707, - 48.200402 - ] - }, - "id": "node/2533987120" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2534000707", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "90", - "addr:postcode": "1070", - "addr:street": "Mariahilfer Straße", - "brand": "Deichmann", - "brand:wikidata": "Q664543", - "brand:wikipedia": "en:Deichmann SE", - "check_date": "2024-01-31", - "check_date:opening_hours": "2023-04-30", - "name": "Deichmann", - "opening_hours": "Mo-We 09:00-19:00; Sa 09:00-18:00; Th,Fr 09:00-20:00", - "phone": "+43 1 5222573", - "shop": "shoes", - "website": "https://www.deichmann.com/AT/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3462032, - 48.1973298 - ] - }, - "id": "node/2534000707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2534008655", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "53", - "addr:postcode": "1060", - "addr:street": "Mariahilfer Straße", - "check_date": "2024-08-25", - "check_date:opening_hours": "2024-08-25", - "name": "Kult", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3537125, - 48.1994824 - ] - }, - "id": "node/2534008655" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2538461757", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "check_date": "2022-09-09", - "name": "Palmers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3701664, - 48.2028515 - ] - }, - "id": "node/2538461757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2538461764", - "addr:city": "Wien", - "addr:country": "AT", - "addr:postcode": "1010", - "name": "Bettina Fashion", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3676631, - 48.202402 - ] - }, - "id": "node/2538461764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2538461771", - "check_date": "2024-07-18", - "check_date:opening_hours": "2024-07-18", - "name": "Sir Anthony", - "opening_hours": "Mo-Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3701074, - 48.2027286 - ] - }, - "id": "node/2538461771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2538461891", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "23", - "addr:postcode": "1010", - "addr:street": "Opernring", - "check_date:opening_hours": "2024-02-07", - "name": "Malowan", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.364533, - 48.2031895 - ] - }, - "id": "node/2538461891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2538461917", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "23", - "addr:postcode": "1010", - "addr:street": "Opernring", - "check_date:opening_hours": "2024-02-07", - "name": "Juergen Christian Hoerl", - "opening_hours": "Mo-Fr 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.364313, - 48.2032304 - ] - }, - "id": "node/2538461917" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2610934653", - "addr:city": "Wien", - "addr:housenumber": "13", - "addr:postcode": "1090", - "addr:street": "Alserbachstraße", - "brand": "Humana", - "brand:wikidata": "Q1636581", - "brand:wikipedia": "de:Humana People to People", - "clothes": "women;men;suits;hats", - "contact:phone": "+43 13107120", - "contact:website": "https://humana.at", - "name": "Humana", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-14:00", - "operator": "HUMANA People to People – Verein für Entwicklungszusammenarbeit", - "payment:cash": "yes", - "second_hand": "only", - "shoes": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3571632, - 48.2250499 - ] - }, - "id": "node/2610934653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2617139430", - "name": "Fashiondreams", - "opening_hours": "Mo-Fr 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3884857, - 48.2171205 - ] - }, - "id": "node/2617139430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2619598580", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housename": "EKZ Hernals", - "addr:housenumber": "12/Top 4", - "addr:postcode": "1170", - "addr:street": "Elterleinplatz", - "branch": "Schuhe", - "brand": "Reno", - "brand:wikidata": "Q2144204", - "name": "Reno", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3312572, - 48.2186129 - ] - }, - "id": "node/2619598580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2619667217", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housename": "EKZ Hernals", - "addr:housenumber": "12/Top 23", - "addr:postcode": "1170", - "addr:street": "Elterleinplatz", - "branch": "Kids Store", - "brand": "C&A", - "brand:wikidata": "Q701338", - "check_date": "2024-08-21", - "name": "C&A", - "opening_hours": "Mo-Fr 08:30-18:30; Sa 08:30-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3317951, - 48.218767 - ] - }, - "id": "node/2619667217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2619667218", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "12/Top 22EKZ Hernals", - "addr:postcode": "1170", - "addr:street": "Elterleinplatz", - "brand": "Bonita", - "brand:wikidata": "Q892598", - "brand:wikipedia": "de:Bonita (Unternehmen)", - "check_date": "2024-08-21", - "check_date:opening_hours": "2023-02-24", - "name": "Bonita", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3318605, - 48.2187505 - ] - }, - "id": "node/2619667218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2687574651", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "4", - "addr:postcode": "1070", - "addr:street": "St.-Ulrichs-Platz", - "email": "eigen@eigensinnig.at", - "name": "Eigensinnig", - "opening_hours": "Tu-Fr 12:00-19:00; Sa 10:00-18:00", - "phone": "+43 1 890 66 37", - "shop": "clothes", - "website": "http://www.eigensinnig.at/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3529055, - 48.2048864 - ] - }, - "id": "node/2687574651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2693105396", - "brand": "Humanic", - "brand:wikidata": "Q1636668", - "name": "Humanic", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3004139, - 48.1866959 - ] - }, - "id": "node/2693105396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2773679894", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "check_date": "2024-09-24", - "check_date:opening_hours": "2024-07-14", - "level": "-1;0;1;2", - "name": "H&M", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3707199, - 48.2080604 - ] - }, - "id": "node/2773679894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2792697339", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "22", - "addr:postcode": "1130", - "addr:street": "Hietzinger Hauptstraße", - "description": "Figurstudio, Kosmetikstudio", - "name": "Jacardi", - "shop": "clothes", - "wheelchair": "yes", - "wheelchair:description": "Türbreite 80cm, Türe öffnet nach innen recht ." - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3006296, - 48.1867616 - ] - }, - "id": "node/2792697339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2793405842", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "15", - "addr:postcode": "1010", - "addr:street": "Herrengasse", - "name": "Zirkus", - "opening_hours": "Mo-Fr 11:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "source": "Bing Map" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3650509, - 48.2104409 - ] - }, - "id": "node/2793405842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2824384395", - "addr:city": "Wien", - "addr:housenumber": "123", - "addr:postcode": "1140", - "addr:street": "Hütteldorfer Straße", - "brand": "C&A", - "brand:wikidata": "Q701338", - "check_date": "2024-04-11", - "check_date:opening_hours": "2023-05-08", - "clothes": "children", - "name": "C&A", - "opening_hours": "Mo-Sa 09:00-17:00", - "shop": "clothes", - "website": "https://www.c-and-a.com/stores/at-de/wien/wien/huetteldorferstrasse-123.html", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3113206, - 48.1989133 - ] - }, - "id": "node/2824384395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2824517460", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "78-80", - "addr:postcode": "1120", - "addr:street": "Breitenfurter Straße", - "brand": "NKD", - "brand:wikidata": "Q927272", - "brand:wikipedia": "de:NKD", - "name": "NKD", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3135137, - 48.1637657 - ] - }, - "id": "node/2824517460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2931982568", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "27", - "addr:postcode": "1200", - "addr:street": "Traisengasse", - "brand": "KiK", - "brand:wikidata": "Q883965", - "brand:wikipedia": "en:KiK", - "check_date:opening_hours": "2024-12-02", - "name": "KiK", - "opening_hours": "Mo-Fr 09:00-18:30, Sa 09:00-17:00", - "shop": "clothes", - "website": "https://www.kik-textilien.at/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3902966, - 48.2370353 - ] - }, - "id": "node/2931982568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2954766705", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "83-85", - "addr:postcode": "1030", - "addr:street": "Landstraßer Hauptstraße", - "name": "très chic", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3939946, - 48.1997289 - ] - }, - "id": "node/2954766705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2978710033", - "check_date": "2023-04-05", - "check_date:opening_hours": "2023-08-06", - "name": "Schuhservice Schlüsseldienst", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-13:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3955758, - 48.1969296 - ] - }, - "id": "node/2978710033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3006790354", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "16", - "addr:postcode": "1060", - "addr:street": "Linke Wienzeile", - "alt_name": "Zauberklingl", - "clothes": "costumes", - "name": "Ed. Witte", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "phone": "+43 1 5864305", - "shop": "clothes", - "website": "https://www.witte.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.363267, - 48.1988995 - ] - }, - "id": "node/3006790354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3016786133", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "9", - "addr:postcode": "1070", - "addr:street": "Kirchengasse", - "check_date:opening_hours": "2023-12-21", - "name": "Kauf dich glücklich", - "opening_hours": "Mo-Fr 10:00-20:00, Sa 10:00-18:00", - "operator": "Dahmen und Munier GbR", - "shop": "clothes", - "website": "https://www.kaufdichgluecklich-shop.de/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3522368, - 48.2006928 - ] - }, - "id": "node/3016786133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3227769140", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "151-153", - "addr:postcode": "1100", - "addr:street": "Favoritenstraße", - "name": "Boutique Molly", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3803948, - 48.1695419 - ] - }, - "id": "node/3227769140" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3276637000", - "check_date:opening_hours": "2024-09-22", - "name": "Boutique Emilia", - "opening_hours": "Sa 10:00-13:00; Mo-Fr 10:00-18:00", - "phone": "+43 1 710 94 06", - "shop": "clothes", - "website": "http://www.emilia.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3874907, - 48.1985702 - ] - }, - "id": "node/3276637000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3291300025", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housename": "Scarpon", - "addr:housenumber": "45", - "addr:postcode": "1030", - "addr:street": "Ungargasse", - "name": "Scarpeon", - "opening_hours": "Mo-Fr 12:00-19:00; Sa 10:00-16:00", - "phone": "+43 1 544 35 55", - "shop": "clothes", - "website": "https://www.scarpeon-berufsbekleidung.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3876014, - 48.1996116 - ] - }, - "id": "node/3291300025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3298208761", - "check_date:opening_hours": "2024-06-02", - "clothes": "wedding", - "contact:email": "wien@steinecker.at", - "contact:phone": "+43-1-512 2498", - "contact:website": "www.steinecker.at", - "name": "Steinecker", - "opening_hours": "Mo 09:30-18:30; Tu 09:30-18:30; We 09:30-18:30; Th 09:30-18:30; Fr 09:30-18:30; Su off; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3677083, - 48.2030728 - ] - }, - "id": "node/3298208761" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3332991288", - "addr:city": "Wien", - "addr:housenumber": "1", - "addr:postcode": "1010", - "addr:street": "Mölkersteig", - "brand": "Ludwig Reiter", - "check_date": "2023-02-09", - "contact:website": "https://www.ludwig-reiter.com", - "name": "Ludwig Reiter", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3625809, - 48.212235 - ] - }, - "id": "node/3332991288" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3351860351", - "brand": "Ernsting's family", - "brand:wikidata": "Q1361016", - "brand:wikipedia": "de:Ernsting’s family", - "name": "Ernsting's family", - "old_name": "Klier", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00; Su,PH off", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3381256, - 48.2180344 - ] - }, - "id": "node/3351860351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3357028393", - "addr:city": "Wien", - "addr:country": "AT", - "name": "Evelyn Z.", - "opening_hours": "Mo-Fr 10:00-20:30; Sa 10:00-20:00", - "second_hand": "no", - "shop": "clothes", - "source:imagery": "Bing", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3722293, - 48.2036225 - ] - }, - "id": "node/3357028393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3375709782", - "check_date": "2023-04-22", - "name": "Landhaus", - "opening_hours": "Mo-Fr 09:30-18:00; Sa 10:00-15:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3740641, - 48.2135905 - ] - }, - "id": "node/3375709782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3411230330", - "check_date:opening_hours": "2021-11-28", - "name": "Dietmar Haas", - "opening_hours": "Jan-Dec: Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3764744, - 48.2080154 - ] - }, - "id": "node/3411230330" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3456346371", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "27a", - "addr:postcode": "1020", - "addr:street": "Leopoldsgasse", - "contact:website": "http://www.shoparoundthecorner.wien", - "name": "The shop around the corner", - "opening_hours": "Tu-Fr 13:00-18:00; Sa 13:00-17:00", - "second_hand": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.377298, - 48.2185267 - ] - }, - "id": "node/3456346371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3482195405", - "check_date": "2022-09-09", - "name": "Missimi", - "opening_hours": "Mo-Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3733498, - 48.2089863 - ] - }, - "id": "node/3482195405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3482195408", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "7", - "addr:postcode": "1010", - "addr:street": "Stephansplatz", - "check_date": "2022-09-09", - "contact:website": "https://www.trachtenwitzky.at/", - "name": "Trachtensalon Witzky", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3731789, - 48.2090836 - ] - }, - "id": "node/3482195408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3506970411", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "9", - "addr:postcode": "1180", - "addr:street": "Gentzgasse", - "check_date": "2022-11-21", - "clothes": "costume", - "contact:fax": "+43 1 4796118", - "contact:phone": "+43 1 4796118", - "contact:website": "http://www.kostuem.at/", - "name": "Babsi's Kostümverleih", - "opening_hours": "Tu,Th 10:00-18:00; Fr 10:00-15:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3476067, - 48.226208 - ] - }, - "id": "node/3506970411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3506970412", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "29", - "addr:postcode": "1180", - "addr:street": "Gentzgasse", - "check_date": "2022-11-21", - "contact:email": "boutique_kati.lang@chello.at", - "contact:fax": "+43 1 478 59 23", - "contact:phone": "+43 1 478 59 23", - "contact:website": "http://www.katilang.at/", - "name": "Frl. Else Vintage", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-14:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3453169, - 48.2266972 - ] - }, - "id": "node/3506970412" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3506970424", - "addr:country": "AT", - "addr:housenumber": "6", - "addr:postcode": "1180", - "addr:street": "Gentzgasse", - "check_date": "2022-11-21", - "name": "La Miniature", - "opening_hours": "\"by appointment\"", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3476319, - 48.2263911 - ] - }, - "id": "node/3506970424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3506970426", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "109", - "addr:postcode": "1180", - "addr:street": "Währinger Straße", - "check_date:opening_hours": "2024-01-06", - "contact:phone": "+43 1 4056606", - "contact:website": "http://www.max-well.at/", - "name": "Max Well", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3420864, - 48.2265367 - ] - }, - "id": "node/3506970426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3507543197", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "19", - "addr:postcode": "1100", - "addr:street": "Reumannplatz", - "at_bev:addr_date": "2017-10-01", - "check_date": "2023-08-07", - "name": "Fredi Kinderschuhe", - "opening_hours": "Mo-Fr 14:00-18:00; Sa 09:30-12:30", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3788993, - 48.174697 - ] - }, - "id": "node/3507543197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3542023154", - "check_date": "2023-05-01", - "description": "Kinderschuhe", - "name": "Brada", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3204067, - 48.2377917 - ] - }, - "id": "node/3542023154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3553888177", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "9/1b", - "addr:postcode": "1060", - "addr:street": "Theobaldgasse", - "email": "office@anzueglich.at", - "fair_trade": "only", - "name": "anzüglich", - "opening_hours": "We-Fr 11:00-18:00; Sa 11:00-16:00", - "organic": "only", - "shop": "clothes", - "website": "https://anzueglich.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3602505, - 48.2003669 - ] - }, - "id": "node/3553888177" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3567126864", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "33", - "addr:postcode": "1080", - "addr:street": "Josefstädter Straße", - "check_date": "2023-05-01", - "description": "vegan. fair. organic.", - "fair_trade": "only", - "name": "muso koroni", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-15:30; PH off", - "operator": "muso koroni e.U.", - "organic": "only", - "phone": "+43 1 402 47 70", - "shop": "clothes", - "website": "https://www.muso-koroni.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3491385, - 48.2094791 - ] - }, - "id": "node/3567126864" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3573965255", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "67", - "addr:postcode": "1040", - "addr:street": "Wiedner Hauptstraße", - "clothes": "wedding", - "name": "White fashion", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3661162, - 48.1896036 - ] - }, - "id": "node/3573965255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3603561824", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "28", - "addr:postcode": "1020", - "addr:street": "Taborstraße", - "check_date:opening_hours": "2024-10-28", - "contact:website": "http://www.hutter-co.at", - "name": "Hutter & Co", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-13:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3809944, - 48.217873 - ] - }, - "id": "node/3603561824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3603561832", - "name": "Spatz", - "opening_hours": "Mo-Fr 10:00-13:00,15:00-18:00; Sa 10:00-12:00", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3781063, - 48.2176173 - ] - }, - "id": "node/3603561832" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3603561855", - "check_date:opening_hours": "2024-01-24", - "name": "Schuhe", - "opening_hours": "Mo-Th 11:00-18:00; Fr 11:00-15:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3811607, - 48.216787 - ] - }, - "id": "node/3603561855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3613471391", - "contact:website": "http://www.oska.at", - "name": "Oska", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00; PH off", - "operator": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3758263, - 48.2106843 - ] - }, - "id": "node/3613471391" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3628471460", - "brand": "KiK", - "brand:wikidata": "Q883965", - "brand:wikipedia": "en:KiK", - "name": "KiK", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3764169, - 48.1746582 - ] - }, - "id": "node/3628471460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3636472607", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "37", - "addr:postcode": "1080", - "addr:street": "Alser Straße", - "name": "Camicissima", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-14:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3480533, - 48.2151038 - ] - }, - "id": "node/3636472607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3636472608", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "32", - "addr:postcode": "1090", - "addr:street": "Alser Straße", - "contact:website": "http://www.condorwoman.at", - "name": "Condor Woman", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-12:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3463606, - 48.2155519 - ] - }, - "id": "node/3636472608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3636472625", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "46", - "addr:postcode": "1090", - "addr:street": "Alser Straße", - "check_date": "2023-04-23", - "contact:website": "http://www.regina-schuhe.com", - "name": "Regina Schuhmoden", - "opening_hours": "Mo-Fr 10:00-13:00,14:00-18:00; Sa 10:00-16:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.343593, - 48.2153619 - ] - }, - "id": "node/3636472625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3638078817", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "2a", - "addr:postcode": "1010", - "addr:street": "Bauernmarkt", - "brand": "COS", - "brand:wikidata": "Q60772401", - "brand:wikipedia": "en:COS (clothing)", - "check_date": "2023-05-11", - "check_date:opening_hours": "2024-06-01", - "contact:phone": "+43 1 5320538", - "name": "COS", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "operator": "Hennes & Mauritz GmbH", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3714311, - 48.2094499 - ] - }, - "id": "node/3638078817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645208571", - "contact:website": "http://www.americalatina.at", - "name": "America Latina", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.376259, - 48.2106508 - ] - }, - "id": "node/3645208571" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3660646431", - "contact:website": "http://www.bise.at", - "name": "Boutique Bise", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3760494, - 48.2109274 - ] - }, - "id": "node/3660646431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3660646432", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "check_date": "2023-04-29", - "name": "Calzedonia", - "opening_hours": "09:00-19:30; Th 09:00-20:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3750865, - 48.2106297 - ] - }, - "id": "node/3660646432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3660646433", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "10", - "addr:postcode": "1010", - "addr:street": "Rotenturmstraße", - "check_date": "2022-09-09", - "contact:website": "http://www.grandits.at", - "name": "Grandits for Men", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3745254, - 48.2102012 - ] - }, - "id": "node/3660646433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3660646434", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "16-18", - "addr:postcode": "1010", - "addr:street": "Rotenturmstraße", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "brand:wikipedia": "en:Intimissimi", - "check_date": "2023-04-29", - "clothes": "underwear", - "name": "Intimissimi", - "opening_hours": "09:00-19:30; Th 09:00-20:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3751741, - 48.2107065 - ] - }, - "id": "node/3660646434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3660646438", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "16-18", - "addr:postcode": "1010", - "addr:street": "Rotenturmstraße", - "brand": "Tezenis", - "brand:wikidata": "Q28056374", - "check_date": "2024-09-26", - "clothes": "underwear", - "name": "Tezenis", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3752756, - 48.2107511 - ] - }, - "id": "node/3660646438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3660646439", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "21", - "addr:postcode": "1010", - "addr:street": "Rotenturmstraße", - "check_date": "2022-09-09", - "contact:website": "http://www.pulloveria.at", - "name": "Pulloveria", - "opening_hours": "Mo-Fr 10:00-13:00, Sa 10:00-13:00,13:30-18:00, Mo-Fr 13:30-18:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3748592, - 48.2108564 - ] - }, - "id": "node/3660646439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3660646440", - "check_date": "2022-09-09", - "name": "Turek", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3750432, - 48.2105885 - ] - }, - "id": "node/3660646440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3666488082", - "check_date": "2022-09-09", - "contact:website": "http://www.armas.at", - "name": "Armas", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3754701, - 48.211213 - ] - }, - "id": "node/3666488082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3666488088", - "name": "Lieblingsstück", - "opening_hours": "Mo-Fr 09:30-13:00,13:30-18:30; Sa 09:30-13:00,13:30-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3734068, - 48.2103863 - ] - }, - "id": "node/3666488088" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3666488094", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "check_date": "2022-09-09", - "name": "Palmers", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3741181, - 48.209961 - ] - }, - "id": "node/3666488094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3666488101", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "brand:wikipedia": "de:Snipes (Unternehmen)", - "check_date": "2022-09-09", - "check_date:opening_hours": "2023-05-19", - "description": "closed", - "name": "Snipes", - "opening_hours": "Mo-We 10:00-19:00; Th,Fr 10:00-20:00; Sa 10:00-18:00", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3757088, - 48.2110011 - ] - }, - "id": "node/3666488101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3670642727", - "check_date:opening_hours": "2024-08-16", - "name": "Glaser", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 10:00-17:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3477993, - 48.1973489 - ] - }, - "id": "node/3670642727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3670647625", - "brand": "Diesel", - "brand:wikidata": "Q158285", - "brand:wikipedia": "en:Diesel (brand)", - "check_date:opening_hours": "2024-08-16", - "name": "Diesel", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3480068, - 48.1974289 - ] - }, - "id": "node/3670647625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3676143825", - "brand": "Ulla Popken", - "brand:wikidata": "Q2475146", - "brand:wikipedia": "en:Ulla Popken", - "check_date:opening_hours": "2022-11-28", - "name": "Ulla Popken", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3917032, - 48.2019008 - ] - }, - "id": "node/3676143825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3682741627", - "name": "Bambini", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.369267, - 48.21025 - ] - }, - "id": "node/3682741627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3685101166", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "116", - "addr:postcode": "1030", - "addr:street": "Landstraßer Hauptstraße", - "check_date": "2023-04-17", - "name": "Best-Style", - "opening_hours": "Mo-Fr 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3955192, - 48.1970069 - ] - }, - "id": "node/3685101166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3694841125", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1", - "addr:postcode": "1130", - "addr:street": "Altgasse", - "clothes": "children", - "email": "office@chikuchik.com", - "mobile": "+43 660 2262299", - "name": "Chikuchik Kindermoden", - "opening_hours": "Mo-Fr 10:00-18:00, Sa 10:00-13:00", - "operator": "Katayoun Jobbagy-Sabahi", - "phone": "+43 1 2930737", - "shop": "clothes", - "wheelchair": "no", - "wheelchair:description": "Türbreite 100cm, Tür öffnet nach innen links, Höhe der Stufe 19cm. Erfasst von FORSCH!13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3006332, - 48.1850828 - ] - }, - "id": "node/3694841125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3694857725", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "3", - "addr:postcode": "1130", - "addr:street": "Altgasse", - "name": "Silvia Roy", - "shop": "clothes", - "wheelchair": "no", - "wheelchair:description": "Türbreite 100 cm,Türe öffnet innen links, Höhe der Stufe 13 cm. Erfasst von FORSCH!13" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3004616, - 48.1851127 - ] - }, - "id": "node/3694857725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3697202197", - "check_date": "2023-05-09", - "name": "Verschatz", - "opening_hours": "Mo-Fr 11:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3856966, - 48.2055942 - ] - }, - "id": "node/3697202197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3703253325", - "brand": "Emporio Armani", - "brand:wikidata": "Q3497483", - "brand:wikipedia": "ast:Emporio Armani", - "check_date:opening_hours": "2024-10-13", - "name": "Emporio Armani", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.369769, - 48.210168 - ] - }, - "id": "node/3703253325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3708657007", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1", - "addr:postcode": "1080", - "addr:street": "Strozzigasse", - "check_date:opening_hours": "2024-05-16", - "level": "0;-1", - "name": "Gummistiefelhaus", - "opening_hours": "Mo-Fr 15:00-18:30; Sa 10:00-17:00", - "phone": "+43 1 402 65 92", - "room": "yes", - "shoes": "boots, flip flops", - "shop": "shoes", - "website": "https://www.gummistiefelhaus.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3492242, - 48.2065384 - ] - }, - "id": "node/3708657007" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3709484625", - "addr:city": "Wien", - "addr:country": "AT", - "brand": "Hugo Boss", - "brand:wikidata": "Q491627", - "brand:wikipedia": "en:Hugo Boss", - "check_date": "2024-09-20", - "level": "0", - "name": "Hugo Boss", - "opening_hours": "Mo-We 10:00-19:00; Th, Fr 10:00-20:00; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "short_name": "Boss", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3710794, - 48.2059562 - ] - }, - "id": "node/3709484625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3709487525", - "check_date:opening_hours": "2024-07-09", - "name": "Philipp Maly", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:30-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.370776, - 48.207399 - ] - }, - "id": "node/3709487525" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3709492425", - "name": "HERMĚS", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.369319, - 48.209178 - ] - }, - "id": "node/3709492425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3709493214", - "contact:phone": "+43 1 513 8009", - "name": "Freywille", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-17:00", - "shop": "clothes", - "website": "https://shop.freywille.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.368646, - 48.205266 - ] - }, - "id": "node/3709493214" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3709497236", - "brand": "Dior", - "brand:wikidata": "Q542767", - "brand:wikipedia": "en:Christian Dior (fashion house)", - "check_date": "2024-10-18", - "check_date:opening_hours": "2024-10-18", - "man_made": "surveillance", - "name": "Dior", - "opening_hours:signed": "no", - "shop": "clothes", - "surveillance": "indoor", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.367834, - 48.209082 - ] - }, - "id": "node/3709497236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3730238197", - "check_date": "2022-09-09", - "name": "Gnädig", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.375556, - 48.1803282 - ] - }, - "id": "node/3730238197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3730286954", - "addr:housenumber": "79", - "addr:street": "Favoritenstraße", - "check_date": "2024-11-12", - "check_date:opening_hours": "2024-11-12", - "name": "Es Stil", - "opening_hours": "Mo-Sa 09:00-18:00; Su,PH off", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3757186, - 48.180806 - ] - }, - "id": "node/3730286954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3754688872", - "check_date": "2023-10-27", - "name": "Li's Taschen", - "opening_hours": "Mo-Fr 09:30-18:00; Sa 09:30-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3359882, - 48.1895401 - ] - }, - "id": "node/3754688872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3754711329", - "name": "Doaba Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3348325, - 48.1887868 - ] - }, - "id": "node/3754711329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3765290558", - "check_date": "2023-05-08", - "clothes": "women", - "name": "R. Steffny", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.336349, - 48.227988 - ] - }, - "id": "node/3765290558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3792809307", - "name": "Li Mode", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3383619, - 48.1908329 - ] - }, - "id": "node/3792809307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3806453760", - "check_date": "2023-08-04", - "name": "Fischer Woman", - "shop": "clothes", - "wheelchair": "yes", - "wheelchair:description": "Türbreite 250 cm. Automatische Tür. Geprüft von Forsch13!" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3002745, - 48.1869189 - ] - }, - "id": "node/3806453760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3810171859", - "check_date:opening_hours": "2024-06-11", - "name": "Miu Miu", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.369587, - 48.210083 - ] - }, - "id": "node/3810171859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3810232557", - "brand": "Roberto Cavalli", - "brand:wikidata": "Q3938666", - "brand:wikipedia": "en:Roberto Cavalli (company)", - "name": "Roberto Cavalli", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.369117, - 48.210331 - ] - }, - "id": "node/3810232557" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3812921862", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "2", - "addr:postcode": "1090", - "addr:street": "Porzellangasse", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "check_date:opening_hours": "2023-11-18", - "clothes": "underwear", - "name": "Palmers", - "opening_hours": "Sa 09:00-13:00; Mo-Fr 09:00-13:00,13:30-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3641027, - 48.2191476 - ] - }, - "id": "node/3812921862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3819795113", - "name": "Schuhe Kaiser", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-13:00; Su,PH off", - "shop": "shoes", - "website": "https://www.schuhkaiser.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3764657, - 48.1753002 - ] - }, - "id": "node/3819795113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3847347866", - "check_date:opening_hours": "2024-06-11", - "name": "Hanro", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.370711, - 48.210484 - ] - }, - "id": "node/3847347866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3878171657", - "name": "Subdued", - "opening_hours": "Mo-Fr 10:00-19:30; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3611951, - 48.2020778 - ] - }, - "id": "node/3878171657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3878171658", - "brand": "ara", - "brand:wikidata": "Q623598", - "brand:wikipedia": "de:Ara AG", - "check_date:opening_hours": "2024-10-31", - "level": "0", - "name": "ara", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 10:00-18:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.360656, - 48.201659 - ] - }, - "id": "node/3878171658" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3878175757", - "brand": "Humanic", - "brand:wikidata": "Q1636668", - "brand:wikipedia": "en:Humanic", - "level": "0", - "name": "Humanic", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.360817, - 48.201766 - ] - }, - "id": "node/3878175757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3878177757", - "check_date": "2023-05-01", - "clothes": "men;oversize", - "email": "wien@hirmer-grosse-groessen.de", - "name": "Hirmer", - "opening_hours": "Mo-We 09:30-19:00, Th,Fr 09:30-20:00, Sa 09:00-18:00", - "phone": "+43 1 585 115 00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3610865, - 48.2019845 - ] - }, - "id": "node/3878177757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3878472569", - "brand": "Burberry", - "brand:wikidata": "Q390107", - "brand:wikipedia": "en:Burberry", - "check_date": "2022-09-09", - "clothes": "men;women", - "man_made": "surveillance", - "name": "Burberry", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "surveillance": "indoor", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.368193, - 48.209348 - ] - }, - "id": "node/3878472569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3878472806", - "brand": "Louis Vuitton", - "brand:wikidata": "Q191485", - "brand:wikipedia": "en:Louis Vuitton", - "check_date": "2023-02-08", - "check_date:opening_hours": "2023-03-08", - "man_made": "surveillance", - "opening_hours:signed": "no", - "shop": "clothes", - "surveillance": "indoor" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.368908, - 48.209829 - ] - }, - "id": "node/3878472806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3878474189", - "brand": "Alexander McQueen", - "brand:wikidata": "Q13882231", - "brand:wikipedia": "en:Alexander McQueen (brand)", - "check_date:opening_hours": "2024-10-13", - "name": "Alexander McQueen", - "opening_hours": "Mo-Fr 10:30-19:00; Sa 10:00-18:00; Su,PH off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.369336, - 48.210352 - ] - }, - "id": "node/3878474189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3878474607", - "check_date:opening_hours": "2024-10-13", - "name": "PM", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:30-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.370044, - 48.210059 - ] - }, - "id": "node/3878474607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3878474614", - "check_date": "2024-09-25", - "name": "Stone Island", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.367634, - 48.208693 - ] - }, - "id": "node/3878474614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3882452256", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "25", - "addr:postcode": "1160", - "addr:street": "Veronikagasse", - "email": "vinzishopwien@vinzi.at", - "name": "Vinzi-Shop", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-14:00", - "phone": "+43 1 40 63 354", - "second_hand": "yes", - "shop": "clothes", - "website": "https://www.vinzi.at/de/vinzishop-wien/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3384295, - 48.2149062 - ] - }, - "id": "node/3882452256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3884733657", - "name": "Mon Début", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.33667, - 48.227911 - ] - }, - "id": "node/3884733657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3884734958", - "name": "ETAR", - "opening_hours": "Mo-Fr 10:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.337491, - 48.22784 - ] - }, - "id": "node/3884734958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3884736057", - "name": "Casual Friday", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-15:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.337668, - 48.227797 - ] - }, - "id": "node/3884736057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3893664676", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "142", - "addr:postcode": "1180", - "addr:street": "Währinger Straße", - "brand": "Humana", - "brand:wikidata": "Q1636581", - "brand:wikipedia": "de:Humana People to People", - "charity": "yes", - "clothes": "women;men;suits;hats", - "contact:phone": "+43 1 470 21 38", - "contact:website": "https://www.humana.at/", - "name": "Humana", - "opening_hours": "Mo-Fr 09:00-18:30, Sa 09:00-15:00; Sa[1] 09:00-17:00", - "operator": "HUMANA People to People – Verein für Entwicklungszusammenarbeit", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "second_hand": "only", - "shoes": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.339418, - 48.227403 - ] - }, - "id": "node/3893664676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3893665257", - "name": "Felici Piedi", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.33908, - 48.227506 - ] - }, - "id": "node/3893665257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3897780558", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "12a", - "addr:postcode": "1010", - "addr:street": "Fleischmarkt", - "check_date:opening_hours": "2023-09-30", - "contact:website": "https://www.footsteps.at", - "name": "Footsteps", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3761196, - 48.2106369 - ] - }, - "id": "node/3897780558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3897785857", - "name": "Palazzo", - "opening_hours": "Mo-Fr 10:30-18:30; Sa 11:00-16:00", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3779357, - 48.210631 - ] - }, - "id": "node/3897785857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3911729168", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "34", - "addr:postcode": "1170", - "addr:street": "Jörgerstraße", - "check_date": "2023-03-19", - "check_date:opening_hours": "2023-03-19", - "email": "info@houseofdancing.com", - "name": "House of Dancing - Tanzschuhe Pfluger", - "opening_hours": "Mo 14:00-18:00; Tu-Fr 10:00-18:00; Sa 10:00-13:00", - "operator": "MMag. Martina Pfluger", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+43 1 4037245", - "shop": "shoes", - "website": "https://www.houseofdancing.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3365581, - 48.21776 - ] - }, - "id": "node/3911729168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3934357807", - "name": "Cashmere & Co", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3718209, - 48.2090064 - ] - }, - "id": "node/3934357807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3934357813", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "5", - "addr:postcode": "1010", - "addr:street": "Jasomirgottstraße", - "contact:website": "http://viva-vienna.at", - "name": "Viva", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3714443, - 48.209182 - ] - }, - "id": "node/3934357813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3934357815", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "4", - "addr:postcode": "1010", - "addr:street": "Jasomirgottstraße", - "check_date:opening_hours": "2023-03-08", - "contact:website": "http://dambrosio.shoes", - "name": "d'Ambrosio", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3719906, - 48.2091349 - ] - }, - "id": "node/3934357815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3956296522", - "brand": "Carhartt", - "brand:wikidata": "Q527877", - "brand:wikipedia": "en:Carhartt", - "check_date:opening_hours": "2024-07-09", - "name": "Carhartt", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3614461, - 48.2022683 - ] - }, - "id": "node/3956296522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3966013822", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "33", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "check_date:opening_hours": "2023-12-21", - "name": "ASIACO", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "operator": "\"ASIACO\" HandelsgesmbH., Nfg.KG", - "phone": "+43 1 5231295", - "shop": "clothes", - "website": "https://www.japankimono.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.348937, - 48.2014525 - ] - }, - "id": "node/3966013822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4020681776", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "6", - "addr:postcode": "1010", - "addr:street": "Stephansplatz", - "clothes": "gloves", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-12:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.373807, - 48.2087994 - ] - }, - "id": "node/4020681776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4020681778", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "6", - "addr:postcode": "1010", - "addr:street": "Stephansplatz", - "check_date:opening_hours": "2024-05-15", - "contact:website": "http://www.luxardo.at", - "name": "Luxardo", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3740693, - 48.2087158 - ] - }, - "id": "node/4020681778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4020681779", - "brand": "Seidensticker", - "brand:wikidata": "Q1797834", - "brand:wikipedia": "de:Seidensticker (Unternehmen)", - "check_date:opening_hours": "2021-09-20", - "contact:website": "http://www.seidensticker.com", - "name": "Seidensticker", - "note": "No information about this shop on the website, for whatever reason!", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3739377, - 48.2087579 - ] - }, - "id": "node/4020681779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4021017389", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "check_date": "2023-08-04", - "name": "Palmers", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3004542, - 48.1868302 - ] - }, - "id": "node/4021017389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4030451946", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "20", - "addr:postcode": "1090", - "addr:street": "Liechtensteinstraße", - "name": "Goodshoes", - "opening_hours": "Mo-Fr 12:00-18:00; Sa 10:00-14:00", - "phone": "+4313173442", - "shop": "shoes", - "website": "https://www.goodshoes.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.361613, - 48.2184819 - ] - }, - "id": "node/4030451946" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4055216875", - "check_date:opening_hours": "2024-07-27", - "name": "Zahraa", - "opening_hours": "Mo-Sa 10:00-18:00", - "phone": "+43 660 862 70 74", - "shop": "clothes", - "website": "http://www.zahraa.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3263488, - 48.1828017 - ] - }, - "id": "node/4055216875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4055216879", - "addr:city": "Wien", - "addr:housenumber": "6", - "addr:postcode": "1120", - "addr:street": "Meidlinger Hauptstraße", - "name": "Traumkleid Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3296949, - 48.1823918 - ] - }, - "id": "node/4055216879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4065419720", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "22", - "addr:postcode": "1070", - "addr:street": "Burggasse", - "condition": "good", - "contact:website": "https://www.sbin.at", - "name": "SBIN Mode & Design", - "opening_hours": "Tu-Fr 11:00-18:30; Sa 10:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.353114, - 48.2042892 - ] - }, - "id": "node/4065419720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4065498106", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "24", - "addr:postcode": "1070", - "addr:street": "Burggasse", - "condition": "fair", - "contact:facebook": "https://www.facebook.com/pengmagshop/info/?tab=overview", - "name": "peng!", - "opening_hours": "Mo-Fr 11:00-20:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3520696, - 48.2043011 - ] - }, - "id": "node/4065498106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4068367332", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "36", - "addr:postcode": "1070", - "addr:street": "Kirchengasse", - "condition": "good", - "contact:phone": "43 1 9242719", - "contact:website": "http://www.motmotshop.com", - "name": "motmot", - "opening_hours": "Tu-Fr 12:00-19:00; Sa 12:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3516545, - 48.2031428 - ] - }, - "id": "node/4068367332" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4068367334", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "27", - "addr:postcode": "1070", - "addr:street": "Kirchengasse", - "condition": "good", - "contact:phone": "+43 / 664 / 12 11 127", - "contact:website": "http://www.ferrarizoechling.com/", - "name": "Ferrari Zöchling", - "opening_hours": "We-Fr 12:00-18:00; Sa 11:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3514535, - 48.2029875 - ] - }, - "id": "node/4068367334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4068398771", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "25", - "addr:postcode": "1070", - "addr:street": "Kirchengasse", - "condition": "good", - "name": "Aurin - fair trade fashion", - "opening_hours": "Mo-Fr 12:00-19:00; Sa 12:00-18:00", - "phone": "+43 1 8906565", - "shop": "clothes", - "website": "https://aurinshop.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.351498, - 48.2027936 - ] - }, - "id": "node/4068398771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4068398773", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "25", - "addr:postcode": "1070", - "addr:street": "Kirchengasse", - "condition": "good", - "contact:phone": "+431 526 60 47", - "contact:website": "http://www.pollsiri.at", - "name": "Modeatelier Pollsiri", - "opening_hours": "Mo-Fr 09:00-13:00,14:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3515173, - 48.2027251 - ] - }, - "id": "node/4068398773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4088653430", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "40", - "addr:postcode": "1070", - "addr:street": "Kaiserstraße", - "check_date": "2023-03-20", - "name": "Boutique Isolde", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-13:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3408288, - 48.200932 - ] - }, - "id": "node/4088653430" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4088706885", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "36", - "addr:postcode": "1070", - "addr:street": "Westbahnstraße", - "check_date:opening_hours": "2023-12-21", - "name": "Ingeborg Köberl", - "opening_hours": "Mo-Th 09:00-17:00; Fr 09:00-15:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3428246, - 48.2019299 - ] - }, - "id": "node/4088706885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4088775153", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "29", - "addr:postcode": "1070", - "addr:street": "Seidengasse", - "email": "wien@gerlinger.co.at", - "name": "Gerlinger", - "name:ru": "Герлингер", - "opening_hours": "Mo-Th 09:00-12:00,14:00-17:00; Fr 09:00-13:00; Sa,Su,PH off", - "phone": "+43 1 / 5238433", - "shoes": "orthopedic", - "shop": "shoes", - "website": "https://www.gerlinger.co.at/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3421749, - 48.2002343 - ] - }, - "id": "node/4088775153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090271095", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housename": "Pelz Moden", - "addr:housenumber": "10", - "addr:postcode": "1030", - "addr:street": "Rochusgasse", - "check_date:opening_hours": "2023-09-18", - "name": "Pelz Moden", - "opening_hours": "Mo-Th 08:30-16:00; Fr 08:30-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3895947, - 48.2014146 - ] - }, - "id": "node/4090271095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090393424", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "90", - "addr:postcode": "1030", - "addr:street": "Landstraßer Hauptstraße", - "check_date": "2023-04-17", - "name": "Sposa Vienna Brautmode", - "opening_hours": "Mo,Th,Fr 10:00-18:00; Tu 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3935091, - 48.1997922 - ] - }, - "id": "node/4090393424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090393948", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "88", - "addr:postcode": "1030", - "addr:street": "Landstraßer Hauptstraße", - "check_date": "2023-04-17", - "name": "Teller Herren- & Hochzeitsmode", - "opening_hours": "Sa 09:00-17:00; Mo-Fr 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3933576, - 48.1999146 - ] - }, - "id": "node/4090393948" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4090397038", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1", - "addr:postcode": "1030", - "addr:street": "Hintzerstraße", - "check_date:opening_hours": "2022-10-19", - "name": "Mode La Venere", - "opening_hours": "Mo-Fr 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3926387, - 48.2003884 - ] - }, - "id": "node/4090397038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4092857702", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "2", - "addr:postcode": "1030", - "addr:street": "Sechskrügelgasse", - "check_date:opening_hours": "2024-11-01", - "name": "Liniert", - "opening_hours": "Tu-Fr 11:00-19:00; Sa 11:00-15:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3898532, - 48.202295 - ] - }, - "id": "node/4092857702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4096953606", - "check_date": "2024-11-13", - "name": "Magazin", - "note": "Leerstand (Friseur)", - "opening_hours": "Mo-Fr 11:00-20:00; Sa 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3656574, - 48.1974932 - ] - }, - "id": "node/4096953606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4097533922", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "29", - "addr:postcode": "1070", - "addr:street": "Burggasse", - "condition": "good", - "contact:email": "magdalena.auff@angelofpleasure.at", - "contact:phone": "+43 664 2241023", - "designation": "boutique", - "name": "Angel of Pleasure", - "opening_hours": "We-Fr 10:00-18:00; Sa 10:00-15:00", - "shop": "clothes", - "website": "https://angelofpleasure.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3530642, - 48.2041003 - ] - }, - "id": "node/4097533922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4097542865", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "31", - "addr:postcode": "1070", - "addr:street": "Burggasse", - "check_date:opening_hours": "2024-08-12", - "condition": "good", - "contact:email": "liesbeth@bloempje.at", - "contact:phone": "+43 680 214 51 79", - "contact:website": "http://www.bloempje.at", - "designation": "boutique", - "name": "bloempje - fashion for kids", - "opening_hours": "Tu-Fr 11:00-18:00; Sa 10:00-14:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3529307, - 48.2041101 - ] - }, - "id": "node/4097542865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4098511095", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "17", - "addr:postcode": "1070", - "addr:street": "Gutenberggasse", - "condition": "good", - "contact:website": "shop.lenahoschek.com", - "name": "LenaHorscheck", - "opening_hours": "Mo-Fr 11:00-19:00, Sa 11:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3556129, - 48.203489 - ] - }, - "id": "node/4098511095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4100014042", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "93", - "addr:postcode": "1070", - "addr:street": "Burggasse", - "description": "Etui- und Kassettenerzeugung", - "name": "D. Hofinger", - "operator": "Dietmute Hofinger", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3426461, - 48.2042176 - ] - }, - "id": "node/4100014042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4100031925", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "103a", - "addr:postcode": "1070", - "addr:street": "Burggasse", - "check_date": "2022-10-01", - "name": "Angel-a", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-14:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3410185, - 48.2042156 - ] - }, - "id": "node/4100031925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4100072604", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "51-53", - "addr:postcode": "1070", - "addr:street": "Kaiserstraße", - "check_date:opening_hours": "2023-11-07", - "name": "Tiziana Supersize", - "opening_hours": "Mo-Fr 09:30-18:00; Sa 09:30-12:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3403411, - 48.2021195 - ] - }, - "id": "node/4100072604" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4100086442", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "68", - "addr:postcode": "1070", - "addr:street": "Kaiserstraße", - "name": "Viera Group", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3402861, - 48.2038518 - ] - }, - "id": "node/4100086442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4100095091", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "64", - "addr:postcode": "1070", - "addr:street": "Kaiserstraße", - "check_date:opening_hours": "2023-02-17", - "name": "Änderungsschneiderei", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-14:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3403156, - 48.2035559 - ] - }, - "id": "node/4100095091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4101697348", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "20", - "addr:postcode": "1070", - "addr:street": "Siebensterngasse", - "name": "wienerkleid", - "opening_hours": "Tu-Fr 12:30-18:30; Sa 12:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3540809, - 48.2024376 - ] - }, - "id": "node/4101697348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4101729603", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "17", - "addr:postcode": "1070", - "addr:street": "Siebensterngasse", - "name": "finnshop", - "opening_hours": "Tu-Fr 11:00-18:00; Sa 11:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3538394, - 48.2022354 - ] - }, - "id": "node/4101729603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4101816089", - "addr:city": "Wien", - "addr:country": "AT", - "addr:postcode": "1070", - "addr:street": "Siebensterngasse", - "check_date:opening_hours": "2024-03-10", - "name": "alinadax", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3531883, - 48.202341 - ] - }, - "id": "node/4101816089" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4101904134", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "33", - "addr:postcode": "1070", - "addr:street": "Stiftgasse", - "name": "Atelier Beate von Harten", - "operator": "Beate von Harten", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3540902, - 48.2036469 - ] - }, - "id": "node/4101904134" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4141815804", - "name": "Boutique Alice", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-12:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3714777, - 48.2103741 - ] - }, - "id": "node/4141815804" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4141815805", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1", - "addr:postcode": "1010", - "addr:street": "Wildpretmarkt", - "contact:website": "http://www.calamita.at", - "name": "Calamita", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3713342, - 48.2101882 - ] - }, - "id": "node/4141815805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4141815807", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "8", - "addr:postcode": "1010", - "addr:street": "Brandstätte", - "brand": "Closed", - "brand:wikidata": "Q1102389", - "check_date:opening_hours": "2023-03-08", - "contact:website": "https://www.closed.com", - "name": "Closed", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3711961, - 48.2100667 - ] - }, - "id": "node/4141815807" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4141815808", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1-3", - "addr:postcode": "1010", - "addr:street": "Landskrongasse", - "check_date:opening_hours": "2023-03-23", - "contact:website": "http://www.dasneueschwarz.de", - "name": "Das neue Schwarze", - "opening_hours": "Mo-Sa 10:30-18:30", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3724994, - 48.2102615 - ] - }, - "id": "node/4141815808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4141815812", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "9", - "addr:postcode": "1010", - "addr:street": "Bauernmarkt", - "check_date": "2023-05-11", - "contact:website": "http://www.firis.at", - "name": "Firis", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3719967, - 48.2098289 - ] - }, - "id": "node/4141815812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4141815814", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "15", - "addr:postcode": "1010", - "addr:street": "Bauernmarkt", - "name": "Isabel Marant", - "note": "There are really two stores on opposite sides of the street.", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3732487, - 48.2102357 - ] - }, - "id": "node/4141815814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4141815815", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "15", - "addr:postcode": "1010", - "addr:street": "Bauernmarkt", - "check_date:opening_hours": "2022-12-06", - "contact:website": "http://inked.at", - "name": "Inked", - "note": "There are really two stores on opposite sides of the street.", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3730698, - 48.210326 - ] - }, - "id": "node/4141815815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4141815817", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1-3", - "addr:postcode": "1010", - "addr:street": "Landskrongasse", - "contact:website": "http://www.kuhn-masskonfektion.com", - "name": "Kuhn", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3726089, - 48.2101665 - ] - }, - "id": "node/4141815817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4141815818", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1-3", - "addr:postcode": "1010", - "addr:street": "Landskrongasse", - "name": "World Wide Sneakers", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-20:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3724297, - 48.2102955 - ] - }, - "id": "node/4141815818" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4141815819", - "name": "Lilas", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3712926, - 48.210123 - ] - }, - "id": "node/4141815819" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4141815821", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "11-13", - "addr:postcode": "1010", - "addr:street": "Bauernmarkt", - "check_date": "2023-05-11", - "contact:website": "http://www.modeplan.at", - "name": "Modeplan", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3724647, - 48.2100372 - ] - }, - "id": "node/4141815821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4141815825", - "check_date:opening_hours": "2024-06-01", - "name": "Replay", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:30-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3717714, - 48.2098102 - ] - }, - "id": "node/4141815825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4141815830", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "8", - "addr:postcode": "1010", - "addr:street": "Landskrongasse", - "contact:website": "http://www.weiss-fashion.at", - "name": "Weiss", - "opening_hours": "Mo-Fr 11:00-18:30; Sa 11:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3722243, - 48.2106766 - ] - }, - "id": "node/4141815830" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4151631694", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "151", - "addr:postcode": "1050", - "addr:street": "Margaretenstraße", - "craft": "dressmaker", - "description": "Tanzsport-Fachgeschäft", - "email": "office@dance-design.at", - "fax": "+43 1 6062788", - "name": "Dance & Design", - "opening_hours": "Tu-Fr 09:00-12:00, 14:00-18:00; Sa 09:00-12:00 || \"nach Vereinbarung\"", - "operator": "Graf & Partner OG", - "payment:cash": "yes", - "phone": "+43 664 3732251", - "second_hand": "yes", - "shop": "clothes", - "website": "http://www.dance-design.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3462237, - 48.1863366 - ] - }, - "id": "node/4151631694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4156396890", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "4", - "addr:postcode": "1010", - "addr:street": "Schultergasse", - "name": "Silvia Milano", - "opening_hours": "Mo-Fr 10:30-18:30; Sa 10:30-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3713254, - 48.211295 - ] - }, - "id": "node/4156396890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4156396892", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "2", - "addr:postcode": "1010", - "addr:street": "Schultergasse", - "name": "Just Dolls", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3714695, - 48.2112321 - ] - }, - "id": "node/4156396892" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4156396897", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "5", - "addr:postcode": "1010", - "addr:street": "Judenplatz", - "clothes": "underwear", - "contact:website": "http://www.perladonna.at", - "name": "Perladonna", - "opening_hours": "Mo 14:00-19:00; Tu-Sa 13:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3696163, - 48.2114182 - ] - }, - "id": "node/4156396897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4156396899", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "6", - "addr:postcode": "1010", - "addr:street": "Schultergasse", - "check_date": "2024-03-16", - "contact:website": "http://www.spodd.com", - "name": "Spodd", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3711326, - 48.2114007 - ] - }, - "id": "node/4156396899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4157574102", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3787754, - 48.1761984 - ] - }, - "id": "node/4157574102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4187164247", - "contact:website": "http://www.dejavu-wien.at", - "name": "Dejavu", - "opening_hours": "We-Fr 11:00-18:00", - "second_hand": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3716218, - 48.2122949 - ] - }, - "id": "node/4187164247" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4187164255", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "24", - "addr:postcode": "1010", - "addr:street": "Stubenring", - "contact:website": "http://www.nurit.at", - "name": "Nurit", - "opening_hours": "Mo-Fr 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3805462, - 48.207764 - ] - }, - "id": "node/4187164255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4214933187", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "28", - "addr:postcode": "1070", - "addr:street": "Kirchengasse", - "name": "Schuhe für Frauen - VINTAGEshop", - "opening_hours": "Th,Fr 12:00-18:00; Sa 11:00-18:00; Su-We,PH off", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3519868, - 48.2018348 - ] - }, - "id": "node/4214933187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4231937518", - "name": "Jenny's Fashion", - "opening_hours": "Mo-Fr 09:30-17:00; Sa 10:00-13:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3546034, - 48.2283048 - ] - }, - "id": "node/4231937518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4234477294", - "check_date": "2024-10-18", - "check_date:opening_hours": "2024-01-02", - "name": "Tod's", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.368631, - 48.2092122 - ] - }, - "id": "node/4234477294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4234477295", - "check_date": "2022-09-09", - "check_date:opening_hours": "2024-01-02", - "name": "Longchamp", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3693036, - 48.2087641 - ] - }, - "id": "node/4234477295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4234492095", - "addr:city": "Wien", - "addr:country": "AT", - "brand": "Ecco", - "brand:wikidata": "Q1280255", - "check_date": "2024-09-20", - "level": "0", - "name": "Ecco", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; Su,PH off", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "shoes", - "source:imagery": "Bing", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3705168, - 48.2038182 - ] - }, - "id": "node/4234492095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4234524890", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "brand:wikipedia": "en:Intimissimi", - "check_date": "2024-09-24", - "check_date:opening_hours": "2024-06-11", - "clothes": "underwear", - "level": "0", - "name": "Intimissimi", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3704131, - 48.2043291 - ] - }, - "id": "node/4234524890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4234524989", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "brand:wikipedia": "en:Chanel", - "name": "Chanel", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3686236, - 48.2097687 - ] - }, - "id": "node/4234524989" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4234524990", - "check_date": "2022-09-09", - "man_made": "surveillance", - "name": "Mont Blanc", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "surveillance": "indoor", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3691729, - 48.2088556 - ] - }, - "id": "node/4234524990" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4234524991", - "check_date": "2022-09-09", - "name": "Popp & Kretschmer", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.370481, - 48.2034404 - ] - }, - "id": "node/4234524991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4234524993", - "brand": "Falconeri", - "brand:wikidata": "Q28056375", - "check_date": "2024-09-25", - "check_date:opening_hours": "2024-07-14", - "level": "0", - "name": "Falconeri", - "opening_hours:signed": "no", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.370918, - 48.2047329 - ] - }, - "id": "node/4234524993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4234525091", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "check_date": "2024-09-20", - "check_date:opening_hours": "2024-07-20", - "level": "0", - "name": "Calzedonia", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3709479, - 48.2047901 - ] - }, - "id": "node/4234525091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4234525189", - "check_date": "2024-10-02", - "level": "0", - "name": "Jones", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3710294, - 48.2082934 - ] - }, - "id": "node/4234525189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4239870393", - "brand": "Geox", - "brand:wikidata": "Q588001", - "brand:wikipedia": "en:Geox", - "check_date": "2024-09-24", - "check_date:opening_hours": "2023-02-08", - "level": "0", - "name": "Geox", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3713234, - 48.2065372 - ] - }, - "id": "node/4239870393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4239895492", - "addr:city": "Wien", - "addr:country": "AT", - "brand": "Wolford", - "brand:wikidata": "Q431607", - "brand:wikipedia": "en:Wolford", - "check_date": "2024-09-20", - "check_date:opening_hours": "2024-03-27", - "level": "0", - "name": "Wolford", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3711402, - 48.2058224 - ] - }, - "id": "node/4239895492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4239906091", - "name": "Heyday", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3223298, - 48.1862543 - ] - }, - "id": "node/4239906091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4239915091", - "addr:city": "Wien", - "addr:country": "AT", - "brand": "Mango", - "brand:wikidata": "Q136503", - "brand:wikipedia": "en:Mango (retailer)", - "check_date": "2024-09-24", - "check_date:opening_hours": "2024-03-27", - "level": "-1;0", - "man_made": "surveillance", - "name": "Mango", - "opening_hours": "Mo-We 10:00-19:00; Th-Fr 10:00-20:00; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "surveillance": "indoor", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3710212, - 48.2056595 - ] - }, - "id": "node/4239915091" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4239973096", - "addr:housenumber": "4", - "addr:street": "Kärntner Straße", - "brand": "Max Mara", - "brand:wikidata": "Q1151774", - "brand:wikipedia": "cs:Sisley", - "check_date": "2023-08-24", - "check_date:opening_hours": "2023-09-30", - "name": "Max Mara", - "opening_hours:signed": "no", - "operator": "Benetton Group", - "operator:wikidata": "Q817139", - "operator:wikipedia": "en:Benetton Group", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3715304, - 48.2074574 - ] - }, - "id": "node/4239973096" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4239973590", - "addr:housenumber": "4", - "addr:street": "Kärntner Straße", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "check_date": "2023-08-24", - "check_date:opening_hours": "2023-07-04", - "name": "Palmers", - "opening_hours": "Mo-We,Fr 09:00-19:00; Th 09:00-20:00; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3715405, - 48.2075148 - ] - }, - "id": "node/4239973590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4240000489", - "addr:housenumber": "5", - "addr:street": "Plankengasse", - "check_date": "2023-06-22", - "clothes": "hats", - "name": "Derby Handschuhe", - "opening_hours": "Mo 12:00-18:00; Tu-Fr 11:00-18:00,11:00-14:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.369856, - 48.2063825 - ] - }, - "id": "node/4240000489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4247049472", - "check_date:opening_hours": "2023-04-15", - "name": "Delka", - "opening_hours": "Mo-Fr 09:30-18:00; Sa 09:30-13:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3804469, - 48.2164528 - ] - }, - "id": "node/4247049472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4342895408", - "check_date:opening_hours": "2023-09-11", - "clothes": "workwear", - "name": "Cop Austria", - "opening_hours": "Mo-Fr 09:00-18:00", - "phone": "+43 1 7101801", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3955171, - 48.2023286 - ] - }, - "id": "node/4342895408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4424877907", - "check_date:opening_hours": "2024-08-16", - "contact:phone": "+43 1 5978 252", - "name": "Textildruck Sommer", - "opening_hours": "Mo-Fr 08:30-17:00", - "opening_hours:signed": "no", - "shop": "clothes", - "website": "https://www.textildrucksommer.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3479304, - 48.194105 - ] - }, - "id": "node/4424877907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4432703040", - "addr:housenumber": "111", - "addr:street": "Mariahilfer Straße", - "check_date": "2024-07-28", - "check_date:opening_hours": "2024-07-28", - "name": "Kleiderbauer", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3439449, - 48.1964809 - ] - }, - "id": "node/4432703040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4444704338", - "fair_trade": "only", - "name": "Weltladen", - "opening_hours": "Mo-Fr 10:00-18:30, Sa 10:00-15:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3517254, - 48.2064748 - ] - }, - "id": "node/4444704338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4450879081", - "name": "Afritex & Mobile", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3865264, - 48.2384442 - ] - }, - "id": "node/4450879081" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4450879086", - "name": "Western Shop Ringo", - "opening_hours": "Mo-Th 10:00-17:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.386553, - 48.2384198 - ] - }, - "id": "node/4450879086" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4456108162", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "5", - "addr:postcode": "1010", - "addr:street": "Tegetthoffstraße", - "check_date": "2024-09-24", - "check_date:opening_hours": "2024-03-27", - "name": "Schuhhaus zur Oper", - "opening_hours": "Mo-Sa 09:30-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "shoes", - "website": "https://www.schuhhaus-zur-oper.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.369844, - 48.2051138 - ] - }, - "id": "node/4456108162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4493360717", - "name": "Jelesitz", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3536597, - 48.2222487 - ] - }, - "id": "node/4493360717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4493360722", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "56", - "addr:postcode": "1090", - "addr:street": "Währinger Straße", - "contact:website": "http://www.ortho-schuh.at", - "email": "info@ortho-shuh.at", - "name": "Ortho Schuh", - "opening_hours": "Mo-Th 08:00-18:00, Fr 08:30-17:00", - "phone": "+43012125911", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3528829, - 48.2226105 - ] - }, - "id": "node/4493360722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4493360723", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "check_date:opening_hours": "2024-08-17", - "clothes": "underwear", - "name": "Palmers", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.346342, - 48.2257176 - ] - }, - "id": "node/4493360723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4493360725", - "contact:website": "http://www.wagner-glass.com", - "name": "W&G", - "opening_hours": "Mo-Fr 10:00-13:30, 14:00-18:00; Sa 09:30-13:00; Sa[1] 09:30-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3460319, - 48.2257694 - ] - }, - "id": "node/4493360725" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4493360739", - "name": "femme fashion", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3462481, - 48.2257364 - ] - }, - "id": "node/4493360739" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4493360743", - "clothes": "gloves", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3454281, - 48.2259376 - ] - }, - "id": "node/4493360743" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4532557254", - "email": "office@linnerth.com", - "name": "Linnerth", - "note": "Herrenausstatter (men fashion only)", - "phone": "+43 1 512 00 46", - "shop": "clothes", - "website": "http://www.linnerth.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3717664, - 48.2031789 - ] - }, - "id": "node/4532557254" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4546594951", - "addr:housenumber": "93", - "addr:street": "Mariahilfer Straße", - "brand": "Triumph", - "brand:wikidata": "Q671216", - "check_date": "2024-11-26", - "check_date:opening_hours": "2024-11-26", - "clothes": "underwear", - "name": "Triumph", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3468746, - 48.1971215 - ] - }, - "id": "node/4546594951" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4558716343", - "brand": "KiK", - "brand:wikidata": "Q883965", - "brand:wikipedia": "en:KiK", - "name": "KiK", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3135794, - 48.1989363 - ] - }, - "id": "node/4558716343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4560481781", - "name": "Boots", - "opening_hours": "Tu-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "shoes", - "website": "https://www.boots-int.de/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3474228, - 48.2143484 - ] - }, - "id": "node/4560481781" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4565295724", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "43-45", - "addr:postcode": "1070", - "addr:street": "Burggasse", - "check_date": "2023-12-24", - "check_date:opening_hours": "2021-09-11", - "name": "Shakkei", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 11:00-16:00", - "operator": "Gabriel Baradee", - "shop": "clothes", - "website": "https://www.shakkei.at/de/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3514964, - 48.2040561 - ] - }, - "id": "node/4565295724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4567243019", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "6", - "addr:postcode": "1010", - "addr:street": "Salztorgasse", - "check_date": "2023-06-19", - "name": "Buttondown", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-13:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3738005, - 48.213643 - ] - }, - "id": "node/4567243019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4569228841", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "5", - "addr:postcode": "1010", - "addr:street": "Köllnerhofgasse", - "name": "Sara", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3757802, - 48.210549 - ] - }, - "id": "node/4569228841" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4581325020", - "check_date": "2023-08-06", - "name": "HAO", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3294814, - 48.1814255 - ] - }, - "id": "node/4581325020" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4598247465", - "mapillary": "749115569063964", - "name": "Topy", - "opening_hours": "Mo-Fr 08:15-18:00", - "shop": "shoes", - "survey:date": "2019-04-26", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.373632, - 48.2216116 - ] - }, - "id": "node/4598247465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4603998629", - "check_date": "2024-03-01", - "name": "Schuhmoden Appel Übergrößen", - "opening_hours": "Mo-Fr 10:00-17:30; Sa 10:00-12:00", - "shop": "shoes", - "website": "https://www.schuhmoden-appel.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3440918, - 48.1852781 - ] - }, - "id": "node/4603998629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4603998649", - "check_date:opening_hours": "2024-04-16", - "name": "Kleider Bauer", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "operator": "Kleiderbauer", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3298489, - 48.1807046 - ] - }, - "id": "node/4603998649" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4693683906", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "13", - "addr:postcode": "1010", - "addr:street": "Graben", - "brand:wikidata": "Q1777214", - "brand:wikipedia": "de:Kniže & Comp.", - "check_date": "2024-09-26", - "clothes": "suits", - "craft": "tailor", - "email": "office@knize.at", - "fax": "+43 1 512219925", - "name": "Knize", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00; PH,Su off", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+43 1 5122119", - "shop": "clothes", - "website": "https://knize.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3698213, - 48.2084387 - ] - }, - "id": "node/4693683906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4775575252", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "15", - "addr:postcode": "1010", - "addr:street": "Spiegelgasse", - "check_date": "2023-06-24", - "check_date:opening_hours": "2022-12-10", - "email": "wien@bree.com", - "name": "BREE Collection Wien", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "operator": "Herr Alexander Bree", - "phone": "+43 1 512 18 74", - "shop": "bag", - "website": "https://bree.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3699065, - 48.2067588 - ] - }, - "id": "node/4775575252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4775575253", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "15", - "addr:postcode": "1010", - "addr:street": "Spiegelgasse", - "email": "office@norton-fashion.at", - "name": "Norton", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "operator": "Norton Radaj", - "phone": "+43 1 513 43 40", - "shop": "clothes", - "website": "https://www.norton-fashion.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3698499, - 48.2066871 - ] - }, - "id": "node/4775575253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4780939643", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "14", - "addr:postcode": "1070", - "addr:street": "Lindengasse", - "name": "elke freytag", - "opening_hours": "Mo-We 12:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3531523, - 48.200968 - ] - }, - "id": "node/4780939643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793224954", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "68", - "addr:postcode": "1070", - "addr:street": "Mariahilfer Straße", - "check_date:opening_hours": "2023-07-14", - "name": "Turek", - "opening_hours": "Mo-We,Fr 10:00-19:00; Th 10:00-19:00; Sa 09:30-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3501545, - 48.1984859 - ] - }, - "id": "node/4793224954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4793224957", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "77-79", - "addr:postcode": "1060", - "addr:street": "Mariahilfer Straße", - "check_date:opening_hours": "2024-06-24", - "level": "0", - "name": "Halfprice", - "opening_hours": "Mo-Fr 09:00-21:00; Sa 09:00-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3496562, - 48.197979 - ] - }, - "id": "node/4793224957" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4870318740", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "31", - "addr:postcode": "1080", - "addr:street": "Josefstädter Straße", - "check_date": "2023-06-11", - "name": "Boutique Thirty", - "opening_hours": "Tu-Fr 10:00-18:00; Sa 10:00-13:00", - "payment:coins": "yes", - "payment:diners_club": "no", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:notes": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3493172, - 48.2094566 - ] - }, - "id": "node/4870318740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4876457146", - "level": "0", - "name": "Prominent", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00; Su,PH off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3652103, - 48.1723574 - ] - }, - "id": "node/4876457146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4897835311", - "check_date": "2022-09-10", - "contact:website": "https://www.great-max.com", - "name": "MAX Great Menswear", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3808483, - 48.1884913 - ] - }, - "id": "node/4897835311" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4900297273", - "contact:website": "http://www.bandolera-wien.at", - "name": "Bandolera", - "opening_hours": "Mo-We,Sa 10:00-19:00; Th-Fr 10:00-21:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3749711, - 48.2095315 - ] - }, - "id": "node/4900297273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4900297274", - "contact:website": "https://handmadestory.at", - "name": "Handmade Story", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3747539, - 48.2096164 - ] - }, - "id": "node/4900297274" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4906680144", - "contact:website": "http://www.herrenmode-gabriel.at", - "name": "Gabriel", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3687893, - 48.2290453 - ] - }, - "id": "node/4906680144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4939082646", - "clothes": "underwear", - "contact:website": "http://www.jazzyfashion.com", - "name": "Jazzy Fashion", - "note": "Schauraum für Latexkleidung", - "opening_hours": "Tu-Th 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3916116, - 48.2147648 - ] - }, - "id": "node/4939082646" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4946782429", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "8a", - "addr:street": "Neuer Markt", - "check_date": "2022-11-24", - "name": "Kessnkeen", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3703303, - 48.2053783 - ] - }, - "id": "node/4946782429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4950452070", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "9", - "addr:postcode": "1010", - "addr:street": "Neuer Markt", - "brand": "Samsonite", - "brand:wikidata": "Q1203426", - "brand:wikipedia": "en:Samsonite", - "check_date": "2024-10-03", - "check_date:opening_hours": "2024-09-05", - "email": "store.wien@samsonite.com", - "level": "0", - "man_made": "surveillance", - "name": "Samsonite", - "opening_hours": "Mo,Tu 10:00-19:00; We-Fr 10:00-20:00; Sa 09:30-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+43 15121144", - "shop": "bag", - "surveillance": "indoor", - "website": "https://www.samsonite.at/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3702493, - 48.2058436 - ] - }, - "id": "node/4950452070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4950452269", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "12", - "addr:postcode": "1010", - "addr:street": "Neuer Markt", - "check_date": "2023-08-03", - "fax": "+431512 15 65", - "name": "Flamm", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 10:00-17:00", - "phone": "+431512 28 89", - "shop": "clothes", - "website": "https://flamm.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.370317, - 48.2059793 - ] - }, - "id": "node/4950452269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4961691053", - "addr:city": "Wien", - "addr:housenumber": "50", - "addr:postcode": "1150", - "addr:street": "Hütteldorfer Straße", - "brand": "Humana", - "brand:wikidata": "Q1636581", - "brand:wikipedia": "de:Humana People to People", - "charity": "yes", - "clothes": "women;men;suits;hats", - "contact:phone": "+43 1 7865072", - "contact:website": "https://humana.at", - "name": "Humana", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "operator": "HUMANA People to People – Verein für Entwicklungszusammenarbeit", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "second_hand": "only", - "shoes": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3237739, - 48.19887 - ] - }, - "id": "node/4961691053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4970356956", - "check_date:opening_hours": "2024-07-21", - "name": "Monalisa Braut Mode", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3398011, - 48.1940988 - ] - }, - "id": "node/4970356956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5001787641", - "name": "meshit", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3454955, - 48.2019122 - ] - }, - "id": "node/5001787641" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5009474797", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "14", - "addr:postcode": "1040", - "addr:street": "Phorusgasse", - "name": "Mazu Shop", - "opening_hours": "Mo-Fr 09:00-18:00, Sa 09:00-17:00", - "phone": "+43 1 9675443", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3631352, - 48.1904666 - ] - }, - "id": "node/5009474797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5024257978", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "19/2", - "addr:postcode": "1050", - "addr:street": "Ziegelofengasse", - "check_date": "2023-05-31", - "check_date:opening_hours": "2023-08-09", - "email": "ghazani@aon.at", - "level": "0", - "name": "Boutique & Änderungsschneiderei", - "opening_hours": "Mo-Fr 10:00-18:00", - "operator": "Milka Ghazani", - "phone": "+43 1 5457026", - "shop": "clothes", - "start_date": "04-2010", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3622645, - 48.1899214 - ] - }, - "id": "node/5024257978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5065127644", - "check_date": "2023-06-24", - "name": "Mariem", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3638454, - 48.2123486 - ] - }, - "id": "node/5065127644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5065127645", - "addr:city": "Wien", - "addr:country": "AT", - "addr:postcode": "1010", - "check_date": "2023-02-07", - "clothes": "hats", - "contact:phone": "+43 1 405 66 29-22", - "contact:website": "https://www.nagy-hut.at", - "name": "Nagy Hüte", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-13:00; Sa[1] 10:00-17:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3638722, - 48.2123017 - ] - }, - "id": "node/5065127645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5065127648", - "contact:phone": "+43 1 533 53 31", - "contact:website": "https://www.tostmann.at", - "name": "Tostmann", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3636637, - 48.2125425 - ] - }, - "id": "node/5065127648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5075059276", - "check_date": "2023-05-13", - "contact:website": "http://www.flou.at", - "name": "Flou", - "opening_hours": "Mo-Fr 10:00-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3593386, - 48.2168999 - ] - }, - "id": "node/5075059276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5075059282", - "check_date:opening_hours": "2023-11-19", - "name": "Le Frog", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3598193, - 48.2168734 - ] - }, - "id": "node/5075059282" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5075059285", - "check_date:opening_hours": "2024-11-17", - "name": "Le Frog", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3596529, - 48.217072 - ] - }, - "id": "node/5075059285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5088959436", - "check_date:opening_hours": "2023-10-31", - "name": "QWSTION", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 11:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3451872, - 48.2017289 - ] - }, - "id": "node/5088959436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5094966118", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "name": "H&M", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3348986, - 48.2036726 - ] - }, - "id": "node/5094966118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5105203816", - "name": "MyShoes", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.334162, - 48.2039 - ] - }, - "id": "node/5105203816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5105208624", - "brand": "s.Oliver", - "brand:wikidata": "Q265056", - "brand:wikipedia": "en:S.Oliver", - "name": "s.Oliver", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3364789, - 48.2039223 - ] - }, - "id": "node/5105208624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5105208627", - "brand": "Dressmann", - "brand:wikidata": "Q3357081", - "brand:wikipedia": "en:Dressmann", - "name": "Dressmann", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3346931, - 48.2038461 - ] - }, - "id": "node/5105208627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5107384353", - "name": "CCC Schuhe", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3345718, - 48.2036973 - ] - }, - "id": "node/5107384353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5114872470", - "brand": "Vero Moda", - "brand:wikidata": "Q594721", - "brand:wikipedia": "en:Bestseller (company)", - "check_date": "2024-07-28", - "check_date:opening_hours": "2024-07-28", - "name": "Vero Moda", - "opening_hours": "Mo-We,Fr 10:00-19:00; Th 10:00-19:00; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.343396, - 48.1963918 - ] - }, - "id": "node/5114872470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5138480796", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "clothes": "underwear", - "name": "Palmers", - "opening_hours": "Mo-Fr 09:00-18:00, Sa 09:00-13:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3192461, - 48.2116211 - ] - }, - "id": "node/5138480796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5140305427", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "33", - "addr:postcode": "1050", - "addr:street": "Ziegelofengasse", - "brand": "KiK", - "brand:wikidata": "Q883965", - "brand:wikipedia": "en:KiK", - "check_date": "2023-05-31", - "level": "0", - "name": "KiK", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "operator": "KiK Textilien und Non-Food GmbH", - "shop": "clothes", - "website": "https://www.kik.at/filialfinder/3020/Wien/Ziegelofengasse_33" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3609492, - 48.1911026 - ] - }, - "id": "node/5140305427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5175423780", - "check_date": "2022-09-10", - "name": "Haritex", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3725344, - 48.2128691 - ] - }, - "id": "node/5175423780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5175423782", - "name": "Fellini", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3728603, - 48.213349 - ] - }, - "id": "node/5175423782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5175423787", - "check_date": "2022-09-09", - "name": "Cachil", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3730085, - 48.212211 - ] - }, - "id": "node/5175423787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5200414563", - "check_date:opening_hours": "2024-06-24", - "name": "Weekday", - "name:en": "MTWTFSS WEEKDAY", - "opening_hours": "Mo-Fr 10:30-20:00; Sa 10:30-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3488261, - 48.1976904 - ] - }, - "id": "node/5200414563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5255672947", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "7", - "addr:postcode": "1010", - "addr:street": "Rauhensteingasse", - "clothes": "men;leather;shoes", - "name": "Sartale", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "website": "https://sartale.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3724809, - 48.205814 - ] - }, - "id": "node/5255672947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5270066431", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "35", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "check_date:opening_hours": "2023-09-18", - "clothes": "fashion", - "description": "Concept Store", - "email": "kontakt@artpoint.eu", - "level": "0;1", - "name": "art point", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-17:00", - "operator": "Elena Zvereva", - "phone": "+43 1 5220425", - "shop": "clothes", - "website": "https://artpoint.eu/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3489253, - 48.2016171 - ] - }, - "id": "node/5270066431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5298389076", - "check_date:opening_hours": "2023-09-30", - "contact:website": "https://rhorns.com", - "name": "R. Horns", - "opening_hours": "Sa 10:00-17:00; PH off; Mo-Fr 10:00-14:00,14:30-18:30", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3730098, - 48.2079546 - ] - }, - "id": "node/5298389076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5298389080", - "check_date": "2022-09-09", - "check_date:opening_hours": "2023-10-01", - "name": "Denkstein", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3733833, - 48.207926 - ] - }, - "id": "node/5298389080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5299907621", - "brand": "Glamour", - "name": "Glamour", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 11:00-15:00", - "second_hand": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3776688, - 48.21055 - ] - }, - "id": "node/5299907621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5299907624", - "name": "Picard", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.376798, - 48.2107914 - ] - }, - "id": "node/5299907624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5299907627", - "check_date:opening_hours": "2023-04-18", - "name": "Kapuzina", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 11:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3766053, - 48.2105961 - ] - }, - "id": "node/5299907627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5299907628", - "contact:website": "http://www.jacquesrobert.at", - "name": "Jacques Robert", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3757323, - 48.2107444 - ] - }, - "id": "node/5299907628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5299907629", - "check_date:opening_hours": "2023-03-03", - "contact:website": "http://www.max-well.at", - "name": "Max Well", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3756391, - 48.2107743 - ] - }, - "id": "node/5299907629" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5299907632", - "check_date": "2023-05-13", - "name": "Gemelli", - "opening_hours": "Mo-Sa 10:00-19:30", - "shop": "bag", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3779112, - 48.2105961 - ] - }, - "id": "node/5299907632" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5303162178", - "name": "Zaid Clothing", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3341411, - 48.2041721 - ] - }, - "id": "node/5303162178" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5314611488", - "addr:housenumber": "71", - "addr:street": "Währinger Straße", - "check_date": "2023-05-08", - "clothes": "oversize", - "name": "Charnelle", - "opening_hours": "Tu-Fr 09:00-18:00; Sa 09:00-13:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3487867, - 48.2250755 - ] - }, - "id": "node/5314611488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5316213637", - "name": "gesund-schuh", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.314186, - 48.19894 - ] - }, - "id": "node/5316213637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5316213643", - "name": "Modalita", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3155963, - 48.1989486 - ] - }, - "id": "node/5316213643" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5316213648", - "check_date": "2023-05-04", - "name": "Zucha Hosen", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-13:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3172273, - 48.1989586 - ] - }, - "id": "node/5316213648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5316235765", - "name": "Fashion Store by Gabriella", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3173889, - 48.1991864 - ] - }, - "id": "node/5316235765" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5316235766", - "check_date": "2023-07-27", - "check_date:opening_hours": "2023-05-08", - "name": "Amas", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3172273, - 48.199185 - ] - }, - "id": "node/5316235766" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5316235771", - "brand": "NKD", - "brand:wikidata": "Q927272", - "brand:wikipedia": "de:NKD", - "check_date": "2024-10-03", - "name": "NKD", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3158671, - 48.1991731 - ] - }, - "id": "node/5316235771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5316235777", - "name": "IN Shop", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3139016, - 48.1991558 - ] - }, - "id": "node/5316235777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5316235779", - "brand": "Takko", - "brand:wikidata": "Q1371302", - "brand:wikipedia": "de:Takko", - "name": "Takko", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3136269, - 48.1991534 - ] - }, - "id": "node/5316235779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5316242562", - "name": "Valentina", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3138996, - 48.1989383 - ] - }, - "id": "node/5316242562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5336479382", - "name": "Mode Markt", - "opening_hours": "Mo-Fr 09:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.301879, - 48.1979248 - ] - }, - "id": "node/5336479382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5336479392", - "addr:city": "Wien", - "addr:housenumber": "114", - "addr:postcode": "1140", - "addr:street": "Hütteldorfer Straße", - "brand": "Humana", - "brand:wikidata": "Q1636581", - "brand:wikipedia": "de:Humana People to People", - "charity": "yes", - "clothes": "women;men;suits;hats", - "contact:phone": "+43 1 7865942", - "contact:website": "https://humana.at", - "name": "Humana", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-16:00", - "operator": "HUMANA People to People – Verein für Entwicklungszusammenarbeit", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "second_hand": "only", - "shoes": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3093541, - 48.1991218 - ] - }, - "id": "node/5336479392" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5349669218", - "addr:city": "Wien", - "addr:country": "AT", - "addr:postcode": "1070", - "brand": "Monki", - "brand:wikidata": "Q10588271", - "check_date:opening_hours": "2022-06-14", - "name": "Monki", - "opening_hours": "Sa 10:00-18:00; Mo-We 10:00-19:00; Th,Fr 10:00-20:00; Su off", - "phone": "015222102", - "shop": "clothes", - "website": "https://www.monki.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3524376, - 48.1994165 - ] - }, - "id": "node/5349669218" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5349669219", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "brand:wikipedia": "en:Intimissimi", - "check_date": "2023-10-14", - "clothes": "underwear", - "name": "Intimissimi", - "opening_hours": "Mo-Fr 09:30-19:00; Th 09:30-20:00; Sa 09:30-18:00; PH off", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3526111, - 48.1994765 - ] - }, - "id": "node/5349669219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5359283733", - "name": "Kaufhaus Ulrich Kremser", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3124079, - 48.1992857 - ] - }, - "id": "node/5359283733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5364762595", - "brand": "Wolford", - "brand:wikidata": "Q431607", - "brand:wikipedia": "en:Wolford", - "name": "Wolford", - "opening_hours": "Mo-Fr 14:00-18:00, Sa 09:00-13:30,14:00-17:00, Mo-Fr 09:00-13:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3475959, - 48.2255116 - ] - }, - "id": "node/5364762595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5364762596", - "name": "Eterna Wagner & Glass", - "opening_hours": "Mo-Fr 09:30-18:00; Sa 09:30-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3476898, - 48.2254928 - ] - }, - "id": "node/5364762596" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5373053339", - "check_date": "2024-10-09", - "name": "Wagner & Glass", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3255514, - 48.2106807 - ] - }, - "id": "node/5373053339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5415132654", - "check_date": "2024-10-16", - "check_date:opening_hours": "2024-10-16", - "name": "Max Well", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.302415, - 48.1867817 - ] - }, - "id": "node/5415132654" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5415132656", - "name": "Checkpot", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-14:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3017461, - 48.1863658 - ] - }, - "id": "node/5415132656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5415132657", - "check_date": "2024-10-18", - "check_date:opening_hours": "2024-10-18", - "name": "Pavillon 5 Fashion Lounge", - "opening_hours": "Mo-Fr 10:00-13:00,14:00-18:00; Sa 10:00-15:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3016412, - 48.1862382 - ] - }, - "id": "node/5415132657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5415132659", - "name": "Aust", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.30136, - 48.186412 - ] - }, - "id": "node/5415132659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5421077080", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "18", - "addr:postcode": "1010", - "addr:street": "Tuchlauben", - "brand": "Issey Miyake; Y3; Yamamoto", - "email": "info@emis.at", - "name": "emis", - "opening_hours": "Mo-Fr 10:30-18:30; Sa 11:00-18:00", - "phone": "+43 1 535 28 19", - "shop": "clothes", - "website": "https://www.emis.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3714897, - 48.2106829 - ] - }, - "id": "node/5421077080" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5459039122", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "9", - "addr:postcode": "1160", - "addr:street": "Hofferplatz", - "check_date": "2024-10-09", - "name": "Kleiderbauer", - "shop": "clothes", - "wheelchair": "no", - "wheelchair:description": "Untergeschoss (Männerabteilung) nur über eine Treppe erreichbar. Kein Lift." - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3335897, - 48.2094371 - ] - }, - "id": "node/5459039122" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5487108213", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "3", - "addr:postcode": "1010", - "addr:street": "Brandstätte", - "check_date": "2024-09-26", - "name": "Giesswein", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "shoes", - "source": "survey", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3720804, - 48.2094221 - ] - }, - "id": "node/5487108213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5492379777", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "6", - "addr:postcode": "1090", - "addr:street": "Universitätsstraße", - "check_date:opening_hours": "2022-07-06", - "name": "america latina Boutique", - "opening_hours": "Mo-Fr 10:00-17:00", - "phone": "+43 1 4052613", - "shop": "clothes", - "website": "https://americalatina.at/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3573736, - 48.2146952 - ] - }, - "id": "node/5492379777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5492556322", - "alt_name": "Yves Saint Laurent", - "brand": "Saint Laurent", - "brand:wikidata": "Q2282172", - "check_date": "2023-02-08", - "name": "Yves Saint Laurent boutique", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "short_name": "YSL" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.368191, - 48.2103203 - ] - }, - "id": "node/5492556322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5506520872", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "51", - "addr:postcode": "1090", - "addr:street": "Währinger Straße", - "name": "Lederwaren Novak", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-12:00", - "phone": "+43-1-406 3558", - "shop": "bag", - "website": "https://www.lederwaren-novak.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3525368, - 48.2226351 - ] - }, - "id": "node/5506520872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5515056834", - "brand": "Geox", - "brand:wikidata": "Q588001", - "brand:wikipedia": "en:Geox", - "name": "Geox", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.346739, - 48.1974655 - ] - }, - "id": "node/5515056834" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5515056835", - "name": "Cocoon", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3466328, - 48.1976551 - ] - }, - "id": "node/5515056835" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5552269221", - "brand": "Timberland", - "brand:wikidata": "Q1539185", - "brand:wikipedia": "en:The Timberland Company", - "name": "Timberland", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.370716, - 48.208654 - ] - }, - "id": "node/5552269221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5587958146", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "75", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "check_date:opening_hours": "2023-04-18", - "name": "Piratin", - "opening_hours": "Mo-Fr 12:00-19:00; Sa 11:00-17:00", - "shop": "clothes", - "website": "https://www.piratin.at/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3489372, - 48.2051608 - ] - }, - "id": "node/5587958146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5595923338", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "5/3a", - "addr:postcode": "1010", - "addr:street": "Dorotheergasse", - "clothes": "Frau;Mode;fashion;Design;Eleganz;stil;couture;braut;Hochzeit", - "name": "Aniko Fashion & Design", - "opening_hours": "Mo-Fr 13:00-19:00", - "operator": "Aniko Balazs", - "payment:american_express": "yes", - "payment:credit_cards": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:paypal": "yes", - "payment:visa": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3698589, - 48.2077568 - ] - }, - "id": "node/5595923338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5623195293", - "name": "Humanic", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3003815, - 48.1865397 - ] - }, - "id": "node/5623195293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5641990623", - "addr:city": "Wien", - "addr:housenumber": "54", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "clothes": "yes", - "contact:website": "https://www.bootik54.com", - "name": "Bootik 54", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "operator": "Laurent Candelon EU", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3492087, - 48.2026747 - ] - }, - "id": "node/5641990623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5730357584", - "name": "Nagy", - "opening_hours": "Tu-Sa 11:00-13:00, Tu-Fr 14:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.375981, - 48.216806 - ] - }, - "id": "node/5730357584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5730357599", - "name": "Qarizma", - "opening_hours": "Mo-Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3808244, - 48.2194095 - ] - }, - "id": "node/5730357599" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5737602886", - "addr:city": "Wien", - "addr:housenumber": "36", - "addr:postcode": "1020", - "addr:street": "Taborstraße", - "brand": "Deichmann", - "brand:wikidata": "Q664543", - "brand:wikipedia": "en:Deichmann SE", - "check_date:opening_hours": "2024-01-15", - "name": "Deichmann", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "shop": "shoes", - "website": "https://www.deichmann.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3810323, - 48.2185012 - ] - }, - "id": "node/5737602886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5758883215", - "check_date:opening_hours": "2024-08-17", - "clothes": "underwear", - "name": "Huber", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3062932, - 48.2133651 - ] - }, - "id": "node/5758883215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5894642714", - "check_date": "2024-09-22", - "name": "N&M Fashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3745344, - 48.2309678 - ] - }, - "id": "node/5894642714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5908100875", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "44", - "addr:postcode": "1150", - "addr:street": "Reindorfgasse", - "check_date:opening_hours": "2022-09-11", - "clothes": "women;men", - "coffee": "yes", - "email": "eben44@gmx.net", - "fair_trade": "yes", - "name": "eben44", - "opening_hours": "We-Fr 12:00-19:00; Sa 12:00-16:30; PH off", - "organic": "yes", - "phone": "+43 650 9881789", - "shop": "clothes", - "website": "https://www.eben44.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3301317, - 48.1910955 - ] - }, - "id": "node/5908100875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5927055885", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "76", - "addr:postcode": "1070", - "addr:street": "Mariahilfer Straße", - "brand": "Camper", - "brand:wikidata": "Q1030922", - "brand:wikipedia": "en:Camper (company)", - "name": "Camper", - "opening_hours": "Mo-Sa 10:00-18:00", - "shop": "shoes", - "website": "https://www.camper.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3488688, - 48.1980293 - ] - }, - "id": "node/5927055885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5927348485", - "brand": "Urban Outfitters", - "brand:wikidata": "Q3552193", - "brand:wikipedia": "en:Urban Outfitters", - "check_date:opening_hours": "2023-09-15", - "name": "Urban Outfitters", - "opening_hours": "Mo-Fr 09:30-20:00; Sa 09:30-18:00", - "shop": "clothes", - "website": "https://www.urbanoutfitters.com/de-de", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3540012, - 48.1999585 - ] - }, - "id": "node/5927348485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5929538869", - "name": "Fatima Boutique", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 09:30-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3729153, - 48.2303172 - ] - }, - "id": "node/5929538869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5948114521", - "brand": "C&A", - "brand:wikidata": "Q701338", - "brand:wikipedia": "en:C&A", - "check_date": "2022-11-15", - "level": "0", - "name": "C&A", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3957985, - 48.19971 - ] - }, - "id": "node/5948114521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6030822793", - "check_date:opening_hours": "2024-03-10", - "name": "Marken Outlet", - "opening_hours:signed": "no", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.361066, - 48.2252882 - ] - }, - "id": "node/6030822793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6056294394", - "name": "Amischka Kindermoden", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3794458, - 48.1717928 - ] - }, - "id": "node/6056294394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6068463886", - "branch": "Italian Underwear", - "brand": "Tezenis", - "brand:wikidata": "Q28056374", - "check_date": "2024-09-29", - "check_date:opening_hours": "2024-09-29", - "clothes": "underwear", - "name": "Tezenis", - "opening_hours": "Mo-Fr 09:30-19:30; Sa 09:30-18:00", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3443747, - 48.1969281 - ] - }, - "id": "node/6068463886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6068483486", - "addr:housenumber": "106", - "addr:street": "Mariahilfer Straße", - "brand": "Vans", - "brand:wikidata": "Q1135366", - "brand:wikipedia": "en:Vans", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Vans", - "opening_hours": "Mo-Fr 10:00-19:00; Su 10:00-18:00", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3438293, - 48.1968361 - ] - }, - "id": "node/6068483486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6080863208", - "check_date": "2022-09-10", - "check_date:opening_hours": "2023-10-06", - "name": "Prinke", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-15:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3652663, - 48.2148562 - ] - }, - "id": "node/6080863208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6085567387", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "11", - "addr:postcode": "1060", - "addr:street": "Otto-Bauer-Gasse", - "name": "Pack Pony", - "opening_hours": "We-Fr 11:00-18:00; Sa 11:00-17:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.348837, - 48.195703 - ] - }, - "id": "node/6085567387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6090258620", - "brand": "NKD", - "brand:wikidata": "Q927272", - "brand:wikipedia": "de:NKD", - "check_date": "2024-06-07", - "name": "NKD", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3356154, - 48.2091325 - ] - }, - "id": "node/6090258620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6099082810", - "check_date:opening_hours": "2021-07-08", - "contact:mobile": "+43 699 12156 634", - "name": "Hutsalon Viktoriya", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-14:00", - "shop": "clothes", - "website": "https://hutsalon.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.348583, - 48.2097625 - ] - }, - "id": "node/6099082810" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6099082815", - "check_date": "2023-10-26", - "name": "Dolce Vita Fashion", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3482677, - 48.2097978 - ] - }, - "id": "node/6099082815" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6108903729", - "addr:city": "Wien", - "addr:country": "AT", - "addr:postcode": "1070", - "check_date:opening_hours": "2023-09-13", - "email": "office@soova.at", - "name": "soova.at", - "opening_hours": "Mo-Fr 11:00-18:30, Sa 11:00-18:00", - "organic": "only", - "phone": "+43 680 5047259", - "shop": "clothes", - "website": "https://soova.at", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3513453, - 48.2002408 - ] - }, - "id": "node/6108903729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113889717", - "name": "Akris", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3702364, - 48.2100956 - ] - }, - "id": "node/6113889717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113889720", - "name": "Dsquared2", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3713355, - 48.2106247 - ] - }, - "id": "node/6113889720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113889721", - "name": "Amicis", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3712315, - 48.2105398 - ] - }, - "id": "node/6113889721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113889722", - "brand": "Agent Provocateur", - "brand:wikidata": "Q392755", - "clothes": "underwear", - "name": "Agent Provocateur", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3710786, - 48.210437 - ] - }, - "id": "node/6113889722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113889726", - "name": "Kareis", - "opening_hours": "Tu-Fr 11:00-18:00; Sa 11:00-16:00; Mo off", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3711055, - 48.2107435 - ] - }, - "id": "node/6113889726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113889727", - "name": "Oska Ischiko", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.37142, - 48.2106823 - ] - }, - "id": "node/6113889727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113889737", - "name": "Felici", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3727283, - 48.2135637 - ] - }, - "id": "node/6113889737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6113889738", - "name": "Scabal", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3728278, - 48.2135088 - ] - }, - "id": "node/6113889738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6131700886", - "check_date": "2024-09-07", - "check_date:opening_hours": "2024-09-07", - "name": "Larry Erbs", - "opening_hours": "Mo-Fr 09:30-19:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3766176, - 48.2115701 - ] - }, - "id": "node/6131700886" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6131700887", - "check_date:opening_hours": "2024-09-06", - "contact:website": "http://barbarella.at", - "name": "Barbarella", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 10:00-18:00; PH off", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3765573, - 48.2115881 - ] - }, - "id": "node/6131700887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6135739816", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "31", - "addr:postcode": "1200", - "addr:street": "Wallensteinstraße", - "clothes": "underwear", - "name": "Huber", - "opening_hours": "Mo-Fr 09:00-13:00,13:30-18:00; Sa 09:00-12:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3705892, - 48.2298627 - ] - }, - "id": "node/6135739816" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6139048764", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "63", - "addr:postcode": "1170", - "addr:street": "Kalvarienberggasse", - "brand": "KiK", - "brand:wikidata": "Q883965", - "brand:wikipedia": "en:KiK", - "name": "KiK", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3351506, - 48.2226571 - ] - }, - "id": "node/6139048764" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6143770217", - "check_date": "2022-09-09", - "contact:website": "http://www.sterngasse4.at", - "name": "Sterngasse 4", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3732767, - 48.2119031 - ] - }, - "id": "node/6143770217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6143770220", - "check_date": "2022-09-09", - "contact:website": "http://www.musthavevienna.com", - "name": "Must Have", - "opening_hours": "Mo-Fr 10:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3736864, - 48.2115541 - ] - }, - "id": "node/6143770220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6148340312", - "check_date:opening_hours": "2024-09-01", - "name": "Erkus", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3707619, - 48.2303009 - ] - }, - "id": "node/6148340312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6148340789", - "name": "Erkus", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3708072, - 48.2301451 - ] - }, - "id": "node/6148340789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6166306938", - "addr:city": "Wien", - "addr:housenumber": "46", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "contact:email": "hello@kbsstore.at", - "name": "KITSCH BITCH SIGHT STORE - KBS Corner", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "phone": "004367762954170", - "shop": "clothes", - "website": "https://kbsstore.at/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.349189, - 48.2020466 - ] - }, - "id": "node/6166306938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6185760717", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "5", - "addr:postcode": "1010", - "addr:street": "Weihburggasse", - "check_date:opening_hours": "2023-03-23", - "clothes": "women;wedding;men;fashion;traditional", - "email": "wien@goessl.com", - "name": "Gössl", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-17:00; PH closed", - "opening_hours:signed": "no", - "phone": "+43 1 8183229", - "shop": "clothes", - "website": "https://www.goessl.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.37256, - 48.2070782 - ] - }, - "id": "node/6185760717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6203349005", - "check_date": "2022-09-09", - "contact:website": "https://www.zegna.at", - "man_made": "surveillance", - "name": "Zegna", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "surveillance": "indoor", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3675069, - 48.2088211 - ] - }, - "id": "node/6203349005" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6203349006", - "brand": "Michael Kors", - "brand:wikidata": "Q19572998", - "brand:wikipedia": "en:Capri Holdings", - "check_date": "2022-09-09", - "contact:website": "https://www.michaelkors.eu", - "man_made": "surveillance", - "name": "Michael Kors", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "surveillance": "indoor", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3675892, - 48.2088833 - ] - }, - "id": "node/6203349006" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6203349011", - "brand": "Prada", - "brand:wikidata": "Q193136", - "brand:wikipedia": "en:Prada", - "check_date": "2023-02-08", - "name": "Prada", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3685559, - 48.210153 - ] - }, - "id": "node/6203349011" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6203349012", - "name": "Church's", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3687049, - 48.2103253 - ] - }, - "id": "node/6203349012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6203349013", - "name": "Select", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3687813, - 48.2104352 - ] - }, - "id": "node/6203349013" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6203349014", - "check_date": "2023-02-08", - "name": "Kiton", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3688283, - 48.2105094 - ] - }, - "id": "node/6203349014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6262287603", - "addr:city": "Wien", - "addr:housenumber": "24", - "addr:postcode": "1060", - "addr:street": "Otto-Bauer-Gasse", - "name": "Wunderbar", - "opening_hours": "Mo-Fr 13:00-18:00; Sa 11:00-16:00", - "shop": "clothes", - "website": "https://www.wunderbar.shop/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3480687, - 48.1968191 - ] - }, - "id": "node/6262287603" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6266806511", - "check_date:opening_hours": "2024-08-18", - "name": "Basler bei Bauer", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-13:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3597839, - 48.225324 - ] - }, - "id": "node/6266806511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6276938494", - "name": "Lemossi", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3675158, - 48.2284145 - ] - }, - "id": "node/6276938494" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6294658563", - "check_date:opening_hours": "2024-11-07", - "name": "Luise Hecher", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3538186, - 48.2064974 - ] - }, - "id": "node/6294658563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6294658564", - "contact:website": "http://www.jotex.at", - "name": "Jotex", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3537006, - 48.2067199 - ] - }, - "id": "node/6294658564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307012199", - "name": "Chez Annette", - "opening_hours": "Mo-Fr 15:00-18:00; Sa 11:00-13:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3535725, - 48.2064638 - ] - }, - "id": "node/6307012199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307012203", - "name": "Vienna - Vintage", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3525003, - 48.2063244 - ] - }, - "id": "node/6307012203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6307012204", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3523226, - 48.2063007 - ] - }, - "id": "node/6307012204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6314364473", - "addr:city": "Wien", - "addr:housenumber": "22", - "addr:postcode": "1030", - "addr:street": "Landstraßer Hauptstraße", - "check_date": "2023-04-17", - "mapillary": "hturp8PeZP3SzNn9OQWHfw", - "name": "Wagner & Glass", - "opening_hours": "Mo-Fr 10:00-13:30,14:00-18:00; Sa 09:30-14:00,14:30-17:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3881263, - 48.2044425 - ] - }, - "id": "node/6314364473" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6323495087", - "addr:city": "Wien", - "addr:country": "AT", - "brand": "Birkenstock", - "brand:wikidata": "Q648458", - "check_date": "2024-09-24", - "level": "0", - "name": "Birkenstock", - "name:ja": "ビルケンシュトック", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3702768, - 48.2040351 - ] - }, - "id": "node/6323495087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6325206620", - "addr:city": "Wien", - "addr:country": "AT", - "check_date": "2022-09-09", - "name": "Potini", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3702631, - 48.2043095 - ] - }, - "id": "node/6325206620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6325206623", - "addr:city": "Wien", - "addr:country": "AT", - "name": "Zum Jockey Club", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3695081, - 48.204723 - ] - }, - "id": "node/6325206623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6325840769", - "addr:city": "Wien", - "addr:country": "AT", - "check_date": "2024-09-24", - "name": "Turek", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3708815, - 48.2035702 - ] - }, - "id": "node/6325840769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6325840771", - "addr:city": "Wien", - "addr:country": "AT", - "name": "Dance Flo", - "opening_hours": "Mo-Fr 12:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3720644, - 48.2033118 - ] - }, - "id": "node/6325840771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6325840780", - "addr:city": "Wien", - "addr:country": "AT", - "brand": "MAX&Co.", - "brand:wikidata": "Q120570926", - "check_date:opening_hours": "2023-10-06", - "clothes": "women", - "name": "MAX&Co.", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3705556, - 48.2038839 - ] - }, - "id": "node/6325840780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6327722762", - "name": "Triumpf", - "shop": "clothes", - "toilets:wheelchair": "no", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3706687, - 48.2028084 - ] - }, - "id": "node/6327722762" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6327722763", - "brand": "Triumph", - "brand:wikidata": "Q671216", - "brand:wikipedia": "en:Triumph International", - "clothes": "underwear", - "name": "Triumph", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3712561, - 48.2022781 - ] - }, - "id": "node/6327722763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6327900272", - "addr:city": "Wien", - "addr:housenumber": "7", - "addr:postcode": "1070", - "addr:street": "Kirchengasse", - "clothes": "women", - "name": "ulliKo", - "opening_hours": "Tu-Fr 11:00-18:00; Sa 10:00-17:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:maestro": "yes", - "shop": "clothes", - "website": "https://www.ulliko.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3523813, - 48.2003357 - ] - }, - "id": "node/6327900272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6331569605", - "name": "Frack & Co", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3681571, - 48.2040701 - ] - }, - "id": "node/6331569605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6331569615", - "name": "Fuss Sachs", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.368335, - 48.2037645 - ] - }, - "id": "node/6331569615" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6334188742", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "36", - "addr:postcode": "1040", - "addr:street": "Wiedner Hauptstraße", - "name": "Boutique Nitra", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-14:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3667801, - 48.1949857 - ] - }, - "id": "node/6334188742" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6336181021", - "name": "Neon", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3716453, - 48.2027914 - ] - }, - "id": "node/6336181021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6336181024", - "name": "Solomia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3727575, - 48.203139 - ] - }, - "id": "node/6336181024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6337966737", - "addr:city": "Wien", - "addr:housenumber": "12-14", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "brand": "Vivobarefoot", - "name": "Terra Plana", - "opening_hours": "Mo-Fr 10:00-18:30, Sa 10:00-18:00", - "shop": "shoes", - "website": "https://www.vivobarefoot.at/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.349685, - 48.1992689 - ] - }, - "id": "node/6337966737" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6342816985", - "name": "Strictly Herrmann", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:30-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3793425, - 48.2131481 - ] - }, - "id": "node/6342816985" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6374590074", - "addr:housenumber": "9", - "addr:street": "Kramergasse", - "description": "Ferman - das Hemd", - "name": "Ferman", - "opening_hours": "Mo-Fr 11:00-18:30; Sa 11:00-18:00", - "shop": "clothes", - "website": "www.ferman.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3733234, - 48.2100449 - ] - }, - "id": "node/6374590074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6377705057", - "name": "24", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.35187, - 48.2043373 - ] - }, - "id": "node/6377705057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6393656431", - "check_date:opening_hours": "2024-03-08", - "name": "Marie Lou", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3548833, - 48.2390326 - ] - }, - "id": "node/6393656431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6425894186", - "brand": "Tumi", - "brand:wikidata": "Q4465402", - "name": "Tumi", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.370993, - 48.2063514 - ] - }, - "id": "node/6425894186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6463033327", - "check_date:opening_hours": "2023-09-28", - "name": "J&L Nuler Nfg OG", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.379537, - 48.2072937 - ] - }, - "id": "node/6463033327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6463033328", - "name": "Designer's Breeze", - "opening_hours": "\"by appointment via phone or email\"", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3790502, - 48.2081461 - ] - }, - "id": "node/6463033328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6463033353", - "contact:website": "https://www.bernazkyschuhe.at", - "name": "Bernazky", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3755418, - 48.2085512 - ] - }, - "id": "node/6463033353" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6463033356", - "check_date": "2024-09-26", - "check_date:opening_hours": "2022-01-15", - "contact:website": "http://www.karinkasaj.at", - "name": "Karin Kasaj", - "opening_hours": "Mo-Fr 10:30-18:30; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3754292, - 48.208587 - ] - }, - "id": "node/6463033356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6463033357", - "check_date:opening_hours": "2023-09-28", - "name": "Jones", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3749357, - 48.2088095 - ] - }, - "id": "node/6463033357" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6463033358", - "contact:website": "https://www.haider-petkov.net", - "name": "Dr. Haider-Petkov", - "opening_hours": "We-Fr 11:00-18:00; Sa 11:00-14:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3748331, - 48.2088457 - ] - }, - "id": "node/6463033358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6466368513", - "name": "Kaos", - "opening_hours:signed": "no", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3767998, - 48.2081061 - ] - }, - "id": "node/6466368513" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6466368518", - "check_date": "2024-09-26", - "check_date:opening_hours": "2021-06-10", - "contact:website": "http://www.max-well.at", - "level": "0", - "name": "Max Well", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3779478, - 48.2077611 - ] - }, - "id": "node/6466368518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6466368521", - "check_date": "2024-09-26", - "level": "0", - "name": "Gloriette", - "opening_hours": "Mo-Fr 09:00-13:00,13:30-18:00; Sa 09:00-12:00,12:30-17:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3782837, - 48.2076695 - ] - }, - "id": "node/6466368521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6473996009", - "addr:housenumber": "5", - "addr:postcode": "1010", - "addr:street": "Sonnenfelsgasse", - "name": "Bellas", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 11:00-17:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3757689, - 48.2097323 - ] - }, - "id": "node/6473996009" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6499310261", - "addr:city": "Wien", - "addr:housenumber": "57", - "addr:postcode": "1090", - "addr:street": "Währinger Straße", - "name": "Flair", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3520712, - 48.2228361 - ] - }, - "id": "node/6499310261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6499310262", - "addr:city": "Wien", - "addr:housenumber": "57", - "addr:postcode": "1090", - "addr:street": "Währinger Straße", - "contact:website": "https://milastyle.at", - "name": "Mila Style", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 11:00-15:00 || \"Nach Vereinbarung\"", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3520053, - 48.2228887 - ] - }, - "id": "node/6499310262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6499310265", - "name": "Boutique Second Hand", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.352411, - 48.2229948 - ] - }, - "id": "node/6499310265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6499310266", - "name": "Modart", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3525243, - 48.2229243 - ] - }, - "id": "node/6499310266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6504788322", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "108", - "addr:postcode": "1140", - "addr:street": "Hütteldorfer Straße", - "brand": "Tom Tailor", - "brand:wikidata": "Q571206", - "name": "Tom Tailor", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3115402, - 48.1991245 - ] - }, - "id": "node/6504788322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6538173535", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "16", - "addr:postcode": "1070", - "addr:street": "Zollergasse", - "contact:website": "https://www.smw-schuhhaus.at/", - "name": "SMW Schuhhaus", - "opening_hours": "Mo-Fr 10:30-18:00; Sa 10:30-17:00; Mar-May, Sep-Nov: Mo, Fr 9:30-18:00; Mar-May, Sep-Nov: Sa 9:30-17:00; PH off", - "shoes": "children", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3507068, - 48.2005885 - ] - }, - "id": "node/6538173535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6547553732", - "addr:city": "Wien", - "addr:housenumber": "51", - "addr:postcode": "1030", - "addr:street": "Ungargasse", - "check_date:opening_hours": "2022-10-21", - "description": "Schulbekleidung", - "name": "Flojo", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 10:00-13:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3875043, - 48.1986745 - ] - }, - "id": "node/6547553732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6577696243", - "brand": "NKD", - "brand:wikidata": "Q927272", - "brand:wikipedia": "de:NKD", - "check_date": "2024-02-07", - "name": "NKD", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3886572, - 48.2166132 - ] - }, - "id": "node/6577696243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6579797543", - "name": "Muck & Muckt", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3874933, - 48.2160773 - ] - }, - "id": "node/6579797543" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6634751409", - "addr:city": "Wien", - "addr:housenumber": "16", - "addr:postcode": "1070", - "addr:street": "Mondscheingasse", - "check_date": "2024-03-29", - "clothes": "underwear;women;lingerie", - "email": "office@dessousavenue.at", - "name": "Dessous Avenue", - "note": "online appointment recommended, check opening hours online", - "opening_hours": "\"Öffnungszeiten ändern sich regelmäßig, siehe Website\"; Dec24 off; PH off", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+43 1 5220247", - "shop": "clothes", - "website": "https://www.dessousavenue.at/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3500725, - 48.2010622 - ] - }, - "id": "node/6634751409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6669861170", - "addr:housenumber": "104", - "addr:street": "Mariahilfer Straße", - "brand": "Foot Locker", - "brand:wikidata": "Q63335", - "brand:wikipedia": "en:Foot Locker", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Foot Locker", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3440184, - 48.1968686 - ] - }, - "id": "node/6669861170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6690232758", - "addr:city": "Wien", - "addr:housenumber": "33", - "addr:postcode": "1180", - "addr:street": "Alsegger Straße", - "name": "Mode ums Eck", - "shop": "clothes", - "website": "https://www.sandra-loziczky.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3243028, - 48.2318372 - ] - }, - "id": "node/6690232758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6697500063", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3716668, - 48.2105527 - ] - }, - "id": "node/6697500063" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6698694469", - "check_date:opening_hours": "2023-10-05", - "email": "office@susakreuzberger.com", - "name": "Susa Kreuzberger", - "opening_hours": "We-Fr 12:00-18:00; Sa 11:00-15:00", - "phone": "+43 69919090990", - "shop": "boutique", - "website": "http://susakreuzberger.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.360032, - 48.196115 - ] - }, - "id": "node/6698694469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6698830533", - "check_date:opening_hours": "2024-06-01", - "name": "Musette", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.371599, - 48.2095357 - ] - }, - "id": "node/6698830533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6698830534", - "name": "Papillon", - "opening_hours": "Mo-Fr 09:30-18:00; Sa 08:00-12:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3719638, - 48.2103869 - ] - }, - "id": "node/6698830534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6698830535", - "name": "Boccalupo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3720295, - 48.2104388 - ] - }, - "id": "node/6698830535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6795540687", - "addr:housenumber": "98", - "addr:postcode": "1170", - "addr:street": "Hernalser Hauptstraße", - "check_date": "2022-10-24", - "name": "Great Star", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3278452, - 48.2189934 - ] - }, - "id": "node/6795540687" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6910500768", - "addr:city": "Wien", - "addr:housenumber": "14", - "addr:postcode": "1010", - "addr:street": "Rotenturmstraße", - "clothes": "women", - "email": "office@bise.at", - "name": "Bise", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 10:00-17:00", - "phone": "+43 1 5121302", - "shop": "clothes", - "website": "https://www.bise.at", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3748273, - 48.2104774 - ] - }, - "id": "node/6910500768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6918611180", - "addr:city": "Wien", - "addr:housenumber": "83-85", - "addr:postcode": "1030", - "addr:street": "Landstraßer Hauptstraße", - "clothes": "gloves;hats;scarfs", - "name": "Handschuhpeter", - "opening_hours": "Mo-Fr 10:00-12:30,13:00-18:00; Sa 10:00-14:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "website": "https://www.handschuhpeter.at/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3938573, - 48.1998323 - ] - }, - "id": "node/6918611180" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6985903685", - "addr:housenumber": "14", - "addr:postcode": "1010", - "addr:street": "Graben", - "brand": "Max Mara", - "brand:wikidata": "Q1151774", - "check_date": "2024-09-26", - "check_date:opening_hours": "2022-07-10", - "name": "Max Mara", - "name:en": "Max Mara", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3695207, - 48.2086236 - ] - }, - "id": "node/6985903685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7131838322", - "check_date": "2024-07-09", - "check_date:opening_hours": "2024-07-09", - "name": "Liska", - "opening_hours": "Mo-Fr 09:00-18:00", - "opening_hours:signed": "no", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.372759, - 48.2112118 - ] - }, - "id": "node/7131838322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7131879351", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "check_date": "2023-02-08", - "clothes": "underwear", - "name": "Palmers", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3705516, - 48.2093743 - ] - }, - "id": "node/7131879351" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7131879352", - "name": "Michael Alba", - "opening_hours": "Mo-Fr 10:30-19:00; Sa 10:30-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3706756, - 48.2093068 - ] - }, - "id": "node/7131879352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7131879355", - "name": "KAIA", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 11:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3707635, - 48.2092528 - ] - }, - "id": "node/7131879355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7131879359", - "name": "Mondial", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3710397, - 48.2091473 - ] - }, - "id": "node/7131879359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7131879360", - "name": "Fisher's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3709955, - 48.2090428 - ] - }, - "id": "node/7131879360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7131879364", - "check_date": "2022-09-09", - "name": "Philipp Plein", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "payment:bitcoincash": "yes", - "shop": "clothes", - "website": "https://www.plein.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3716996, - 48.20862 - ] - }, - "id": "node/7131879364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7131879366", - "clothes": "underwear", - "contact:website": "https://www.velvet-dessous.at", - "name": "Velvet Dessous", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3741229, - 48.2087657 - ] - }, - "id": "node/7131879366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7132072938", - "check_date": "2024-05-13", - "contact:website": "https://www.midanis.at", - "name": "Midanis", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3726933, - 48.2096559 - ] - }, - "id": "node/7132072938" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7145695403", - "brand": "COS", - "brand:wikidata": "Q60772401", - "brand:wikipedia": "en:COS (clothing)", - "check_date:opening_hours": "2024-09-01", - "contact:phone": "+43 1 5222 0206 7110", - "name": "COS", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "website": "https://www.cosstores.com/en_eur/index.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3493028, - 48.1995254 - ] - }, - "id": "node/7145695403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7195273538", - "brand": "Ernsting's family", - "brand:wikidata": "Q1361016", - "brand:wikipedia": "de:Ernsting’s family", - "name": "Ernsting's Family", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "phone": "+43 1 2675 502", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3768458, - 48.2389365 - ] - }, - "id": "node/7195273538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7294328889", - "name": "Burggasse 24", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.353368, - 48.2042583 - ] - }, - "id": "node/7294328889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7418043314", - "addr:city": "Wien", - "addr:housenumber": "9", - "addr:postcode": "1010", - "addr:street": "Kohlmarkt", - "brand": "Massimo Dutti", - "brand:wikidata": "Q788231", - "brand:wikipedia": "en:Massimo Dutti", - "check_date": "2024-10-18", - "check_date:opening_hours": "2024-10-18", - "name": "Massimo Dutti", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 09:30-18:00", - "shop": "clothes", - "website": "https://www.massimodutti.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3675575, - 48.2086136 - ] - }, - "id": "node/7418043314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551612370", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "81", - "addr:postcode": "1030", - "addr:street": "Landstraßer Hauptstraße", - "check_date:opening_hours": "2023-08-06", - "name": "Boutique Complet", - "opening_hours": "Mo-Fr 10:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3935837, - 48.200119 - ] - }, - "id": "node/7551612370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7551612371", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "81", - "addr:postcode": "1030", - "addr:street": "Landstraßer Hauptstraße", - "check_date:opening_hours": "2023-08-06", - "name": "Glaser", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-13:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3935341, - 48.2001601 - ] - }, - "id": "node/7551612371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7647114794", - "contact:phone": "+43 1 4030 273", - "name": "Veganova", - "opening_hours": "Mo-Fr 10:00-13:00, 14:00-18:00; Sa 10:00-18:00", - "shop": "shoes", - "website": "https://veganova.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3453573, - 48.2102022 - ] - }, - "id": "node/7647114794" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7802998613", - "name": "Luccino bags & more", - "opening_hours": "Mo-Th 10:00-18:00; Fr 10:00-16:30; PH,Sa,Su off", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3307088, - 48.2180797 - ] - }, - "id": "node/7802998613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7902655317", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "1a", - "addr:postcode": "1010", - "addr:street": "Habsburgergasse", - "email": "office@wolfensson.com", - "name": "Wolfensson", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "phone": "+43 1 532 22 00", - "shop": "boutique", - "website": "https://www.wolfensson.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3689121, - 48.208629 - ] - }, - "id": "node/7902655317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7902900465", - "addr:city": "Wien", - "addr:housenumber": "7", - "addr:postcode": "1170", - "addr:street": "Lindengasse", - "clothes": "women;men;suits;hats;sports;socks", - "contact:phone": "+43 670 2086448", - "contact:website": "https://www.babaem.at/", - "name": "Babäm!", - "opening_hours": "Mo-Fr 11:00-15:00,15:30-19:00; Sa 10:00-14:30,15:00-18:00", - "operator": "USH Unikat Second Hand GmbH", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3542942, - 48.2011565 - ] - }, - "id": "node/7902900465" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7908886853", - "addr:city": "Wien", - "addr:housenumber": "20AB", - "addr:postcode": "1020", - "addr:street": "Taborstraße", - "brand": "Humana", - "brand:wikidata": "Q1636581", - "brand:wikipedia": "de:Humana People to People", - "charity": "yes", - "clothes": "women;men;suits;hats", - "contact:phone": "+4312124529", - "contact:website": "https://humana.at", - "name": "Humana", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "operator": "HUMANA People to People – Verein für Entwicklungszusammenarbeit", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "second_hand": "only", - "shoes": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3808793, - 48.2163107 - ] - }, - "id": "node/7908886853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7908886856", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "name": "Palmers", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3807879, - 48.2161381 - ] - }, - "id": "node/7908886856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7916216999", - "check_date:opening_hours": "2024-01-24", - "name": "luv the shop", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3812754, - 48.216941 - ] - }, - "id": "node/7916216999" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7922033339", - "name": "Hanke", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3900014, - 48.2173056 - ] - }, - "id": "node/7922033339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7922033340", - "name": "FIF", - "opening_hours": "Mo-Fr 12:00-16:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3899085, - 48.217259 - ] - }, - "id": "node/7922033340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7922033377", - "name": "Song", - "opening_hours": "Tu-Fr 13:00-18:00; Sa 11:00-16:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.381222, - 48.2131896 - ] - }, - "id": "node/7922033377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7947199792", - "check_date": "2023-09-18", - "name": "Linebins", - "opening_hours": "\"telefonische Vereinbarung\"", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3870326, - 48.2026697 - ] - }, - "id": "node/7947199792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7977683891", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "21-23", - "addr:postcode": "1120", - "addr:street": "Niederhofstraße", - "check_date:opening_hours": "2024-07-01", - "clothes": "leather", - "name": "Lederwaren", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.332255, - 48.1811597 - ] - }, - "id": "node/7977683891" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7994273885", - "addr:postcode": "1170", - "email": "service@babaem.at", - "name": "Babäm! Store", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "website": "https://babaem.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3543333, - 48.2011722 - ] - }, - "id": "node/7994273885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8018470592", - "addr:city": "Wien", - "addr:housenumber": "7", - "addr:postcode": "1050", - "addr:street": "Margaretenplatz", - "check_date": "2024-09-22", - "clothes": "women", - "email": "shop@liveforfashion.at", - "level": "0", - "name": "Live for Fashion", - "opening_hours": "Tu-Fr 11:00-19:00, Sa 10:00-16:00 || \"nach Terminvereinbarung\"", - "operator": "LIVE for fashion GmbH", - "shop": "clothes", - "website": "https://www.liveforfashion.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3585003, - 48.1918869 - ] - }, - "id": "node/8018470592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8121226869", - "addr:city": "Wien", - "addr:housenumber": "62", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "name": "Copenhagen Kids Style", - "shop": "clothes", - "website": "https://www.dotkind.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3491495, - 48.2030758 - ] - }, - "id": "node/8121226869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8121226872", - "addr:city": "Wien", - "addr:housenumber": "49", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "name": "Jump in", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3489043, - 48.2028495 - ] - }, - "id": "node/8121226872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8121226873", - "addr:city": "Wien", - "addr:housenumber": "49", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "name": "Taschenausgabe", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3489111, - 48.2027963 - ] - }, - "id": "node/8121226873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8121226874", - "name": "Boutique Lisa", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3489156, - 48.2025821 - ] - }, - "id": "node/8121226874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8121226878", - "addr:city": "Wien", - "addr:housenumber": "48-50", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "name": "Gretl", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3491807, - 48.2023745 - ] - }, - "id": "node/8121226878" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8121226879", - "addr:city": "Wien", - "addr:housenumber": "41", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "name": "America latina", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3489427, - 48.2021938 - ] - }, - "id": "node/8121226879" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8121249138", - "addr:city": "Wien", - "addr:housenumber": "44", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "name": "Handschuhe Neubaugasse", - "opening_hours": "Mar-Oct: Tu-Fr 10:30-12:00,13:00-18:00; Mar-Oct: Sa 10:30-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3491875, - 48.2019678 - ] - }, - "id": "node/8121249138" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8121293038", - "addr:city": "Wien", - "addr:housenumber": "7", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "check_date:opening_hours": "2024-09-01", - "name": "maronski", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3495044, - 48.1990581 - ] - }, - "id": "node/8121293038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8121293040", - "name": "Ebenberg", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3499619, - 48.1987289 - ] - }, - "id": "node/8121293040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8148716517", - "addr:housenumber": "65", - "addr:street": "Lerchenfelder Straße", - "name": "Red Wing Shoes", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "phone": "+4319444297", - "shop": "shoes", - "website": "https://redwingvienna.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3464999, - 48.2068121 - ] - }, - "id": "node/8148716517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8319621670", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "6", - "addr:postcode": "1010", - "addr:street": "Michaelerplatz", - "clothes": "traditional", - "name": "Loden-Plankl", - "opening_hours": "Mo-Sa 10:00-18:00", - "phone": "+4315338032", - "shop": "clothes", - "website": "https://www.loden-plankl.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.36695, - 48.2078124 - ] - }, - "id": "node/8319621670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8357408756", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3194952, - 48.2115932 - ] - }, - "id": "node/8357408756" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8396059556", - "clothes": "wedding", - "name": "Miss Emily", - "opening_hours": "Tu-Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3739609, - 48.1808233 - ] - }, - "id": "node/8396059556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8396755215", - "check_date:opening_hours": "2024-09-26", - "name": "Florence", - "opening_hours": "Mo-Fr 09:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3754177, - 48.1756399 - ] - }, - "id": "node/8396755215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8420305932", - "check_date": "2023-04-17", - "name": "Schneider", - "opening_hours": "Mo-Fr 10:00-13:00,14:00-18:00; Sa 10:00-13:00; Sa[1] 10:00-13:00,13:30-17:00", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3941257, - 48.1990218 - ] - }, - "id": "node/8420305932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8420651940", - "check_date": "2023-04-17", - "name": "Torland", - "opening_hours": "Mo-Fr 13:30-18:30, Tu-Fr 10:00-13:00, Sa 10:00-16:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3948978, - 48.1978585 - ] - }, - "id": "node/8420651940" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8420651941", - "check_date": "2023-04-17", - "name": "Euro Bags", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3947257, - 48.198049 - ] - }, - "id": "node/8420651941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8420651942", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "brand:wikipedia": "de:Palmers (Unternehmen)", - "check_date:opening_hours": "2023-08-06", - "name": "Palmers", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3946222, - 48.1982872 - ] - }, - "id": "node/8420651942" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8423214873", - "check_date": "2023-04-17", - "clothes": "hats", - "name": "Hutsalon", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3942044, - 48.1989015 - ] - }, - "id": "node/8423214873" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8432754284", - "check_date": "2023-07-17", - "check_date:opening_hours": "2023-05-19", - "name": "Gül Style", - "opening_hours": "Mo-Sa 09:00-19:00", - "shoes": "women", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3771989, - 48.1780983 - ] - }, - "id": "node/8432754284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8435716397", - "brand": "Deichmann", - "brand:wikidata": "Q664543", - "brand:wikipedia": "en:Deichmann SE", - "check_date:opening_hours": "2024-09-26", - "name": "Deichmann", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3764957, - 48.1789148 - ] - }, - "id": "node/8435716397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8435716399", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "brand:wikipedia": "de:Snipes (Unternehmen)", - "check_date": "2022-09-09", - "name": "Snipes", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3759375, - 48.1793307 - ] - }, - "id": "node/8435716399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8435716400", - "check_date": "2022-09-09", - "check_date:opening_hours": "2023-10-04", - "name": "Sequins", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3758436, - 48.1795656 - ] - }, - "id": "node/8435716400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8437698865", - "check_date:opening_hours": "2023-08-26", - "clothes": "babies;children;women", - "name": "mode aus der natur Ingrid Frank", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "organic": "yes", - "phone": "+43 1 5813200", - "shop": "clothes", - "website": "https://www.modeausdernatur.at/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3539131, - 48.1983015 - ] - }, - "id": "node/8437698865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8455412698", - "check_date": "2023-04-17", - "name": "Boutique Verena", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:30-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3892847, - 48.2034758 - ] - }, - "id": "node/8455412698" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8523374858", - "check_date:opening_hours": "2024-08-15", - "name": "Polyklamott", - "opening_hours": "Mo-Fr 12:00-19:30; Sa 11:00-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.polyklamott.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3526778, - 48.1926924 - ] - }, - "id": "node/8523374858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8525778594", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "name": "H&M", - "opening_hours": "Mo-We 09:30-19:00; Th,Fr 09:30-20:00; Sa 09:30-18:00; Su,PH off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3549515, - 48.1998737 - ] - }, - "id": "node/8525778594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8576066622", - "check_date": "2024-11-20", - "check_date:opening_hours": "2024-10-13", - "name": "P. Girian", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "bag", - "website": "https://wwwgirian.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.366214, - 48.2091942 - ] - }, - "id": "node/8576066622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8576066624", - "check_date": "2024-03-16", - "name": "Van Laack", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3650097, - 48.2105487 - ] - }, - "id": "node/8576066624" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8576066627", - "name": "Mothwurf", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3647005, - 48.2109892 - ] - }, - "id": "node/8576066627" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8576066628", - "name": "Luis Trenker Alpine Lifestyle", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:30-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3646349, - 48.2110788 - ] - }, - "id": "node/8576066628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8592813672", - "addr:city": "Wien", - "addr:housenumber": "25", - "addr:postcode": "1070", - "addr:street": "Westbahnstraße", - "check_date:opening_hours": "2022-06-15", - "name": "Westbahn 25", - "opening_hours": "Th-Fr 14:00-18:00; Sa 10:00-14:00; Su-We off; PH off", - "operator": "Shopkollektiv", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3428394, - 48.2017217 - ] - }, - "id": "node/8592813672" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8592814112", - "name": "Anouk", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.346106, - 48.2018802 - ] - }, - "id": "node/8592814112" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8592843937", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "43", - "addr:postcode": "1070", - "addr:street": "Lindengasse", - "check_date": "2024-03-25", - "name": "ozelot", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 11:00-17:30", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3488939, - 48.199742 - ] - }, - "id": "node/8592843937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8601383732", - "addr:city": "Wien", - "addr:housenumber": "3", - "addr:postcode": "1090", - "addr:street": "Schlickgasse", - "check_date:opening_hours": "2022-06-26", - "name": "Achill & Söhne", - "opening_hours": "Mo-Fr 09:30-18:00", - "phone": "01 996 20 56", - "shop": "shoes", - "website": "https://achillundsoehne.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3643431, - 48.2184687 - ] - }, - "id": "node/8601383732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8645321939", - "addr:city": "Wien", - "addr:housenumber": "11", - "addr:postcode": "1130", - "addr:street": "Maxingstraße", - "name": "Mathu", - "shop": "clothes", - "website": "https://www.mathu.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.300415, - 48.1841392 - ] - }, - "id": "node/8645321939" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8730922435", - "check_date": "2024-10-29", - "name": "TU Wien alumni club", - "opening_hours": "Mo-Th 10:00-16:00; Fr 12:00-16:00", - "shop": "clothes", - "short_name": "TUWac", - "website": "https://www.tualumni.at/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3681195, - 48.1990562 - ] - }, - "id": "node/8730922435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8776533228", - "addr:city": "Wien", - "addr:housenumber": "10", - "addr:postcode": "1020", - "addr:street": "Große Mohrengasse", - "name": "Kaufmann", - "opening_hours": "Mo-Th 08:00-15:30", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3814351, - 48.2140177 - ] - }, - "id": "node/8776533228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8781004585", - "name": "Singh Mode Center", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3242612, - 48.2106284 - ] - }, - "id": "node/8781004585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8781004586", - "name": "Kent", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3247016, - 48.2105792 - ] - }, - "id": "node/8781004586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8790099266", - "addr:city": "Wien", - "addr:housenumber": "141", - "addr:postcode": "1060", - "addr:street": "Gumpendorfer Straße", - "clothes": "fur", - "name": "BUTKA-FUR", - "opening_hours": "Mo-Fr 10:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3413414, - 48.1904886 - ] - }, - "id": "node/8790099266" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8804957285", - "addr:city": "Wien", - "addr:housenumber": "129", - "addr:postcode": "1120", - "addr:street": "Schönbrunner Straße", - "check_date": "2023-08-06", - "check_date:opening_hours": "2023-10-10", - "email": "office@libert.at", - "name": "Otto Lieber KG", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-13:00", - "phone": "+43 1 8150140", - "shop": "clothes", - "website": "https://www.libert.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3294099, - 48.1831399 - ] - }, - "id": "node/8804957285" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8825704733", - "name": "Tamas", - "opening_hours": "Mo-Fr 10:30-18:00; Sa 10:30-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3856813, - 48.190112 - ] - }, - "id": "node/8825704733" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8826202451", - "addr:city": "Wien", - "addr:housenumber": "242", - "addr:postcode": "1120", - "addr:street": "Schönbrunner Straße", - "name": "Liz Lederwaren", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-12:00", - "shop": "bag", - "website": "https://liz-lederwaren.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3244483, - 48.1830251 - ] - }, - "id": "node/8826202451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8853678539", - "email": "ctw005@giesswein.com", - "fax": "+43 1 5124597", - "name": "Giesswein", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; PH off", - "operator": "Giesswein Walkwaren AG", - "payment:cash": "yes", - "payment:debit_cards": "yes", - "phone": "+43 1 512459", - "shoes": "yes", - "shop": "clothes", - "website": "https://www.giesswein.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3714276, - 48.2022979 - ] - }, - "id": "node/8853678539" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8897842588", - "name": "Thrift Avenue", - "opening_hours": "Mo-We 10:00-19:30; Th,Fr 10:00-20:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3601698, - 48.2013186 - ] - }, - "id": "node/8897842588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8897842590", - "name": "Magic Oyster", - "opening_hours": "Tu,We,Fr 10:00-18:00; Th 10:00-18:00; Sa 10:00-17:30", - "shop": "boutique", - "website": "https://www.magic-oyster.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3499576, - 48.1962266 - ] - }, - "id": "node/8897842590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8897842593", - "check_date": "2024-05-11", - "description": "Verkauf laut Aushang nur bei Nr. 113 (Quelle 1: https://www.openstreetmap.org/note/3825660 ; Quelle 2: Nachschau 2024-05-11)", - "name": "Gibian", - "opening_hours": "closed", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3538675, - 48.1995271 - ] - }, - "id": "node/8897842593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8897865680", - "name": "Secondi", - "opening_hours": "Mo-Fr 10:00-16:30", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3510338, - 48.2069127 - ] - }, - "id": "node/8897865680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8906927858", - "check_date": "2023-05-13", - "name": "Milano", - "opening_hours": "Mo-Fr 11:00-18:30; Sa 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3783949, - 48.2080163 - ] - }, - "id": "node/8906927858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8918966165", - "brand": "Guess", - "brand:wikidata": "Q2470307", - "brand:wikipedia": "en:Guess (clothing)", - "check_date": "2024-09-24", - "man_made": "surveillance", - "name": "Guess", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "surveillance": "indoor", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3703799, - 48.2042874 - ] - }, - "id": "node/8918966165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8919232014", - "brand": "Gucci", - "brand:wikidata": "Q178516", - "brand:wikipedia": "en:Gucci", - "check_date": "2024-10-18", - "check_date:opening_hours": "2024-10-18", - "man_made": "surveillance", - "name": "Gucci", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "surveillance": "indoor", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3680042, - 48.2089367 - ] - }, - "id": "node/8919232014" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8919232015", - "brand": "Fendi", - "brand:wikidata": "Q926575", - "brand:wikipedia": "en:Fendi", - "check_date": "2022-09-09", - "check_date:opening_hours": "2023-08-04", - "man_made": "surveillance", - "name": "Fendi", - "opening_hours:signed": "no", - "shop": "clothes", - "surveillance": "indoor", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.368151, - 48.2090453 - ] - }, - "id": "node/8919232015" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8926169877", - "addr:city": "Wien", - "addr:housenumber": "96", - "addr:postcode": "1180", - "addr:street": "Währinger Straße", - "brand": "Triumph", - "brand:wikidata": "Q671216", - "brand:wikipedia": "en:Triumph International", - "name": "Triumph", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3465072, - 48.2256888 - ] - }, - "id": "node/8926169877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8926252754", - "addr:city": "Wien", - "addr:housenumber": "94", - "addr:postcode": "1180", - "addr:street": "Währinger Straße", - "brand": "Tom Tailor", - "brand:wikidata": "Q571206", - "brand:wikipedia": "en:Tom Tailor", - "name": "Tom Tailor", - "opening_hours": "Mo-Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3467442, - 48.2256464 - ] - }, - "id": "node/8926252754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8926253226", - "addr:city": "Wien", - "addr:housenumber": "94", - "addr:postcode": "1180", - "addr:street": "Währinger Straße", - "name": "Xray", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3468356, - 48.2256228 - ] - }, - "id": "node/8926253226" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8926357790", - "addr:city": "Wien", - "addr:housenumber": "6", - "addr:postcode": "1180", - "addr:street": "Edelhofgasse", - "email": "info@ballettschachtner.at", - "name": "Wilhelm Schachtner - Das Tanzfachgeschäft", - "opening_hours": "Mo-Fr 10:00-18:00", - "phone": "+43 1 479 54 89", - "shop": "clothes", - "website": "https://www.ballettschachtner.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3449385, - 48.2273904 - ] - }, - "id": "node/8926357790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9033587211", - "brand": "Tally Weijl", - "brand:wikidata": "Q689695", - "brand:wikipedia": "en:Tally Weijl", - "check_date": "2022-09-09", - "name": "Tally Weijl", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3760547, - 48.1799843 - ] - }, - "id": "node/9033587211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9033587212", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "check_date": "2022-09-09", - "name": "H&M", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3763059, - 48.1794879 - ] - }, - "id": "node/9033587212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9033587213", - "check_date:opening_hours": "2023-07-31", - "name": "Doaba", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3764388, - 48.1790585 - ] - }, - "id": "node/9033587213" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9057953925", - "name": "Wickel dich ein", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3530906, - 48.2068413 - ] - }, - "id": "node/9057953925" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9101637117", - "addr:city": "Wien", - "addr:housenumber": "11", - "addr:postcode": "1060", - "addr:street": "Getreidemarkt", - "check_date": "2024-07-09", - "check_date:opening_hours": "2024-07-09", - "clothes": "women;fashion", - "email": "office@magazinamgetreidemarkt.at", - "fax": "+43 1 5812860", - "name": "Magazin am Getreidemarkt", - "opening_hours": "Mo-Fr 11:00-20:00; Sa 11:00-19:00; PH off", - "opening_hours:signed": "no", - "operator": "Michael Edinger", - "phone": "+43 1 5812849", - "shop": "clothes", - "website": "http://www.magazinamgetreidemarkt.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3623462, - 48.2018685 - ] - }, - "id": "node/9101637117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9108167719", - "check_date:opening_hours": "2024-06-13", - "name": "Modeplan", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-13:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3894772, - 48.2038818 - ] - }, - "id": "node/9108167719" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9108167724", - "check_date:opening_hours": "2024-04-26", - "name": "Jones", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3891057, - 48.2041391 - ] - }, - "id": "node/9108167724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9108167726", - "check_date:opening_hours": "2024-06-13", - "name": "Weidner", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3890534, - 48.2041899 - ] - }, - "id": "node/9108167726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9108201511", - "name": "Re.", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3760173, - 48.2080135 - ] - }, - "id": "node/9108201511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9108201514", - "name": "Die Redl", - "opening_hours": "Mo-Fr 12:00-18:00; Sa 12:00-15:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3754286, - 48.2083021 - ] - }, - "id": "node/9108201514" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9108210000", - "clothes": "suits;men", - "name": "Sturm", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3797339, - 48.2069583 - ] - }, - "id": "node/9108210000" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9112460836", - "name": "Madame", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3768617, - 48.2107824 - ] - }, - "id": "node/9112460836" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9118434422", - "name": "Fisher's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3707712, - 48.2091332 - ] - }, - "id": "node/9118434422" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9118434424", - "check_date": "2023-05-11", - "name": "Solebox", - "opening_hours": "Mo-We 10:00-19:00; Th,Fr 10:00-20:00; Sa 10:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3716926, - 48.2092762 - ] - }, - "id": "node/9118434424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9118434425", - "name": "Solebox", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3716045, - 48.2093143 - ] - }, - "id": "node/9118434425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9118434429", - "check_date": "2024-09-26", - "level": "0", - "name": "Colli", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "operator": "Sartotiaa GmbH", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3732841, - 48.2096459 - ] - }, - "id": "node/9118434429" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9118434431", - "check_date:opening_hours": "2023-10-03", - "name": "Cesare", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3754976, - 48.2085734 - ] - }, - "id": "node/9118434431" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9118434432", - "check_date:opening_hours": "2023-02-17", - "name": "Socketti", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3760128, - 48.2086007 - ] - }, - "id": "node/9118434432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9118434435", - "check_date": "2024-09-26", - "level": "0", - "name": "Très chic", - "opening_hours": "Mo-Sa 09:00-19:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3772321, - 48.2079792 - ] - }, - "id": "node/9118434435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9118434439", - "name": "Elisabeth", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3781509, - 48.2077231 - ] - }, - "id": "node/9118434439" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9118480154", - "check_date": "2023-04-17", - "name": "Max Well", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3899264, - 48.2028796 - ] - }, - "id": "node/9118480154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9136397148", - "addr:city": "Wien", - "addr:housenumber": "13", - "addr:postcode": "1090", - "addr:street": "Spitalgasse", - "contact:facebook": "https://www.facebook.com/Ludiana-mindful-lifestyle-104986951629415", - "contact:instagram": "ludiana.vienna", - "email": "mindful@ludiana.at", - "fixme": "how to label this shop?", - "name": "Ludiana", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "phone": "+43 681 814 169 21", - "second_hand": "only", - "shop": "clothes", - "website": "https://ludiana.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3510886, - 48.2169494 - ] - }, - "id": "node/9136397148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9154246981", - "addr:city": "Wien", - "addr:housenumber": "98", - "addr:postcode": "1200", - "addr:street": "Engerthstraße", - "check_date:opening_hours": "2024-11-20", - "email": "service@greentees.at", - "name": "Greentees", - "opening_hours:signed": "no", - "organic": "only", - "phone": "+43 676 720 6 720", - "shop": "clothes", - "website": "https://greentees.at", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.386174, - 48.2386908 - ] - }, - "id": "node/9154246981" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9187389993", - "addr:city": "Wien", - "addr:housenumber": "117-119", - "addr:postcode": "1180", - "addr:street": "Währinger Straße", - "check_date": "2023-07-29", - "clothes": "children", - "contact:facebook": "https://www.facebook.com/AugensternKindermode/", - "name": "Augenstern Kindermode", - "opening_hours": "Mo-Fr 10:00-18:00, Sa 10:00-14:00", - "phone": "+43 1 403 11 93", - "shop": "clothes", - "website": "https://www.augenstern-kindermode.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3409268, - 48.2267116 - ] - }, - "id": "node/9187389993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9220517143", - "name": "Toms", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.346663, - 48.2067833 - ] - }, - "id": "node/9220517143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9258555317", - "addr:city": "Wien", - "addr:housenumber": "11", - "addr:postcode": "1180", - "addr:street": "Weimarer Straße", - "name": "Le Petit Chou", - "opening_hours": "Mo-Fr 09:30-18:00, Fr 09:30-14:00", - "phone": "+43 650 741 0844", - "shoes": "children", - "shop": "shoes", - "website": "https://www.lepetitchou.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3407055, - 48.2271508 - ] - }, - "id": "node/9258555317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9297699986", - "addr:city": "Wien", - "addr:housenumber": "14", - "addr:postcode": "1100", - "addr:street": "Landgutgasse", - "clothes": "workwear;women;men", - "name": "der Walter", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-14:00", - "operator": "Der Walter Berufskleidung GmbH", - "phone": "+43 1 604 42 31", - "shop": "clothes", - "website": "https://www.derwalter.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3764868, - 48.1811418 - ] - }, - "id": "node/9297699986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9320682536", - "check_date": "2023-04-17", - "name": "Dolce Vita", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3920363, - 48.2011417 - ] - }, - "id": "node/9320682536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9452903548", - "check_date:opening_hours": "2022-10-04", - "name": "Mode Insel", - "opening_hours:signed": "no", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3654237, - 48.2350175 - ] - }, - "id": "node/9452903548" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9457806437", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "25", - "addr:postcode": "1180", - "addr:street": "Kutschkergasse", - "check_date:opening_hours": "2023-11-01", - "name": "lille butik", - "opening_hours:signed": "no", - "shop": "clothes", - "website": "https://lillebutik.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3442748, - 48.2246953 - ] - }, - "id": "node/9457806437" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9481513772", - "level": "1", - "name": "Bree", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3710703, - 48.2049299 - ] - }, - "id": "node/9481513772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9481530858", - "name": "Massi Milano", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3723974, - 48.2060797 - ] - }, - "id": "node/9481530858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9481533503", - "check_date:opening_hours": "2023-10-06", - "name": "Paul", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3711112, - 48.2066749 - ] - }, - "id": "node/9481533503" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9481535073", - "name": "Bernhart", - "opening_hours": "Mo-Fr 10:30-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3720883, - 48.2058977 - ] - }, - "id": "node/9481535073" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9481539906", - "addr:housenumber": "63", - "addr:street": "Lange Gasse", - "check_date": "2023-06-11", - "name": "Straub", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3508614, - 48.214011 - ] - }, - "id": "node/9481539906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9493746467", - "name": "Maurizio Giambra", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3519947, - 48.2103577 - ] - }, - "id": "node/9493746467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9493771162", - "name": "Esca", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3524771, - 48.2080248 - ] - }, - "id": "node/9493771162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9493774423", - "name": "Stella Maria Lyons", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3498911, - 48.2148881 - ] - }, - "id": "node/9493774423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9493777875", - "check_date": "2024-09-09", - "name": "Moni's Brautmode", - "opening_hours": "Su,Mo,PH off; Tu-Fr 14:00-18:00; Sa 10:00-17:00", - "payment:cards": "yes", - "phone": "+43 1 3613616", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3713415, - 48.1908151 - ] - }, - "id": "node/9493777875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9493780563", - "name": "Maftei", - "opening_hours": "Tu-Fr 10:00-16:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3647713, - 48.1980195 - ] - }, - "id": "node/9493780563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9493783215", - "name": "Gallos", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3324008, - 48.2142066 - ] - }, - "id": "node/9493783215" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9493784289", - "name": "Individualism Clothing", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3496155, - 48.2135202 - ] - }, - "id": "node/9493784289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9493787331", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "name": "Palmers", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3501799, - 48.2148645 - ] - }, - "id": "node/9493787331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9498184292", - "addr:city": "Wien", - "addr:housenumber": "88B", - "addr:postcode": "1060", - "addr:street": "Gumpendorfer Straße", - "brand": "Humana", - "brand:wikidata": "Q1636581", - "brand:wikipedia": "de:Humana People to People", - "charity": "yes", - "check_date": "2024-11-26", - "check_date:opening_hours": "2024-11-26", - "clothes": "women;men;suits;hats", - "contact:phone": "+43 15955067", - "name": "Humana Vintage", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-17:00", - "operator": "HUMANA People to People – Verein für Entwicklungszusammenarbeit", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "second_hand": "only", - "shoes": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3484998, - 48.1924034 - ] - }, - "id": "node/9498184292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9498196174", - "check_date:opening_hours": "2024-08-28", - "name": "Pako Loren", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3504585, - 48.1976588 - ] - }, - "id": "node/9498196174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9498227400", - "name": "Katharina Kramer", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.348382, - 48.2064342 - ] - }, - "id": "node/9498227400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9498242714", - "name": "Nouw", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3492278, - 48.2052299 - ] - }, - "id": "node/9498242714" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9498253283", - "name": "Distorted People", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3485076, - 48.2064326 - ] - }, - "id": "node/9498253283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9501189185", - "name": "Cara", - "opening_hours": "Mo-Fr 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3542486, - 48.2299644 - ] - }, - "id": "node/9501189185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9521102821", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "2", - "addr:postcode": "1180", - "addr:street": "Gertrudplatz", - "clothes": "children", - "name": "Kinderzeit", - "opening_hours": "Mo 09:30-14:00; Tu-Fr 09:30-18:00; Sa 09:30-14:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3448098, - 48.2254835 - ] - }, - "id": "node/9521102821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9537411317", - "check_date:opening_hours": "2023-12-07", - "name": "Glore Vienna", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3494029, - 48.2043146 - ] - }, - "id": "node/9537411317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9588100535", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "66", - "addr:postcode": "1170", - "addr:street": "Hernalser Hauptstraße", - "at_bev:addr_date": "2021-10-01", - "name": "Peter Wagner Comfortschuhe", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3339554, - 48.2177378 - ] - }, - "id": "node/9588100535" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9609775095", - "name": "Taschner Tobola", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00; PH,Su off", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3297562, - 48.1820993 - ] - }, - "id": "node/9609775095" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9609793890", - "name": "Eurobags", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3300948, - 48.1812267 - ] - }, - "id": "node/9609793890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9666903945", - "addr:city": "Wien", - "addr:housenumber": "19", - "addr:postcode": "1030", - "addr:street": "Fasangasse", - "brand": "NKD", - "brand:wikidata": "Q927272", - "name": "NKD", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.386213, - 48.1926779 - ] - }, - "id": "node/9666903945" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9666927061", - "addr:city": "Wien", - "addr:housenumber": "12", - "addr:postcode": "1030", - "addr:street": "Fasangasse", - "check_date:opening_hours": "2023-10-03", - "clothes": "wedding", - "name": "Lia Brautmoden", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3860397, - 48.1934053 - ] - }, - "id": "node/9666927061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9700563735", - "addr:city": "Wien", - "addr:housenumber": "6-8", - "addr:postcode": "1010", - "addr:street": "Herrengasse", - "check_date": "2024-10-13", - "check_date:opening_hours": "2024-10-13", - "name": "United Nude", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "shoes", - "website": "https://unitednude.eu/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3663039, - 48.2090806 - ] - }, - "id": "node/9700563735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9725529101", - "addr:housenumber": "3", - "addr:street": "Tigergasse", - "check_date": "2024-03-17", - "clothes": "traditional", - "description": "Salzburger Trachten Sport-Modelle", - "name": "Hanna Trachten Manufaktur", - "opening_hours": "Th-Fr 11:00-18:00", - "phone": "+43 1 5353335", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3447777, - 48.2077347 - ] - }, - "id": "node/9725529101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9725546380", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "clothes": "children", - "name": "Jacadi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3005993, - 48.1866833 - ] - }, - "id": "node/9725546380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9741279450", - "addr:housenumber": "43", - "addr:street": "Jörgerstraße", - "check_date": "2023-09-16", - "name": "Wild Wild West", - "phone": "+43 676 4720857", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3348209, - 48.2179556 - ] - }, - "id": "node/9741279450" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9744128745", - "check_date:opening_hours": "2024-06-11", - "name": "Black Diamond", - "opening_hours": "Mo-Sa 11:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3678135, - 48.2100034 - ] - }, - "id": "node/9744128745" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9744133586", - "check_date:opening_hours": "2024-07-11", - "name": "Schumann", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3651085, - 48.2107112 - ] - }, - "id": "node/9744133586" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9744135359", - "name": "Chic", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3660617, - 48.2110986 - ] - }, - "id": "node/9744135359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9744137511", - "brand": "Timberland", - "brand:wikidata": "Q1539185", - "name": "Timberland", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3708867, - 48.2087785 - ] - }, - "id": "node/9744137511" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9744138029", - "check_date": "2024-11-14", - "check_date:opening_hours": "2022-07-10", - "name": "Ferragamo", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.36787, - 48.2088426 - ] - }, - "id": "node/9744138029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9744138030", - "brand": "Marc O'Polo", - "brand:wikidata": "Q1892752", - "name": "Marc O'Polo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3707042, - 48.2088559 - ] - }, - "id": "node/9744138030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9744148704", - "check_date": "2024-10-02", - "level": "0", - "name": "Camper", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; Su,PH off", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3703263, - 48.2085679 - ] - }, - "id": "node/9744148704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9744156767", - "check_date": "2024-09-26", - "level": "0", - "name": "Thomas Hilfiger", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3702368, - 48.2082028 - ] - }, - "id": "node/9744156767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9744156768", - "check_date:opening_hours": "2024-10-13", - "name": "Loro Diana", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3669122, - 48.2084074 - ] - }, - "id": "node/9744156768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9744157420", - "check_date": "2023-02-08", - "contact:website": "https://www.urbanspeed.at/", - "name": "Urban speed", - "opening_hours": "Mo 14:00-19:00; Tu-Fr 11:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.364534, - 48.2112596 - ] - }, - "id": "node/9744157420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9744157588", - "name": "Angel-a", - "opening_hours": "Mo-We 10:30-18:30; Th,Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3666828, - 48.2107153 - ] - }, - "id": "node/9744157588" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9744157593", - "check_date": "2022-09-09", - "name": "Hammerle", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:30-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.367711, - 48.2087424 - ] - }, - "id": "node/9744157593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9751704469", - "brand": "Guess", - "brand:wikidata": "Q2470307", - "name": "Guess", - "opening_hours": "Mo-We 10:00-19:00; Th,Fr 10:00-19:30; Sa 09:00-18:00", - "phone": "+43 1 5224241", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3481059, - 48.1978152 - ] - }, - "id": "node/9751704469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9758784049", - "check_date": "2023-04-17", - "name": "Valentina", - "opening_hours": "Mo-Fr 09:30-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3941736, - 48.1989518 - ] - }, - "id": "node/9758784049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9792243139", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "25", - "addr:postcode": "1160", - "addr:street": "Ottakringer Straße", - "at_bev:addr_date": "2022-04-01", - "name": "Jansohn Schuh", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3368345, - 48.2147246 - ] - }, - "id": "node/9792243139" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9805801098", - "addr:city": "Wien", - "addr:housenumber": "7", - "addr:postcode": "1010", - "addr:street": "Augustinerstraße", - "name": "Wäscheflott", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 11:00-16:00", - "phone": "+43 1 533 50 84", - "shop": "clothes", - "website": "https://www.waescheflott.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3678698, - 48.2055539 - ] - }, - "id": "node/9805801098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9812214795", - "name": "Stepanek", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3706297, - 48.201793 - ] - }, - "id": "node/9812214795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9812615978", - "name": "Whyat", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3661197, - 48.2108581 - ] - }, - "id": "node/9812615978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9813668785", - "fair_trade": "yes", - "name": "GuterStoff", - "opening_hours": "Tu-Fr 13:00-19:00; Sa 12:00-18:00", - "organic": "yes", - "shop": "clothes", - "website": "https://guterstoff.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3511891, - 48.2003769 - ] - }, - "id": "node/9813668785" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9835956872", - "check_date": "2022-09-09", - "name": "Karin van Vliet", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3747037, - 48.2100991 - ] - }, - "id": "node/9835956872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9869039093", - "name": "Eva", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3343163, - 48.1823636 - ] - }, - "id": "node/9869039093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9876931058", - "name": "Natalia", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3890061, - 48.2111363 - ] - }, - "id": "node/9876931058" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9889370001", - "name": "Schaumstoff Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3793464, - 48.217081 - ] - }, - "id": "node/9889370001" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9889416041", - "name": "Me", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3783596, - 48.2172367 - ] - }, - "id": "node/9889416041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9889416618", - "name": "Mangelware", - "opening_hours": "We-Fr 12:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3780833, - 48.2175454 - ] - }, - "id": "node/9889416618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9918487591", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.356196, - 48.1833058 - ] - }, - "id": "node/9918487591" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9918487592", - "name": "onemore", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3565342, - 48.1834403 - ] - }, - "id": "node/9918487592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9928897934", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3711185, - 48.2148364 - ] - }, - "id": "node/9928897934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9961199553", - "name": "Bernazky", - "opening_hours": "Mo-Fr 08:00-18:00; Sa 09:00-13:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3661767, - 48.1895322 - ] - }, - "id": "node/9961199553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10011073795", - "brand": "Triumph", - "brand:wikidata": "Q671216", - "check_date": "2024-10-02", - "clothes": "underwear", - "name": "Triumph", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3701277, - 48.2086564 - ] - }, - "id": "node/10011073795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10011073796", - "check_date": "2024-10-13", - "check_date:opening_hours": "2024-10-13", - "name": "Furla", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3671738, - 48.2083384 - ] - }, - "id": "node/10011073796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10011073798", - "check_date": "2024-07-18", - "check_date:opening_hours": "2024-07-18", - "name": "Chegini", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.367776, - 48.2087873 - ] - }, - "id": "node/10011073798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10013636664", - "check_date": "2022-09-10", - "name": "Vita", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 10:30-14:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3784006, - 48.18778 - ] - }, - "id": "node/10013636664" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10024966033", - "check_date:opening_hours": "2024-01-25", - "name": "Modeplan", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-14:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3892509, - 48.2040441 - ] - }, - "id": "node/10024966033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10109407576", - "addr:housenumber": "77", - "addr:street": "Währinger Straße", - "check_date": "2022-10-17", - "clothes": "children", - "name": "Tiami Luxury", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3479471, - 48.2252498 - ] - }, - "id": "node/10109407576" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10121450678", - "name": "Sartorio", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3724332, - 48.20345 - ] - }, - "id": "node/10121450678" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10121479545", - "name": "Orth Blau", - "opening_hours": "Mo-Fr 12:00-18:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3727311, - 48.203684 - ] - }, - "id": "node/10121479545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10121479546", - "addr:city": "Wien", - "addr:housenumber": "8", - "addr:postcode": "1010", - "addr:street": "Friedrichstraße", - "name": "Modart Gallery", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-17:00; Su,PH off", - "phone": "+43 1 585 44 67", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3668923, - 48.2010992 - ] - }, - "id": "node/10121479546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10126478204", - "addr:housenumber": "55", - "addr:street": "Jörgerstraße", - "check_date": "2024-11-19", - "check_date:opening_hours": "2024-11-19", - "name": "Gwand vom Land", - "opening_hours": "Mo-Fr 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.333505, - 48.2180524 - ] - }, - "id": "node/10126478204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10130691914", - "addr:housenumber": "2-4", - "addr:street": "Margaretenstraße", - "check_date": "2022-10-26", - "description": "Manufaktur für textiles Upcycling", - "name": "kaRja", - "opening_hours": "Tu-Fr 11:00-18:00", - "phone": "+43 699 17333042", - "shop": "clothes", - "website": "https://www.karja.at", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3667533, - 48.1976821 - ] - }, - "id": "node/10130691914" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10133117356", - "addr:housenumber": "63", - "addr:street": "Mariahilfer Straße", - "brand": "Pull & Bear", - "brand:wikidata": "Q691029", - "check_date": "2024-09-21", - "name": "Pull & Bear", - "opening_hours": "Mo-We 09:30-20:00; Th,Fr 09:30-20:00; Sa 09:00-18:00", - "shop": "clothes", - "website": "https://www.pullandbear.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3519627, - 48.1988798 - ] - }, - "id": "node/10133117356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10133117359", - "addr:city": "Wien", - "addr:housenumber": "56", - "addr:postcode": "1070", - "addr:street": "Mariahilfer Straße", - "brand": "comma", - "brand:wikidata": "Q15803717", - "check_date": "2022-10-27", - "clothes": "women", - "level": "0", - "name": "comma", - "opening_hours": "Mo-We 10:00-19:00; Th-Fr 10:00-20:00; Sa 09:30-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3518898, - 48.1991875 - ] - }, - "id": "node/10133117359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10133117360", - "addr:city": "Wien", - "addr:housenumber": "56", - "addr:postcode": "1070", - "addr:street": "Mariahilfer Straße", - "brand": "Puma", - "brand:wikidata": "Q157064", - "check_date": "2022-10-27", - "level": "0", - "name": "Puma", - "opening_hours": "Mo-Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3520245, - 48.1992365 - ] - }, - "id": "node/10133117360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10133117362", - "brand": "ASICS", - "brand:wikidata": "Q327247", - "check_date": "2022-10-27", - "name": "ASICS", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 09:30-18:00", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.352688, - 48.1995232 - ] - }, - "id": "node/10133117362" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10133117365", - "addr:housenumber": "64", - "addr:street": "Mariahilfer Straße", - "check_date": "2024-10-10", - "check_date:opening_hours": "2023-08-12", - "name": "Dr. Martens", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3507004, - 48.1987164 - ] - }, - "id": "node/10133117365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10133117366", - "addr:housenumber": "71", - "addr:street": "Mariahilfer Straße", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "check_date": "2024-09-21", - "clothes": "underwear", - "name": "Calzedonia", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3510044, - 48.1985126 - ] - }, - "id": "node/10133117366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10133117369", - "brand": "Jack & Jones", - "brand:wikidata": "Q6077665", - "check_date": "2024-09-21", - "check_date:opening_hours": "2024-09-21", - "level": "0", - "name": "Jack & Jones", - "opening_hours": "Mo-We 10:00-19:00; Th-Fr 10:00-20:00; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3508147, - 48.198431 - ] - }, - "id": "node/10133117369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10133117370", - "addr:housenumber": "71A", - "addr:street": "Mariahilfer Straße", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "check_date": "2024-09-21", - "clothes": "denim;men;women", - "level": "0;1", - "name": "Levi's", - "opening_hours": "Mo-We 10:00-19:00; Th,Fr 10:00-20:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3505411, - 48.1983148 - ] - }, - "id": "node/10133117370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10133117373", - "brand": "Hunkemöller", - "brand:wikidata": "Q2604175", - "check_date": "2024-08-25", - "clothes": "underwear", - "name": "Hunkemöller", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3539451, - 48.1995558 - ] - }, - "id": "node/10133117373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10133117374", - "check_date": "2024-08-25", - "check_date:opening_hours": "2024-08-25", - "name": "PeakPerformance", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3534387, - 48.1994354 - ] - }, - "id": "node/10133117374" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10133117382", - "check_date": "2022-10-27", - "clothes": "children", - "level": "1", - "name": "Pink 'n Blue", - "not:brand:wikidata": "Q20716793", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3718434, - 48.2022213 - ] - }, - "id": "node/10133117382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10133117386", - "check_date": "2022-10-27", - "level": "0", - "name": "Boutique Fur Gallery", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3724437, - 48.2023593 - ] - }, - "id": "node/10133117386" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10133117387", - "check_date": "2022-10-27", - "level": "0", - "name": "Bella Donna", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3723394, - 48.2024136 - ] - }, - "id": "node/10133117387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10133117393", - "check_date": "2022-10-27", - "name": "Start Ledermoden", - "opening_hours": "Mo-Fr 10:30-18:30; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3556068, - 48.1997847 - ] - }, - "id": "node/10133117393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10133117395", - "check_date:opening_hours": "2024-08-25", - "name": "QTWIN Betriebs GmbH", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3540298, - 48.1995861 - ] - }, - "id": "node/10133117395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10140398287", - "addr:housenumber": "20", - "addr:street": "Sechsschimmelgasse", - "check_date": "2022-10-30", - "name": "Refished", - "opening_hours": "Tu-Th 11:30-18:00", - "shop": "clothes", - "website": "https://www.refished.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3516183, - 48.225854 - ] - }, - "id": "node/10140398287" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10140398290", - "addr:housenumber": "7", - "addr:street": "Sechsschimmelgasse", - "check_date": "2022-10-30", - "clothes": "wedding", - "name": "Ivory Isle", - "phone": "+43 650 6014172", - "shop": "clothes", - "website": "https://www.ivoryisle.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3534078, - 48.2252005 - ] - }, - "id": "node/10140398290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10151355903", - "brand": "Terranova", - "brand:wikidata": "Q93585264", - "check_date": "2024-09-29", - "check_date:opening_hours": "2024-09-29", - "name": "Terranova", - "opening_hours": "Mo-Fr 09:30-20:00; Sa 09:30-18:00", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3420764, - 48.1965612 - ] - }, - "id": "node/10151355903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10151355905", - "check_date": "2024-08-16", - "check_date:opening_hours": "2024-08-16", - "name": "Claire", - "opening_hours": "Mo-We 09:30-19:00; Th-Fr 09:30-20:00; Sa 09:30-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3424825, - 48.1966193 - ] - }, - "id": "node/10151355905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10151355906", - "addr:housenumber": "118", - "addr:street": "Mariahilfer Straße", - "check_date": "2024-09-29", - "check_date:opening_hours": "2024-09-29", - "name": "In bag", - "opening_hours": "Mo-Fr 09:30-18:00; Sa 09:30-17:00; Su,PH off", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3424324, - 48.1966184 - ] - }, - "id": "node/10151355906" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10158207533", - "addr:housenumber": "27", - "addr:street": "Währinger Straße", - "check_date": "2022-11-04", - "name": "Marlo Vintage", - "opening_hours": "Mo-Fr 09:00-19:30; Sa 10:00-18:30", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3563972, - 48.2199354 - ] - }, - "id": "node/10158207533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10171889240", - "name": "Sylvie T", - "opening_hours": "Tu-Fr 11:30-18:30; Sa 11:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3504977, - 48.2014758 - ] - }, - "id": "node/10171889240" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10171896145", - "name": "Grandios", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3487668, - 48.1957032 - ] - }, - "id": "node/10171896145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10171899320", - "name": "Ungerade", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.350284, - 48.2022862 - ] - }, - "id": "node/10171899320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10171900419", - "name": "Pack Pony", - "opening_hours": "We-Fr 11:00-18:00; Sa 11:00-17:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3488713, - 48.1956143 - ] - }, - "id": "node/10171900419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10183088707", - "name": "Hollyshirt", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 11:00-15:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3611498, - 48.218625 - ] - }, - "id": "node/10183088707" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10186143317", - "check_date": "2022-11-15", - "level": "0", - "name": "Vento", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3951799, - 48.1993341 - ] - }, - "id": "node/10186143317" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10186143319", - "addr:housenumber": "99", - "addr:street": "Landstraßer Hauptstraße", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "check_date": "2022-11-15", - "clothes": "underwear", - "level": "0", - "name": "Intimissimi", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.395063, - 48.1991933 - ] - }, - "id": "node/10186143319" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10186143320", - "addr:housenumber": "99", - "addr:street": "Landstraßer Hauptstraße", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "check_date": "2022-11-15", - "level": "0", - "name": "Calzedonia", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3950071, - 48.1991015 - ] - }, - "id": "node/10186143320" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10186143322", - "addr:housenumber": "99", - "addr:street": "Landstraßer Hauptstraße", - "brand": "Street One", - "brand:wikidata": "Q61997265", - "check_date": "2022-11-15", - "level": "0", - "name": "Street One", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3948806, - 48.198927 - ] - }, - "id": "node/10186143322" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10186143324", - "addr:housenumber": "99", - "addr:street": "Landstraßer Hauptstraße", - "brand": "Tom Tailor", - "brand:wikidata": "Q571206", - "check_date": "2022-11-15", - "level": "0", - "name": "Tom Tailor", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3953726, - 48.1991136 - ] - }, - "id": "node/10186143324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10186143325", - "level": "0", - "name": "Panamoda", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3949516, - 48.1987636 - ] - }, - "id": "node/10186143325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10186143326", - "addr:housenumber": "99", - "addr:street": "Landstraßer Hauptstraße", - "brand": "Humanic", - "brand:wikidata": "Q1636668", - "check_date": "2022-11-15", - "level": "0", - "name": "Humanic", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3952299, - 48.1990061 - ] - }, - "id": "node/10186143326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10210154895", - "addr:housenumber": "38-43", - "addr:street": "Mariahilfer Straße", - "brand": "Tom Tailor", - "brand:wikidata": "Q571206", - "check_date": "2022-11-22", - "level": "1", - "name": "Tom Tailor", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3532993, - 48.1997959 - ] - }, - "id": "node/10210154895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10210154896", - "addr:housenumber": "38-43", - "addr:street": "Mariahilfer Straße", - "brand": "LC Waikiki", - "brand:wikidata": "Q3205965", - "check_date": "2022-11-22", - "level": "1", - "name": "LC Waikiki", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3534144, - 48.1998299 - ] - }, - "id": "node/10210154896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10210154898", - "addr:housenumber": "48", - "addr:street": "Mariahilfer Straße", - "check_date": "2022-11-22", - "level": "1", - "name": "Görtz", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3535862, - 48.1999367 - ] - }, - "id": "node/10210154898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10210154899", - "brand": "Zara", - "brand:wikidata": "Q147662", - "check_date": "2022-11-22", - "level": "0;1", - "name": "Zara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3536737, - 48.1999057 - ] - }, - "id": "node/10210154899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10210154902", - "addr:housenumber": "38-43", - "addr:street": "Mariahilfer Straße", - "brand": "ONLY", - "brand:wikidata": "Q61799370", - "check_date": "2022-11-22", - "level": "0", - "name": "ONLY", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.35319, - 48.1997085 - ] - }, - "id": "node/10210154902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10210154905", - "addr:housenumber": "6", - "addr:street": "Kirchengasse", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "check_date": "2024-10-16", - "check_date:opening_hours": "2024-10-16", - "level": "0", - "name": "Palmers", - "opening_hours": "Mo-We 09:30-19:00; Th,Fr 09:30-20:00; Sa 09:30-18:00; Su,PH off", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3530098, - 48.1996269 - ] - }, - "id": "node/10210154905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10210154907", - "addr:housenumber": "74a", - "addr:street": "Mariahilfer Straße", - "brand": "Tom Tailor", - "brand:wikidata": "Q571206", - "check_date": "2022-11-22", - "name": "Tom Tailor", - "opening_hours": "Mo-Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3493221, - 48.1981952 - ] - }, - "id": "node/10210154907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10215468671", - "addr:housenumber": "6", - "addr:street": "Tegetthoffstraße", - "check_date": "2024-10-03", - "level": "0", - "name": "Höllwarth", - "opening_hours": "Mo-Sa 10:00-18:00", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3696018, - 48.2052466 - ] - }, - "id": "node/10215468671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10215468675", - "addr:housenumber": "2", - "addr:street": "Schottengasse", - "check_date": "2022-11-24", - "name": "Handschuhe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3640362, - 48.2124229 - ] - }, - "id": "node/10215468675" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10215468676", - "addr:housenumber": "3", - "addr:street": "Schottengasse", - "check_date": "2022-11-24", - "name": "My Story", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3637677, - 48.2124379 - ] - }, - "id": "node/10215468676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10215468679", - "addr:housenumber": "10-12", - "addr:street": "Nussdorfer Straße", - "check_date": "2022-11-24", - "name": "Grandios for men", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3540466, - 48.2235889 - ] - }, - "id": "node/10215468679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10224583172", - "brand": "C&A", - "brand:wikidata": "Q701338", - "check_date": "2022-11-28", - "clothes": "children", - "name": "C&A", - "opening_hours": "Mo-Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3420977, - 48.2267161 - ] - }, - "id": "node/10224583172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10294804861", - "addr:housenumber": "65", - "addr:street": "Meidlinger Hauptstraße", - "check_date": "2022-12-30", - "name": "Jag Pal Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3304331, - 48.1759749 - ] - }, - "id": "node/10294804861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10537036792", - "name": "Liesl", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.393104, - 48.196509 - ] - }, - "id": "node/10537036792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10537045975", - "check_date": "2023-04-17", - "clothes": "children", - "name": "Handmade in Vienna", - "opening_hours": "Mo-Sa 10:00-19:00", - "phone": "+43 650 6410237", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3939401, - 48.1993042 - ] - }, - "id": "node/10537045975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10554272710", - "addr:city": "Wien", - "addr:housenumber": "18-20", - "addr:postcode": "1040", - "addr:street": "Paniglgasse", - "clothes": "yes", - "contact:email": "office@textilehouse.at", - "contact:website": "https://textilehouse.at", - "name": "Vintage Shop", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-17:00", - "operator": "Textile House Austria TH GmbH", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3686747, - 48.1981702 - ] - }, - "id": "node/10554272710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10567187290", - "brand": "NKD", - "brand:wikidata": "Q927272", - "name": "NKD", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3874651, - 48.2393351 - ] - }, - "id": "node/10567187290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10570044734", - "clothes": "children", - "level": "0", - "name": "Herzilein", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3669844, - 48.2108731 - ] - }, - "id": "node/10570044734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10570044735", - "brand": "Harmont & Blaine", - "check_date": "2023-02-09", - "level": "0", - "opening_hours": "Mo-Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3668749, - 48.2109357 - ] - }, - "id": "node/10570044735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10592283234", - "check_date": "2024-08-25", - "check_date:opening_hours": "2024-08-25", - "name": "Roeckl", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3564751, - 48.2003179 - ] - }, - "id": "node/10592283234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10592283235", - "check_date": "2024-08-25", - "name": "Jeans Shop 33", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3566903, - 48.2003713 - ] - }, - "id": "node/10592283235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10592283236", - "check_date": "2024-08-25", - "name": "Huber Shop Pop Up", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.356833, - 48.2004059 - ] - }, - "id": "node/10592283236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10592283237", - "check_date": "2024-08-25", - "check_date:opening_hours": "2024-08-25", - "name": "Gabor", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3569471, - 48.2004331 - ] - }, - "id": "node/10592283237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10601936232", - "check_date:opening_hours": "2024-06-11", - "name": "Pia Antonia", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.370643, - 48.2104417 - ] - }, - "id": "node/10601936232" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10621287894", - "brand": "Brunello Cucinelli", - "check_date": "2023-02-08", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3681165, - 48.2103678 - ] - }, - "id": "node/10621287894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10649488665", - "alt_name": "Fussl Modestraße", - "brand": "Fussl", - "brand:wikidata": "Q24266366", - "check_date": "2023-11-05", - "level": "0", - "name": "Fussl", - "payment:credit_cards": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "payment:visa_debit": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3756328, - 48.182158 - ] - }, - "id": "node/10649488665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10666223510", - "addr:city": "Wien", - "addr:housenumber": "4", - "addr:postcode": "1170", - "addr:street": "Dornbacher Straße", - "clothes": "fur", - "name": "Egghart - Pelze", - "shop": "clothes", - "website": "http://www.egghart-pelze.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.307339, - 48.2266585 - ] - }, - "id": "node/10666223510" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10666223512", - "addr:city": "Wien", - "addr:housenumber": "217", - "addr:postcode": "1170", - "addr:street": "Hernalser Hauptstraße", - "name": "Lieblingsstück", - "opening_hours": "Mo-Fr 13:00-18:00; Sa 09:00-13:00", - "operator": "Petra Kukacka", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3094085, - 48.2255441 - ] - }, - "id": "node/10666223512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10666223526", - "addr:city": "Wien", - "addr:housenumber": "191A", - "addr:postcode": "1170", - "addr:street": "Hernalser Hauptstraße", - "description": "Atelier", - "name": "Jürgen Brand", - "shop": "clothes", - "website": "https://juergenbrand.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3130866, - 48.2241702 - ] - }, - "id": "node/10666223526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10666223527", - "addr:city": "Wien", - "addr:housenumber": "191A", - "addr:postcode": "1170", - "addr:street": "Hernalser Hauptstraße", - "clothes": "denim", - "name": "Torland Outlet", - "shop": "clothes", - "website": "https://torland-jeans.com/pages/torland-outlet-store-wien" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3131455, - 48.2241522 - ] - }, - "id": "node/10666223527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10674940256", - "name": "Arianna", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 11:00-15:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3782266, - 48.2079105 - ] - }, - "id": "node/10674940256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10727647853", - "addr:housenumber": "117", - "addr:street": "Mariahilfer Straße", - "brand": "Guess", - "brand:wikidata": "Q2470307", - "check_date": "2024-11-26", - "check_date:opening_hours": "2024-11-26", - "name": "Guess", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.342842, - 48.1963113 - ] - }, - "id": "node/10727647853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10730883976", - "name": "Rayana", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.369206, - 48.2313403 - ] - }, - "id": "node/10730883976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10733088147", - "check_date": "2024-09-06", - "clothes": "children", - "name": "Tiami", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3419444, - 48.2233237 - ] - }, - "id": "node/10733088147" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10733150833", - "name:signed": "no", - "opening_hours": "Fr 13:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3416063, - 48.2229095 - ] - }, - "id": "node/10733150833" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10747892806", - "check_date": "2023-03-20", - "name": "Schuhe wie barfuß", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 10:00-16:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3407897, - 48.2011549 - ] - }, - "id": "node/10747892806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10755967549", - "brand": "Triumph", - "brand:wikidata": "Q671216", - "clothes": "underwear", - "name": "Triumph", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3491723, - 48.2152849 - ] - }, - "id": "node/10755967549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10763977265", - "check_date:opening_hours": "2024-08-15", - "name": "Max Well", - "opening_hours": "Mo-Fr 09:00-13:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3373209, - 48.2172327 - ] - }, - "id": "node/10763977265" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10772847789", - "check_date": "2023-03-30", - "name": "Pelz Design Vienna", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3696979, - 48.2297412 - ] - }, - "id": "node/10772847789" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10794057744", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3564145, - 48.2042003 - ] - }, - "id": "node/10794057744" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10803087704", - "name": "Farone", - "opening_hours": "Mo-Fr 10:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3905629, - 48.2031801 - ] - }, - "id": "node/10803087704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10819836582", - "name": "Agnes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3978363, - 48.1933977 - ] - }, - "id": "node/10819836582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10819966446", - "brand": "Triumph", - "brand:wikidata": "Q671216", - "check_date": "2023-04-17", - "check_date:opening_hours": "2023-12-09", - "clothes": "underwear", - "name": "Triumph", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3943186, - 48.19871 - ] - }, - "id": "node/10819966446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10819966452", - "addr:housenumber": "64", - "addr:street": "Landstraßer Hauptstraße", - "check_date": "2023-04-17", - "name": "Drim", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.391621, - 48.2015363 - ] - }, - "id": "node/10819966452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10822200376", - "check_date:opening_hours": "2023-04-18", - "clothes": "socks", - "name": "Sock Atomica", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3921234, - 48.2015074 - ] - }, - "id": "node/10822200376" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10837225621", - "name": "Scheer", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3691966, - 48.2083151 - ] - }, - "id": "node/10837225621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10837225622", - "name": "Tramontana", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3687093, - 48.207855 - ] - }, - "id": "node/10837225622" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10857148485", - "name": "Takko", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3659655, - 48.190068 - ] - }, - "id": "node/10857148485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10861953824", - "addr:housenumber": "8", - "addr:street": "Spiegelgasse", - "check_date": "2023-06-22", - "clothes": "men", - "contact:facebook": "antonmeyeronline", - "contact:instagram": "antonmeyer", - "name": "Anton Meyer", - "opening_hours": "Mo-Sa 10:00-18:00", - "phone": "+43 1 5123466", - "shop": "clothes", - "website": "https://antonmeyer.de", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3698399, - 48.2070635 - ] - }, - "id": "node/10861953824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10879402279", - "addr:city": "Wien", - "addr:housenumber": "135", - "addr:postcode": "1140", - "addr:street": "Hütteldorfer Straße", - "email": "bestellungen@kofferwelt.at", - "name": "KofferWelt.at", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "operator": "Michael Alexander Konopitzky", - "phone": "+43 1 9824174", - "shop": "bag", - "website": "https://kofferwelt.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3089756, - 48.1988766 - ] - }, - "id": "node/10879402279" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10892775530", - "check_date": "2023-05-13", - "name": "Gozhan Show Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3305923, - 48.2119087 - ] - }, - "id": "node/10892775530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10899756154", - "brand": "Samsonite", - "brand:wikidata": "Q1203426", - "name": "Samsonite", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3580918, - 48.2006884 - ] - }, - "id": "node/10899756154" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10899900396", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "check_date": "2024-01-31", - "clothes": "underwear", - "name": "Intimissimi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.347116, - 48.1975436 - ] - }, - "id": "node/10899900396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10899900418", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "check_date": "2024-01-31", - "name": "Calzedonia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3471916, - 48.1975588 - ] - }, - "id": "node/10899900418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10899908517", - "brand": "Triumph", - "brand:wikidata": "Q671216", - "clothes": "underwear", - "name": "Triumph", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3567411, - 48.2006987 - ] - }, - "id": "node/10899908517" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10899931408", - "name": "Edited", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3569259, - 48.2007499 - ] - }, - "id": "node/10899931408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10899935992", - "name": "JD", - "opening_hours": "Mo-We 09:30-19:00; Th,Fr 09:30-20:00; Sa 09:30-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.35461, - 48.1997591 - ] - }, - "id": "node/10899935992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10924290136", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "check_date": "2024-11-28", - "check_date:opening_hours": "2024-11-28", - "clothes": "underwear", - "name": "Palmers", - "opening_hours": "Mo-Fr 09:30-18:00; Sa 09:30-17:00; Su,PH off", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3409851, - 48.1963523 - ] - }, - "id": "node/10924290136" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10931623209", - "check_date:opening_hours": "2023-11-29", - "name": "Consches", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3613498, - 48.1997439 - ] - }, - "id": "node/10931623209" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10942446248", - "check_date": "2024-08-21", - "name": "Mery's", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 09:00-14:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3326608, - 48.2185934 - ] - }, - "id": "node/10942446248" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10951690888", - "addr:housenumber": "122", - "addr:street": "Währinger Straße", - "check_date:opening_hours": "2024-08-06", - "description": "Schuhe & Taschen\nDamengrößen von 34-42", - "name": "Glück Schuhe & Taschen", - "opening_hours": "Mo-Fr 09:30-18:00; Sa 09:30-13:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3431362, - 48.2266273 - ] - }, - "id": "node/10951690888" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10965553986", - "addr:housenumber": "50", - "addr:street": "Stumpergasse", - "check_date": "2024-09-01", - "clothes": "sports", - "name": "Trikoterie", - "opening_hours": "We-Fr 15:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3435949, - 48.1949077 - ] - }, - "id": "node/10965553986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10969272894", - "addr:housenumber": "34", - "addr:street": "Josefstädter Straße", - "check_date": "2024-11-27", - "check_date:opening_hours": "2024-11-27", - "name": "Façon Paris", - "opening_hours": "Mo 11:00-18:00; Tu-Fr 10:00-18:00; Sa 10:00-14:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3493685, - 48.2096472 - ] - }, - "id": "node/10969272894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10994677735", - "addr:city": "Wien", - "addr:housenumber": "129", - "addr:postcode": "1100", - "addr:street": "Quellenstraße", - "clothes": "women;wedding", - "name": "Ruya Damen Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3749526, - 48.1754088 - ] - }, - "id": "node/10994677735" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10994692446", - "addr:city": "Wien", - "addr:housenumber": "125", - "addr:postcode": "1100", - "addr:street": "Quellenstraße", - "clothes": "men", - "name": "Emra Man", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00; Su,PH off", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3756854, - 48.1753539 - ] - }, - "id": "node/10994692446" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10998260512", - "addr:housenumber": "1", - "addr:street": "Plankengasse", - "brand": "Max", - "brand:wikidata": "Q24939079", - "check_date": "2024-09-26", - "level": "0", - "name": "Max", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.370235, - 48.2062452 - ] - }, - "id": "node/10998260512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10998260515", - "addr:housenumber": "3", - "addr:street": "Plankengasse", - "check_date": "2023-06-22", - "name": "Schöne Dinge mit Geschichten", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3701488, - 48.2062775 - ] - }, - "id": "node/10998260515" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10998260521", - "addr:housenumber": "2", - "addr:street": "Spiegelgasse", - "check_date": "2023-06-22", - "name": "Arsi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3702791, - 48.207785 - ] - }, - "id": "node/10998260521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10998260526", - "addr:housenumber": "2", - "addr:street": "Spiegelgasse", - "check_date": "2023-06-22", - "name": "Bell & Ross", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3703724, - 48.2079874 - ] - }, - "id": "node/10998260526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10998260527", - "addr:housenumber": "2", - "addr:street": "Spiegelgasse", - "check_date": "2023-06-22", - "name": "Carolista Couture", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.370299, - 48.2078203 - ] - }, - "id": "node/10998260527" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10998260529", - "addr:housenumber": "8", - "addr:street": "Spiegelgasse", - "check_date": "2023-06-22", - "clothes": "babies;children", - "name": "Bonpoint", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3698724, - 48.2071214 - ] - }, - "id": "node/10998260529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10998260530", - "addr:housenumber": "6", - "addr:street": "Spiegelgasse", - "check_date": "2023-06-22", - "name": "Roberto & Son's", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3701043, - 48.2074646 - ] - }, - "id": "node/10998260530" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10998260533", - "addr:housenumber": "2", - "addr:street": "Spiegelgasse", - "check_date": "2023-06-22", - "name": "Ittner", - "shop": "clothes", - "website": "https://ittner.at", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3702311, - 48.2076905 - ] - }, - "id": "node/10998260533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11003228563", - "addr:housenumber": "9", - "addr:street": "Spiegelgasse", - "check_date": "2023-06-24", - "name": "Hemdenmacher Gino Venturini", - "phone": "+43 1 512 88 45", - "shop": "clothes", - "website": "https://venturini.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3703203, - 48.2073737 - ] - }, - "id": "node/11003228563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11003228565", - "addr:housenumber": "11", - "addr:street": "Spiegelgasse", - "check_date": "2023-06-24", - "name": "Henryks", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.370209, - 48.2071957 - ] - }, - "id": "node/11003228565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11003228572", - "addr:housenumber": "15", - "addr:street": "Spiegelgasse", - "check_date": "2023-06-24", - "name": "Schella Kann", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.369943, - 48.2068068 - ] - }, - "id": "node/11003228572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11003228573", - "addr:housenumber": "15", - "addr:street": "Spiegelgasse", - "check_date": "2023-06-24", - "name": "Milk Resurrection", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3698889, - 48.2067373 - ] - }, - "id": "node/11003228573" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11003228574", - "addr:housenumber": "15", - "addr:street": "Spiegelgasse", - "check_date": "2023-06-24", - "clothes": "women;children", - "name": "Carrousel", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3698259, - 48.206658 - ] - }, - "id": "node/11003228574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11010243774", - "addr:housenumber": "123", - "addr:street": "Favoritenstraße", - "check_date": "2023-06-26", - "name": "aras", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.379008, - 48.1728444 - ] - }, - "id": "node/11010243774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11010243778", - "check_date": "2023-06-26", - "name": "asmina kleidung", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3760553, - 48.1743481 - ] - }, - "id": "node/11010243778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11010243779", - "addr:housenumber": "67a", - "addr:street": "Buchengasse", - "check_date": "2023-06-26", - "name": "Fc", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3771877, - 48.1746285 - ] - }, - "id": "node/11010243779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11010243782", - "check_date": "2023-06-26", - "name": "lavienn", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3777126, - 48.174908 - ] - }, - "id": "node/11010243782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11010243784", - "check_date": "2024-09-25", - "check_date:opening_hours": "2024-09-25", - "name": "Christa", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3784377, - 48.1747153 - ] - }, - "id": "node/11010243784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11010243801", - "addr:housenumber": "108", - "addr:street": "Favoritenstraße", - "check_date": "2023-06-24", - "clothes": "children", - "name": "named it", - "opening_hours": "Mo-Fr 09:30-12:00,13:00-18:00; Sa 09:30-12:00,13:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3759702, - 48.1792618 - ] - }, - "id": "node/11010243801" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11010260614", - "check_date": "2024-10-09", - "check_date:opening_hours": "2024-10-09", - "name": "dzll", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00; Su,PH off", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3751831, - 48.1756368 - ] - }, - "id": "node/11010260614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11010260652", - "check_date": "2023-06-26", - "name": "Liva Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3788797, - 48.172014 - ] - }, - "id": "node/11010260652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11033886902", - "name": "The Budins", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 09:30-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3555976, - 48.1996284 - ] - }, - "id": "node/11033886902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11057478307", - "name": "X Ray", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3431844, - 48.2108074 - ] - }, - "id": "node/11057478307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11071786825", - "check_date": "2023-07-27", - "name": "Mee Look Boutique", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 10:00-15:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3215451, - 48.1973954 - ] - }, - "id": "node/11071786825" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11093720031", - "brand": "NKD", - "brand:wikidata": "Q927272", - "name": "NKD", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3944427, - 48.1992058 - ] - }, - "id": "node/11093720031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11123496959", - "addr:housenumber": "95", - "addr:street": "Mariahilfer Straße", - "check_date": "2024-11-26", - "check_date:opening_hours": "2024-11-26", - "name": "Imperio", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3465697, - 48.1970567 - ] - }, - "id": "node/11123496959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11123496960", - "addr:housenumber": "97", - "addr:street": "Mariahilfer Straße", - "brand": "BONITA", - "brand:wikidata": "Q892598", - "check_date": "2024-07-21", - "check_date:opening_hours": "2024-07-21", - "clothes": "women", - "name": "BONITA", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3462025, - 48.1969712 - ] - }, - "id": "node/11123496960" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11123496964", - "addr:housenumber": "105", - "addr:street": "Mariahilfer Straße", - "check_date": "2024-11-26", - "check_date:opening_hours": "2024-11-26", - "name": "Hämmerle", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3451766, - 48.1967331 - ] - }, - "id": "node/11123496964" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11123496967", - "addr:housenumber": "113", - "addr:street": "Mariahilfer Straße", - "check_date": "2024-07-28", - "check_date:opening_hours": "2024-07-28", - "name": "Gibian", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3436593, - 48.1964396 - ] - }, - "id": "node/11123496967" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11132231221", - "brand": "kik", - "check_date": "2023-08-07", - "name": "Kik", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3729566, - 48.1749249 - ] - }, - "id": "node/11132231221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11132588199", - "addr:housenumber": "17", - "addr:street": "Althanstraße", - "check_date": "2023-08-20", - "contact:website": "https://www.secondtimearound.at", - "name": "Second Time Around Boutique", - "opening_hours": "We-Sa 15:00-21:00; Mo,Tu off", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3598149, - 48.2276666 - ] - }, - "id": "node/11132588199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11138470460", - "brand": "Rimowa", - "brand:wikidata": "Q1287437", - "check_date": "2023-08-23", - "name": "Rimowa", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3688881, - 48.2100937 - ] - }, - "id": "node/11138470460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11138470461", - "brand": "Emporio Armani", - "brand:wikidata": "Q3497483", - "name": "Emporio Armani", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3689902, - 48.210272 - ] - }, - "id": "node/11138470461" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11138470462", - "check_date": "2024-10-13", - "check_date:opening_hours": "2024-10-13", - "name": "Zegna", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3690284, - 48.2103654 - ] - }, - "id": "node/11138470462" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11141898670", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "4", - "addr:postcode": "1010", - "addr:street": "Stallburggasse", - "check_date": "2023-08-24", - "name": "Handschuh Christl", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3682104, - 48.2074712 - ] - }, - "id": "node/11141898670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11141898673", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "4", - "addr:postcode": "1010", - "addr:street": "Stallburggasse", - "check_date": "2023-08-24", - "name": "Dani's Handschuhboutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3680367, - 48.2075803 - ] - }, - "id": "node/11141898673" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11185795555", - "name": "Thomas Duntinger", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3249902, - 48.190689 - ] - }, - "id": "node/11185795555" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11195741312", - "name": "Petwa", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3681386, - 48.2326841 - ] - }, - "id": "node/11195741312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11195776059", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3681161, - 48.2325016 - ] - }, - "id": "node/11195776059" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11203389160", - "addr:housenumber": "17", - "addr:street": "Hernalser Hauptstraße", - "check_date": "2023-09-19", - "name": "Simple", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3393816, - 48.2168 - ] - }, - "id": "node/11203389160" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11210831734", - "addr:city": "Wien", - "addr:housenumber": "20", - "addr:postcode": "1080", - "addr:street": "Josefstädter Straße", - "clothes": "children", - "email": "office@pagabei.at", - "mobile": "+43 664 2813143", - "name": "Pagabei", - "opening_hours": "Tu-Fr 11:00-18:00; Sa 11:00-15:00", - "operator": "pagabei e.U. Bio Kindermode - organic cotton for kids", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+43 1 4030935", - "shop": "clothes", - "website": "https://pagabei.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3517054, - 48.2094914 - ] - }, - "id": "node/11210831734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11225471652", - "addr:housenumber": "31", - "addr:street": "Lerchenfelder Straße", - "contact:email": "atelier@magdalenaleitner.com", - "name": "Magdalena Leitner", - "opening_hours": "We 14:00-19:00; Th, Fr 10:30-18:00; Sa 11:00-18:00", - "phone": "+43 650 7700 610", - "shop": "boutique", - "website": "https://www.magdalenaleitner.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3510883, - 48.2062309 - ] - }, - "id": "node/11225471652" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11231030838", - "addr:housenumber": "68", - "addr:street": "Schönbrunner Straße", - "email": "office@gaytstore.at", - "name": "Gayt", - "opening_hours": "Mo-Th 11:00-19:00; Fr 11:00-20:00; Sa 12:00-18:00", - "phone": "+43 1 9346968", - "shop": "clothes", - "website": "https://gaytstore.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3525711, - 48.1898315 - ] - }, - "id": "node/11231030838" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11256107772", - "addr:housenumber": "6", - "addr:street": "Nussdorfer Straße", - "brand": "Ernsting's family", - "brand:wikidata": "Q1361016", - "check_date": "2023-10-11", - "name": "Ernsting's family", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3538582, - 48.2230051 - ] - }, - "id": "node/11256107772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11257727216", - "addr:city": "Wien", - "addr:housenumber": "7", - "addr:postcode": "1010", - "addr:street": "Rauhensteingasse", - "check_date": "2024-04-17", - "clothes": "hats", - "name": "Gut Behütet", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; Su,PH off", - "phone": "+43 1 512 43 39", - "shop": "clothes", - "website": "https://www.gutbehuetet.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3725907, - 48.2060409 - ] - }, - "id": "node/11257727216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11283459278", - "addr:city": "Wien", - "addr:housenumber": "36", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "email": "hello@kbsstore.at", - "name": "KITSCH BITCH SIGHT STORE - KBS 1st Floor", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "phone": "+4367763721297", - "shop": "clothes", - "website": "https://kbsstore.at/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3492325, - 48.2010571 - ] - }, - "id": "node/11283459278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11294620952", - "name": "Gym & Fun", - "opening_hours": "Tu-Fr 11:00-19:00; Sa 10:30-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3090831, - 48.1897136 - ] - }, - "id": "node/11294620952" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11307881113", - "addr:city": "Wien", - "addr:housenumber": "4", - "addr:postcode": "1130", - "addr:street": "Maxingstraße", - "email": "info@gayacouture.com", - "mobile": "+43 664 1845575", - "name": "Gaya", - "shop": "clothes", - "website": "https://gayacouture.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3006207, - 48.1849861 - ] - }, - "id": "node/11307881113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11327742770", - "check_date": "2024-01-31", - "name": "World of Shoes, Bags & More", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3446638, - 48.1970146 - ] - }, - "id": "node/11327742770" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11327746145", - "addr:housenumber": "92", - "addr:street": "Mariahilfer Straße", - "check_date": "2024-09-29", - "check_date:opening_hours": "2024-09-29", - "contact:website": "https://www.fellhof.com", - "name": "Fellhof", - "opening_hours": "Mo-Fr 10:00-13:00,13:30-19:00; Sa 10:00-13:00,13:30-18:00", - "phone": "+43 6229 3677051", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3455795, - 48.1971743 - ] - }, - "id": "node/11327746145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11327746633", - "brand": "Humanic", - "brand:wikidata": "Q1636668", - "check_date": "2024-09-07", - "name": "Humanic", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3453342, - 48.197135 - ] - }, - "id": "node/11327746633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11341120162", - "addr:housenumber": "8", - "addr:street": "Naglergasse", - "check_date": "2024-10-13", - "check_date:opening_hours": "2024-10-13", - "name": "L.Engel & Co.", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3679426, - 48.2100812 - ] - }, - "id": "node/11341120162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11346156889", - "addr:city": "Wien", - "addr:housenumber": "2", - "addr:postcode": "1130", - "addr:street": "Maxingstraße", - "clothes": "children", - "email": "willkommen@itzibieni.at", - "mobile": "+43 650 3704631", - "name": "Itzi Bieni", - "opening_hours": "Tu-Fr 10:00-18:00; Sa 10:00-14:00", - "operator": "Katrin Adler", - "shop": "clothes", - "website": "https://www.itzibieni.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3007987, - 48.1853196 - ] - }, - "id": "node/11346156889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11359890331", - "addr:city": "Wien", - "addr:housenumber": "4-6", - "addr:postcode": "1040", - "addr:street": "Favoritenstraße", - "brand": "Humana", - "brand:wikidata": "Q1636581", - "clothes": "men;women;suits;hats", - "name": "Humana", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:30-16:00", - "operator": "HUMANA People to People – Verein für Entwicklungszusammenarbeit", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "phone": "+436642666317", - "second_hand": "only", - "shoes": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3683589, - 48.1959955 - ] - }, - "id": "node/11359890331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11359960380", - "addr:city": "Wien", - "addr:housenumber": "41", - "addr:postcode": "1080", - "addr:street": "Alser Straße", - "brand": "Humana", - "brand:wikidata": "Q1636581", - "charity": "yes", - "clothes": "women;men;suits;hats", - "contact:phone": "+43 14060349", - "contact:website": "https://humana.at", - "name": "Humana", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-16:00", - "operator": "HUMANA People to People – Verein für Entwicklungszusammenarbeit", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "second_hand": "only", - "shoes": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3474078, - 48.2151321 - ] - }, - "id": "node/11359960380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11360566442", - "addr:city": "Wien", - "addr:housenumber": "59", - "addr:place": "Lerchenfelder Straße", - "addr:postcode": "1070", - "clothes": "women;men;hats", - "contact:email": "office@textilehouse.at", - "contact:website": "https://textilehouse.at/", - "name": "Vintage Shop", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-17:00", - "operator": "Textile House Austria TH GmbH", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3476244, - 48.2065975 - ] - }, - "id": "node/11360566442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11361501034", - "addr:city": "Wien", - "addr:housenumber": "20", - "addr:postcode": "1090", - "addr:street": "Berggasse", - "charity": "yes", - "clothes": "yes", - "contact:phone": "+43 1 360640", - "contact:website": "https://www.volkshilfe-wien.at/vintage-shops/", - "name": "Volkshilfe Second Hand Shop", - "opening_hours": "Mo-Fr 10:00-18:00", - "operator": "Volkshilfe Wien gemeinnützige Betriebs-GmbH", - "recycling:clothes": "yes", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3633567, - 48.2184699 - ] - }, - "id": "node/11361501034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11387186670", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "27", - "addr:postcode": "1070", - "addr:street": "Neubaugasse", - "name": "WIER IM HOF", - "shop": "clothes", - "website": "https://www.wier.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3488491, - 48.2010503 - ] - }, - "id": "node/11387186670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11444794269", - "addr:housenumber": "20", - "addr:postcode": "1010", - "addr:street": "Fleischmarkt", - "name": "Sock Atomica Fun Fashion", - "opening_hours": "Mo-Su 10:00-21:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3779341, - 48.2102741 - ] - }, - "id": "node/11444794269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11469000592", - "addr:housenumber": "7-8", - "addr:street": "Columbusplatz", - "check_date": "2023-12-30", - "check_date:opening_hours": "2024-06-11", - "level": "1", - "name": "Zeeman", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3753378, - 48.1824041 - ] - }, - "id": "node/11469000592" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11469000593", - "addr:housenumber": "7-8", - "addr:street": "Columbusplatz", - "brand": "KiK", - "brand:wikidata": "Q883965", - "check_date": "2023-12-30", - "level": "1", - "name": "KiK", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3757778, - 48.1823802 - ] - }, - "id": "node/11469000593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11508425340", - "contact:phone": "+43 664 99786941", - "name": "Kapten & Son Store Vienna", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3497235, - 48.1992298 - ] - }, - "id": "node/11508425340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11553461869", - "name": "Retroschatz", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3488152, - 48.204355 - ] - }, - "id": "node/11553461869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11565051363", - "addr:housenumber": "13", - "addr:street": "Hernalser Hauptstraße", - "check_date": "2024-01-29", - "name": "Country Western Gala Bekleidung", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3398668, - 48.2167007 - ] - }, - "id": "node/11565051363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11573604619", - "addr:housenumber": "84", - "addr:street": "Mariahilfer Straße", - "check_date": "2024-01-31", - "name": "Jones", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3479419, - 48.1977557 - ] - }, - "id": "node/11573604619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11573604620", - "addr:housenumber": "90", - "addr:street": "Mariahilfer Straße", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "check_date": "2024-01-31", - "name": "Snipes", - "opening_hours": "Mo-We 10:00-19:00; Th,Fr 10:00-20:00; Sa 10:00-18:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3460373, - 48.1973031 - ] - }, - "id": "node/11573604620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11573604621", - "addr:housenumber": "92", - "addr:street": "Mariahilfer Straße", - "brand": "BRAX", - "brand:wikidata": "Q110065395", - "check_date": "2024-09-29", - "check_date:opening_hours": "2024-09-29", - "name": "BRAX", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3457321, - 48.1972261 - ] - }, - "id": "node/11573604621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11574037671", - "brand": "Ernsting's family", - "brand:wikidata": "Q1361016", - "check_date": "2024-03-12", - "level": "0", - "name": "Ernsting's family", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00; Su off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3260123, - 48.1833877 - ] - }, - "id": "node/11574037671" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11660357335", - "addr:city": "Wien", - "addr:housenumber": "15", - "addr:postcode": "1010", - "addr:street": "Schulerstraße", - "name": "Syrup", - "opening_hours": "Tu-Fr 11:00-19:00; Mo,Sa 11:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3762973, - 48.2080595 - ] - }, - "id": "node/11660357335" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11663095846", - "check_date": "2024-02-25", - "clothes": "hats", - "name": "Nomade Moderne", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3619504, - 48.1979542 - ] - }, - "id": "node/11663095846" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673680705", - "addr:housenumber": "134", - "addr:street": "Margaretengürtel", - "check_date": "2024-02-28", - "clothes": "workwear", - "name": "Yurt-Tex", - "opening_hours": "Mo-Th 09:00-19:00; Fr 09:00-12:30,14:00-19:00; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.345039, - 48.1856395 - ] - }, - "id": "node/11673680705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11682582605", - "addr:housenumber": "40", - "addr:street": "Arbeitergasse", - "check_date": "2024-03-01", - "name": "Maria Mode", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.348376, - 48.1849819 - ] - }, - "id": "node/11682582605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11734531085", - "addr:city": "Wien", - "addr:housenumber": "155", - "addr:postcode": "1140", - "addr:street": "Hütteldorfer Straße", - "clothes": "women", - "name": "Magnolia", - "opening_hours": "Mo-We 09:00-19:00; Th-Fr 09:00-20:00; Sa 09:00-18:00; PH off", - "phone": "+43 1 7866979", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3039118, - 48.1982353 - ] - }, - "id": "node/11734531085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11736806712", - "name": "Mod & Bag", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3639479, - 48.2118081 - ] - }, - "id": "node/11736806712" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11736807184", - "check_date:opening_hours": "2024-10-13", - "name": "Pulloveria", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3683777, - 48.2098008 - ] - }, - "id": "node/11736807184" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11736816682", - "name": "Bständig", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3637884, - 48.211957 - ] - }, - "id": "node/11736816682" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11746684504", - "addr:housenumber": "68", - "addr:street": "Währinger Straße", - "check_date": "2024-03-19", - "clothes": "wedding", - "name": "Elisa Malec", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 11:00-14:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.351481, - 48.2235553 - ] - }, - "id": "node/11746684504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11763723423", - "name": "Outlet Jones", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3298521, - 48.1778362 - ] - }, - "id": "node/11763723423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11782176011", - "name": "Asien-Haus", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.322302, - 48.2214161 - ] - }, - "id": "node/11782176011" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11818478092", - "addr:city": "Wien", - "addr:housenumber": "135", - "addr:postcode": "1140", - "addr:street": "Hütteldorfer Straße", - "email": "office@konopitzky.at", - "name": "Konopitzky", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "operator": "Michael Alexander Konopitzky", - "phone": "+43 1 9824174", - "shop": "bag", - "website": "https://konopitzky.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.308864, - 48.1988878 - ] - }, - "id": "node/11818478092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11827401993", - "name": "Elaya Boutique", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3076058, - 48.1988811 - ] - }, - "id": "node/11827401993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11833268401", - "brand": "New Yorker", - "brand:wikidata": "Q706421", - "brand:wikipedia": "en:New Yorker (clothing)", - "check_date:opening_hours": "2024-04-27", - "level": "-1;0", - "location": "underground", - "name": "New Yorker", - "opening_hours": "Mo-Fr 09:00-21:00, Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3762718, - 48.1852095 - ] - }, - "id": "node/11833268401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11866527968", - "brand": "Peek & Cloppenburg", - "brand:wikidata": "Q2066959", - "name": "Peek & Cloppenburg", - "opening_hours": "10:00-20:00", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "phone": "+4313854192", - "shop": "clothes", - "toilets:wheelchair": "yes", - "website": "https://www.peek-cloppenburg.at/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3552132, - 48.2004822 - ] - }, - "id": "node/11866527968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11879368876", - "addr:housenumber": "12", - "addr:street": "Seilergasse", - "brand": "Scotch & Soda", - "brand:wikidata": "Q17141914", - "check_date": "2024-05-04", - "name": "Scotch & Soda", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3705318, - 48.2070086 - ] - }, - "id": "node/11879368876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11879368877", - "addr:housenumber": "12", - "addr:street": "Seilergasse", - "brand": "Stefanel", - "brand:wikidata": "Q2338087", - "check_date": "2024-05-04", - "clothes": "women", - "name": "Stefanel", - "opening_hours": "Mo-Th 10:00-18:30; Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3705823, - 48.2070974 - ] - }, - "id": "node/11879368877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11935517130", - "clothes": "fashion;women", - "name": "karin kasaj", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00; PH, Su off", - "second_hand": "no", - "shop": "clothes", - "website": "https://www.karinkasaj.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3454981, - 48.2258764 - ] - }, - "id": "node/11935517130" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11950436994", - "name": "d'Ambrosio", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3713213, - 48.2096111 - ] - }, - "id": "node/11950436994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11958516325", - "addr:city": "Wien", - "addr:housenumber": "23", - "addr:postcode": "1040", - "addr:street": "Gußhausstraße", - "addr:unit": "1", - "name": "Marcy Vintage", - "opening_hours": "Mo-Fr 09:00-19:30; Sa 09:00-18:00", - "payment:american_express": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+43 699 19547524", - "second_hand": "yes", - "shop": "clothes", - "website": "https://www.marcy-vintage.at/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3712884, - 48.1970411 - ] - }, - "id": "node/11958516325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11962497369", - "addr:postcode": "1070", - "name": "Glein Atelier & Shop", - "opening_hours": "Tu-Sa 12:00-18:00", - "phone": "+43670 6048662", - "shop": "clothes", - "website": "https://glein.wien/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3529564, - 48.2054624 - ] - }, - "id": "node/11962497369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11977941229", - "name": "Kofferwelt.at by Konopitzky", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3096874, - 48.1988938 - ] - }, - "id": "node/11977941229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11983650389", - "name": "Boutique Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3778131, - 48.175664 - ] - }, - "id": "node/11983650389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11983659372", - "name": "Lifestyle", - "opening_hours": "Mo-Sa 08:00-19:00; Su,PH off", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3776624, - 48.1760194 - ] - }, - "id": "node/11983659372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12020222927", - "addr:city": "Wien", - "addr:housenumber": "55", - "addr:postcode": "1120", - "addr:street": "Meidlinger Hauptstraße", - "name": "Roberto & Sons Outlet", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3301886, - 48.1767495 - ] - }, - "id": "node/12020222927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12059970307", - "name": "Hypenedz", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3724632, - 48.2061719 - ] - }, - "id": "node/12059970307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12059979581", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.369905, - 48.2051877 - ] - }, - "id": "node/12059979581" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12059983053", - "brand": "Marc O'Polo", - "brand:wikidata": "Q1892752", - "check_date": "2024-11-22", - "name": "Marc O'Polo", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; Su,PH off", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3718713, - 48.2073087 - ] - }, - "id": "node/12059983053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12059983947", - "name": "Windsor", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3708538, - 48.2075561 - ] - }, - "id": "node/12059983947" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12061189862", - "addr:city": "Wien", - "addr:country": "AT", - "addr:housenumber": "18-20", - "addr:postcode": "1090", - "addr:street": "Währinger Gürtel", - "level": "5", - "name": "MedUni Shop", - "opening_hours": "Mo-Fr 06:30-17:30; PH off", - "shop": "clothes", - "website": "https://www.meduniwien.ac.at/web/meduni-shop/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3446365, - 48.2198925 - ] - }, - "id": "node/12061189862" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12061821294", - "name": "La Rose", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3716613, - 48.2062422 - ] - }, - "id": "node/12061821294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12061867805", - "brand": "Gerry Weber", - "brand:wikidata": "Q873447", - "name": "Gerry Weber", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3706174, - 48.2084108 - ] - }, - "id": "node/12061867805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12061880270", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "name": "Chanel", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3686076, - 48.2097096 - ] - }, - "id": "node/12061880270" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12061886881", - "brand": "Balenciaga", - "brand:wikidata": "Q1530892", - "name": "Balenciaga", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3688831, - 48.2105637 - ] - }, - "id": "node/12061886881" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12064562802", - "brand": "Bershka", - "brand:wikidata": "Q827258", - "check_date": "2024-07-20", - "level": "0", - "name": "Bershka", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3532013, - 48.1998158 - ] - }, - "id": "node/12064562802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12064703316", - "name": "Kettner", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.369258, - 48.2065879 - ] - }, - "id": "node/12064703316" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12064713174", - "check_date": "2024-10-03", - "level": "0", - "name": "Flamm", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.370346, - 48.2061947 - ] - }, - "id": "node/12064713174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12078296523", - "addr:housenumber": "4", - "addr:street": "Museumstraße", - "check_date": "2024-07-28", - "clothes": "socks", - "name": "Socks & Souvenirs", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3577697, - 48.2055197 - ] - }, - "id": "node/12078296523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12111022617", - "name": "Patrizia Pepe HUB", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3724138, - 48.2097859 - ] - }, - "id": "node/12111022617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12140506759", - "name": "Harris Tweed", - "opening_hours": "Tu-Fr 11:00-17:30; Sa 11:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3742934, - 48.2050189 - ] - }, - "id": "node/12140506759" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12140521974", - "name": "Christian Seibold", - "opening_hours": "Tu-Fr 10:00-18:00; Sa 10:00-15:00", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3747139, - 48.2053648 - ] - }, - "id": "node/12140521974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12140546650", - "name": "Tina blue", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3751859, - 48.2056707 - ] - }, - "id": "node/12140546650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12140555106", - "name": "Fürst", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3740757, - 48.2045618 - ] - }, - "id": "node/12140555106" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12165787701", - "addr:housenumber": "75", - "addr:postcode": "1120", - "addr:street": "Meidlinger Hauptstraße", - "email": "eurobags@hotmail.com", - "name": "TRÉS CHIC", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "outdoor_seating": "no", - "phone": "068184341669", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.330049, - 48.1757219 - ] - }, - "id": "node/12165787701" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12165812201", - "addr:postcode": "1120", - "name": "ROBERTO SCHUHE", - "opening_hours": "Mo-Sa 09:30-18:00", - "outdoor_seating": "no", - "phone": "+4318179668", - "shop": "shoes", - "website": "http://www.roberto-schuhe.at" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.329973, - 48.1764853 - ] - }, - "id": "node/12165812201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12165849501", - "addr:housenumber": "23-25", - "addr:postcode": "1120", - "addr:street": "Meidlinger Hauptstraße", - "brand": "NKD", - "brand:wikidata": "Q927272", - "name": "NKD", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "outdoor_seating": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3298213, - 48.1804712 - ] - }, - "id": "node/12165849501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12188611805", - "addr:housenumber": "184", - "addr:postcode": "1160", - "addr:street": "Ottakringer Straße", - "contact:facebook": "torland.jeans", - "contact:instagram": "torland_jeans", - "email": "shop-ottakring@torland.eu", - "name": "Torland", - "opening_hours": "We-Fr 13:30-18:30; Sa 10:00-13:00", - "phone": "+43 1 402 9707", - "shop": "clothes", - "website": "https://torland.eco/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3134647, - 48.2135943 - ] - }, - "id": "node/12188611805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12201853769", - "check_date": "2024-09-26", - "level": "0", - "name": "Liska", - "opening_hours": "Mo-Fr 09:30-18:30; Sa-Su,PH off", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3701093, - 48.2082762 - ] - }, - "id": "node/12201853769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12201853773", - "check_date": "2024-09-24", - "level": "0;1", - "name": "Cocoon", - "opening_hours": "Mo-Fr 10:00-14:00,14:30-18:00; Sa 11:00-17:00; Su,PH off", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3709167, - 48.2072031 - ] - }, - "id": "node/12201853773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12201853774", - "check_date": "2024-09-26", - "level": "0", - "name": "Boutique Casa Nova", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3777085, - 48.2080567 - ] - }, - "id": "node/12201853774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12201853775", - "check_date": "2024-09-26", - "level": "0", - "name": "American Vintage", - "opening_hours": "Mo-Sa 11:00-18:00; Su,PH off", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3711964, - 48.2098256 - ] - }, - "id": "node/12201853775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12201853776", - "check_date": "2024-09-26", - "level": "0", - "name": "Biocina", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3709134, - 48.2099529 - ] - }, - "id": "node/12201853776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12218392809", - "check_date": "2024-10-03", - "level": "0", - "name": "Sebago", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3705648, - 48.2063933 - ] - }, - "id": "node/12218392809" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12218392813", - "check_date": "2024-10-03", - "level": "0", - "name": "Iris v Arnim", - "payment:cash": "yes", - "payment:maestro": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3702833, - 48.2059164 - ] - }, - "id": "node/12218392813" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12222053300", - "brand": "Palmers", - "brand:wikidata": "Q1509985", - "name": "Palmers", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3197128, - 48.1991749 - ] - }, - "id": "node/12222053300" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12237540625", - "name": "Vermani", - "opening_hours": "Mo-Fr 09:30-12:00,15:00-18:00; Sa 10:00-12:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.304435, - 48.1889324 - ] - }, - "id": "node/12237540625" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12239492803", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3311657, - 48.2095812 - ] - }, - "id": "node/12239492803" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12239495994", - "name": "Boutique", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3257095, - 48.2104072 - ] - }, - "id": "node/12239495994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12252686771", - "level": "0", - "name": "Taoma", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3948234, - 48.1988821 - ] - }, - "id": "node/12252686771" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12252688111", - "level": "0", - "name": "Fellhof", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3952679, - 48.1993733 - ] - }, - "id": "node/12252688111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12252723706", - "name": "Vintage Shop", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.393213, - 48.2004782 - ] - }, - "id": "node/12252723706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12254645746", - "name": "Henny Abraham", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3650848, - 48.1972956 - ] - }, - "id": "node/12254645746" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12289832928", - "name": "Die Nabe", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3172698, - 48.210364 - ] - }, - "id": "node/12289832928" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12299023162", - "addr:city": "Wien", - "addr:housenumber": "100/1/R01", - "addr:postcode": "1120", - "addr:street": "Hetzendorfer Straße", - "clothes": "women;children", - "name": "Secondhandsome", - "opening_hours": "Mo-We 09:30-15:30; Th-Fr 09:30-18:00; Sa[1]; PH off", - "phone": "+43 670 20 30 60 2", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.secondhandsome.at/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3070393, - 48.1675546 - ] - }, - "id": "node/12299023162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12300080337", - "name": "Woolworth", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3256007, - 48.1835267 - ] - }, - "id": "node/12300080337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12306888561", - "name": "Ekimtex", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3759949, - 48.1779824 - ] - }, - "id": "node/12306888561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12306890070", - "name": "Uniface", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3754564, - 48.1780504 - ] - }, - "id": "node/12306890070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12359905549", - "addr:housenumber": "5", - "addr:street": "Herrengasse", - "check_date": "2024-11-20", - "name": "Rasper Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 16.3661485, - 48.2087302 - ] - }, - "id": "node/12359905549" - } - ] -} \ No newline at end of file diff --git a/backend/src/sandbox/winterthur_data.json b/backend/src/sandbox/winterthur_data.json deleted file mode 100644 index 3abfef7..0000000 --- a/backend/src/sandbox/winterthur_data.json +++ /dev/null @@ -1,2844 +0,0 @@ -{ - "type": "FeatureCollection", - "generator": "overpass-turbo", - "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.", - "timestamp": "2024-12-02T21:19:01Z", - "features": [ - { - "type": "Feature", - "properties": { - "@id": "node/246249876", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "3", - "addr:postcode": "8400", - "addr:street": "Marktgasse", - "alt_name": "H&M Marktgasse", - "branch": "Winterthur Marktgasse", - "brand": "H&M", - "brand:wikidata": "Q188326", - "check_date:opening_hours": "2024-04-29", - "name": "H&M", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "operator": "H&M Hennes & Mauritz", - "shop": "clothes", - "website": "https://www2.hm.com/de_ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7306341, - 47.4997847 - ] - }, - "id": "node/246249876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/568000415", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "10", - "addr:postcode": "8400", - "addr:street": "Marktgasse", - "check_date:opening_hours": "2024-06-02", - "name": "Anouk", - "opening_hours": "Mo-We,Fr 10:00-18:30; Th 10:00-20:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7303382, - 47.4999057 - ] - }, - "id": "node/568000415" - }, - { - "type": "Feature", - "properties": { - "@id": "node/568000421", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "4", - "addr:postcode": "8400", - "addr:street": "Marktgasse", - "name": "Metro Boutique", - "opening_hours": "Th 09:00-20:00; Sa 09:00-17:00; Mo 10:00-18:30; Tu,We 09:00-18:30; Fr 09:00-18:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7305896, - 47.4999371 - ] - }, - "id": "node/568000421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/568000427", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "30", - "addr:postcode": "8400", - "addr:street": "Marktgasse", - "name": "Nile", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:30-17:00", - "operator": "Tom Tailor", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.729399, - 47.4997884 - ] - }, - "id": "node/568000427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/568000486", - "name": "Nile", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:30-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7294439, - 47.4996412 - ] - }, - "id": "node/568000486" - }, - { - "type": "Feature", - "properties": { - "@id": "node/568021143", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "50", - "addr:postcode": "8400", - "addr:street": "Marktgasse", - "check_date": "2023-06-29", - "check_date:opening_hours": "2023-08-14", - "name": "Perosa", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7285055, - 47.4996961 - ] - }, - "id": "node/568021143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/568021145", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "48", - "addr:postcode": "8400", - "addr:street": "Marktgasse", - "check_date:opening_hours": "2024-06-02", - "name": "ecla", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:30-17:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7285898, - 47.499705 - ] - }, - "id": "node/568021145" - }, - { - "type": "Feature", - "properties": { - "@id": "node/568021157", - "check_date": "2023-06-29", - "name": "Jack Jones", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "operator": "Progres", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7292662, - 47.4996253 - ] - }, - "id": "node/568021157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/568449444", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "62", - "addr:postcode": "8400", - "addr:street": "Marktgasse", - "branch": "Winterthur", - "check_date": "2024-08-16", - "name": "Calida", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "shop": "clothes", - "website": "https://calida.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7280116, - 47.4996314 - ] - }, - "id": "node/568449444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/568449459", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "70", - "addr:postcode": "8400", - "addr:street": "Marktgasse", - "alt_name": "C&A Marktgasse", - "branch": "Winterthur Marktgasse", - "brand": "C&A", - "brand:wikidata": "Q701338", - "name": "C&A", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "operator": "C&A Mode", - "shop": "clothes", - "website": "https://www.c-and-a.com/ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7276396, - 47.4996109 - ] - }, - "id": "node/568449459" - }, - { - "type": "Feature", - "properties": { - "@id": "node/568449504", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "66", - "addr:postcode": "8400", - "addr:street": "Marktgasse", - "check_date:opening_hours": "2024-03-06", - "name": "InterSport Siro", - "opening_hours": "Tu-Fr 09:00-18:30; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7278865, - 47.499612 - ] - }, - "id": "node/568449504" - }, - { - "type": "Feature", - "properties": { - "@id": "node/568458243", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "59", - "addr:postcode": "8400", - "addr:street": "Marktgasse", - "alt_name": "Zebra Winterthur", - "branch": "Winterthur Marktgasse", - "brand": "Zebra", - "check_date:opening_hours": "2024-02-24", - "clothes": "women", - "name": "Zebra", - "opening_hours": "Mo-We,Fr 09:00-18:30; Sa 09:00-17:00; Th 09:00-20:00", - "operator": "Zebra Fashion", - "shop": "clothes", - "website": "https://www.zebrafashion.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7267759, - 47.4993312 - ] - }, - "id": "node/568458243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/568461916", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "76", - "addr:postcode": "8400", - "addr:street": "Marktgasse", - "check_date:opening_hours": "2024-03-01", - "name": "Vero Moda", - "opening_hours": "Mo-We,Fr 09:00-18:30; Sa 09:00-17:00; PH off; Th 09:00-20:00", - "operator": "Bestseller", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7269655, - 47.4994986 - ] - }, - "id": "node/568461916" - }, - { - "type": "Feature", - "properties": { - "@id": "node/568461941", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "80", - "addr:postcode": "8400", - "addr:street": "Marktgasse", - "alt_name": "PKZ Men Winterthur", - "branch": "Winterthur Herrenmode", - "brand": "PKZ", - "brand:wikidata": "Q1661717", - "check_date:opening_hours": "2024-03-26", - "clothes": "men", - "name": "PKZ Men", - "opening_hours": "Mo-We,Fr 09:00-18:30; Sa 09:00-17:00; PH closed; Th 09:00-21:00", - "operator": "PKZ Burger-Kehl & Co.", - "shop": "clothes", - "website": "https://www.pkz.ch/de/36-storelocator?sid=9", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7266559, - 47.4994517 - ] - }, - "id": "node/568461941" - }, - { - "type": "Feature", - "properties": { - "@id": "node/599553640", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "4", - "addr:postcode": "8400", - "addr:street": "Untertor", - "brand": "Bonita", - "brand:wikidata": "Q892598", - "brand:wikipedia": "de:Bonita (Unternehmen)", - "check_date": "2023-06-29", - "check_date:opening_hours": "2024-02-24", - "name": "Bonita", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7261096, - 47.4993898 - ] - }, - "id": "node/599553640" - }, - { - "type": "Feature", - "properties": { - "@id": "node/599553647", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "6", - "addr:postcode": "8400", - "addr:street": "Untertor", - "check_date:opening_hours": "2024-02-24", - "name": "hunkemöller", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7260242, - 47.4993871 - ] - }, - "id": "node/599553647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/599556729", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "10", - "addr:postcode": "8400", - "addr:street": "Untertor", - "check_date:opening_hours": "2024-02-24", - "name": "Botty", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00; PH off", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7258136, - 47.4993608 - ] - }, - "id": "node/599556729" - }, - { - "type": "Feature", - "properties": { - "@id": "node/599556732", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "28", - "addr:postcode": "8400", - "addr:street": "Untertor", - "brand": "Marc O'Polo", - "brand:wikidata": "Q1892752", - "brand:wikipedia": "en:Marc O'Polo", - "name": "Marc O'Polo", - "opening_hours": "Mo-Fr 09:00-18:30; PH off; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7250442, - 47.4993251 - ] - }, - "id": "node/599556732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/599556734", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "22", - "addr:postcode": "8400", - "addr:street": "Untertor", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "brand:wikipedia": "de:Snipes (Unternehmen)", - "check_date": "2024-10-21", - "name": "Snipes", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 09:00-17:00; PH off", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7253224, - 47.4993214 - ] - }, - "id": "node/599556734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/599561751", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "19", - "addr:postcode": "8400", - "addr:street": "Untertor", - "branch": "Winterthur Untertor", - "brand": "Walder", - "check_date:opening_hours": "2024-04-05", - "name": "Walder Schuhe", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "operator": "Schuhhaus Walder", - "shop": "shoes", - "website": "https://www.walder.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7253547, - 47.4991558 - ] - }, - "id": "node/599561751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/599561758", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "11", - "addr:postcode": "8400", - "addr:street": "Untertor", - "alt_name": "WE Untertor", - "branch": "Winterthur Untertor", - "brand": "WE", - "brand:wikidata": "Q1987861", - "brand:wikipedia": "en:WE (clothing)", - "check_date": "2023-10-17", - "name": "WE", - "opening_hours": "Mo-Fr 09:00-18:30; Th 09:00-21:00; Sa 09:00-17:00", - "operator": "WE Switzerland Fashion", - "shop": "clothes", - "website": "https://www.wefashion.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7256352, - 47.4991743 - ] - }, - "id": "node/599561758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/599561760", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "23", - "addr:postcode": "8400", - "addr:street": "Untertor", - "brand": "Dosenbach", - "brand:wikidata": "Q2677329", - "brand:wikipedia": "de:Dosenbach-Ochsner", - "check_date:opening_hours": "2024-10-21", - "name": "Dosenbach", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "website": "https://stores.dosenbach.ch/zuerich/winterthur/untertor-21-25.html", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7251561, - 47.4991383 - ] - }, - "id": "node/599561760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/599568284", - "check_date:opening_hours": "2024-02-24", - "name": "Tally Weijl", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7274455, - 47.4994164 - ] - }, - "id": "node/599568284" - }, - { - "type": "Feature", - "properties": { - "@id": "node/675161648", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "101", - "addr:postcode": "8400", - "addr:street": "Stadthausstrasse", - "check_date:opening_hours": "2024-03-05", - "name": "Laurus Damenmode", - "opening_hours": "Mo 13:30-18:00; Tu-Fr 09:00-12:30,13:30-18:00; Sa 09:00-12:00,13:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7278316, - 47.499971 - ] - }, - "id": "node/675161648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/675161661", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "117", - "addr:postcode": "8400", - "addr:street": "Stadthausstrasse", - "check_date:opening_hours": "2024-10-23", - "name": "Vero Moda", - "opening_hours": "Mo-We,Fr 09:00-18:30; Th 09:00-20:00; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7268627, - 47.4998257 - ] - }, - "id": "node/675161661" - }, - { - "type": "Feature", - "properties": { - "@id": "node/687081103", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "12a", - "addr:postcode": "8400", - "addr:street": "Stadthausstrasse", - "check_date:opening_hours": "2024-06-02", - "name": "Gerry Weber", - "opening_hours": "Mo-Fr 09:00-18:30,09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7270314, - 47.5002109 - ] - }, - "id": "node/687081103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/687625767", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "81", - "addr:postcode": "8400", - "addr:street": "Stadthausstrasse", - "check_date:opening_hours": "2024-04-02", - "name": "Andra Lingerie", - "opening_hours": "Mo 10:00-18:30; Tu-Fr 09:00-18:30; Sa 09:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.728679, - 47.5000686 - ] - }, - "id": "node/687625767" - }, - { - "type": "Feature", - "properties": { - "@id": "node/687625811", - "craft": "key_cutter", - "name": "G. Fulginiti", - "opening_hours": "Mo 14:00-18:30; Tu-Fr 09:00-12:00,13:30-18:30; Sa 09:00-12:30,13:00-16:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7285082, - 47.5000535 - ] - }, - "id": "node/687625811" - }, - { - "type": "Feature", - "properties": { - "@id": "node/702958467", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "1", - "addr:postcode": "8400", - "addr:street": "Kasinostrasse", - "check_date:opening_hours": "2024-02-24", - "name": "Casino Fashion", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7262367, - 47.4995719 - ] - }, - "id": "node/702958467" - }, - { - "type": "Feature", - "properties": { - "@id": "node/706203436", - "check_date:opening_hours": "2024-04-19", - "clothes": "oversize", - "description": "Trendmode ab Grösse 40", - "level": "0", - "name": "Misura Plus", - "opening_hours": "Mo-Fr 09:00-12:00,13:30-18:00; Sa 09:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7258107, - 47.5002799 - ] - }, - "id": "node/706203436" - }, - { - "type": "Feature", - "properties": { - "@id": "node/708997935", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "9", - "addr:postcode": "8400", - "addr:street": "Steinberggasse", - "check_date:opening_hours": "2023-08-10", - "name": "Alpaca", - "opening_hours:signed": "no", - "shop": "clothes", - "website": "https://www.alpaca.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7299793, - 47.498223 - ] - }, - "id": "node/708997935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/709022321", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "4", - "addr:postcode": "8400", - "addr:street": "Steinberggasse", - "name": "Hut Art", - "opening_hours": "Tu,Th 10:00-18:00; We 10:00-12:00,13:30-18:00; Fr,Sa 10:00-16:00", - "shop": "clothes", - "website": "http://www.hutart.eu" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7299338, - 47.4984058 - ] - }, - "id": "node/709022321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/709026495", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "33", - "addr:postcode": "8400", - "addr:street": "Steinberggasse", - "name": "Nünlist", - "opening_hours": "Tu-Fr 09:00-12:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7287304, - 47.4981568 - ] - }, - "id": "node/709026495" - }, - { - "type": "Feature", - "properties": { - "@id": "node/712608600", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "49", - "addr:postcode": "8400", - "addr:street": "Steinberggasse", - "check_date": "2023-07-07", - "check_date:opening_hours": "2023-07-08", - "name": "Sissi", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.727876, - 47.4980646 - ] - }, - "id": "node/712608600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/712608662", - "check_date": "2023-07-07", - "name": "Chez Matos", - "opening_hours": "Tu,We,Fr 10:00-18:30; Th 13:30-18:30; Sa 09:30-16:00", - "shop": "clothes", - "website": "https://www.chezmatos.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7275057, - 47.498104 - ] - }, - "id": "node/712608662" - }, - { - "type": "Feature", - "properties": { - "@id": "node/712608780", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "54", - "addr:postcode": "8400", - "addr:street": "Steinberggasse", - "name": "Caritas", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "second_hand": "yes", - "shop": "clothes", - "website": "https://www.caritas-zuerich.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7272327, - 47.4983539 - ] - }, - "id": "node/712608780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/731833445", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "70", - "addr:postcode": "8400", - "addr:street": "Technikumstrasse", - "check_date": "2023-07-01", - "name": "Lieblingsmarkt", - "opening_hours": "Tu-Fr 10:00-18:30; Sa 10:00-16:00", - "phone": "+41 52 214 15 15", - "second_hand": "yes", - "shop": "clothes", - "website": "https://lieblingsmarkt.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7270559, - 47.4979513 - ] - }, - "id": "node/731833445" - }, - { - "type": "Feature", - "properties": { - "@id": "node/749913584", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "7", - "addr:postcode": "8400", - "addr:street": "Metzggasse", - "name": "Crazy-Dress", - "opening_hours": "Tu-Fr 09:00-18:30; Sa 09:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7277445, - 47.4985686 - ] - }, - "id": "node/749913584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/749913710", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "15", - "addr:postcode": "8400", - "addr:street": "Metzggasse", - "name": "Boutique M", - "opening_hours": "Tu-Fr 09:30-18:30; Mo 11:00-18:30; Sa 09:30-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7276519, - 47.4987981 - ] - }, - "id": "node/749913710" - }, - { - "type": "Feature", - "properties": { - "@id": "node/749928340", - "check_date": "2023-06-24", - "name": "Corti's Dance Shop", - "opening_hours": "Tu-Fr 14:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.728748, - 47.4984046 - ] - }, - "id": "node/749928340" - }, - { - "type": "Feature", - "properties": { - "@id": "node/752047108", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "8", - "addr:postcode": "8400", - "addr:street": "Metzggasse", - "check_date:opening_hours": "2024-09-08", - "name": "Hang Loose", - "opening_hours": "Mo 13:30-18:30; Tu,Fr 09:00-18:30; We,Th 09:30-18:30; Sa 09:30-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7280038, - 47.4986193 - ] - }, - "id": "node/752047108" - }, - { - "type": "Feature", - "properties": { - "@id": "node/752047121", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "1", - "addr:postcode": "8400", - "addr:street": "Garnmarkt", - "level": "0", - "name": "Además", - "opening_hours": "Tu-Fr 09:30-18:30; Sa 09:30-17:00; PH off", - "shop": "clothes", - "website": "https://www.ademas.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7279465, - 47.4988305 - ] - }, - "id": "node/752047121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/763519338", - "check_date:opening_hours": "2023-07-08", - "name": "Gangart", - "opening_hours": "Tu-Fr 10:00-18:30, Sa 10:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7312533, - 47.498217 - ] - }, - "id": "node/763519338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/763519342", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "1", - "addr:postcode": "8400", - "addr:street": "Holderplatz", - "name": "JL Clothing", - "opening_hours": "Tu-Fr 10:00-18:30; Sa 09:00-17:00; PH off", - "shop": "clothes", - "website": "https://www.jlclothing.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.730759, - 47.4980783 - ] - }, - "id": "node/763519342" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1519474188", - "name": "DressPoint", - "opening_hours": "Mo-Fr 08:30-19:00; Sa 08:00-18:00; PH off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7627411, - 47.4850369 - ] - }, - "id": "node/1519474188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1519474221", - "brand": "Blackout", - "brand:wikidata": "Q118074688", - "name": "Blackout", - "opening_hours": "Mo-Fr 08:30-19:00; Sa 08:00-18:00; PH off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7629155, - 47.4852614 - ] - }, - "id": "node/1519474221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1519474228", - "addr:city": "Winterthur", - "addr:housenumber": "40", - "addr:postcode": "8405", - "addr:street": "Hinterdorfstrasse", - "clothes": "women;men;denim", - "level": "0", - "name": "Picaldi Jeans", - "opening_hours": "Mo-Fr 08:30-19:00; Sa 08:00-18:00; PH off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7622996, - 47.485161 - ] - }, - "id": "node/1519474228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2324730440", - "addr:city": "Winterthur", - "addr:housenumber": "51", - "addr:postcode": "8406", - "addr:street": "Zürcherstrasse", - "alt_name": "H&M Lokwerk", - "branch": "Winterthur Lokwerk", - "brand": "H&M", - "brand:wikidata": "Q188326", - "check_date": "2023-09-02", - "level": "1", - "name": "H&M", - "operator": "H&M Hennes & Mauritz", - "shop": "clothes", - "website": "https://www2.hm.com/de_ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7130515, - 47.4950993 - ] - }, - "id": "node/2324730440" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2398298171", - "addr:city": "Winterthur", - "addr:housenumber": "105", - "addr:postcode": "8400", - "addr:street": "Stadthausstrasse", - "alt_name": "C&A Marktgasse", - "branch": "Winterthur Marktgasse", - "brand": "C&A", - "brand:wikidata": "Q701338", - "name": "C&A", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "operator": "C&A Mode", - "shop": "clothes", - "website": "https://www.c-and-a.com/ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7275781, - 47.4999477 - ] - }, - "id": "node/2398298171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2546033387", - "check_date:opening_hours": "2024-10-02", - "clothes": "men", - "name": "Dress Store", - "opening_hours": "Tu-Fr 09:00-12:00,13:30-18:30; Sa 09:00-16:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7256499, - 47.5012746 - ] - }, - "id": "node/2546033387" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3124969723", - "check_date:opening_hours": "2024-06-02", - "name": "Deans", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:00-17:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7281435, - 47.4996595 - ] - }, - "id": "node/3124969723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3124971030", - "addr:city": "Winterthur", - "addr:housenumber": "17", - "addr:postcode": "8400", - "addr:street": "Untertor", - "check_date:opening_hours": "2024-03-06", - "name": "Chîcorée", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00; Su off", - "shop": "clothes", - "website": "https://chicoree.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7254891, - 47.4991621 - ] - }, - "id": "node/3124971030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3124971031", - "level": "0", - "name": "TwiggyDee", - "opening_hours": "Tu-We,Fr 09:30-18:30; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7309143, - 47.4993311 - ] - }, - "id": "node/3124971031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3124971035", - "addr:city": "Winterthur", - "addr:housenumber": "37", - "addr:postcode": "8400", - "addr:street": "Obertor", - "clothes": "women;men;fashion", - "name": "ABSYNT", - "opening_hours": "Tu-Sa 12:00-17:00", - "phone": "+41 52 230 23 00", - "shop": "clothes", - "website": "https://absynt.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7314037, - 47.4999012 - ] - }, - "id": "node/3124971035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3466287754", - "level": "0", - "name": "moda obsession winterthur", - "opening_hours": "Mo-Fr 09:00-17:00", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7299838, - 47.5002134 - ] - }, - "id": "node/3466287754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3504804720", - "name": "Gehrig am Graben", - "opening_hours": "Tu-Fr 10:00-18:30; Sa 10:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7313236, - 47.4985036 - ] - }, - "id": "node/3504804720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3504804721", - "name": "upswing", - "opening_hours": "Tu-Fr 09:30-12:30,13:30-18:30; Sa 09:00-16:00", - "shop": "shoes", - "website": "https://www.upswing.ch/Standort-Winterthur" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7309128, - 47.4985337 - ] - }, - "id": "node/3504804721" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3646788104", - "check_date": "2023-04-06", - "check_date:opening_hours": "2024-04-17", - "name": "Botty", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.725846, - 47.4996886 - ] - }, - "id": "node/3646788104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4058248552", - "level": "0", - "name": "Fata Morgana Boutique", - "opening_hours": "Mo-Fr 10:00-13:00,14:00-18:30; Sa 10:00-17:00; PH closed", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7315166, - 47.500067 - ] - }, - "id": "node/4058248552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4081015787", - "addr:city": "Winterthur", - "addr:housenumber": "10", - "addr:postcode": "8400", - "addr:street": "Oberer Graben", - "name": "s'Zäni-Lädeli", - "opening_hours": "Tu-Fr 10:00-18:30; Sa 10:00-16:00", - "operator": "Brühlgut Stiftung", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7313465, - 47.498745 - ] - }, - "id": "node/4081015787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4081017589", - "addr:city": "Winterthur", - "addr:housenumber": "16", - "addr:postcode": "8400", - "addr:street": "Oberer Graben", - "name": "Spilag", - "opening_hours": "Mo 13:30-18:30; Tu-Fr 09:00-12:00,13:30-18:30; Sa 09:00-12:00,12:30-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7313707, - 47.4989142 - ] - }, - "id": "node/4081017589" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4083411847", - "addr:city": "Winterthur", - "addr:housenumber": "13", - "addr:postcode": "8400", - "addr:street": "Obergasse", - "name": "Nepomuk", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7302256, - 47.4988109 - ] - }, - "id": "node/4083411847" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4083411848", - "addr:city": "Winterthur", - "addr:housenumber": "4", - "addr:postcode": "8400", - "addr:street": "Schulgasse", - "name": "Segunda Mano", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7300352, - 47.4989758 - ] - }, - "id": "node/4083411848" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4083411852", - "addr:city": "Winterthur", - "addr:housenumber": "16", - "addr:postcode": "8400", - "addr:street": "Obergasse", - "name": "Schiesser Outlet Store", - "opening_hours": "Mo-Fr 09:00-18:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7304563, - 47.4988218 - ] - }, - "id": "node/4083411852" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4083411858", - "addr:city": "Winterthur", - "addr:housenumber": "32", - "addr:postcode": "8400", - "addr:street": "Obergasse", - "branch": "Winterthur Altstadt", - "brand": "Beldona", - "clothes": "women;underwear", - "name": "Beldona", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "operator": "Beldona", - "shop": "clothes", - "website": "https://www.beldona.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7304431, - 47.4993034 - ] - }, - "id": "node/4083411858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4083411861", - "addr:city": "Winterthur", - "addr:housenumber": "26", - "addr:postcode": "8400", - "addr:street": "Obergasse", - "name": "Kleidi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7304697, - 47.4990827 - ] - }, - "id": "node/4083411861" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4095400189", - "addr:city": "Winterthur", - "addr:housenumber": "2", - "addr:postcode": "8400", - "addr:street": "Archplatz", - "branch": "Winterthur Archhöfe", - "brand": "Zara", - "brand:wikidata": "Q147662", - "check_date": "2023-06-28", - "level": "0;1", - "name": "Zara", - "operator": "Zara Suisse", - "shop": "clothes", - "website": "https://www.zara.com/ch/de/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.724629, - 47.4982859 - ] - }, - "id": "node/4095400189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4104405295", - "addr:city": "Winterthur", - "addr:housenumber": "4", - "addr:postcode": "8400", - "addr:street": "Kirchplatz", - "name": "Retrospective", - "opening_hours": "We-Fr 10:00-18:00; Sa 10:00-16:30; PH off", - "phone": "+41 52 203 35 00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7290056, - 47.4992708 - ] - }, - "id": "node/4104405295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4347235403", - "name": "Les Gazelles", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7174095, - 47.5088529 - ] - }, - "id": "node/4347235403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4347235404", - "name": "Unikum", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7174189, - 47.5088032 - ] - }, - "id": "node/4347235404" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4358909993", - "addr:city": "Winterthur", - "addr:country": "CH", - "addr:housenumber": "24", - "addr:postcode": "8400", - "addr:street": "Marktgasse", - "level": "0", - "name": "Peterhans", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7296619, - 47.4998279 - ] - }, - "id": "node/4358909993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4395329575", - "name": "Luxury by JR", - "opening_hours": "Tu-Fr 13:00-19:00; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7434063, - 47.4926472 - ] - }, - "id": "node/4395329575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4395329795", - "name": "Albafashion", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7608684, - 47.4832326 - ] - }, - "id": "node/4395329795" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4395329796", - "name": "Majart", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7607952, - 47.4832996 - ] - }, - "id": "node/4395329796" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4456693159", - "name": "Outdoor & Travel Wear", - "opening_hours": "Tu-Fr 09:30-12:30,13:30-18:00; Sa 09:30-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7629678, - 47.496471 - ] - }, - "id": "node/4456693159" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4471606843", - "brand": "Dosenbach", - "brand:wikidata": "Q2677329", - "name": "Dosenbach", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7720671, - 47.5041114 - ] - }, - "id": "node/4471606843" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4486137540", - "brand": "Dosenbach", - "brand:wikidata": "Q2677329", - "level": "0", - "name": "Dosenbach", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7206804, - 47.5182124 - ] - }, - "id": "node/4486137540" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4486137541", - "addr:city": "Winterthur", - "addr:housenumber": "152", - "addr:postcode": "8400", - "addr:street": "Schaffhauserstrasse", - "alt_name": "H&M Rosenberg", - "branch": "Winterthur Rosenberg", - "brand": "H&M", - "brand:wikidata": "Q188326", - "level": "0;1", - "name": "H&M", - "operator": "H&M Hennes & Mauritz", - "shop": "clothes", - "website": "https://www2.hm.com/de_ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7203994, - 47.5179457 - ] - }, - "id": "node/4486137541" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4486137544", - "addr:city": "Winterthur", - "addr:housenumber": "152", - "addr:postcode": "8400", - "addr:street": "Schaffhauserstrasse", - "alt_name": "C&A Rosenberg", - "branch": "Winterthur Rosenberg", - "brand": "C&A", - "brand:wikidata": "Q701338", - "level": "1", - "name": "C&A", - "operator": "C&A Mode", - "shop": "clothes", - "website": "https://www.c-and-a.com/ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7199863, - 47.519135 - ] - }, - "id": "node/4486137544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4486137549", - "branch": "Winterthur Rosenberg", - "level": "1", - "name": "Tally Weijl", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.720595, - 47.5183955 - ] - }, - "id": "node/4486137549" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4486137550", - "level": "1", - "name": "Jack Jones", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7204266, - 47.5184431 - ] - }, - "id": "node/4486137550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4486137551", - "branch": "Winterthur Rosenberg", - "level": "1", - "name": "Vero Moda", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7205394, - 47.518157 - ] - }, - "id": "node/4486137551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4486137552", - "addr:city": "Winterthur", - "addr:housenumber": "152", - "addr:postcode": "8400", - "addr:street": "Schaffhauserstrasse", - "alt_name": "WE Rosenberg", - "branch": "Winterthur Rosenberg", - "brand": "WE", - "brand:wikidata": "Q1987861", - "level": "1", - "name": "WE", - "operator": "WE Switzerland Fashion", - "shop": "clothes", - "website": "https://www.wefashion.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7205116, - 47.5180378 - ] - }, - "id": "node/4486137552" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4486137553", - "branch": "Winterthur Rosenberg", - "check_date": "2024-06-05", - "level": "1", - "name": "Street One", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7199602, - 47.5188992 - ] - }, - "id": "node/4486137553" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4806499503", - "addr:city": "Winterthur", - "addr:housenumber": "34", - "addr:postcode": "8400", - "addr:street": "Wülflingerstrasse", - "check_date": "2023-07-07", - "level": "0", - "name": "Couture e moda Elena", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7178252, - 47.5052647 - ] - }, - "id": "node/4806499503" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4808524520", - "addr:city": "Winterthur", - "addr:housenumber": "19", - "addr:postcode": "8400", - "addr:street": "Obertor", - "check_date:opening_hours": "2024-06-02", - "clothes": "women", - "name": "ModeTor", - "opening_hours": "Tu-Fr 09:00-12:00,13:30-18:30; Sa 09:00-17:00", - "shop": "clothes", - "website": "https://www.modetor.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7320625, - 47.4999175 - ] - }, - "id": "node/4808524520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4808524922", - "addr:city": "Winterthur", - "addr:housenumber": "69", - "addr:postcode": "8400", - "addr:street": "Neuwiesenstrasse", - "check_date": "2023-07-01", - "name": "Ortho-Team", - "opening_hours": "Mo-Fr 08:00-12:30, 13:30-18:00", - "operator": "Ortho-Team Partner AG", - "shop": "shoes", - "website": "https://www.ortho-team.ch/standorte/winterthur/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7219408, - 47.5038367 - ] - }, - "id": "node/4808524922" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4818749102", - "addr:city": "Winterthur", - "addr:housenumber": "2", - "addr:postcode": "8400", - "addr:street": "Archplatz", - "branch": "Winterthur Archhöfe", - "check_date": "2023-06-29", - "level": "0", - "name": "Ochsner Shoes", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "website": "https://www.ochsner-shoes.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7246379, - 47.4978363 - ] - }, - "id": "node/4818749102" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4879419653", - "clothes": "costumes", - "name": "Kostümverleih Kunz", - "rental": "costumes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6942379, - 47.5102463 - ] - }, - "id": "node/4879419653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4951568732", - "clothes": "children", - "name": "only 4 kids & 4 your baby", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6931134, - 47.5106582 - ] - }, - "id": "node/4951568732" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4978196563", - "addr:city": "Winterthur", - "addr:housenumber": "3", - "addr:postcode": "8400", - "addr:street": "Obertor", - "clothes": "women", - "name": "Glückstheorie", - "opening_hours": "Tu-Fr 10:00-18:30; Sa 10:00-16:00", - "shop": "clothes", - "website": "https://www.glueckstheorie.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7331177, - 47.4999913 - ] - }, - "id": "node/4978196563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4994729121", - "addr:city": "Winterthur", - "addr:housenumber": "3", - "addr:postcode": "8400", - "addr:street": "Theaterstrasse", - "check_date": "2024-07-13", - "clothes": "children", - "name": "Wintichind", - "opening_hours": "Tu-Fr 10:00-18:00; Sa 10:00-16:00; PH off", - "second_hand": "yes", - "shop": "clothes", - "website": "https://wintichind.ch/laden/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7268174, - 47.5019024 - ] - }, - "id": "node/4994729121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5026819394", - "check_date:opening_hours": "2024-04-19", - "clothes": "wedding;suits", - "level": "0", - "name": "Panny Mode", - "opening_hours": "Mo 13:30-18:30; Tu-Fr 08:00-12:00,13:30-18:30; Sa 08:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7257963, - 47.5003346 - ] - }, - "id": "node/5026819394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5109346569", - "name": "Boutique Anastasia", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7063891, - 47.4915398 - ] - }, - "id": "node/5109346569" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5109359262", - "addr:city": "Winterthur", - "addr:housenumber": "8", - "addr:postcode": "8400", - "addr:street": "Obere Kirchgasse", - "name": "Griesbach", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7294466, - 47.4987678 - ] - }, - "id": "node/5109359262" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5205863975", - "addr:city": "Winterthur", - "addr:housenumber": "18", - "addr:postcode": "8400", - "addr:street": "Obere Kirchgasse", - "name": "Shanti", - "opening_hours": "Tu-Fr 10:00-12:30,13:30-18:30; Sa 10:00-16:00", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7294974, - 47.4994235 - ] - }, - "id": "node/5205863975" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5205863980", - "addr:city": "Winterthur", - "addr:housenumber": "10", - "addr:postcode": "8400", - "addr:street": "Scherrerstrasse", - "name": "Barfussschuhe.ch", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7422445, - 47.4976981 - ] - }, - "id": "node/5205863980" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5313864426", - "addr:city": "Winterthur", - "addr:housenumber": "45", - "addr:postcode": "8400", - "addr:street": "Steinberggasse", - "name": "Mixtu", - "opening_hours": "Tu-Fr 09:30-12:00, 13:30-18:30; Sa 10:00-16:00", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.728211, - 47.4981505 - ] - }, - "id": "node/5313864426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6260309849", - "addr:city": "Winterthur", - "addr:housenumber": "3", - "addr:postcode": "8400", - "addr:street": "Schmidgasse", - "check_date:opening_hours": "2024-11-26", - "name": "Fashion Outlet", - "opening_hours": "Mo 13:00-18:00; Tu-Fr 10:00-12:30,13:00-18:00; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.727304, - 47.4997714 - ] - }, - "id": "node/6260309849" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7015421389", - "check_date:opening_hours": "2023-08-14", - "level": "0", - "name": "Rework", - "old_name": "Herren Globus", - "opening_hours:signed": "no", - "shop": "clothes", - "website": "https://rework.ch", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7292235, - 47.4997623 - ] - }, - "id": "node/7015421389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7438158307", - "branch": "Winterthur Rosenberg", - "level": "1", - "name": "Bonita", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7206784, - 47.5187532 - ] - }, - "id": "node/7438158307" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7438158312", - "branch": "Winterthur Rosenberg", - "check_date": "2024-06-05", - "level": "0", - "name": "Only", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7201387, - 47.5180506 - ] - }, - "id": "node/7438158312" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7438158321", - "addr:city": "Winterthur", - "addr:housenumber": "152", - "addr:postcode": "8400", - "addr:street": "Schaffhauserstrasse", - "branch": "Winterthur Rosenberg", - "brand": "Beldona", - "check_date": "2024-06-05", - "clothes": "women;underwear", - "level": "1", - "name": "Beldona", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", - "operator": "Beldona", - "shop": "clothes", - "website": "https://www.beldona.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7199527, - 47.5184397 - ] - }, - "id": "node/7438158321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7503079104", - "addr:city": "Winterthur", - "addr:housenumber": "2", - "addr:postcode": "8400", - "addr:street": "Archplatz", - "level": "1", - "name": "Duett", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7240378, - 47.4980086 - ] - }, - "id": "node/7503079104" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7503079109", - "addr:city": "Winterthur", - "addr:housenumber": "2", - "addr:postcode": "8400", - "addr:street": "Archplatz", - "branch": "Winterthur Archhöfe", - "brand": "Zara", - "brand:wikidata": "Q147662", - "check_date": "2023-06-29", - "clothes": "men", - "level": "1", - "name": "Zara", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", - "operator": "Zara Suisse", - "shop": "clothes", - "website": "https://www.zara.com/ch/de/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7240227, - 47.4977999 - ] - }, - "id": "node/7503079109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7503079110", - "addr:city": "Winterthur", - "addr:housenumber": "2", - "addr:postcode": "8400", - "addr:street": "Archplatz", - "branch": "Winterthur Archhöfe", - "check_date": "2023-06-28", - "clothes": "men", - "level": "1", - "name": "Männerwerk", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", - "operator": "Männerwerk", - "shop": "clothes", - "website": "https://maennerwerk.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7240554, - 47.4982502 - ] - }, - "id": "node/7503079110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7503079114", - "addr:city": "Winterthur", - "addr:housenumber": "2", - "addr:postcode": "8400", - "addr:street": "Archplatz", - "branch": "Winterthur Archhöfe", - "brand": "Only", - "brand:wikidata": "Q61799370", - "check_date": "2023-06-29", - "clothes": "women", - "level": "0", - "name": "Only", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", - "operator": "Bestseller (Schweiz)", - "shop": "clothes", - "website": "https://www.only.com/ch/de/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.724633, - 47.4980251 - ] - }, - "id": "node/7503079114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7503079117", - "addr:city": "Winterthur", - "addr:housenumber": "2", - "addr:postcode": "8400", - "addr:street": "Archplatz", - "branch": "Winterthur Archhöfe", - "brand": "New Yorker", - "brand:wikidata": "Q706421", - "check_date": "2023-06-28", - "level": "0", - "name": "New Yorker", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", - "operator": "New Yorker (Schweiz)", - "shop": "clothes", - "website": "https://www.newyorker.de/ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7239566, - 47.4979569 - ] - }, - "id": "node/7503079117" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7503123561", - "branch": "Winterthur Lokwerk", - "clothes": "women", - "name": "Young Angels", - "operator": "ZK Hollywood Sport", - "shop": "clothes", - "website": "https://www.boutiqueyoungangels.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7136477, - 47.4951367 - ] - }, - "id": "node/7503123561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8327194679", - "addr:city": "Winterthur", - "addr:housenumber": "52", - "addr:postcode": "8400", - "addr:street": "Marktgasse", - "brand": "Street One", - "brand:wikidata": "Q61997265", - "check_date:opening_hours": "2024-04-24", - "name": "Street One", - "opening_hours": "Mo-We,Fr 09:00-18:30; Th 09:00-20:00; Sa 09:00-17:00", - "operator": "Zas AG", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7284221, - 47.4996861 - ] - }, - "id": "node/8327194679" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8438795116", - "check_date:opening_hours": "2024-04-29", - "clothes": "men", - "level": "0", - "name": "Emanis", - "opening_hours": "Mo-Fr 09:00-13:15,14:00-18:30; Sa 09:00-16:00; PH closed", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7316675, - 47.5000791 - ] - }, - "id": "node/8438795116" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8550952235", - "clothes": "underwear", - "name": "Sensa", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7313495, - 47.4983583 - ] - }, - "id": "node/8550952235" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8656021787", - "level": "0", - "name": "StreetOne", - "opening_hours": "Mo-Fr 08:30-20:00; Sa 08:30-18:00; PH off", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7209953, - 47.4992777 - ] - }, - "id": "node/8656021787" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9060148438", - "addr:city": "Winterthur", - "addr:housenumber": "20", - "addr:postcode": "8405", - "addr:street": "Steinackerweg", - "clothes": "children", - "name": "Börseen", - "opening_hours": "Mo 14:00-17:30; We-Th 09:00-11:00; Sa 09:30-12:00", - "payment:cash": "yes", - "phone": "+41 77 402 02 53", - "second_hand": "only", - "shop": "clothes", - "website": "https://boerseen.jimdofree.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7558262, - 47.4838215 - ] - }, - "id": "node/9060148438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9087421346", - "addr:city": "Winterthur", - "addr:housenumber": "32", - "addr:postcode": "8400", - "addr:street": "Untertor", - "check_date": "2024-09-30", - "check_date:opening_hours": "2024-02-24", - "name": "Bayard Co Ltd", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00; PH closed", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "website": "https://www.modebayard.ch/de/bayard-winterthur-1/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.724359, - 47.4992527 - ] - }, - "id": "node/9087421346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9553657153", - "addr:city": "Winterthur", - "addr:housenumber": "22", - "addr:postcode": "8400", - "addr:street": "Obertor", - "alt_name": "Schuh Wehrli Winterthur", - "branch": "Winterthur", - "email": "winterthur@schuhwehrli.ch", - "name": "Schuh Wehrli", - "opening_hours": "Mo 09:00-18:30, Tu-Fr 08:30-18:30, Sa 08:30-17:00; PH off", - "operator": "Schuh Wehrli AG", - "shop": "shoes", - "website": "https://winterthur.schuhwehrli.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.73232, - 47.5001205 - ] - }, - "id": "node/9553657153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9764045411", - "brand": "ONLY", - "check_date:opening_hours": "2023-08-14", - "level": "0", - "name": "ONLY", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7284861, - 47.4995265 - ] - }, - "id": "node/9764045411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9972711524", - "brand": "Dosenbach", - "brand:wikidata": "Q2677329", - "level": "0", - "name": "Dosenbach", - "opening_hours": "Mo-Fr 08:30-20:00; Sa 08:30-18:00; PH off", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7203739, - 47.4989497 - ] - }, - "id": "node/9972711524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10570529260", - "check_date:opening_hours": "2023-08-14", - "name": "United colors of benetton", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7289634, - 47.4997479 - ] - }, - "id": "node/10570529260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10724954380", - "check_date:opening_hours": "2024-06-02", - "name": "Change Maker", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7280722, - 47.4994696 - ] - }, - "id": "node/10724954380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10727310580", - "level": "2", - "name": "Fashion Paradies", - "opening_hours": "We-Sa 10:00-19:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7576652, - 47.4934248 - ] - }, - "id": "node/10727310580" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10736326346", - "check_date:opening_hours": "2024-06-02", - "name": "Peterhans", - "opening_hours:signed": "no", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7296064, - 47.5001746 - ] - }, - "id": "node/10736326346" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10752282114", - "check_date:opening_hours": "2024-04-02", - "name": "blue-tomato", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:30-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7289905, - 47.500107 - ] - }, - "id": "node/10752282114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10773264172", - "check_date:opening_hours": "2023-08-14", - "name": "Ulla Singler", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7302132, - 47.4995757 - ] - }, - "id": "node/10773264172" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10773269564", - "name": "Pretty Woman", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7304685, - 47.4991158 - ] - }, - "id": "node/10773269564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10795281295", - "name": "BOLD Matters", - "opening_hours": "Tu-Fr 10:00-12:00,12:30-18:30; Sa 10:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7286115, - 47.4992899 - ] - }, - "id": "node/10795281295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10848128118", - "check_date:opening_hours": "2024-06-02", - "name": "My Own", - "opening_hours": "We-Fr 10:00-18:00; Sa 11:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7282355, - 47.4993654 - ] - }, - "id": "node/10848128118" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11584755020", - "addr:city": "Winterthur", - "addr:housenumber": "57", - "addr:postcode": "8400", - "addr:street": "Tösstalstrasse", - "clothes": "swimwear", - "email": "info@fabrikladen-schleife.ch", - "name": "Fabrikladen Schleife AG", - "opening_hours": "Montag - Freitag 09.00 - 18.00 Uhr Samstag 09.00 - 16.00 Uhr", - "phone": "+41 58 455 40 90", - "shop": "clothes", - "website": "https://www.fabrikladen-schleife.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.7375346, - 47.4954356 - ] - }, - "id": "node/11584755020" - } - ] - } \ No newline at end of file diff --git a/backend/src/sandbox/zurich_data.json b/backend/src/sandbox/zurich_data.json deleted file mode 100644 index 63e072b..0000000 --- a/backend/src/sandbox/zurich_data.json +++ /dev/null @@ -1,16070 +0,0 @@ -{ - "type": "FeatureCollection", - "generator": "overpass-turbo", - "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.", - "timestamp": "2024-12-02T21:05:00Z", - "features": [ - { - "type": "Feature", - "properties": { - "@id": "node/277997937", - "addr:city": "Zürich", - "addr:housenumber": "37", - "addr:postcode": "8001", - "addr:street": "Sihlstrasse", - "check_date": "2023-05-05", - "name": "Benci Brothers", - "opening_hours": "Mo-Fr 10:00-19:00; Th 10:00-20:00; Sa 09:00-18:00", - "shop": "shoes", - "website": "https://www.bencibrothers.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.535779, - 47.3726732 - ] - }, - "id": "node/277997937" - }, - { - "type": "Feature", - "properties": { - "@id": "node/305000498", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "109", - "addr:postcode": "8004", - "addr:street": "Badenerstrasse", - "name": "Outlet | Atelier Kalk", - "note": "Pop-Up bis 2024-07-14", - "opening_hours": "Mo-Fr 11:00-19:00, Sa 11:00-18:00; PH off", - "shop": "clothes", - "website": "http://www.atelier-kalk.ch/outletlove.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5244471, - 47.3741322 - ] - }, - "id": "node/305000498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/311859331", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "15", - "addr:postcode": "8050", - "addr:street": "Max-Bill-Platz", - "check_date": "2023-05-13", - "clothes": "women", - "name": "Jasmin", - "opening_hours": "Tu-Fr 13:00-19:00; Sa 10:00-17:00", - "shop": "clothes", - "website": "https://www.jasminmode.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5405276, - 47.4143322 - ] - }, - "id": "node/311859331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/370834375", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "84", - "addr:postcode": "8001", - "addr:street": "Niederdorfstrasse", - "check_date": "2024-09-27", - "check_date:opening_hours": "2024-09-27", - "name": "Peak Performance", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 09:30-18:00", - "shop": "clothes", - "source": "survey", - "website": "https://www.peakperformance.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.544072, - 47.3761215 - ] - }, - "id": "node/370834375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/370836338", - "addr:city": "Zürich", - "addr:housenumber": "39", - "addr:postcode": "8001", - "addr:street": "Niederdorfstrasse", - "name": "Central Power", - "shop": "clothes", - "website": "https://centralpower.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5437443, - 47.3749576 - ] - }, - "id": "node/370836338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/370837904", - "brand": "Camper", - "brand:wikidata": "Q1030922", - "check_date": "2023-04-24", - "name": "Camper", - "opening_hours": "Mo-Sa 10:00-18:00", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5438101, - 47.3740114 - ] - }, - "id": "node/370837904" - }, - { - "type": "Feature", - "properties": { - "@id": "node/370838264", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "21", - "addr:postcode": "8001", - "addr:street": "Niederdorfstrasse", - "check_date": "2023-04-09", - "name": "Snipes", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 10:00-18:00", - "operator": "Snipes Schweiz; Dosenbach-Ochsner", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5436368, - 47.373897 - ] - }, - "id": "node/370838264" - }, - { - "type": "Feature", - "properties": { - "@id": "node/370839004", - "addr:housenumber": "17", - "addr:street": "Niederdorfstrasse", - "check_date:opening_hours": "2023-02-03", - "fair_trade": "yes", - "name": "RRREVOLVE Fair Fashion Store", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00", - "opening_hours:url": "https://rrrevolve.ch/content/7-laden-zurich", - "organic": "yes", - "phone": "+41 44 261 02 27", - "shop": "clothes", - "website": "https://rrrevolve.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5436373, - 47.3735981 - ] - }, - "id": "node/370839004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/370841281", - "check_date": "2023-04-24", - "name": "KoKoTé", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5439111, - 47.3724551 - ] - }, - "id": "node/370841281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/370842935", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "12", - "addr:postcode": "8001", - "addr:street": "Marktgasse", - "name": "Lululemon", - "opening_hours": "Mo-Sa 10:00-19:00", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "website": "https://www.lululemon.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5439066, - 47.3718028 - ] - }, - "id": "node/370842935" - }, - { - "type": "Feature", - "properties": { - "@id": "node/370843568", - "addr:city": "Zürich", - "addr:housenumber": "21", - "addr:postcode": "8001", - "addr:street": "Münstergasse", - "check_date": "2023-06-10", - "level": "0", - "name": "American Vintage", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:30; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5438574, - 47.371511 - ] - }, - "id": "node/370843568" - }, - { - "type": "Feature", - "properties": { - "@id": "node/370845653", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "27", - "addr:postcode": "8001", - "addr:street": "Oberdorfstrasse", - "check_date:opening_hours": "2023-07-15", - "name": "Schuhhaus Gräb", - "old_name": "Schuh-Haus Wilh. Gräb", - "opening_hours": "Mo-Fr 09:00-18:30, Sa 09:00-17:00; PH off", - "shop": "shoes", - "website": "https://www.schuhhaus-graeb.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5444403, - 47.3695359 - ] - }, - "id": "node/370845653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/446783261", - "addr:city": "Zürich", - "addr:housenumber": "225", - "addr:postcode": "8005", - "addr:street": "Langstrasse", - "check_date": "2024-09-21", - "check_date:opening_hours": "2024-09-21", - "name": "Peter & Vreni Schuhmode", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 09:00-18:00", - "phone": "+41 44 272 05 02", - "shop": "shoes", - "website": "https://www.schuhmode.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5305025, - 47.3835567 - ] - }, - "id": "node/446783261" - }, - { - "type": "Feature", - "properties": { - "@id": "node/498462092", - "check_date": "2023-06-04", - "name": "Schuh-Frenkel Shoes & More", - "opening_hours": "Mo,Su off; Tu-Fr 12:00-18:00; Sa 10:00-16:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5442177, - 47.3715972 - ] - }, - "id": "node/498462092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/560519074", - "check_date": "2023-04-22", - "name": "Fizzen", - "opening_hours": "Mo-Th 10:00-19:00; Fr 10:00-20:00; Sa 10:00-18:00; Su off", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5433179, - 47.3739752 - ] - }, - "id": "node/560519074" - }, - { - "type": "Feature", - "properties": { - "@id": "node/560524512", - "addr:city": "Zürich", - "addr:housenumber": "110", - "addr:postcode": "8001", - "addr:street": "Limmatquai", - "check_date": "2024-08-30", - "name": "Jack & Jones", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5435996, - 47.3751241 - ] - }, - "id": "node/560524512" - }, - { - "type": "Feature", - "properties": { - "@id": "node/560524518", - "addr:housenumber": "120", - "addr:street": "Limmatquai", - "brand": "ONLY", - "brand:wikidata": "Q61799370", - "name": "ONLY", - "opening_hours": "Mo-Fr 09:30-20:00; Sa 09:30-18:00", - "operator": "Bestseller (Schweiz)", - "shop": "clothes", - "website": "https://www.only.com/de-ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5436165, - 47.3754973 - ] - }, - "id": "node/560524518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/560524520", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "102", - "addr:postcode": "8001", - "addr:street": "Limmatquai", - "check_date": "2023-04-24", - "name": "Passissimo", - "note": "previously Dosenbach, the building might still be owned by them", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00", - "shop": "shoes", - "website": "https://passissimo.ch", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5433481, - 47.3748142 - ] - }, - "id": "node/560524520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/567631267", - "name": "Wildermuth Textilwaren", - "opening_hours": "Tu-Fr 09:00-12:00; Sa 09:00-13:00; PH closed; Mo-Fr 14:00-18:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6172879, - 47.3967323 - ] - }, - "id": "node/567631267" - }, - { - "type": "Feature", - "properties": { - "@id": "node/637840708", - "check_date": "2023-04-24", - "name": "Nubuc", - "opening_hours": "Mo-Fr 12:00-14:00,15:30-19:00; Sa 11:00-17:00; Su off", - "shop": "clothes", - "website": "https://www.nubuc.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5440301, - 47.3741755 - ] - }, - "id": "node/637840708" - }, - { - "type": "Feature", - "properties": { - "@id": "node/638966085", - "addr:city": "Zürich", - "addr:housenumber": "2", - "addr:postcode": "8001", - "addr:street": "Spitalgasse", - "check_date": "2023-04-09", - "name": "Carhartt", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5439692, - 47.3733368 - ] - }, - "id": "node/638966085" - }, - { - "type": "Feature", - "properties": { - "@id": "node/638984356", - "check_date": "2024-02-06", - "name": "Werners Head Shop", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; Su off", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5429743, - 47.3730257 - ] - }, - "id": "node/638984356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/638984402", - "addr:city": "Zürich", - "addr:housenumber": "76", - "addr:postcode": "8001", - "addr:street": "Limmatquai", - "branch": "Zürich Limmatquai", - "brand": "Anouk", - "name": "Anouk", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 10:00-18:00, PH off", - "operator": "Anouk Fashion", - "shop": "clothes", - "website": "https://www.anoukfashion.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5429984, - 47.37309 - ] - }, - "id": "node/638984402" - }, - { - "type": "Feature", - "properties": { - "@id": "node/638984426", - "check_date": "2023-06-04", - "name": "Fera", - "opening_hours": "Mo 11:00-18:30; Tu-Fr 10:00-18:30; Sa 10:00-16:00", - "repair": "yes", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5445066, - 47.3731785 - ] - }, - "id": "node/638984426" - }, - { - "type": "Feature", - "properties": { - "@id": "node/639029600", - "check_date": "2023-04-22", - "email": "mail@chicas2ndhand.ch", - "name": "Chicas 2ndhand", - "opening_hours": "Mo,Su off; Tu-Fr 11:00-18:30; Sa 11:00-17:00", - "second_hand": "only", - "shop": "clothes", - "website": "https://chicas2ndhand.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5432985, - 47.3724799 - ] - }, - "id": "node/639029600" - }, - { - "type": "Feature", - "properties": { - "@id": "node/639029647", - "check_date": "2023-04-24", - "name": "BOOSTER", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5438401, - 47.3726873 - ] - }, - "id": "node/639029647" - }, - { - "type": "Feature", - "properties": { - "@id": "node/656327484", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "94", - "addr:postcode": "8001", - "addr:street": "Limmatquai", - "check_date": "2024-08-30", - "clothes": "children", - "name": "Zvrich", - "shop": "clothes", - "website": "https://zvrich.swiss/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5432466, - 47.3742181 - ] - }, - "id": "node/656327484" - }, - { - "type": "Feature", - "properties": { - "@id": "node/656327498", - "check_date": "2023-04-24", - "name": "Cara Moda Italiana", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5441937, - 47.3735777 - ] - }, - "id": "node/656327498" - }, - { - "type": "Feature", - "properties": { - "@id": "node/656327526", - "addr:city": "Zürich", - "addr:housenumber": "5", - "addr:postcode": "8001", - "addr:street": "Spitalgasse", - "check_date": "2024-02-23", - "email": "towndown@bluewin.ch", - "name": "Towndown", - "opening_hours": "Mo-Fr 10:30-20:00; Sa 10:00-18:00", - "phone": "+41 79 953 92 80", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.544418, - 47.3736467 - ] - }, - "id": "node/656327526" - }, - { - "type": "Feature", - "properties": { - "@id": "node/656327533", - "check_date": "2023-04-24", - "name": "fera", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5439239, - 47.3741972 - ] - }, - "id": "node/656327533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/656327726", - "check_date": "2023-04-24", - "email": "order@onyva.ch", - "name": "On y va", - "opening_hours": "Mo-Fr 09:00-12:30,13:30-17:00", - "phone": "+41 43 268 66 99", - "shop": "clothes", - "website": "https://onyva.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5445787, - 47.3738867 - ] - }, - "id": "node/656327726" - }, - { - "type": "Feature", - "properties": { - "@id": "node/669221799", - "check_date": "2024-03-26", - "check_date:opening_hours": "2022-09-20", - "name": "Hazel's Boudoir", - "opening_hours": "Tu-Fr 12:00-19:00; Sa 11:00-17:00; PH off", - "shop": "clothes", - "website": "https://hazelsboudoir.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5338156, - 47.3810356 - ] - }, - "id": "node/669221799" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683387979", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "81", - "addr:postcode": "8005", - "addr:street": "Viaduktstrasse", - "check_date": "2024-03-02", - "name": "Things we love", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.521374, - 47.3856292 - ] - }, - "id": "node/683387979" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683404111", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "51", - "addr:postcode": "8005", - "addr:street": "Viaduktstrasse", - "check_date:opening_hours": "2021-09-12", - "name": "Tarzan", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00", - "shop": "clothes", - "website": "https://www.tarzan.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5235532, - 47.3867799 - ] - }, - "id": "node/683404111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683404114", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "47", - "addr:postcode": "8005", - "addr:street": "Viaduktstrasse", - "check_date:opening_hours": "2023-04-29", - "contact:email": "zuerich@kitchenerplus.ch", - "contact:phone": "+41 44 202 01 30", - "level": "0", - "name": "Kitchener Plus", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "operator": "kitchener", - "shop": "clothes", - "website": "http://kitchener.ch/shops-en-old/kitchener-plus-zuerich", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5238007, - 47.3868577 - ] - }, - "id": "node/683404114" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683404115", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "49", - "addr:postcode": "8005", - "addr:street": "Viaduktstrasse", - "check_date:opening_hours": "2023-04-29", - "contact:email": "zuerich@kitchenerplus.ch", - "contact:phone": "+41 44 202 01 30", - "level": "0", - "name": "Kitchener Plus", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "operator": "kitchener", - "shop": "clothes", - "website": "http://kitchener.ch/shops-en-old/kitchener-plus-zuerich", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5236814, - 47.3868198 - ] - }, - "id": "node/683404115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683404125", - "addr:city": "Zürich", - "addr:housenumber": "23", - "addr:postcode": "8005", - "addr:street": "Viaduktstrasse", - "check_date": "2024-08-14", - "fixme": "Is Drykorn pop-up store on 14.8.2024, resurvey to see what stays.", - "name": "No Nationality", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "website": "https://www.im-viadukt.ch/de/mode/nn07-no-nationality/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.525171, - 47.3873269 - ] - }, - "id": "node/683404125" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683404129", - "addr:city": "Zürich", - "addr:housenumber": "25", - "addr:postcode": "8005", - "addr:street": "Viaduktstrasse", - "check_date": "2024-08-14", - "check_date:opening_hours": "2023-04-29", - "name": "Zooloose", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "phone": "+41 44 271 44 45", - "shop": "clothes", - "website": "https://www.zooloose.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.525077, - 47.3872866 - ] - }, - "id": "node/683404129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683404132", - "addr:city": "Zürich", - "addr:housenumber": "29", - "addr:postcode": "8005", - "addr:street": "Viaduktstrasse", - "check_date:opening_hours": "2023-04-29", - "name": "Fashionslave", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "phone": "+41 44 440 29 29", - "shop": "clothes", - "website": "http://www.fashionslave.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5248496, - 47.3872064 - ] - }, - "id": "node/683404132" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683404135", - "addr:city": "Zürich", - "addr:housenumber": "31", - "addr:postcode": "8005", - "addr:street": "Viaduktstrasse", - "check_date:opening_hours": "2023-04-29", - "email": "info@street-files.com", - "name": "Street-Files Viadukt", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00", - "phone": "+41 43 322 03 23", - "shop": "clothes", - "website": "https://www.street-files.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5247262, - 47.387166 - ] - }, - "id": "node/683404135" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683404153", - "addr:city": "Zürich", - "addr:housenumber": "27", - "addr:postcode": "8005", - "addr:street": "Viaduktstrasse", - "check_date:opening_hours": "2022-04-28", - "name": "Nudie Jeans Co.", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "phone": "+41 44 271 44 45", - "shop": "clothes", - "website": "https://www.nudiejeans.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5249617, - 47.3872453 - ] - }, - "id": "node/683404153" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683404157", - "addr:city": "Zürich", - "addr:housenumber": "33", - "addr:postcode": "8005", - "addr:street": "Viaduktstrasse", - "check_date:opening_hours": "2023-04-29", - "name": "Arc'teryx by Perlavia", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "website": "https://stores.arcteryx.com/zurich", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5246109, - 47.3871303 - ] - }, - "id": "node/683404157" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683404161", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:postcode": "8005", - "addr:street": "Viaduktstrasse", - "check_date:opening_hours": "2023-04-29", - "clothes": "women", - "name": "BIG Im Viadukt", - "opening_hours": "Mo-Fr 11:00-18:30; Sa 11:00-18:00", - "shop": "clothes", - "website": "https://www.bigzh.ch/stores/imviadukt/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5244981, - 47.3870944 - ] - }, - "id": "node/683404161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683404171", - "addr:city": "Zürich", - "addr:housenumber": "41", - "addr:postcode": "8005", - "addr:street": "Viaduktstrasse", - "name": "Cabinet", - "opening_hours": "Tu-Fr 11:00-18:00, Fr 11:00-17:00", - "shop": "clothes", - "website": "https://cabinet-store.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5241385, - 47.3869731 - ] - }, - "id": "node/683404171" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683404173", - "addr:city": "Zürich", - "addr:housenumber": "45", - "addr:postcode": "8005", - "addr:street": "Viaduktstrasse", - "check_date:opening_hours": "2023-04-29", - "name": "erfolg Shop Zürich 5", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "phone": "+41 43 810 85 10", - "shop": "clothes", - "website": "https://www.erfolg-label.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5239135, - 47.3868958 - ] - }, - "id": "node/683404173" - }, - { - "type": "Feature", - "properties": { - "@id": "node/683404174", - "addr:city": "Zürich", - "addr:housenumber": "43", - "addr:postcode": "8005", - "addr:street": "Viaduktstrasse", - "check_date:opening_hours": "2023-04-29", - "email": "info@street-files.com", - "name": "Colorful Standard & Rains Store", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00", - "phone": "+41 43 205 27 34", - "shop": "clothes", - "website": "https://www.street-files.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5240331, - 47.3869342 - ] - }, - "id": "node/683404174" - }, - { - "type": "Feature", - "properties": { - "@id": "node/693318432", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "67", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "alt_name": "WE Bahnhofstrasse", - "branch": "Zürich Bahnhofstrasse", - "brand": "WE", - "brand:wikidata": "Q1987861", - "brand:wikipedia": "en:WE (clothing)", - "check_date": "2024-08-09", - "name": "WE", - "opening_hours": "Mo- Fr 09:00-20:00; Sa 09:00-18:00", - "operator": "WE Switzerland Fashion", - "shop": "clothes", - "website": "https://www.wefashion.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5380122, - 47.3737537 - ] - }, - "id": "node/693318432" - }, - { - "type": "Feature", - "properties": { - "@id": "node/693318447", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "66", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "branch": "Zürich Bahnhofstrasse", - "brand": "Zara", - "brand:wikidata": "Q147662", - "check_date": "2024-08-09", - "clothes": "women;men;children", - "name": "Zara", - "old_name": "Bally Zürich", - "operator": "Zara Suisse", - "shop": "clothes", - "website": "https://www.zara.com/ch/de/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5385683, - 47.3737848 - ] - }, - "id": "node/693318447" - }, - { - "type": "Feature", - "properties": { - "@id": "node/693318449", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "73", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "alt_name": "BIG Flagship", - "check_date": "2024-08-09", - "clothes": "women", - "name": "Collectif mon Amour", - "opening_hours": "Mo-Sa 10:00-19:00; PH off", - "operator": "Modissa", - "shop": "clothes", - "website": "https://bigzh.ch/big-flagship/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5384221, - 47.3745178 - ] - }, - "id": "node/693318449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/693318451", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "6", - "addr:postcode": "8001", - "addr:street": "Seidengasse", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "check_date": "2023-05-13", - "name": "H&M", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 08:30-20:00", - "phone": "+41-800665590", - "shop": "clothes", - "website": "https://www2.hm.com/de_ch/customer-service/shopping-at-hm/local-store.CH0916.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.53804, - 47.3744749 - ] - }, - "id": "node/693318451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/693318531", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "4", - "addr:postcode": "8001", - "addr:street": "Werdmühleplatz", - "name": "liluca", - "opening_hours": "Mo 13:30-19:00; Tu-Fr 09:00-12:00, 13:00-19:00; Sa 09:00-17:00", - "shop": "clothes", - "website": "https://www.liluca.ch/zuerich/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5401388, - 47.3746905 - ] - }, - "id": "node/693318531" - }, - { - "type": "Feature", - "properties": { - "@id": "node/693318551", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "4", - "addr:postcode": "8001", - "addr:street": "Werdmühleplatz", - "brand": "Clarks", - "brand:wikidata": "Q1095857", - "name": "Clarks", - "shop": "shoes", - "website": "https://clarks.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5401514, - 47.3748607 - ] - }, - "id": "node/693318551" - }, - { - "type": "Feature", - "properties": { - "@id": "node/693318560", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "82", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "branch": "Zürich", - "brand": "Mango", - "brand:wikidata": "Q136503", - "check_date": "2024-08-09", - "clothes": "women", - "name": "Mango", - "opening_hours": "Mo-Fr 09:30-20:00, Sa 09:30-18:00; PH off", - "shop": "clothes", - "website": "https://shop.mango.com/CH/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5391866, - 47.3752289 - ] - }, - "id": "node/693318560" - }, - { - "type": "Feature", - "properties": { - "@id": "node/693318563", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "88", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "alt_name": "PKZ Women Bahnhofstrasse", - "branch": "Zürich Bahnhofstrasse Damenmode", - "brand": "PKZ", - "brand:wikidata": "Q1661717", - "check_date": "2024-11-26", - "check_date:opening_hours": "2024-11-26", - "clothes": "women", - "name": "PKZ Women", - "old_name": "Feldpausch", - "opening_hours": "Mo-We 10:00-19:00; Th,Fr 10:00-20:00; Sa 09:00-19:00", - "operator": "PKZ Burger-Kehl & Co.", - "shop": "clothes", - "website": "https://www.pkz.ch/de/36-storelocator?sid=101", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5394, - 47.3755553 - ] - }, - "id": "node/693318563" - }, - { - "type": "Feature", - "properties": { - "@id": "node/693318564", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "84", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "branch": "Zürich", - "brand": "Diesel", - "brand:wikidata": "Q158285", - "check_date": "2024-08-09", - "level": "0;1;2", - "name": "Diesel", - "opening_hours": "Mo-Sa 10:00-19:00; PH off", - "shop": "clothes", - "website": "https://storelocator.diesel.com/400993-diesel-store-zurich-bahnhofstrasse", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5392693, - 47.3753884 - ] - }, - "id": "node/693318564" - }, - { - "type": "Feature", - "properties": { - "@id": "node/693318570", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "92", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "alt_name": "H&M Bahnhofstrasse", - "branch": "Zürich Bahnhofstrasse", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "check_date": "2024-09-20", - "check_date:opening_hours": "2024-09-20", - "clothes": "women;men", - "level": "0", - "name": "H&M", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 08:30-20:00", - "operator": "H&M Hennes & Mauritz", - "shop": "clothes", - "website": "https://www2.hm.com/de_ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5395401, - 47.3758108 - ] - }, - "id": "node/693318570" - }, - { - "type": "Feature", - "properties": { - "@id": "node/693318619", - "check_date": "2024-11-27", - "check_date:opening_hours": "2024-11-27", - "level": "0", - "name": "Day", - "opening_hours:signed": "no", - "shop": "shoes", - "website": "https://www.day.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5393113, - 47.3762458 - ] - }, - "id": "node/693318619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/693318648", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "104", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "brand:wikipedia": "en:Intimissimi", - "check_date:opening_hours": "2023-01-11", - "clothes": "underwear", - "level": "0", - "name": "Intimissimi", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-19:00; PH closed", - "operator": "Calzedonia Switzerland", - "shop": "clothes", - "start_date": "2019-09", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5398479, - 47.3764479 - ] - }, - "id": "node/693318648" - }, - { - "type": "Feature", - "properties": { - "@id": "node/698065970", - "name": "Fischer Schuhmacher", - "opening_hours": "Mo-Fr 08:00-12:00,13:30-19:00,09:00-12:00,13:30-20:00; Sa 09:00-17:00; PH closed", - "phone": "+41 44 821 68 37", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6191244, - 47.3978377 - ] - }, - "id": "node/698065970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/698065995", - "name": "My Jana Mode", - "opening_hours": "Tu-Fr 10:00-12:00,13:30-18:30; Mo 13:30-18:30; Sa 10:00-16:00; PH closed", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6192703, - 47.3983434 - ] - }, - "id": "node/698065995" - }, - { - "type": "Feature", - "properties": { - "@id": "node/698785786", - "name": "wohnen&mode", - "opening_hours": "Tu-Fr 10:00-18:00; Sa 10:30-16:00; PH closed", - "shop": "clothes", - "website": "https://wohnenundmode.ch" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6182412, - 47.3985643 - ] - }, - "id": "node/698785786" - }, - { - "type": "Feature", - "properties": { - "@id": "node/700172109", - "name": "La Pasión", - "opening_hours": "Tu-Fr 10:00-18:30; Sa 10:00-16:00; PH closed", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6170422, - 47.3977418 - ] - }, - "id": "node/700172109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/700172111", - "name": "Chicorée", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 10:00-17:00; PH closed", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6178325, - 47.3973739 - ] - }, - "id": "node/700172111" - }, - { - "type": "Feature", - "properties": { - "@id": "node/702485522", - "addr:housenumber": "19", - "addr:street": "Seefeldstrasse", - "clothes": "women", - "name": "House of fashion", - "operator": "Modekeller", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5491478, - 47.3640678 - ] - }, - "id": "node/702485522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/813914414", - "addr:city": "Zürich", - "addr:housenumber": "86", - "addr:postcode": "8004", - "addr:street": "Kanzleistrasse", - "check_date": "2024-11-28", - "description": "Schuh- und Schlüsselservice, Schuh-Reparaturen", - "name": "Schuhservice Antonio", - "opening_hours": "Mo-Fr 08:00-12:00,13:30-18:30", - "opening_hours:description": "Mo-Fr 8 bis 12 Uhr, 13:30 bis 18:30 Uhr", - "operator": "Antonio Nuzzi", - "phone": "+41 44 241 57 30", - "repair": "yes", - "shoes:repair": "yes", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5239157, - 47.3758201 - ] - }, - "id": "node/813914414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/848939003", - "addr:housenumber": "61", - "addr:street": "Ankerstrasse", - "check_date": "2023-04-10", - "email": "info@amok.ch", - "name": "Amok Männerröcke", - "opening_hours": "Th-Fr 13:30-18:30; Sa 12:00-16:00", - "operator": "Sandra Kuratle", - "phone": "+41 44 291 20 64", - "shop": "clothes", - "website": "https://amok.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5253287, - 47.3748197 - ] - }, - "id": "node/848939003" - }, - { - "type": "Feature", - "properties": { - "@id": "node/893293222", - "check_date": "2023-04-22", - "level": "0", - "name": "Zirkus", - "opening_hours": "Mo,Su off; Tu-Fr 11:00-18:30; Sa 11:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5459996, - 47.3727821 - ] - }, - "id": "node/893293222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/893293294", - "check_date": "2023-06-10", - "name": "Mary Jane", - "opening_hours": "Tu-Fr 11:00-14:00,15:00-18:30; Sa 11:00-17:00; PH closed", - "shop": "clothes", - "website": "https://mary-jane.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5464613, - 47.3729639 - ] - }, - "id": "node/893293294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/893470602", - "check_date": "2023-06-04", - "name": "Thema Selection", - "opening_hours": "Mo 12:00-18:30; Tu-Fr 10:00-18:30; Sa 10:00-16:00; Su off", - "operator": "Sissi Zoebeli", - "shop": "clothes", - "website": "https://themaselection.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5451245, - 47.3719914 - ] - }, - "id": "node/893470602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/894788890", - "level": "0", - "name": "sne Modedesign", - "opening_hours": "Tu-Fr 12:00-18:30; open \"morgens nach Vereinbarung\"", - "shop": "clothes", - "website": "https://sne.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5452757, - 47.3721899 - ] - }, - "id": "node/894788890" - }, - { - "type": "Feature", - "properties": { - "@id": "node/894921082", - "check_date": "2023-04-10", - "name": "Silk'n'tea", - "opening_hours": "Mo,Su off; Tu-Fr 10:30-18:00; Sa 10:30-16:00", - "shop": "clothes", - "website": "https://silk-n-tea.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5456491, - 47.370488 - ] - }, - "id": "node/894921082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/895750308", - "check_date": "2023-04-22", - "level": "0", - "name": "ballet-shop", - "opening_hours": "Mo-We,Fr 09:00-18:30; Th 09:00-19:00; Sa 09:00-17:00; Su off", - "shop": "clothes", - "website": "http://www.ballet-shop.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5436227, - 47.3705017 - ] - }, - "id": "node/895750308" - }, - { - "type": "Feature", - "properties": { - "@id": "node/895750326", - "check_date": "2024-02-12", - "name": "diallo", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; Su off", - "shop": "clothes", - "website": "https://diallothestore.com", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5437583, - 47.371097 - ] - }, - "id": "node/895750326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/895787602", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "3", - "addr:postcode": "8001", - "addr:street": "Obere Zäune", - "check_date": "2023-04-10", - "name": "Cashmere Friends", - "opening_hours": "Mo-Tu,Su off; We-Fr 10:30-18:30; Sa 10:30-16:30", - "shop": "boutique", - "website": "https://cashmerefriends.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5462292, - 47.3708414 - ] - }, - "id": "node/895787602" - }, - { - "type": "Feature", - "properties": { - "@id": "node/895787617", - "check_date": "2023-04-22", - "name": "Jakob Schlaepfer", - "opening_hours": "Mo,Su off; Tu-Fr 10:00-18:30; Sa 10:00-16:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5462456, - 47.3709533 - ] - }, - "id": "node/895787617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/914812496", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "1", - "addr:postcode": "8004", - "addr:street": "Bäckerstrasse", - "branch": "Zürich Stauffacher", - "check_date": "2024-08-19", - "level": "0;1", - "name": "Ochsner Shoes", - "opening_hours": "Mo-We 09:00-19:00; Th-Fr 09:00-20:00; Sa 09:00-17:00; PH off", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5301798, - 47.3737171 - ] - }, - "id": "node/914812496" - }, - { - "type": "Feature", - "properties": { - "@id": "node/916462882", - "check_date:opening_hours": "2023-07-15", - "name": "Pomp it up", - "opening_hours": "Mo 11:00-19:00; Tu-Fr 10:30-19:00; Sa 10:00-18:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.544689, - 47.3692664 - ] - }, - "id": "node/916462882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/916616165", - "name": "Entre Deux", - "opening_hours": "Mo,We-Fr 10:00-18:30; Th 10:00-20:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5463317, - 47.3684334 - ] - }, - "id": "node/916616165" - }, - { - "type": "Feature", - "properties": { - "@id": "node/916616212", - "check_date": "2024-02-21", - "name": "Benci Brothers", - "opening_hours": "Mo-Fr 10:00-19:00; Th 10:00-20:00; Sa 09:30-18:00", - "phone": "+41 43 817 98 88", - "shop": "shoes", - "website": "https://www.bencibrothers.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5459875, - 47.3679723 - ] - }, - "id": "node/916616212" - }, - { - "type": "Feature", - "properties": { - "@id": "node/916945076", - "name": "Struus", - "opening_hours": "Tu-Fr 10:00-18:30; Sa 10:00-16:30; PH closed", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5456383, - 47.3689693 - ] - }, - "id": "node/916945076" - }, - { - "type": "Feature", - "properties": { - "@id": "node/922501905", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "77", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "branch": "Zürich", - "brand": "& Other Stories", - "brand:wikidata": "Q85322338", - "check_date": "2024-08-09", - "clothes": "women", - "name": "& Other Stories", - "opening_hours": "Mo-Sa 10:00-19:00; PH off", - "operator": "H&M Hennes & Mauritz", - "shop": "clothes", - "website": "https://www.stories.com/de_ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5386809, - 47.3750322 - ] - }, - "id": "node/922501905" - }, - { - "type": "Feature", - "properties": { - "@id": "node/926918954", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "5-7", - "addr:postcode": "8050", - "addr:street": "Nansenstrasse", - "alt_name": "C&A Oerlikon", - "branch": "Zürich Oerlikon", - "brand": "C&A", - "brand:wikidata": "Q701338", - "check_date": "2024-02-23", - "check_date:opening_hours": "2023-02-02", - "name": "C&A", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", - "operator": "C&A Mode", - "shop": "clothes", - "website": "https://www.c-and-a.com/ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5456052, - 47.4108162 - ] - }, - "id": "node/926918954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/926918962", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "11", - "addr:place": "Züri11 Shopping", - "addr:postcode": "8050", - "addr:street": "Ohmstrasse", - "check_date": "2023-12-09", - "level": "0;1", - "name": "Dosenbach +Sport", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "website": "https://www.dosenbach.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5456327, - 47.4102248 - ] - }, - "id": "node/926918962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/955271597", - "check_date": "2023-06-10", - "level": "0", - "name": "GAITO", - "opening_hours": "Mo-Fr 11:00-18:30; Sa 10:00-18:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5445535, - 47.3707244 - ] - }, - "id": "node/955271597" - }, - { - "type": "Feature", - "properties": { - "@id": "node/955271639", - "name": "Stefi Talman", - "opening_hours": "Tu-Fr 12:00-18:30; Sa 11:00-17:00", - "shop": "shoes", - "website": "https://stefitalman.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5452888, - 47.3688402 - ] - }, - "id": "node/955271639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/955271657", - "check_date": "2023-04-24", - "level": "0", - "name": "Merrel", - "name:de": "Merrel", - "opening_hours": "Mo-Fr 10:30-13:30,14:00-19:00; Sa 10:30-17:00; PH closed", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5442703, - 47.3708919 - ] - }, - "id": "node/955271657" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1110775170", - "addr:city": "Zürich", - "addr:housenumber": "53", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "brand": "Balenciaga", - "brand:wikidata": "Q1530892", - "check_date": "2024-08-09", - "name": "Balenciaga", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5380804, - 47.3724799 - ] - }, - "id": "node/1110775170" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1110775228", - "check_date": "2024-08-09", - "internet_access": "wlan", - "name": "Longchamp", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-17:00", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5384636, - 47.3732484 - ] - }, - "id": "node/1110775228" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1110775249", - "check_date": "2024-05-11", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5388435, - 47.3723432 - ] - }, - "id": "node/1110775249" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1110775273", - "check_date": "2023-05-13", - "name": "Vero Moda", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5389226, - 47.3723405 - ] - }, - "id": "node/1110775273" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1110775297", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "39", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "check_date": "2024-08-09", - "name": "Gucci", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5382283, - 47.3715921 - ] - }, - "id": "node/1110775297" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1110775314", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "54", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "brand:wikipedia": "en:Lacoste", - "check_date": "2024-08-09", - "name": "Lacoste", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-18:00", - "shop": "clothes", - "website": "https://www.lacoste.com/ch/de/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5384758, - 47.3729288 - ] - }, - "id": "node/1110775314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1110775338", - "addr:housenumber": "44", - "addr:street": "Bahnhofstrasse", - "brand": "Burberry", - "brand:wikidata": "Q390107", - "brand:wikipedia": "en:Burberry", - "check_date": "2024-08-09", - "clothes": "men;women", - "name": "Burberry", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; Su off", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5386555, - 47.3719931 - ] - }, - "id": "node/1110775338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1110775403", - "check_date": "2024-08-09", - "name": "United Colors of Benetton", - "phone": "+41 44 211 90 75", - "shop": "clothes", - "website": "https://ch.benetton.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5380704, - 47.373423 - ] - }, - "id": "node/1110775403" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1110775455", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "46", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "alt_name": "PKZ Men Bahnhofstrasse", - "branch": "Zürich Bahnhofstrasse Herrenmode", - "brand": "PKZ", - "brand:wikidata": "Q1661717", - "check_date": "2024-08-09", - "clothes": "men", - "name": "PKZ Men", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "PKZ Burger-Kehl & Co.", - "shop": "clothes", - "website": "https://www.pkz.ch/de/36-storelocator?sid=10", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5385854, - 47.3721991 - ] - }, - "id": "node/1110775455" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1110775489", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "39", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "brand": "Chanel", - "brand:wikidata": "Q218115", - "brand:wikipedia": "en:Chanel", - "check_date": "2024-08-09", - "name": "Chanel", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-17:30", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.538396, - 47.3715347 - ] - }, - "id": "node/1110775489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1110775524", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "35", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "alt_name": "Tod's Zürich", - "branch": "Zürich", - "brand": "Tod's", - "brand:wikidata": "Q1342350", - "check_date": "2024-08-09", - "name": "Tod's", - "opening_hours": "Mo-Fr 10:00-18:30, Sa 10:00-17:00; PH off", - "shop": "shoes", - "website": "https://www.tods.com/ch-en/stores-single/?idStore=223", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5385105, - 47.3712625 - ] - }, - "id": "node/1110775524" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1115159281", - "check_date": "2024-08-09", - "name": "Louis Vuitton", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5391601, - 47.3705507 - ] - }, - "id": "node/1115159281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1115159339", - "brand": "Ermenegildo Zegna", - "brand:wikidata": "Q1355904", - "brand:wikipedia": "en:Ermenegildo Zegna", - "check_date": "2024-08-09", - "clothes": "men", - "name": "Ermenegildo Zegna", - "shop": "clothes", - "short_name": "Zegna", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5389271, - 47.3701362 - ] - }, - "id": "node/1115159339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1115159350", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "3", - "addr:place": "Paradeplatz", - "addr:postcode": "8001", - "alt_name": "Blue Lemon Zürich", - "branch": "Zürich", - "check_date": "2024-08-09", - "name": "Blue Lemon", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "operator": "Blue Lemon", - "shop": "boutique", - "website": "https://www.bluelemon.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5387976, - 47.3693865 - ] - }, - "id": "node/1115159350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1115159424", - "branch": "Zürich", - "check_date": "2024-08-09", - "name": "Grieder", - "operator": "Brunschwig & Cie", - "shop": "clothes", - "website": "https://geschafte.bongenie-grieder.ch/13-grieder-zurich", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5393127, - 47.3703571 - ] - }, - "id": "node/1115159424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1115159470", - "brand": "Moncler", - "brand:wikidata": "Q1548951", - "construction:shop": "clothes", - "name": "Moncler", - "shop": "clothes", - "website": "https://www.moncler.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.539126, - 47.3706359 - ] - }, - "id": "node/1115159470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1240990738", - "check_date": "2023-04-21", - "name": "Urbany's", - "shop": "clothes", - "website": "https://urbanys.com", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5279834, - 47.3786477 - ] - }, - "id": "node/1240990738" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1241219685", - "addr:city": "Zürich", - "addr:housenumber": "32", - "addr:postcode": "8004", - "addr:street": "Dienerstrasse", - "check_date": "2023-09-24", - "clothes": "vintage;second-hand;fashion", - "contact:instagram": "https://www.instagram.com/lovemetwotimes_zurich/", - "name": "Love Me Two Times", - "opening_hours": "Tu-Fr 11:00-19:00; Sa 11:00-17:30", - "opening_hours:covid19": "off", - "operator": "Sero Demir", - "payment:cashless": "yes", - "payment:credit_cards": "yes", - "payment:twint": "yes", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.lovemetwotimes.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5275497, - 47.3783173 - ] - }, - "id": "node/1241219685" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1354802976", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "122", - "addr:postcode": "8001", - "addr:street": "Limmatquai", - "branch": "Zürich Limmatquai", - "brand": "Blue Tomato", - "brand:wikidata": "Q107637238", - "clothes": "yes", - "name": "Blue Tomato", - "note": "formerly/ehemals Chicorée", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 09:00-18:00", - "shop": "clothes", - "sport": "skateboard;snowboard;ski;surf", - "website": "https://www.blue-tomato.com/de-CH/shop/zuerich/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5437767, - 47.3755782 - ] - }, - "id": "node/1354802976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1356701400", - "clothes": "children", - "name": "Luxurylove", - "opening_hours": "Tu-Fr 10:00-18:30; Mo 10:00-14:30; Sa 11:00-15:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.555961, - 47.3643133 - ] - }, - "id": "node/1356701400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1370921166", - "addr:housenumber": "7", - "addr:street": "Neue Winterthurerstrasse", - "brand": "Dosenbach", - "brand:wikidata": "Q2677329", - "name": "Dosenbach", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "shoes", - "website": "https://www.dosenbach.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6207693, - 47.4150858 - ] - }, - "id": "node/1370921166" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1370921191", - "addr:city": "Dietlikon", - "addr:housenumber": "7", - "addr:postcode": "8305", - "addr:street": "Neue Winterthurerstrasse", - "alt_name": "C&A Dietlikon", - "branch": "Dietlikon Brandbach-Center", - "brand": "C&A", - "brand:wikidata": "Q701338", - "brand:wikipedia": "en:C&A", - "name": "C&A", - "opening_hours": "Mo-Sa 10:00-20:00", - "operator": "C&A Mode", - "shop": "clothes", - "website": "https://www.c-and-a.com/ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6213084, - 47.4153708 - ] - }, - "id": "node/1370921191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1370921220", - "addr:city": "Dietlikon", - "addr:housenumber": "7", - "addr:postcode": "8305", - "addr:street": "Neue Winterthurerstrasse", - "alt_name": "Bayard Co Ltd Outlet Dietlikon", - "branch": "Dietlikon Outlet", - "name": "Bayard Co Ltd Outlet", - "old_name": "Globus Outlet", - "opening_hours": "Mo-Sa 10:00-20:00", - "operator": "Mode Bayard", - "shop": "clothes", - "website": "https://www.modebayard.ch/de/bayard-outlet-dietlikon-2/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6210214, - 47.4155014 - ] - }, - "id": "node/1370921220" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1375347142", - "check_date": "2023-09-24", - "name": "Kapy Silks", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5309796, - 47.3827839 - ] - }, - "id": "node/1375347142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1375347143", - "check_date": "2024-03-26", - "check_date:opening_hours": "2023-10-10", - "contact:facebook": "https://www.facebook.com/Hudson-Surplus-117418331651243/?fref=ts", - "contact:instagram": "https://www.instagram.com/hudson_surplus/", - "name": "Hudson Surplus", - "opening_hours": "Fr 12:00-18:30; Sa 12:00-16:00", - "phone": "+41 44 271 84 23", - "shop": "clothes", - "source": "website", - "website": "https://www.hudson-surplus.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5314886, - 47.3824248 - ] - }, - "id": "node/1375347143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1375347144", - "name": "Movida Shoe Lounge", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5295148, - 47.3820956 - ] - }, - "id": "node/1375347144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1376195500", - "check_date:opening_hours": "2023-10-29", - "name": "Dings", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 10:00-17:00", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5366286, - 47.3798345 - ] - }, - "id": "node/1376195500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1376709774", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "117", - "addr:postcode": "8005", - "addr:street": "Zollstrasse", - "fair_trade": "yes", - "name": "RRRevolve", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00", - "organic": "yes", - "shop": "clothes", - "website": "https://rrrevolve.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5302151, - 47.3815059 - ] - }, - "id": "node/1376709774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1383580146", - "check_date": "2024-08-24", - "name": "Sixtyone", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5305999, - 47.3836614 - ] - }, - "id": "node/1383580146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1438249175", - "addr:housenumber": "41", - "addr:postcode": "8008", - "addr:street": "Fröhlichstrasse", - "name": "LaLotta Boutique", - "shop": "clothes", - "source": "local knowledge", - "website": "http://lalotta.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5562772, - 47.3546944 - ] - }, - "id": "node/1438249175" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1617771753", - "addr:housenumber": "50", - "addr:street": "Oberwiesenstrasse", - "name": "Werbemittel Oerlikon", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5327565, - 47.4106384 - ] - }, - "id": "node/1617771753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1687388895", - "check_date": "2023-04-10", - "name": "Kleiderbörse", - "opening_hours": "Mo-Fr 14:00-18:30; Sa 10:00-15:00; Su off", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5535378, - 47.3694433 - ] - }, - "id": "node/1687388895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1701730763", - "check_date": "2024-03-29", - "name": "Avin", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4862933, - 47.3873371 - ] - }, - "id": "node/1701730763" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1701730798", - "check_date": "2024-03-29", - "name": "express yourself", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-16:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4864274, - 47.3875732 - ] - }, - "id": "node/1701730798" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1724684144", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "10", - "addr:postcode": "8001", - "addr:street": "Lintheschergasse", - "brand": "Marc O'Polo", - "brand:wikidata": "Q1892752", - "brand:wikipedia": "en:Marc O'Polo", - "name": "Marc O'Polo", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-18:00", - "shop": "clothes", - "website": "https://www.marc-o-polo.com/de-ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5387287, - 47.375973 - ] - }, - "id": "node/1724684144" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1925758865", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "174", - "addr:postcode": "8003", - "addr:street": "Birmensdorferstrasse", - "name": "Artigiano Fashion", - "shop": "boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5179828, - 47.370555 - ] - }, - "id": "node/1925758865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1925758898", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "172", - "addr:postcode": "8003", - "addr:street": "Birmensdorferstrasse", - "name": "Manuela's Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.518212, - 47.3704961 - ] - }, - "id": "node/1925758898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/1971306169", - "addr:city": "Zürich", - "addr:country": "CH", - "check_date": "2024-11-05", - "name": "Geschenklädeli Outlet Copacabana", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5385476, - 47.3911886 - ] - }, - "id": "node/1971306169" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2119163854", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "11", - "addr:postcode": "8050", - "addr:street": "Edisonstrasse", - "alt_name": "H&M Oerlikon", - "branch": "Zürich Oerlikon", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "check_date": "2022-06-25", - "check_date:opening_hours": "2022-06-20", - "clothes": "women;men;children", - "level": "0", - "name": "H&M", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", - "operator": "H&M Hennes & Mauritz", - "shop": "clothes", - "website": "https://www2.hm.com/de_ch", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5447969, - 47.4097086 - ] - }, - "id": "node/2119163854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2124855614", - "addr:city": "Zürich", - "addr:postcode": "8005", - "addr:street": "Geroldstrasse", - "name": "Gerolds Markt", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00", - "shop": "boutique", - "website": "https://www.fraugerold.ch/markt/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5191581, - 47.3850927 - ] - }, - "id": "node/2124855614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2213335359", - "addr:city": "Zürich", - "addr:housename": "Gerolds Markt", - "addr:housenumber": "23", - "addr:postcode": "8005", - "addr:street": "Geroldstrasse", - "level": "1", - "name": "Making Things II", - "shop": "clothes", - "website": "https://www.makingthings.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5193042, - 47.3855604 - ] - }, - "id": "node/2213335359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2313440219", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housename": "Wiediker Markt", - "addr:housenumber": "320", - "addr:postcode": "8055", - "addr:street": "Birmensdorferstrasse", - "alt_name": "Tschümperlin Wiedikon", - "branch": "Zürich Wiedikon", - "check_date": "2024-01-20", - "level": "0", - "name": "Tschümperlin", - "opening_hours": "Mo-Fr 08:00-19:00; Sa 08:00-18:00; Su off", - "operator": "Tschümperlin & Co", - "shop": "shoes", - "website": "https://www.tschuemperlin-schuhe.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5086322, - 47.3703114 - ] - }, - "id": "node/2313440219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2322101556", - "addr:housenumber": "91", - "addr:street": "Viaduktstrasse", - "name": "Caritas Secondhand", - "opening_hours": "Tu-Fr 10:00-19:00; Sa 10:00-18:00", - "phone": "+41 43 321 33 75", - "second_hand": "only", - "shop": "clothes", - "website": "https://caritas-secondhand.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5209208, - 47.3850337 - ] - }, - "id": "node/2322101556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2407831501", - "brand": "Schiesser", - "check_date": "2023-10-27", - "name": "Schiesser Outlet Store", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "phone": "+41 43 322 07 70", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5251438, - 47.3745519 - ] - }, - "id": "node/2407831501" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2427316812", - "check_date": "2023-04-21", - "name": "Rodrigo & Gabrielli", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5423364, - 47.3805175 - ] - }, - "id": "node/2427316812" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2465821639", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "37", - "addr:postcode": "8050", - "addr:street": "Schulstrasse", - "check_date": "2024-02-04", - "name": "Ochsner Sport", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5435661, - 47.4099804 - ] - }, - "id": "node/2465821639" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2472730974", - "name": "Ergosan", - "opening_hours": "Jun-Aug Mo-Th 13:00-17:00", - "phone": "+41447755100", - "shop": "shoes", - "website": "https://ergosan.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5470814, - 47.4031656 - ] - }, - "id": "node/2472730974" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2503044243", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "39", - "addr:postcode": "8050", - "addr:street": "Schulstrasse", - "check_date": "2024-02-04", - "check_date:opening_hours": "2022-11-07", - "name": "Marco Di Renzo", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", - "shop": "clothes", - "website": "https://www.marcodirenzo.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5435335, - 47.4102256 - ] - }, - "id": "node/2503044243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2503044245", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "40", - "addr:postcode": "8050", - "addr:street": "Schulstrasse", - "alt_name": "Zebra Oerlikon", - "branch": "Zürich Oerlikon", - "brand": "Zebra", - "check_date": "2024-02-01", - "check_date:opening_hours": "2023-07-16", - "clothes": "women", - "name": "Zebra", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00", - "operator": "Zebra Fashion", - "shop": "clothes", - "website": "https://www.zebrafashion.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5437624, - 47.4103656 - ] - }, - "id": "node/2503044245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2506461986", - "name": "Carhatt VIP Store", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5342806, - 47.3764205 - ] - }, - "id": "node/2506461986" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2523675854", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "Hauptbahnhof, Passage Bahnhofquai", - "addr:postcode": "8001", - "branch": "Zürich HB Museumstrasse", - "brand": "Tiefenbacher", - "check_date:opening_hours": "2024-07-29", - "layer": "-1", - "name": "Tiefenbacher Schuhe", - "old_name": "Guerini Schuhservice", - "opening_hours": "Mo-Fr 09:00-21:00; Sa,Su 09:00-20:00", - "operator": "Schuhhaus Tiefenbacher", - "shop": "shoes", - "website": "https://www.tiefenbacher.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5413445, - 47.3782559 - ] - }, - "id": "node/2523675854" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2628338272", - "addr:city": "Zürich", - "addr:housenumber": "94", - "addr:postcode": "8032", - "addr:street": "Asylstrasse", - "check_date": "2023-06-28", - "name": "Caritas Secondhand", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "second_hand": "only", - "shop": "clothes", - "website": "https://caritas-secondhand.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5620127, - 47.3661711 - ] - }, - "id": "node/2628338272" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2628338276", - "check_date": "2023-10-27", - "name": "atop", - "note": "Specializes in wigs and costumes", - "shop": "clothes", - "website": "https://atop.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5619217, - 47.3665981 - ] - }, - "id": "node/2628338276" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2628338298", - "addr:city": "Zürich", - "addr:housenumber": "68", - "addr:postcode": "8032", - "addr:street": "Asylstrasse", - "check_date": "2023-10-27", - "name": "Makumayu", - "opening_hours": "Mo-Tu \"by appointment\"; We-Fr 15:30-18:30; Sa 13:30-16:00", - "shop": "clothes", - "website": "http://wohnflex.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5607105, - 47.3674764 - ] - }, - "id": "node/2628338298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2636675885", - "addr:city": "Zürich", - "addr:housenumber": "37", - "addr:postcode": "8042", - "addr:street": "Rötelstrasse", - "check_date": "2024-08-04", - "name": "The New New", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 11:00-17:00; Su off", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5357891, - 47.3915083 - ] - }, - "id": "node/2636675885" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2926962972", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "18", - "addr:postcode": "8001", - "addr:street": "In Gassen", - "brand": "Bogner", - "brand:wikidata": "Q881017", - "name": "Bogner", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5401137, - 47.3705968 - ] - }, - "id": "node/2926962972" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2936682613", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "20", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "brand": "Bally", - "brand:wikidata": "Q688195", - "check_date": "2024-08-09", - "level": "0", - "name": "Bally", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5398034, - 47.3689851 - ] - }, - "id": "node/2936682613" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2966370334", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "26", - "addr:postcode": "8001", - "addr:street": "Rennweg", - "clothes": "women", - "name": "Liu Jo", - "shop": "clothes", - "website": "https://www.liujo.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.539684, - 47.3730447 - ] - }, - "id": "node/2966370334" - }, - { - "type": "Feature", - "properties": { - "@id": "node/2966424033", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "35", - "addr:postcode": "8001", - "addr:street": "Nüschelerstrasse", - "check_date": "2024-02-03", - "clothes": "children", - "name": "zero-7", - "old_name": "Navyboot Store Nüschelerstrasse", - "opening_hours": "Mo 10:00-11:45,12:45-18:30; Tu 10:00-14:00; We-Fr 10:00-11:45,12:45-18:30; Sa 10:00-17:00", - "shop": "clothes", - "website": "https://www.zero-7.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5353824, - 47.3726104 - ] - }, - "id": "node/2966424033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3010847633", - "brand": "Skechers", - "brand:wikidata": "Q2945643", - "brand:wikipedia": "en:Skechers", - "name": "Skechers", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:30-19:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5392607, - 47.374631 - ] - }, - "id": "node/3010847633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3074729433", - "check_date": "2023-06-04", - "name": "Titolo", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00; Su off", - "shop": "shoes", - "website": "https://titolo.ch", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5440531, - 47.3730824 - ] - }, - "id": "node/3074729433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3074729533", - "addr:city": "Zürich", - "addr:housenumber": "3", - "addr:postcode": "8001", - "addr:street": "Brunngasse", - "email": "niederdorf@circleshop.ch", - "level": "0", - "name": "The circle", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "phone": "+41 43 243 69 21", - "shop": "clothes", - "website": "https://circleshop.ch/filialen/niederdorf/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5437338, - 47.3735998 - ] - }, - "id": "node/3074729533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3075166933", - "check_date": "2022-10-19", - "level": "0", - "name": "Friemel", - "opening_hours": "Mo-Fr 07:45-18:30; Sa 09:00-16:00; PH closed", - "shoes": "women;men;children;babies;orthopaedic;sport;hiking", - "shoes:repair": "yes", - "shop": "shoes", - "website": "https://www.friemel.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5294866, - 47.3733867 - ] - }, - "id": "node/3075166933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3077782433", - "addr:housenumber": "95", - "addr:street": "Sihlstrasse", - "fixme": "Umbau bis 2024-04-18, Öffnungszeiten danach neu erfassen", - "name": "The North Face", - "shop": "clothes", - "website": "https://thenorthface-store.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5331112, - 47.3729126 - ] - }, - "id": "node/3077782433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3078522845", - "check_date": "2023-05-23", - "name": "My Fashion Fox", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5246537, - 47.3752043 - ] - }, - "id": "node/3078522845" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3078529740", - "check_date": "2023-05-23", - "name": "Gianni & Armando", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-17:00; Su off", - "shop": "clothes", - "website": "https://trendmode.eu", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5242754, - 47.3747074 - ] - }, - "id": "node/3078529740" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3082786534", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "14", - "addr:postcode": "8001", - "addr:street": "Bahnhofplatz", - "check_date": "2024-08-09", - "name": "Ochsner Shoes", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "Dosenbach-Ochsner", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5384542, - 47.3774955 - ] - }, - "id": "node/3082786534" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3085720234", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "16", - "addr:postcode": "8001", - "addr:street": "Seidengasse", - "branch": "Zürich Seidengasse", - "clothes": "women", - "name": "Anouk", - "opening_hours": "Mo-Fr 10:00-18:30, Sa 10:00-18:00; PH off", - "shop": "clothes", - "website": "https://www.anoukfashion.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5374479, - 47.3753093 - ] - }, - "id": "node/3085720234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3085740533", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "2", - "addr:postcode": "8001", - "addr:street": "Gerbergasse", - "alt_name": "C&A Zürich City", - "branch": "Zürich City", - "brand": "C&A", - "brand:wikidata": "Q701338", - "check_date": "2024-04-15", - "name": "C&A", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "C&A Mode", - "shop": "clothes", - "website": "https://www.c-and-a.com/ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5374676, - 47.3748427 - ] - }, - "id": "node/3085740533" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3085745434", - "addr:city": "Zürich", - "addr:housenumber": "29", - "addr:postcode": "8001", - "addr:street": "Löwenstrasse", - "alt_name": "Day Löwenstrasse", - "branch": "Zürich Löwenstrasse", - "check_date": "2024-10-27", - "check_date:opening_hours": "2024-09-02", - "level": "0", - "name": "Day", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; PH off", - "operator": "Day", - "shop": "shoes", - "website": "https://www.day.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5359784, - 47.3748793 - ] - }, - "id": "node/3085745434" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3085745435", - "check_date": "2023-12-09", - "description": "Army& navy shop", - "name": "Bambus", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5358793, - 47.3742554 - ] - }, - "id": "node/3085745435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3085750435", - "addr:city": "Zürich", - "addr:housenumber": "28", - "addr:postcode": "8001", - "addr:street": "Löwenstrasse", - "branch": "Zürich", - "brand": "Scotch & Soda", - "brand:wikidata": "Q17141914", - "check_date": "2024-08-19", - "level": "0", - "name": "Scotch & Soda", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 10:00-18:00; PH off", - "shop": "clothes", - "website": "https://stores.scotch-soda.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5359432, - 47.3744168 - ] - }, - "id": "node/3085750435" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3085757633", - "addr:city": "Zürich", - "addr:housenumber": "30", - "addr:postcode": "8001", - "addr:street": "Löwenstrasse", - "check_date": "2024-08-19", - "clothes": "sports", - "name": "Odlo", - "phone": "+41 41 545 36 71", - "shop": "clothes", - "website": "https://www.odlo.com/on/demandware.store/Sites-odlo-eu-Site/en_CH/Stores-Details?StoreID=10102023¤tPage=content", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5361459, - 47.3746231 - ] - }, - "id": "node/3085757633" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3085757734", - "check_date": "2024-04-10", - "clothes": "outdoor", - "name": "patagonia", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-17:00", - "shop": "clothes", - "website": "https://mountain-wilderness-equipment.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5352226, - 47.3737061 - ] - }, - "id": "node/3085757734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3146401882", - "addr:city": "Zürich", - "addr:housenumber": "18", - "addr:postcode": "8001", - "addr:street": "Limmatquai", - "branch": "Zürich Limmatquai", - "level": "0", - "name": "Seidenmann", - "shop": "clothes", - "website": "https://seidenmann.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5437038, - 47.3691277 - ] - }, - "id": "node/3146401882" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3220472558", - "addr:city": "Zürich", - "addr:housenumber": "8", - "addr:postcode": "8004", - "addr:street": "Ankerstrasse", - "check_date": "2024-06-14", - "name": "Atelier Alsamendi", - "opening_hours": "Mo,Su off; Tu-Fr 12:00-18:30; Sa 11:00-16:30", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5240276, - 47.372667 - ] - }, - "id": "node/3220472558" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3220480665", - "check_date": "2024-08-19", - "name": "Fidelio", - "opening_hours": "Tu-Fr 10:00-19:00, Mo 11:00-19:00, Sa 11:00-18:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5397493, - 47.3719378 - ] - }, - "id": "node/3220480665" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3230040061", - "addr:city": "Zürich", - "addr:housenumber": "61", - "addr:postcode": "8001", - "addr:street": "Löwenstrasse", - "check_date": "2024-04-10", - "name": "Fjäll Räven", - "opening_hours": "Mo-Fr 09:30-19:00, Sa 09:30-17:00; PH off", - "shop": "clothes", - "website": "https://stores.fjallraven.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5379942, - 47.376924 - ] - }, - "id": "node/3230040061" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3230632932", - "addr:city": "Zürich", - "addr:housenumber": "57", - "addr:postcode": "8001", - "addr:street": "Rennweg", - "name": "Hanro", - "shop": "clothes", - "website": "https://www.hanro.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5388671, - 47.3736924 - ] - }, - "id": "node/3230632932" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3241499877", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "7", - "addr:postcode": "8001", - "addr:street": "Lintheschergasse", - "alt_name": "Bayard Co Ltd City", - "branch": "Zürich City", - "clothes": "men;women", - "email": "bayard.zuerich@modebayard.ch", - "name": "Bayard Co Ltd", - "old_name": "Globus", - "opening_hours": "Mo-Fr 10:00-20:00, Sa 09:00-20:00; PH off", - "operator": "Mode Bayard", - "shop": "clothes", - "website": "https://modebayard.ch/de/places/6094" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5380743, - 47.3753484 - ] - }, - "id": "node/3241499877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3268664509", - "addr:housenumber": "3", - "addr:street": "Richtiarkade", - "name": "3.5 Designer Outlet", - "opening_hours": "Mo,Tu,Fr,Sa 10:00-18:00; Th 10:00-20:00", - "shop": "boutique", - "website": "https://www.3punkt5.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.594666, - 47.4111368 - ] - }, - "id": "node/3268664509" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3284625697", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "297", - "addr:postcode": "8053", - "addr:street": "Witikonerstrasse", - "branch": "Zürich Witikon", - "brand": "Beldona", - "clothes": "women;underwear", - "name": "Beldona", - "opening_hours": "Mo-Fr 09:00-12:30, 13:30-18:30; Sa 09:00-16:00", - "operator": "Beldona", - "shop": "clothes", - "website": "https://www.beldona.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5860815, - 47.3592479 - ] - }, - "id": "node/3284625697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3284823877", - "check_date": "2024-03-23", - "fixme": "not found during survey, moved to Hedingen according to POI's own website", - "level": "0", - "name": "BW Mode", - "opening_hours": "Mo-Fr 11:30-16:45; Tu,Th,Sa \"auf Voranmeldung\"", - "shop": "clothes", - "website": "https://www.bw-mode.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5174663, - 47.3907831 - ] - }, - "id": "node/3284823877" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3344372628", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "1", - "addr:place": "Jelmoli", - "addr:postcode": "8001", - "addr:street": "Seidengasse", - "branch": "Zürich Jelmoli", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "check_date": "2024-02-12", - "clothes": "women;men;children", - "indoor": "area", - "level": "0", - "name": "Zara", - "operator": "Zara Suisse", - "shop": "clothes", - "website": "https://www.zara.com/ch/de/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5371525, - 47.3744192 - ] - }, - "id": "node/3344372628" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3428653893", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "37", - "addr:postcode": "8001", - "addr:street": "Löwenstrasse", - "alt_name": "PKZ Men Löwenplatz", - "branch": "Zürich Löwenplatz", - "brand": "PKZ", - "brand:wikidata": "Q1661717", - "clothes": "men", - "name": "PKZ Men", - "old_name": "Herren Globus", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 09:00-19:00; PH off", - "operator": "PKZ Burger-Kehl & Co.", - "shop": "clothes", - "start_date": "2021-04-12", - "website": "https://www.pkz.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5367499, - 47.3756439 - ] - }, - "id": "node/3428653893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3465012221", - "addr:housenumber": "1", - "addr:postcode": "8304", - "addr:street": "Schäfligrabenstrasse", - "entrance": "yes", - "opening_hours": "Mo-Fr 08:00-12:00, 13:00-17:00", - "phone": "+4143 443 31 00", - "shop": "clothes", - "website": "https://www.draco.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5994408, - 47.4226747 - ] - }, - "id": "node/3465012221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3472785301", - "addr:city": "Zürich", - "addr:housenumber": "16a", - "addr:postcode": "8004", - "addr:street": "Lagerstrasse", - "check_date:opening_hours": "2023-07-17", - "contact:facebook": "https://www.facebook.com/Arniko", - "contact:instagram": "https://instagram.com/arnikostore", - "contact:twitter": "https://twitter.com/arniko", - "email": "info@arniko.ch", - "name": "Arniko Feinraus", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-17:00", - "phone": "+41 44 240 06 55", - "shop": "clothes", - "website": "https://www.arniko-feinraus.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5335656, - 47.3775299 - ] - }, - "id": "node/3472785301" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3514833393", - "name": "Powder Room", - "shop": "boutique", - "website": "https://www.vintageboutique.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5132637, - 47.3703548 - ] - }, - "id": "node/3514833393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561119042", - "brand": "Canada Goose", - "brand:wikidata": "Q2988422", - "clothes": "outdoor", - "level": "0", - "name": "Canada Goose", - "shop": "clothes", - "website": "https://www.canadagoose.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5413006, - 47.3702564 - ] - }, - "id": "node/3561119042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561463030", - "check_date": "2024-04-06", - "name": "Céline", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.541453, - 47.3712203 - ] - }, - "id": "node/3561463030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561463032", - "brand": "Jil Sander", - "brand:wikidata": "Q17101930", - "check_date": "2024-04-06", - "level": "0", - "name": "Jil Sander", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5416275, - 47.3710781 - ] - }, - "id": "node/3561463032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561463033", - "check_date": "2024-04-06", - "clothes": "underwear", - "level": "0", - "name": "La Perla", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00; PH closed", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5413056, - 47.3706719 - ] - }, - "id": "node/3561463033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561463034", - "check_date": "2024-04-06", - "level": "0", - "name": "Les Millionaires", - "opening_hours": "Tu-Fr 10:00-18:30; Sa 10:00-18:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5412519, - 47.3708518 - ] - }, - "id": "node/3561463034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561463035", - "check_date": "2024-04-06", - "name": "Akris", - "shop": "clothes", - "website": "https://ch.akris.com/pages/zurich-boutique-akris", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5413569, - 47.3707584 - ] - }, - "id": "node/3561463035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561463037", - "brand": "Hackett London", - "check_date": "2024-04-06", - "clothes": "men", - "level": "0", - "name": "Hackett London", - "opening_hours": "Mo-Fr 09:30-18:30, Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5412727, - 47.3705912 - ] - }, - "id": "node/3561463037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561463038", - "check_date": "2024-04-06", - "level": "0", - "name": "Aqua di Parma", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5412049, - 47.370735 - ] - }, - "id": "node/3561463038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561463042", - "check_date": "2024-04-06", - "level": "0", - "name": "Sunglass & Accessory", - "opening_hours": "Mo-Fr 10:00-18:30, Sa 10:00-17:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5414754, - 47.3715975 - ] - }, - "id": "node/3561463042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561463046", - "check_date": "2024-04-06", - "clothes": "men", - "name": "Trois Pommes", - "shop": "clothes", - "website": "https://www.troispommes.ch/staff-member/store-11/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5412718, - 47.3703752 - ] - }, - "id": "node/3561463046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561463048", - "addr:city": "Zürich", - "addr:housenumber": "4", - "addr:postcode": "8001", - "addr:street": "Weinplatz", - "check_date": "2024-04-06", - "level": "0", - "name": "Isabel Marant", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; PH closed", - "shop": "clothes", - "website": "https://www.isabelmarant.com", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5414549, - 47.3714433 - ] - }, - "id": "node/3561463048" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3561463049", - "check_date": "2024-04-06", - "level": "0", - "name": "van Laack", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00; PH closed", - "opening_hours:covid19": "Mo-Fr 11:00-18:00; Sa 10:00-17:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5413243, - 47.3709441 - ] - }, - "id": "node/3561463049" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3595275913", - "check_date": "2024-08-30", - "clothes": "men", - "name": "Strellson", - "opening_hours": "Mo-Tu 10:00-19:00; We-Fr 10:00-20:00; Sa 10:00-18:00; PH closed", - "opening_hours:covid19": "Mo-Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5430391, - 47.3717412 - ] - }, - "id": "node/3595275913" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3623816124", - "addr:city": "Zürich", - "addr:housenumber": "24", - "addr:postcode": "8032", - "addr:street": "Witikonerstrasse", - "name": "Fuss Orthopädie Feldmann", - "opening_hours": "Mo-Fr 08:00-12:00,13:30-18:00", - "phone": "+41 43 211 10 00", - "shop": "shoes", - "website": "https://www.fof.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5668225, - 47.3637342 - ] - }, - "id": "node/3623816124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3632573991", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "3", - "addr:postcode": "8092", - "addr:street": "Sonneggstrasse", - "name": "ETH Merchandise Store", - "opening_hours": "Mo-Fr 10:00-14:00", - "operator": "ETH Zürich", - "shop": "clothes", - "website": "https://www.eth-store.ch/index.php/merchandising-store", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5475089, - 47.3773269 - ] - }, - "id": "node/3632573991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645707797", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "14", - "addr:postcode": "8001", - "addr:street": "Strehlgasse", - "brand": "Wolford", - "brand:wikidata": "Q431607", - "check_date": "2024-08-19", - "level": "0", - "name": "Wolford", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 10:00-18:00; PH closed", - "shop": "clothes", - "website": "https://www.wolfordshop.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5409596, - 47.3720334 - ] - }, - "id": "node/3645707797" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645780594", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "28a", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "alt_name": "Hermes", - "brand": "Hermès", - "brand:wikidata": "Q843887", - "brand:wikipedia": "en:Hermès", - "check_date": "2024-08-09", - "name": "Hermès", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 09:30-17:00", - "shop": "clothes", - "website": "http://de.stores.hermes.com/Europa/Schweiz/Zuerich/Hermes-Zuerich-Bahnhofstrasse" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5396981, - 47.3702045 - ] - }, - "id": "node/3645780594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645780693", - "check_date": "2024-04-06", - "level": "0", - "name": "MCM", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 10:00-18:00; PH closed", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5408292, - 47.3703113 - ] - }, - "id": "node/3645780693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645808583", - "check_date:opening_hours": "2023-02-03", - "name": "Oska", - "opening_hours": "Tu-Sa 11:00-18:00", - "shop": "clothes", - "website": "https://ch.oska.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5411594, - 47.3714902 - ] - }, - "id": "node/3645808583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645812893", - "name": "Dahian Velasque", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.541067, - 47.371247 - ] - }, - "id": "node/3645812893" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645826595", - "name": "Perosa", - "opening_hours": "Mo-Fr 09:30-18:00; Sa 09:30-16:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5408807, - 47.3721942 - ] - }, - "id": "node/3645826595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645865749", - "check_date": "2024-02-25", - "name": "GEA", - "opening_hours": "Tu-Fr 10:00-13:30,14:00-18:30; Sa 10:00-16:00; PH off", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5409948, - 47.3715846 - ] - }, - "id": "node/3645865749" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645865751", - "check_date": "2024-08-19", - "clothes": "women", - "level": "0", - "name": "ba&sh", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5411017, - 47.371955 - ] - }, - "id": "node/3645865751" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645865755", - "name": "La Profumeria", - "opening_hours": "Tu-Fr 10:00-18:00; Sa 10:00-17:00; PH closed", - "shop": "bag", - "website": "https://la-profumeria.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5405667, - 47.371949 - ] - }, - "id": "node/3645865755" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645871793", - "check_date": "2024-02-25", - "clothes": "fur;leather", - "level": "0", - "name": "Dublanc", - "opening_hours": "Mo-Fr 09:00-12:00,13:30-18:00; Sa 09:00-17:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5410172, - 47.3721376 - ] - }, - "id": "node/3645871793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645916195", - "addr:city": "Zürich", - "addr:housenumber": "26", - "addr:postcode": "8001", - "addr:street": "Strahlgasse", - "check_date": "2024-08-19", - "name": "enSoie", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 11:00-17:00", - "phone": "+41 44 211 59 02", - "shop": "clothes", - "website": "https://ensoie.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5405247, - 47.372316 - ] - }, - "id": "node/3645916195" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645916196", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "2", - "addr:postcode": "8001", - "addr:street": "Rennweg", - "brand": "FALKE", - "brand:wikidata": "Q1394122", - "check_date": "2024-02-12", - "name": "FALKE", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5402942, - 47.3724001 - ] - }, - "id": "node/3645916196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645916199", - "addr:city": "Zürich", - "addr:housenumber": "6", - "addr:postcode": "8001", - "addr:street": "Rennweg", - "alt_name": "Day Rennweg", - "branch": "Zürich Rennweg", - "check_date": "2023-05-13", - "name": "Day", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "operator": "Day", - "shop": "shoes", - "website": "https://www.day.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5401021, - 47.37252 - ] - }, - "id": "node/3645916199" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645916200", - "check_date": "2023-05-13", - "name": "E. Rütschi", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:30-17:30", - "operator": "Rütschi AG", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5400425, - 47.3725728 - ] - }, - "id": "node/3645916200" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645916201", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "10", - "addr:postcode": "8001", - "addr:street": "Rennweg", - "name": "Vanessa Bruno", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5400104, - 47.3726391 - ] - }, - "id": "node/3645916201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645926594", - "name": "Cashmere Factory", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5397815, - 47.3729247 - ] - }, - "id": "node/3645926594" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645926595", - "check_date": "2024-02-12", - "name": "des petits hauts", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5393979, - 47.3734665 - ] - }, - "id": "node/3645926595" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645952040", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "brand:wikipedia": "fr:Jacadi", - "clothes": "children", - "name": "Jacadi", - "shop": "clothes", - "website": "https://www.jacadi.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5397258, - 47.3726465 - ] - }, - "id": "node/3645952040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645952044", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "15", - "addr:postcode": "8001", - "addr:street": "Rennweg", - "brand": "ONLY", - "brand:wikidata": "Q61799370", - "name": "ONLY", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5396662, - 47.3727186 - ] - }, - "id": "node/3645952044" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645956468", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "39", - "addr:postcode": "8001", - "addr:street": "Rennweg", - "name": "United Colors of Benneton", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5391187, - 47.3734106 - ] - }, - "id": "node/3645956468" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645956472", - "addr:city": "Zürich", - "addr:housenumber": "29", - "addr:postcode": "8001", - "addr:street": "Rennweg", - "email": "info@schulthess-schuhe.ch", - "name": "Schulthess", - "opening_hours": "Mo-Fr 9:00-18:30, Sa 9:00-17:00", - "phone": "+41 44 211 41 60", - "shop": "shoes", - "website": "https://schulthess-schuhe.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5393152, - 47.3731565 - ] - }, - "id": "node/3645956472" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645974093", - "name": "Estheme Cashmere", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5398411, - 47.3728508 - ] - }, - "id": "node/3645974093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645974094", - "name": "Blue Lemon", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5394277, - 47.3734164 - ] - }, - "id": "node/3645974094" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645974294", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "30", - "addr:postcode": "8001", - "addr:street": "Rennweg", - "brand": "Gant", - "brand:wikidata": "Q1493667", - "brand:wikipedia": "en:Gant (retailer)", - "check_date": "2023-05-13", - "name": "Gant", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5395349, - 47.3732427 - ] - }, - "id": "node/3645974294" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645974296", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "46", - "addr:postcode": "8001", - "addr:street": "Rennweg", - "name": "Maje", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "operator": "SMCP;Maje Suisse", - "shop": "clothes", - "website": "https://ch.maje.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5392669, - 47.3736162 - ] - }, - "id": "node/3645974296" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645974593", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "32", - "addr:postcode": "8001", - "addr:street": "Rennweg", - "name": "Tara Jarmon", - "opening_hours": "Mo-Sa 09:30-18:30", - "shop": "clothes", - "survey:date": "2017", - "website": "https://www.tarajarmon.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5395124, - 47.373312 - ] - }, - "id": "node/3645974593" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3645978493", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "56", - "addr:postcode": "8001", - "addr:street": "Rennweg", - "check_date": "2024-11-27", - "check_date:opening_hours": "2024-11-27", - "name": "Snipes", - "opening_hours": "Mo-Sa 10:00-20:00", - "operator": "Snipes Schweiz; Dosenbach-Ochsner", - "shop": "shoes", - "website": "https://www.snipes.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5391007, - 47.3738476 - ] - }, - "id": "node/3645978493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3646121694", - "check_date": "2024-02-12", - "name": "Transit", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00; PH off", - "operator": "Intox AG", - "shop": "clothes", - "website": "https://www.transit.it/de/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5399885, - 47.3701675 - ] - }, - "id": "node/3646121694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3646121793", - "name": "Yves Delorme", - "shop": "clothes", - "website": "https://de.yvesdelorme.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5400439, - 47.3701898 - ] - }, - "id": "node/3646121793" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3646121993", - "check_date": "2024-08-09", - "level": "0", - "name": "Loro Piana", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; PH closed", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5396034, - 47.3694988 - ] - }, - "id": "node/3646121993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3646122093", - "check_date": "2024-08-09", - "level": "0", - "name": "Rimowa", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5400108, - 47.3697853 - ] - }, - "id": "node/3646122093" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3646146898", - "check_date": "2024-08-09", - "name": "Giorgio Armani", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5389642, - 47.3700206 - ] - }, - "id": "node/3646146898" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3646154694", - "check_date": "2024-08-09", - "name": "Bottega Veneta", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5388672, - 47.3703213 - ] - }, - "id": "node/3646154694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3647668217", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "7", - "addr:postcode": "8001", - "addr:street": "Kuttelgasse", - "check_date": "2023-12-09", - "name": "Triumph", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5390402, - 47.3727775 - ] - }, - "id": "node/3647668217" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3647668219", - "check_date": "2023-12-09", - "name": "ba&sh", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.539281, - 47.3728608 - ] - }, - "id": "node/3647668219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3647728098", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "15", - "addr:postcode": "8001", - "addr:street": "Kuttelgasse", - "alt_name": "Ballon Rouge by Maison Gassmann", - "clothes": "children", - "name": "Ballon Rouge", - "shop": "clothes", - "website": "https://ballonrouge.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5389234, - 47.3727572 - ] - }, - "id": "node/3647728098" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3651140427", - "name": "Xilobis & Maria van Rensen", - "opening_hours": "We-Fr 12:00-18:00; Sa 10:30-14:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5536084, - 47.368966 - ] - }, - "id": "node/3651140427" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3681157584", - "addr:city": "Schlieren", - "addr:country": "CH", - "addr:postcode": "8952", - "addr:street": "Ringstrasse", - "name": "Chicorée", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4473967, - 47.3986779 - ] - }, - "id": "node/3681157584" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3722759224", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "13", - "addr:postcode": "8002", - "addr:street": "Lessingstrasse", - "clothes:repair": "yes", - "clothes:upcycling": "yes", - "description": "Massgeschneiderte Upcycling-Mode absolut nachhaltig, prêt-à-reporter dekomponiert bereits vorhandene Kleider, verpasst Kleidern eine neue Form", - "description:2": "Aktion am Repair Thursday: geöffnet 13-18 Uhr: Maschinenstopfen und Patchen", - "email": "info@pretareporter.ch", - "name": "prèt-à-reporter", - "opening_hours": "\"nach Vereinbarung\"", - "opening_hours:description": "nach Vereinbarung", - "operator": "Eva Waldmann", - "phone": "+41 79 584 79 65", - "repair": "yes", - "shop": "clothes", - "upcycling": "yes", - "website": "https://pretareporter.ch" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5242632, - 47.3586419 - ] - }, - "id": "node/3722759224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3732510097", - "check_date": "2024-01-27", - "name": "Fuss Orthopädie Feldmann", - "opening_hours": "Tu,Fr 13:30-18:00; We,Th 09:00-12:00,13:30-18:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5456586, - 47.4118205 - ] - }, - "id": "node/3732510097" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3732510110", - "addr:housenumber": "6", - "addr:street": "Kornhausbrücke", - "check_date": "2024-08-09", - "name": "Circle Five", - "opening_hours": "We-Fr 14:00-18:30; Sa 12:00-16:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.532356, - 47.3849246 - ] - }, - "id": "node/3732510110" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750584162", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "4", - "addr:postcode": "8002", - "addr:street": "Waffenplatzstrasse", - "name": "Mode Chic", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.526362, - 47.3615244 - ] - }, - "id": "node/3750584162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3750603051", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "91", - "addr:postcode": "8002", - "addr:street": "Bederstrasse", - "name": "Fashionroom Plaza", - "opening_hours": "Tu-Fr 13:00-18:30; Sa 12:30-16:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5267495, - 47.3620695 - ] - }, - "id": "node/3750603051" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3830372124", - "check_date": "2023-10-27", - "name": "Deja-vu", - "opening_hours": "Mo-Fr 10:00-14:00,15:30-18:30; Sa 11:00-17:00; Su off", - "phone": "+41 44 382 55 33", - "second_hand": "yes", - "shop": "clothes", - "website": "http://www.deja-vu.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5551643, - 47.365046 - ] - }, - "id": "node/3830372124" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3871109978", - "name": "a presto fashion", - "opening_hours": "Mo-Fr 09:00-12:30,13:30-18:30; Sa 09:00-17:00", - "shop": "clothes", - "website": "https://www.aprestofashion.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5858013, - 47.3589609 - ] - }, - "id": "node/3871109978" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3975502133", - "addr:city": "Zürich", - "addr:housenumber": "21", - "addr:postcode": "8004", - "addr:street": "Grüngasse", - "brand": "Freitag", - "brand:wikidata": "Q1389494", - "check_date": "2024-06-14", - "email": "gruengasse@freitag.ch", - "facebook": "https://www.facebook.com/freitag", - "instagram": "https://www.instagram.com/freitaggruengasse/", - "name": "Freitag Store Grüngasse", - "opening_hours": "Tu,Th,Fr 11:00-14:30,15:00-18:30; Sa 11:00-17:00", - "operator": "Freitag lab. ag", - "phone": "+41 43 243 97 49", - "shop": "bag", - "website": "https://www.freitag.ch/de/store/freitag-store-gruengasse", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5247055, - 47.3734741 - ] - }, - "id": "node/3975502133" - }, - { - "type": "Feature", - "properties": { - "@id": "node/3984749358", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "5", - "addr:postcode": "8050", - "addr:street": "Querstrasse", - "alt_name": "WE Oerlikon", - "branch": "Zürich Oerlikon", - "brand": "WE", - "brand:wikidata": "Q1987861", - "brand:wikipedia": "en:WE (clothing)", - "check_date": "2024-02-01", - "name": "WE", - "opening_hours": "Mo-Th 10:00-18:30; Fr 10:00-20:00; Sa 09:00-16:00", - "operator": "WE Switzerland Fashion", - "shop": "clothes", - "website": "https://www.wefashion.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5455494, - 47.4098916 - ] - }, - "id": "node/3984749358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4054055100", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "10", - "addr:postcode": "8001", - "addr:street": "Uraniastrasse", - "check_date": "2024-08-19", - "name": "Dosenbach", - "opening_hours": "Mo-Sa 09:00-20:00; Su off", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "start_date": "2019-09", - "website": "https://www.dosenbach.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.537064, - 47.3747461 - ] - }, - "id": "node/4054055100" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4054055101", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "19", - "addr:postcode": "8001", - "addr:street": "Usteristrasse", - "branch": "Zürich City", - "brand": "Walder", - "check_date": "2024-02-21", - "check_date:opening_hours": "2022-09-27", - "level": "0", - "name": "Walder Schuhe", - "opening_hours": "Mo-Sa 09:00-20:00; PH off", - "operator": "Schuhhaus Walder", - "shop": "shoes", - "website": "https://www.walder.ch/", - "wheelchair": "yes", - "wheelchair:description": "Rollstuhlgängig erreichbar über den Inneneingang von Einkaufszentrum." - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5363143, - 47.3756627 - ] - }, - "id": "node/4054055101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4202522475", - "check_date": "2024-08-27", - "name": "Fusia Fashion", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6231815, - 47.4006385 - ] - }, - "id": "node/4202522475" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4216271469", - "addr:city": "Zürich", - "addr:housenumber": "5", - "addr:postcode": "8050", - "addr:street": "Schwamendingenstrasse", - "check_date": "2024-03-02", - "clothes": "men", - "name": "J.B. Men's Clothing", - "old_name": "Nogatsch", - "shop": "clothes", - "website": "https://mensclothing.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5471012, - 47.4084059 - ] - }, - "id": "node/4216271469" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4218199234", - "addr:city": "Zürich", - "addr:housenumber": "11", - "addr:postcode": "8050", - "addr:street": "Schwamendingenstrasse", - "check_date": "2024-03-02", - "name": "Caritas Secondhand", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "second_hand": "only", - "shop": "clothes", - "website": "https://caritas-secondhand.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5474312, - 47.4081383 - ] - }, - "id": "node/4218199234" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237319706", - "brand": "Tommy Hilfiger", - "brand:wikidata": "Q634881", - "brand:wikipedia": "en:Tommy Hilfiger (company)", - "check_date": "2024-08-09", - "level": "0", - "name": "Tommy Hilfiger", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; PH closed", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5396602, - 47.3693291 - ] - }, - "id": "node/4237319706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237319802", - "addr:city": "Zürich", - "addr:housenumber": "18", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "branch": "Zürich Bahnhofstrasse", - "check_date": "2024-08-09", - "clothes": "men;women", - "level": "0", - "name": "Trois Pommes", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "opening_hours:url": "http://www.troispommes.ch/zurich1", - "phone": "+41 44 211 09 43", - "shop": "clothes", - "website": "https://www.troispommes.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5398984, - 47.3687326 - ] - }, - "id": "node/4237319802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237331292", - "brand": "Dior", - "brand:wikidata": "Q542767", - "brand:wikipedia": "en:Dior", - "check_date": "2024-08-09", - "level": "0", - "name": "Dior", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.539321, - 47.3689006 - ] - }, - "id": "node/4237331292" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237331397", - "brand": "Brunello Cucinelli", - "brand:wikidata": "Q3645582", - "check_date": "2024-08-09", - "name": "Brunello Cucinelli", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5397297, - 47.3691481 - ] - }, - "id": "node/4237331397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237342489", - "check_date": "2024-08-09", - "level": "0", - "name": "Dolce & Gabbana", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5400905, - 47.3681301 - ] - }, - "id": "node/4237342489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237342493", - "addr:city": "Zürich", - "addr:housenumber": "12", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "brand": "Versace", - "brand:wikidata": "Q696376", - "brand:wikipedia": "en:Versace", - "check_date": "2024-08-09", - "email": "versace.zurichbahnhofstrasse@ch.versace.com", - "level": "0", - "name": "Versace", - "phone": "+41 44 508 72 82", - "shop": "clothes", - "website": "https://boutiques.versace.com/eu/de/schweiz/zurich/bahnhofstrasse-12", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5400103, - 47.368266 - ] - }, - "id": "node/4237342493" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237346695", - "addr:housenumber": "11", - "addr:street": "Bahnhofstrasse", - "check_date": "2023-12-26", - "name": "Chloé", - "shop": "bag", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5394317, - 47.3686522 - ] - }, - "id": "node/4237346695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237351289", - "addr:country": "CH", - "addr:housenumber": "13", - "addr:street": "Bahnhofstrasse", - "alt_name": "Yves Saint Laurent", - "brand": "Saint Laurent", - "brand:wikidata": "Q2282172", - "brand:wikipedia": "en:Yves Saint Laurent (brand)", - "check_date": "2024-08-09", - "name": "Yves Saint Laurent", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:00-17:00", - "shop": "clothes", - "short_name": "YSL" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5393512, - 47.3688273 - ] - }, - "id": "node/4237351289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237367650", - "level": "0", - "name": "Loretta Moor", - "opening_hours": "Tu-Fr 11:00-18:00; Sa 11:00-16:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5408517, - 47.3683461 - ] - }, - "id": "node/4237367650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237421790", - "check_date": "2024-08-09", - "email": "zurich@kiton.it", - "level": "0", - "name": "Kiton", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-17:00; PH closed", - "phone": "+41 44 212 26 36", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5400213, - 47.3687942 - ] - }, - "id": "node/4237421790" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237433958", - "contact:facebook": "https://fr-fr.facebook.com/ericbompard", - "contact:instagram": "http://instagram.com/ericbompard/", - "contact:twitter": "https://twitter.com/ericbompard", - "level": "0", - "name": "Eric Bompard", - "opening_hours": "Mo-Fr 09:30-18:30, Sa 10:00-18:00; Su closed", - "opening_hours:url": "https://www.eric-bompard.com/fr/boutique-vetement-cachemire/eric-bompard-zurich-7.html", - "phone": "+41 43 497 39 13", - "shop": "clothes", - "website": "https://www.eric-bompard.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5403453, - 47.3688564 - ] - }, - "id": "node/4237433958" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237433959", - "check_date": "2024-08-09", - "name": "Qunto", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5402021, - 47.3688304 - ] - }, - "id": "node/4237433959" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237433961", - "check_date": "2024-08-09", - "email": "info-zuerich@fischbacher.ch", - "fax": "+41 44 212 22 76", - "name": "Christian Fischbacher", - "opening_hours": "Mo-Fr 10:00-18:00; Sa 10:00-16:00; PH closed", - "phone": "+41 44 211 57 47", - "shop": "boutique", - "website": "https://www.fischbacher.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5404658, - 47.3688787 - ] - }, - "id": "node/4237433961" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237468720", - "level": "0", - "name": "The House Donna", - "shop": "boutique", - "website": "https://www.donnalesboutiques.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5405893, - 47.3692174 - ] - }, - "id": "node/4237468720" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237477601", - "addr:city": "Zürich", - "addr:housenumber": "60", - "addr:postcode": "8038", - "addr:street": "Renggerstrasse", - "check_date:opening_hours": "2022-05-25", - "email": "info@gnlfootwear.com", - "level": "0", - "name": "Glide'n Lock Footwear", - "opening_hours": "Tu-Fr 10:00-13:00,15:00-18:30; Sa 10:00-16:00", - "phone": "+41 44 482 00 17", - "shop": "shoes", - "website": "https://gnlfootwear.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5326256, - 47.3444808 - ] - }, - "id": "node/4237477601" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237477691", - "addr:city": "Zürich", - "addr:housenumber": "3", - "addr:postcode": "8001", - "addr:street": "Bleicherweg", - "check_date": "2024-02-23", - "clothes": "women", - "level": "0", - "name": "Madame", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 09:30-17:00; PH off", - "operator": "Madame grosse Grössen AG", - "shop": "clothes", - "website": "https://madame.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5381974, - 47.3690148 - ] - }, - "id": "node/4237477691" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4237500190", - "level": "0", - "name": "Boutique of Senses", - "opening_hours": "Mo-Fr 09:30-18:00; Sa 10:00-15:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5306051, - 47.3441229 - ] - }, - "id": "node/4237500190" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4239866442", - "branch": "Zürich", - "level": "0", - "name": "Marina Rinaldi", - "shop": "boutique", - "website": "https://ch.marinarinaldi.com/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5376116, - 47.3688832 - ] - }, - "id": "node/4239866442" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4244056290", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "40", - "addr:postcode": "8001", - "addr:street": "Löwenstrasse", - "branch": "Zürich Löwenstrasse", - "check_date": "2024-08-19", - "level": "0", - "name": "the Gallery", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 10:00-18:00; PH off", - "operator": "Bollag-Guggenheim AG", - "shop": "clothes", - "website": "https://thegalleryconcept.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5366541, - 47.3751335 - ] - }, - "id": "node/4244056290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4244123245", - "check_date": "2024-08-09", - "check_date:opening_hours": "2024-05-25", - "level": "0", - "name": "nubuc", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5325646, - 47.3787591 - ] - }, - "id": "node/4244123245" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4244137389", - "addr:housenumber": "19", - "addr:street": "Europaallee", - "check_date": "2024-09-19", - "check_date:opening_hours": "2024-09-19", - "clothes": "men", - "contact:facebook": "https://www.facebook.com/oxbloodzurich", - "contact:instagram": "https://instagram.com/oxbloodzurich/", - "contact:twitter": "https://twitter.com/OxbloodZurich", - "email": "hello@oxblood.ch", - "level": "0", - "name": "Oxblood", - "opening_hours": "Mo 11:00-19:00; Tu-Fr 11:00-19:00; Sa 10:00-18:00", - "phone": "+41 44 240 51 51", - "shop": "clothes", - "toilets:wheelchair": "limited", - "website": "https://www.oxblood.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5332486, - 47.3786229 - ] - }, - "id": "node/4244137389" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4281495008", - "addr:city": "Zürich", - "addr:housenumber": "21", - "addr:postcode": "8005", - "addr:street": "Ackerstrasse", - "name": "Royal Stitch", - "opening_hours": "Mo-Fr 10:30-20:00; Sa 10:30-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5312794, - 47.3822167 - ] - }, - "id": "node/4281495008" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4364350620", - "clothes": "swimwear", - "name": "Nellykini", - "opening_hours": "Mo-Fr 14:00-18:00, Sa 12:00-16:00; PH off", - "shop": "clothes", - "website": "https://nellykini.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5346486, - 47.3716798 - ] - }, - "id": "node/4364350620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4364350635", - "check_date": "2024-04-10", - "level": "0", - "name": "La Garçonne", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 10:00-17:00; PH off", - "shop": "clothes", - "website": "https://www.lagarconne.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5349311, - 47.371935 - ] - }, - "id": "node/4364350635" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4364350637", - "addr:city": "Zürich", - "addr:housenumber": "13", - "addr:postcode": "8004", - "addr:street": "Kasernenstrasse", - "clothes": "sports", - "level": "0", - "name": "Attena", - "opening_hours": "Tu-Fr 10:00-18:00, Sa 10:00-14:00; PH off", - "shop": "clothes", - "website": "https://attena.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.531898, - 47.3740089 - ] - }, - "id": "node/4364350637" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4380329206", - "addr:housenumber": "10", - "addr:street": "Pfingstweidstrasse", - "check_date:opening_hours": "2023-10-19", - "name": "Collab Zürich", - "opening_hours": "Mo-Fr 12:00-19:00; Sa 12:00-17:00", - "shop": "boutique", - "website": "https://www.collabzuerich.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5180533, - 47.3879926 - ] - }, - "id": "node/4380329206" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4416196410", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "22", - "addr:postcode": "8004", - "addr:street": "Bäckerstrasse", - "check_date": "2024-08-19", - "description": "Foot therapy, education, fitness, restoration", - "name": "PediPower", - "opening_hours": "Mo,Su off; Tu-Fr 11:00-19:00; Sa 11:30-17:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.529673, - 47.374523 - ] - }, - "id": "node/4416196410" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4424664338", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "Hauptbahnhof, Passage Gessnerallee", - "addr:postcode": "8001", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "check_date:opening_hours": "2023-02-11", - "indoor": "yes", - "level": "-2", - "name": "Calzedonia", - "opening_hours": "Mo-Fr 09:00-21:00; Sa,Su 09:00-20:00", - "operator": "Calzedonia Switzerland", - "shop": "clothes", - "website": "https://www.calzedonia.com/ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5386556, - 47.3787122 - ] - }, - "id": "node/4424664338" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4424664339", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "Hauptbahnhof, Passage Gessnerallee", - "addr:postcode": "8001", - "branch": "Zürich HB Löwenstrasse", - "check_date:opening_hours": "2024-01-27", - "indoor": "yes", - "level": "-2", - "name": "Gabor", - "opening_hours": "Mo-Fr 09:00-21:00; Sa,Su 09:00-20:00", - "operator": "Schuhhaus Tiefenbacher", - "shop": "shoes", - "website": "https://www.tiefenbacher.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5385003, - 47.3784219 - ] - }, - "id": "node/4424664339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4424664341", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "Hauptbahnhof, Passage Gessnerallee", - "addr:postcode": "8001", - "branch": "Zürich Hauptbahnhof", - "brand": "Marc O'Polo", - "brand:wikidata": "Q1892752", - "check_date:opening_hours": "2024-05-01", - "indoor": "yes", - "level": "-2", - "name": "Marc O'Polo", - "opening_hours": "Mo-Fr 09:00-21:00; Sa,Su 09:00-20:00", - "operator": "Bollag-Guggenheim AG", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5383148, - 47.3786409 - ] - }, - "id": "node/4424664341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4424664343", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "Hauptbahnhof, Passage Gessnerallee", - "addr:postcode": "8001", - "check_date:opening_hours": "2024-01-27", - "indoor": "yes", - "level": "-2", - "name": "Snipes", - "opening_hours": "Mo-Fr 09:00-21:00; Sa,Su 09:00-20:00", - "operator": "Snipes Schweiz; Dosenbach-Ochsner", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5385829, - 47.3785696 - ] - }, - "id": "node/4424664343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4424664345", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "Hauptbahnhof, Passage Gessnerallee", - "addr:postcode": "8001", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "check_date:opening_hours": "2023-02-11", - "clothes": "underwear", - "indoor": "yes", - "level": "-2", - "name": "Intimissimi", - "opening_hours": "Mo-Fr 09:00-21:00; Sa,Su 09:00-20:00", - "operator": "Calzedonia Switzerland", - "shop": "clothes", - "website": "https://www.intimissimi.com/ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5381485, - 47.3783591 - ] - }, - "id": "node/4424664345" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4424939146", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "ShopVille", - "addr:postcode": "8001", - "branch": "Zürich ShopVille", - "brand": "Dosenbach", - "brand:wikidata": "Q2677329", - "check_date": "2024-04-10", - "indoor": "yes", - "level": "-1", - "name": "Dosenbach +Sport", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "website": "https://www.dosenbach.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5382584, - 47.3775562 - ] - }, - "id": "node/4424939146" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4424939148", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "ShopVille", - "addr:postcode": "8001", - "branch": "Zürich ShopVille", - "indoor": "yes", - "level": "-1", - "name": "Guerini Schuhservice", - "opening_hours": "Mo-Fr 07:30-21:00; Sa-Su 09:00-20:00", - "operator": "Schuhhaus Tiefenbacher", - "shop": "shoes", - "website": "https://www.tiefenbacher.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5408382, - 47.3770601 - ] - }, - "id": "node/4424939148" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4424939162", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "ShopVille", - "addr:postcode": "8001", - "brand": "Tally Weijl", - "brand:wikidata": "Q689695", - "indoor": "yes", - "level": "-1", - "name": "Tally Weijl", - "opening_hours": "Mo-Fr 09:00-21:00; Sa-Su 09:00-20:00", - "shop": "clothes", - "website": "https://www.tally-weijl.com/de_CH/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5394466, - 47.3773877 - ] - }, - "id": "node/4424939162" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4424939219", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "ShopVille", - "addr:postcode": "8001", - "clothes": "children", - "indoor": "yes", - "level": "-1", - "name": "Okaïdi", - "opening_hours": "Mo-Fr 09:00-21:00; Sa-Su 09:00-20:00", - "shop": "clothes", - "website": "https://de.okaidi.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5393699, - 47.3774068 - ] - }, - "id": "node/4424939219" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4443847242", - "addr:city": "Dietlikon", - "addr:housenumber": "7", - "addr:postcode": "8305", - "addr:street": "Neue Winterthurerstrasse", - "alt_name": "H&M Dietlikon", - "branch": "Dietlikon Brandbach-Center", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "name": "H&M", - "opening_hours": "Mo-Sa 10:00-20:00", - "operator": "H&M Hennes & Mauritz", - "shop": "clothes", - "website": "https://www2.hm.com/de_ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6208404, - 47.4153921 - ] - }, - "id": "node/4443847242" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4443847246", - "addr:housenumber": "7", - "addr:street": "Neue Winterthurerstrasse", - "brand": "Reno", - "brand:wikidata": "Q2144204", - "name": "Reno", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.620664, - 47.4152325 - ] - }, - "id": "node/4443847246" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4449610650", - "level": "1", - "name": "Créasphère", - "shop": "boutique", - "website": "https://www.creasphere.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6165659, - 47.411817 - ] - }, - "id": "node/4449610650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4449610651", - "alt_name": "Chicorée Dietlikon Qualimarkt", - "branch": "Dietlikon Qualimarkt", - "brand": "Chicorée", - "brand:wikidata": "Q1072246", - "name": "Chicorée", - "opening_hours": "Mo-Fr 09:00-19:00, Sa 09:00-18:00; PH off", - "operator": "Chicorée Mode", - "shop": "clothes", - "website": "https://chicoree.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6165955, - 47.4117467 - ] - }, - "id": "node/4449610651" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4449610688", - "addr:city": "Dietlikon", - "addr:housenumber": "28", - "addr:postcode": "8305", - "addr:street": "Industriestrasse", - "alt_name": "Dosenbach Dietlikon Center", - "branch": "Dietlikon Center", - "brand": "Dosenbach", - "brand:wikidata": "Q2677329", - "name": "Dosenbach", - "opening_hours": "Mo-Fr 09:00-20:00, Sa 08:00-20:00; PH off", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "website": "https://www.dosenbach.ch/de-ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6182313, - 47.4134264 - ] - }, - "id": "node/4449610688" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4486644289", - "check_date": "2024-02-03", - "clothes": "children", - "level": "0", - "name": "Petit Bateau", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5368786, - 47.3733941 - ] - }, - "id": "node/4486644289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4496708115", - "addr:housenumber": "45", - "addr:postcode": "8004", - "addr:street": "Müllerstrasse", - "name": "Hera", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5294275, - 47.3753336 - ] - }, - "id": "node/4496708115" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4496730806", - "addr:place": "Hauptbahnhof, Halle Sihlquai", - "branch": "Zürich HB Halle Sihlquai", - "brand": "Vero Moda", - "brand:wikidata": "Q640418", - "clothes": "women", - "level": "-1", - "name": "Vero Moda", - "opening_hours": "Mo-Fr 09:00-21:00; Sa,Su 09:00-20:00", - "operator": "Bestseller", - "shop": "clothes", - "website": "https://www.veromoda.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.53686, - 47.379648 - ] - }, - "id": "node/4496730806" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4526712973", - "check_date": "2024-10-27", - "name": "Foot Locker", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5372955, - 47.3755304 - ] - }, - "id": "node/4526712973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4549433191", - "check_date": "2023-09-24", - "name": "Claudia Güdel", - "opening_hours": "Mo,Su off; Tu-Fr 11:00-19:00; Sa 11:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5280389, - 47.3756529 - ] - }, - "id": "node/4549433191" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4640165956", - "check_date": "2024-03-03", - "name": "Castella Schuhe & Accessoires", - "opening_hours": "Tu-Fr 09:00-12:00, 14:00-18:00; Sa 10:00-16:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5757603, - 47.3540561 - ] - }, - "id": "node/4640165956" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4718919992", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "172", - "addr:postcode": "8008", - "addr:street": "Seefeldstrasse", - "name": "Calida", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-16:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5566371, - 47.3552717 - ] - }, - "id": "node/4718919992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4727872872", - "addr:city": "Zürich", - "addr:postcode": "8005", - "addr:street": "Geroldstrasse", - "level": "0", - "name": "Cassare", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5192368, - 47.3854679 - ] - }, - "id": "node/4727872872" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4741926252", - "check_date": "2024-04-06", - "name": "Issey Miyake", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00; PH closed", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5407007, - 47.3702558 - ] - }, - "id": "node/4741926252" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4813659090", - "check_date:opening_hours": "2023-10-29", - "name": "Bruton & Hudson Woman", - "opening_hours": "Tu-Fr 11:00-18:30; Sa 10:00-16:00; PH off", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5339508, - 47.3809467 - ] - }, - "id": "node/4813659090" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4831030069", - "addr:city": "Zürich", - "addr:housenumber": "250", - "addr:postcode": "8057", - "addr:street": "Hofwiesenstrasse", - "description": "Kid Second Hand Clothing Store", - "name": "Allerleiladen", - "opening_hours": "Mo-We 09:00-11:30,13:30-17:30; Th 10:30-16:30; Fr 09:00-11:30,13:30-17:30; Sa 10:00-16:00", - "phone": "+41 76 463 45 55", - "shop": "clothes", - "website": "https://www.allerleiladen.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5377686, - 47.4056761 - ] - }, - "id": "node/4831030069" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833061542", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "Hauptbahnhof, Passage Bahnhofstrasse", - "addr:postcode": "8001", - "brand": "Chicorée", - "brand:wikidata": "Q1072246", - "level": "-2", - "name": "Chicorée", - "shop": "clothes", - "website": "https://chicoree.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5406859, - 47.3781605 - ] - }, - "id": "node/4833061542" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833061546", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "Hauptbahnhof, Passage Gessnerallee", - "addr:postcode": "8001", - "check_date:opening_hours": "2024-05-01", - "indoor": "yes", - "level": "-2", - "name": "Accessorize", - "opening_hours": "Mo-Fr 09:00-21:00; Sa,Su 09:00-20:00", - "shop": "clothes", - "website": "https://www.accessorize.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5383957, - 47.3787878 - ] - }, - "id": "node/4833061546" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833061550", - "addr:city": "Wallisellen", - "addr:country": "CH", - "addr:housenumber": "99", - "addr:place": "Glattzentrum", - "addr:postcode": "8301", - "addr:street": "Neue Winterthurerstrasse", - "brand": "Dosenbach", - "brand:wikidata": "Q2677329", - "brand:wikipedia": "de:Dosenbach-Ochsner", - "level": "2", - "name": "Dosenbach", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "website": "https://www.dosenbach.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5943614, - 47.4081959 - ] - }, - "id": "node/4833061550" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833061559", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "ShopVille", - "addr:postcode": "8001", - "indoor": "yes", - "level": "-1", - "name": "Reiz", - "opening_hours": "Mo-Fr 09:00-21:00; Sa 09:00-20:00; Su 10:00-20:00", - "shop": "clothes", - "website": "https://www.reizhut.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5405025, - 47.3769961 - ] - }, - "id": "node/4833061559" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833061561", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "Hauptbahnhof, Passage Bahnhofquai", - "addr:postcode": "8001", - "check_date:opening_hours": "2023-08-15", - "level": "-1", - "name": "Pieces", - "opening_hours": "Mo-Fr 09:00-21:00; Sa,Su 09:00-20:00", - "operator": "Bestseller (Schweiz)", - "shop": "clothes", - "website": "https://www.pieces.com/de-ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5414867, - 47.3782388 - ] - }, - "id": "node/4833061561" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833061562", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "Hauptbahnhof, Halle Landesmuseum", - "addr:postcode": "8001", - "alt_name": "Bayard Co Ltd Hauptbahnhof", - "branch": "Zürich Hauptbahnhof", - "check_date:opening_hours": "2024-07-29", - "clothes": "women", - "level": "-2", - "name": "Bayard Co Ltd", - "opening_hours": "Mo-Fr 09:00-21:00; Sa-Su 09:00-20:00", - "operator": "Mode Bayard", - "shop": "clothes", - "website": "https://www.modebayard.ch/de/filiale-bayard-shopville-zuerich-women/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5408666, - 47.378438 - ] - }, - "id": "node/4833061562" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833061587", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "Hauptbahnhof, Passage Bahnhofstrasse", - "addr:postcode": "8001", - "branch": "Zürich HB Passage Bahnhofstrasse", - "clothes": "women", - "level": "-2", - "name": "Parfois", - "shop": "clothes", - "website": "https://www.parfois.com/de/ch/home/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5402753, - 47.3774876 - ] - }, - "id": "node/4833061587" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833061608", - "check_date:opening_hours": "2023-06-12", - "level": "-1", - "name": "Kleidi", - "opening_hours": "Mo-Fr 09:00-20:00; Sa-Su 10:00-18:00", - "shop": "clothes", - "website": "https://www.kleidi.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5482128, - 47.367098 - ] - }, - "id": "node/4833061608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833061623", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "8", - "addr:place": "Bahnhof Stadelhofen", - "addr:postcode": "8001", - "addr:street": "Stadelhoferstrasse", - "check_date:opening_hours": "2023-06-12", - "level": "-1", - "name": "Ochsner Shoes", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-18:00; Su 10:00-18:00", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5479559, - 47.3672789 - ] - }, - "id": "node/4833061623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833061626", - "branch": "Zürich Stadelhofen", - "level": "-1", - "name": "Chicorée", - "shop": "clothes", - "website": "https://chicoree.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5490456, - 47.3664461 - ] - }, - "id": "node/4833061626" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833061644", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "48", - "addr:postcode": "8001", - "addr:street": "Limmatquai", - "check_date": "2024-10-26", - "name": "Magazzini Firme", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5432159, - 47.3711694 - ] - }, - "id": "node/4833061644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833061645", - "alt_name": "H&M Sihlcity", - "branch": "Zürich Sihlcity", - "brand": "H&M", - "brand:wikidata": "Q188326", - "clothes": "women", - "indoor": "room", - "level": "0", - "name": "H&M", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "H&M Hennes & Mauritz", - "room": "yes", - "shop": "clothes", - "website": "https://www2.hm.com/de_ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5229287, - 47.3587338 - ] - }, - "id": "node/4833061645" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4833061650", - "indoor": "yes", - "level": "0", - "name": "intimissimi", - "opening_hours": "Mo-Sa 09:00-20:00; PH off", - "operator": "Calzedonia Switzerland", - "shop": "boutique", - "website": "https://www.intimissimi.com/ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5360804, - 47.3753238 - ] - }, - "id": "node/4833061650" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594321", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "350", - "addr:place": "Neumarkt Oerlikon", - "addr:postcode": "8050", - "addr:street": "Hofwiesenstrasse", - "branch": "Zürich Oerlikon Neumarkt", - "brand": "Beldona", - "clothes": "underwear;women", - "level": "0", - "name": "Beldona", - "opening_hours": "Mo-Fr 09:00-20:00, Sa 09:00-18:00; PH off", - "operator": "Beldona", - "shop": "clothes", - "website": "https://www.beldona.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5428939, - 47.4103983 - ] - }, - "id": "node/4838594321" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594326", - "alt_name": "Metro Boutique Sihlcity", - "branch": "Zürich Sihlcity", - "level": "0", - "name": "Metro Boutique", - "old_name": "Globus;Bayard", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes", - "website": "https://www.metroboutique.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5232594, - 47.3569822 - ] - }, - "id": "node/4838594326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594327", - "addr:country": "CH", - "addr:housenumber": "99", - "addr:place": "Glattzentrum", - "addr:street": "Neue Winterthurerstrasse", - "branch": "Wallisellen Glattzentrum", - "clothes": "women", - "level": "1", - "name": "ModeKeller", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes", - "website": "https://www.modekeller.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5954892, - 47.4079695 - ] - }, - "id": "node/4838594327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594328", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "50", - "addr:place": "Letzipark", - "addr:postcode": "8048", - "addr:street": "Baslerstrasse", - "alt_name": "C&A Letzipark", - "branch": "Zürich Letzipark", - "brand": "C&A", - "brand:wikidata": "Q701338", - "check_date:opening_hours": "2023-04-28", - "level": "1;2", - "name": "C&A", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "C&A Mode", - "shop": "clothes", - "website": "https://www.c-and-a.com/ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4988041, - 47.3865599 - ] - }, - "id": "node/4838594328" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594329", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "125", - "addr:postcode": "8004", - "addr:street": "Langstrasse", - "check_date": "2024-08-24", - "check_date:opening_hours": "2022-11-25", - "name": "Marco Di Renzo", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes", - "website": "https://www.marcodirenzo.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5274649, - 47.3796242 - ] - }, - "id": "node/4838594329" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594333", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "350", - "addr:place": "Neumarkt Oerlikon", - "addr:postcode": "8050", - "addr:street": "Hofwiesenstrasse", - "alt_name": "Ochsner Shoes Oerlikon", - "level": "-1", - "name": "Ochsner Shoes", - "old_name": "MyShoes", - "opening_hours": "Mo-Fr 09:00-20:00, Sa 09:00-18:00; PH off", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "website": "http://www.myshoes.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5429288, - 47.4105387 - ] - }, - "id": "node/4838594333" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594337", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "145", - "addr:place": "Neumarkt Altstetten", - "addr:postcode": "8048", - "addr:street": "Altstetterstrasse", - "alt_name": "Dosenbach Altstetten Neumarkt", - "branch": "Zürich Altstetten Neumarkt", - "brand": "Dosenbach", - "brand:wikidata": "Q2677329", - "indoor": "yes", - "level": "0", - "name": "Dosenbach", - "opening_hours": "Mo-Sa 08:00-20:00; PH off", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "website": "https://www.dosenbach.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4870451, - 47.3885453 - ] - }, - "id": "node/4838594337" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594343", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "145", - "addr:place": "Neumarkt Altstetten", - "addr:postcode": "8048", - "addr:street": "Altstetterstrasse", - "alt_name": "Chicorée Neumarkt Altstetten", - "branch": "Zürich Altstetten Neumarkt", - "check_date": "2023-04-27", - "indoor": "yes", - "level": "0", - "name": "Chicorée", - "opening_hours": "Mo-Sa 08:00-20:00", - "operator": "Chicorée Mode", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4870109, - 47.3884358 - ] - }, - "id": "node/4838594343" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594349", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "21", - "addr:postcode": "8046", - "addr:street": "Jonas-Furrer-Strasse", - "alt_name": "Zebra Affoltern", - "branch": "Zürich Affoltern", - "brand": "Zebra", - "level": "0", - "name": "Zebra", - "opening_hours": "Mo-Sa 08:00-20:00; PH off", - "operator": "Zebra Fashion", - "shop": "clothes", - "website": "https://www.zebrafashion.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5078278, - 47.4200025 - ] - }, - "id": "node/4838594349" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594352", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "350", - "addr:place": "Neumarkt Oerlikon", - "addr:postcode": "8050", - "addr:street": "Hofwiesenstrasse", - "branch": "Zürich Oerlikon Neumarkt", - "brand": "Chicorée", - "brand:wikidata": "Q1072246", - "level": "0", - "name": "Chicorée", - "opening_hours": "Mo-Fr 09:00-20:00, Sa 09:00-18:00; PH off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5430963, - 47.410464 - ] - }, - "id": "node/4838594352" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594354", - "addr:city": "Wallisellen", - "addr:country": "CH", - "addr:housenumber": "99", - "addr:place": "Glattzentrum", - "addr:postcode": "8304", - "addr:street": "Neue Winterthurerstrasse", - "branch": "Wallisellen Glattzentrum", - "brand": "Walder", - "level": "1", - "name": "Walder Schuhe", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "Schuhhaus Walder", - "shop": "shoes", - "website": "https://www.walder.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.595267, - 47.4081104 - ] - }, - "id": "node/4838594354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594355", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "10", - "addr:postcode": "8050", - "addr:street": "Edisonstrasse", - "branch": "Zürich Oerlikon", - "brand": "Walder", - "check_date": "2024-03-19", - "name": "Walder Schuhe", - "opening_hours": "Mo,Tu,Th,Fr 10:00-18:30; We 09:00-18:30; Sa 09:00-17:00", - "operator": "Schuhhaus Walder", - "shop": "shoes", - "website": "https://www.walder.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5455209, - 47.40943 - ] - }, - "id": "node/4838594355" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594356", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "20", - "addr:postcode": "8008", - "addr:street": "Holbeinstrasse", - "branch": "Zürich Seefeld", - "brand": "Walder", - "name": "Walder Schuhe", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-17:00", - "operator": "Schuhhaus Walder", - "shop": "shoes", - "website": "https://www.walder.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.549319, - 47.3638515 - ] - }, - "id": "node/4838594356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594359", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:place": "Hauptbahnhof, Plaza", - "addr:postcode": "8001", - "building": "kiosk", - "level": "-2", - "name": "Amari", - "note": "Pop-Up-Store", - "shop": "clothes", - "website": "https://amariwear.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5397544, - 47.3780408 - ] - }, - "id": "node/4838594359" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594360", - "alt_name": "BIG Shopville", - "building": "kiosk", - "clothes": "women", - "level": "-2", - "name": "Collectif mon Amour", - "note": "Pop-Up-Store", - "opening_hours": "Mo-Fr 08:00-21:00, Sa-Su 09:00-20:00", - "shop": "clothes", - "website": "https://bigzh.ch/big-shopville/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5401944, - 47.3778902 - ] - }, - "id": "node/4838594360" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594364", - "brand": "CALIDA", - "brand:wikidata": "Q693344", - "indoor": "yes", - "level": "-2", - "name": "Calida", - "opening_hours": "Mo-Fr 08:00-21:00; Sa 08:00-20:00; Su 09:00-20:00", - "shop": "clothes", - "website": "https://www.calida.com/de-CH/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5394127, - 47.3783339 - ] - }, - "id": "node/4838594364" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4838594373", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "50", - "addr:place": "Letzipark", - "addr:postcode": "8048", - "addr:street": "Baslerstrasse", - "alt_name": "H&M Letzipark", - "branch": "Zürich Letzipark", - "brand": "H&M", - "brand:wikidata": "Q188326", - "brand:wikipedia": "en:H&M", - "clothes": "women;men;children", - "level": "1", - "name": "H&M", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "H&M Hennes & Mauritz", - "shop": "clothes", - "website": "https://www2.hm.com/de_ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.499558, - 47.385951 - ] - }, - "id": "node/4838594373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545855", - "brand": "Snipes", - "brand:wikidata": "Q42306166", - "level": "2", - "name": "Snipes", - "note": "formerly occupied by Desigual", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5951691, - 47.4081778 - ] - }, - "id": "node/4841545855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545856", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "5", - "addr:postcode": "8001", - "addr:street": "Bellevueplatz", - "check_date": "2024-07-13", - "name": "Marc Cain Store", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "operator": "Modekeller", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "website": "https://www.marc-cain.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5448498, - 47.3675227 - ] - }, - "id": "node/4841545856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545857", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "15", - "addr:postcode": "8008", - "addr:street": "Seefeldstrasse", - "level": "1", - "name": "ModeKeller", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.54889, - 47.3643555 - ] - }, - "id": "node/4841545857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545865", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "9-11", - "addr:postcode": "8001", - "addr:street": "Usteristrasse", - "check_date": "2024-10-27", - "email": "zuerich1@companys.ch", - "name": "Companys", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-18:00; Su off", - "shop": "clothes", - "website": "https://www.companys.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5376897, - 47.3754697 - ] - }, - "id": "node/4841545865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545866", - "brand": "Esprit", - "brand:wikidata": "Q532746", - "clothes": "women;men", - "level": "0", - "name": "Esprit", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5231629, - 47.3575374 - ] - }, - "id": "node/4841545866" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545867", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "50", - "addr:postcode": "8001", - "addr:street": "Limmatquai", - "check_date": "2024-10-26", - "name": "Only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5431596, - 47.3712995 - ] - }, - "id": "node/4841545867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545869", - "alt_name": "C&A Sihlcity", - "branch": "Zürich Sihlcity", - "brand": "C&A", - "brand:wikidata": "Q701338", - "level": "0", - "name": "C&A", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "C&A Mode", - "shop": "clothes", - "website": "https://www.c-and-a.com/ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.523242, - 47.3570758 - ] - }, - "id": "node/4841545869" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545895", - "brand": "Intimissimi", - "brand:wikidata": "Q305404", - "brand:wikipedia": "en:Intimissimi", - "clothes": "underwear", - "level": "0", - "name": "Intimissimi", - "operator": "Calzedonia SpA", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5960189, - 47.4082203 - ] - }, - "id": "node/4841545895" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545897", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "level": "0", - "name": "Calzedonia", - "operator": "Calzedonia SpA", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5959707, - 47.4082429 - ] - }, - "id": "node/4841545897" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545899", - "addr:city": "Wallisellen", - "addr:housenumber": "99", - "addr:postcode": "8304", - "addr:street": "Neue Winterthurerstrasse", - "branch": "Wallisellen Glattzentrum", - "brand": "Zara", - "brand:wikidata": "Q147662", - "brand:wikipedia": "en:Zara (retailer)", - "clothes": "women;men;children", - "level": "0;-1", - "name": "Zara", - "operator": "Zara Suisse", - "shop": "clothes", - "website": "https://www.zara.com/ch/de/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.595585, - 47.4080352 - ] - }, - "id": "node/4841545899" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545901", - "addr:city": "Wallisellen", - "addr:country": "CH", - "addr:housenumber": "99", - "addr:place": "Glattzentrum", - "addr:postcode": "8301", - "addr:street": "Neue Winterthurerstrasse", - "brand": "Tally Weijl", - "brand:wikidata": "Q689695", - "brand:wikipedia": "en:Tally Weijl", - "level": "0", - "name": "Tally Weijl", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5957561, - 47.4083418 - ] - }, - "id": "node/4841545901" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545902", - "addr:city": "Wallisellen", - "addr:housenumber": "99", - "addr:postcode": "8304", - "addr:street": "Neue Winterthurerstrasse", - "branch": "Wallisellen Glattzentrum", - "brand": "Beldona", - "clothes": "women;underwear", - "level": "0", - "name": "Beldona", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "Beldona", - "shop": "clothes", - "website": "https://www.beldona.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5953842, - 47.4082569 - ] - }, - "id": "node/4841545902" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545907", - "brand": "Tezenis", - "brand:wikidata": "Q28056374", - "level": "0", - "name": "Tezenis", - "operator": "Calzedonia SpA", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5954546, - 47.4087642 - ] - }, - "id": "node/4841545907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545908", - "level": "0", - "name": "Ledergerber", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5954275, - 47.4086339 - ] - }, - "id": "node/4841545908" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545919", - "brand": "Bershka", - "brand:wikidata": "Q827258", - "brand:wikipedia": "en:Bershka", - "level": "0", - "name": "Bershka", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.59454, - 47.4085116 - ] - }, - "id": "node/4841545919" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841545920", - "addr:city": "Wallisellen", - "addr:housenumber": "99", - "addr:postcode": "8304", - "addr:street": "Neue Winterthurerstrasse", - "alt_name": "PKZ Women Glattzentrum", - "branch": "Glattzentrum Damenmode", - "brand": "PKZ", - "brand:wikidata": "Q1661717", - "clothes": "women", - "level": "1", - "name": "PKZ Women", - "operator": "PKZ Burger-Kehl & Co.", - "shop": "clothes", - "website": "https://www.pkz.ch/de/36-storelocator?sid=104", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5950378, - 47.4082602 - ] - }, - "id": "node/4841545920" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841546222", - "addr:city": "Wallisellen", - "addr:housenumber": "99", - "addr:postcode": "8304", - "addr:street": "Neue Winterthurerstrasse", - "alt_name": "H&M Glattzentrum", - "branch": "Wallisellen Glattzentrum", - "brand": "H&M", - "brand:wikidata": "Q188326", - "clothes": "women;men;children", - "level": "1", - "name": "H&M", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "H&M Hennes & Mauritz", - "shop": "clothes", - "website": "https://www2.hm.com/de_ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5944657, - 47.4084694 - ] - }, - "id": "node/4841546222" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841546225", - "addr:city": "Wallisellen", - "addr:housenumber": "99", - "addr:postcode": "8304", - "addr:street": "Neue Winterthurerstrasse", - "alt_name": "PKZ Men Glattzentrum", - "branch": "Glattzentrum Herrenmode", - "brand": "PKZ", - "brand:wikidata": "Q1661717", - "clothes": "men", - "level": "1", - "name": "PKZ Men", - "operator": "PKZ Burger-Kehl & Co.", - "shop": "clothes", - "website": "https://www.pkz.ch/de/36-storelocator?sid=24", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5952085, - 47.4085223 - ] - }, - "id": "node/4841546225" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841546227", - "brand": "Guess", - "brand:wikidata": "Q2470307", - "brand:wikipedia": "en:Guess (clothing)", - "level": "1", - "name": "Guess", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5949861, - 47.4085297 - ] - }, - "id": "node/4841546227" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841546231", - "brand": "Street One", - "brand:wikidata": "Q61997265", - "level": "1", - "name": "Street One", - "operator": "Street One", - "shop": "clothes", - "website": "https://www.street-one.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5960033, - 47.4082613 - ] - }, - "id": "node/4841546231" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841546237", - "addr:city": "Wallisellen", - "addr:country": "CH", - "addr:housenumber": "99", - "addr:place": "Glattzentrum", - "addr:postcode": "8301", - "addr:street": "Neue Winterthurerstrasse", - "brand": "Marc O'Polo", - "brand:wikidata": "Q1892752", - "brand:wikipedia": "en:Marc O'Polo", - "level": "1", - "name": "Marc O'Polo", - "opening_hours": "Mo-Sa 10:00-20:00", - "shop": "clothes", - "website": "https://www.marc-o-polo.com/de-ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5957451, - 47.4082749 - ] - }, - "id": "node/4841546237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841546244", - "level": "1", - "name": "Leder Locher", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5961309, - 47.4082591 - ] - }, - "id": "node/4841546244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841546250", - "addr:city": "Wallisellen", - "addr:housenumber": "99", - "addr:postcode": "8304", - "addr:street": "Neue Winterthurerstrasse", - "branch": "Wallisellen Glattzentrum", - "brand": "Blue Tomato", - "brand:wikidata": "Q107637238", - "level": "1", - "name": "Blue Tomato", - "shop": "clothes", - "start_date": "2019-10", - "website": "https://www.blue-tomato.com/de-CH/shop/zuerich+glattzentrum/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5957269, - 47.4079569 - ] - }, - "id": "node/4841546250" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841546258", - "level": "2", - "name": "House of Jeans", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5963875, - 47.4078398 - ] - }, - "id": "node/4841546258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841546259", - "addr:city": "Wallisellen", - "addr:housenumber": "99", - "addr:postcode": "8304", - "addr:street": "Neue Winterthurerstrasse", - "branch": "Wallisellen Glattzentrum", - "brand": "Walder", - "level": "2", - "name": "Walder Junior", - "operator": "Schuhhaus Walder", - "shoes": "children", - "shop": "shoes", - "website": "https://www.walder.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5952989, - 47.4078975 - ] - }, - "id": "node/4841546259" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841546260", - "addr:city": "Wallisellen", - "addr:housenumber": "99", - "addr:postcode": "8304", - "addr:street": "Neue Winterthurerstrasse", - "alt_name": "C&A Kids Glattzentrum", - "branch": "Wallisellen Glattzentrum", - "brand": "C&A", - "brand:wikidata": "Q701338", - "clothes": "children", - "level": "2", - "name": "C&A Kids", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "C&A Mode", - "shop": "clothes", - "website": "https://www.c-and-a.com/ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.595198, - 47.4079029 - ] - }, - "id": "node/4841546260" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841546277", - "brand": "Dosenbach", - "brand:wikidata": "Q2677329", - "level": "1", - "name": "Dosenbach", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "website": "https://www.dosenbach.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5237158, - 47.3569941 - ] - }, - "id": "node/4841546277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841546278", - "addr:city": "Wallisellen", - "addr:country": "CH", - "addr:housenumber": "99", - "addr:place": "Glattzentrum", - "addr:postcode": "8301", - "addr:street": "Neue Winterthurerstrasse", - "level": "1", - "name": "Ochsner Shoes", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5959651, - 47.4079444 - ] - }, - "id": "node/4841546278" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841546281", - "check_date": "2024-01-13", - "level": "0", - "name": "Ochsner Shoes", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5236117, - 47.3572332 - ] - }, - "id": "node/4841546281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841546283", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "50", - "addr:place": "Letzipark", - "addr:postcode": "8048", - "addr:street": "Baslerstrasse", - "alt_name": "Dosenbach Letzipark", - "branch": "Zürich Letzipark", - "brand": "Dosenbach", - "brand:wikidata": "Q2677329", - "brand:wikipedia": "de:Dosenbach-Ochsner", - "level": "2", - "name": "Dosenbach", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "Dosenbach-Ochsner", - "shop": "shoes", - "website": "https://www.dosenbach.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4990679, - 47.3859876 - ] - }, - "id": "node/4841546283" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4841796183", - "indoor": "yes", - "level": "0", - "name": "PME Legend", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes", - "website": "https://www.pme-legend.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5236341, - 47.3571291 - ] - }, - "id": "node/4841796183" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4843837963", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "76", - "addr:postcode": "8004", - "addr:street": "Lagerstrasse", - "name": "Kara Mell", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5305645, - 47.3793462 - ] - }, - "id": "node/4843837963" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847512314", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "50", - "addr:postcode": "8048", - "addr:street": "Baslerstrasse", - "branch": "Zürich Letzipark", - "indoor": "yes", - "level": "1", - "name": "Ochsner Shoes", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "Dosenbach-Ochsner", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.499227, - 47.3860066 - ] - }, - "id": "node/4847512314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4847919189", - "branch": "Zürich Limmatquai", - "name": "Tarzan", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 10:00-18:00; PH off", - "shop": "clothes", - "website": "https://www.tarzan.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5433823, - 47.3749254 - ] - }, - "id": "node/4847919189" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4848816858", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "15", - "addr:postcode": "8001", - "addr:street": "Augustinergasse", - "check_date": "2023-05-13", - "name": "Vivaia", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 10:00-17:00", - "shop": "clothes", - "website": "https://www.vivaia.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5392848, - 47.3720754 - ] - }, - "id": "node/4848816858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4848816859", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "7", - "addr:postcode": "8001", - "addr:street": "Kuttelgasse", - "check_date": "2023-12-09", - "name": "Repeat Cashmere", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5391797, - 47.3728246 - ] - }, - "id": "node/4848816859" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4848816875", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "73", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "check_date": "2024-08-09", - "clothes": "women", - "name": "King Louie", - "old_name": "BIG Boyz;BIG Collectif", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-19:00", - "operator": "Modissa", - "shop": "clothes", - "website": "https://bigzh.ch/king-louie-by-lucy/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5383724, - 47.3744185 - ] - }, - "id": "node/4848816875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4848816883", - "branch": "Zürich Sihlcity", - "brand": "Zara", - "brand:wikidata": "Q147662", - "clothes": "women;men;children", - "level": "0", - "name": "Zara", - "operator": "Zara Suisse", - "shop": "clothes", - "website": "https://www.zara.com/ch/de/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5231878, - 47.3573682 - ] - }, - "id": "node/4848816883" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4853416519", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "2", - "addr:postcode": "8004", - "addr:street": "Werdstrasse", - "brand": "Ulla Popken", - "brand:wikidata": "Q2475146", - "check_date": "2024-08-19", - "level": "0", - "name": "Ulla Popken", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5310714, - 47.3733681 - ] - }, - "id": "node/4853416519" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4853416520", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "2", - "addr:postcode": "8004", - "addr:street": "Werdstrasse", - "check_date": "2024-08-19", - "level": "0", - "name": "JP Menswear", - "opening_hours": "Mo-Fr 09:00-19:00; Sa 09:00-17:00", - "shop": "clothes", - "website": "https://jp1880.ch", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5310308, - 47.3731196 - ] - }, - "id": "node/4853416520" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4857867451", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "5", - "addr:postcode": "8001", - "addr:street": "Waisenhausstrasse", - "branch": "Zürich City", - "check_date": "2024-04-21", - "clothes": "women", - "name": "Marco Di Renzo", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes", - "website": "https://www.marcodirenzo.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5405115, - 47.3765318 - ] - }, - "id": "node/4857867451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4860115696", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "14", - "addr:postcode": "8001", - "addr:street": "Marktgasse", - "brand": "COS", - "brand:wikidata": "Q60772401", - "check_date": "2023-04-24", - "name": "COS", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 09:30-18:30", - "opening_hours:covid19": "Mo-Fr 11:00-18:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.54395, - 47.3719844 - ] - }, - "id": "node/4860115696" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4860115697", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "50", - "addr:place": "Letzipark", - "addr:postcode": "8048", - "addr:street": "Baslerstrasse", - "alt_name": "WE Letzipark", - "branch": "Zürich Letzipark", - "brand": "WE", - "brand:wikidata": "Q1987861", - "check_date:opening_hours": "2023-04-28", - "level": "1", - "name": "WE", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "WE Switzerland Fashion", - "shop": "clothes", - "website": "https://www.wefashion.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4990584, - 47.386496 - ] - }, - "id": "node/4860115697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4860115705", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "62", - "addr:postcode": "8001", - "addr:street": "Limmatquai", - "check_date": "2024-02-28", - "clothes": "sports", - "disused:shop": "yes", - "level": "0", - "name": "La Tienda 37", - "shop": "clothes", - "website": "https://latienda37.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5429896, - 47.3718756 - ] - }, - "id": "node/4860115705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4864530760", - "check_date": "2023-12-22", - "name": "Sandra Schuhe", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-16:00", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5006809, - 47.4017425 - ] - }, - "id": "node/4864530760" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4866350522", - "addr:housenumber": "82", - "addr:street": "Lagerstrasse", - "check_date": "2024-08-09", - "check_date:opening_hours": "2024-05-25", - "name": "Kevin in the Woods", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 09:00-18:00", - "shop": "clothes", - "website": "https://kevininthewoods.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5303884, - 47.3794133 - ] - }, - "id": "node/4866350522" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4866350621", - "check_date:opening_hours": "2022-09-20", - "name": "Bruton & Hudson", - "opening_hours": "Tu-Fr 11:00-18:30; Sa 10:00-16:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5339753, - 47.3809606 - ] - }, - "id": "node/4866350621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4872461943", - "name": "Bruno e Moritz", - "opening_hours": "Mo 13:00-18:30; Tu-Fr 10:00-18:30; Sa 10:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5535516, - 47.3649052 - ] - }, - "id": "node/4872461943" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4880906380", - "addr:city": "Zürich", - "addr:housenumber": "7", - "addr:postcode": "8008", - "addr:street": "Seefeldstrasse", - "name": "Unica Fair Trade", - "opening_hours": "Mo 12:00-18:30; Tu-Fr 10:00-18:30; Sa 10:00-16:00", - "shop": "clothes", - "website": "https://www.claro.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.548376, - 47.3649282 - ] - }, - "id": "node/4880906380" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4892315243", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "51", - "addr:postcode": "8032", - "addr:street": "Gemeindestrasse", - "name": "Boutique Vetements", - "opening_hours": "Mo-Fr 11:00-18:30; Sa 11:00-16:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5551422, - 47.3694907 - ] - }, - "id": "node/4892315243" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4908912451", - "check_date": "2023-12-09", - "clothes": "underwear;women", - "name": "Agent Provocateur", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5380958, - 47.3705105 - ] - }, - "id": "node/4908912451" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4908912452", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "4", - "addr:postcode": "8001", - "addr:street": "Bärengasse", - "branch": "Zürich City", - "check_date": "2023-12-09", - "level": "0", - "name": "Duett", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 10:00-17:00; PH off", - "shop": "clothes", - "website": "https://duett-boutiques.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5382995, - 47.370623 - ] - }, - "id": "node/4908912452" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4908912454", - "branch": "Zürich", - "check_date": "2023-12-09", - "clothes": "men;women", - "level": "0", - "name": "Fusalp", - "shop": "clothes", - "website": "https://fusalp.com/ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5383968, - 47.3706768 - ] - }, - "id": "node/4908912454" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4908933381", - "brand": "Phase Eight", - "brand:wikidata": "Q17020730", - "check_date": "2024-08-30", - "level": "0", - "name": "Phase Eight", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-17:00", - "shop": "clothes", - "website": "http://www.phase-eight.co.uk/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5433763, - 47.3705108 - ] - }, - "id": "node/4908933381" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4908933383", - "check_date": "2024-02-12", - "level": "0", - "name": "Lieblingsstück", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5433413, - 47.3707588 - ] - }, - "id": "node/4908933383" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4908968393", - "check_date": "2023-12-09", - "clothes": "men;women", - "level": "0", - "name": "DeeCee style", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 10:00-17:00; PH off", - "shop": "clothes", - "website": "https://deeceestyle.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5369275, - 47.3705217 - ] - }, - "id": "node/4908968393" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4908968396", - "branch": "Zürich City", - "check_date": "2024-07-13", - "clothes": "women", - "level": "0", - "name": "Vestibule", - "opening_hours": "Mo-Fr 09:30-18:30, Sa 10:00-18:00; PH off", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "website": "https://vestibule.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5371824, - 47.3707916 - ] - }, - "id": "node/4908968396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4908968411", - "branch": "Zürich", - "clothes": "women", - "end_date": "2024-04-20", - "level": "0", - "name": "Peter Hahn", - "note": "Schliessungsankündigung", - "opening_hours": "Mo-Fr 10:00-18:00, Sa 10:00-16:00; PH off", - "shop": "clothes", - "website": "https://www.peterhahn.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5367714, - 47.3706341 - ] - }, - "id": "node/4908968411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4908978201", - "check_date": "2024-08-30", - "check_date:opening_hours": "2023-02-03", - "level": "0", - "name": "Change Maker", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; PH closed", - "shop": "boutique", - "website": "https://www.changemaker.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5435606, - 47.3718112 - ] - }, - "id": "node/4908978201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4908992181", - "addr:housenumber": "14", - "addr:street": "Rindermarkt", - "check_date": "2023-04-22", - "level": "0", - "name": "Julian Zigerl", - "opening_hours": "Mo-We,Su off; Th-Fr 12:00-19:00; Sa 12:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5446929, - 47.3723593 - ] - }, - "id": "node/4908992181" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4908992186", - "check_date": "2023-04-22", - "level": "0", - "name": "VMC", - "opening_hours": "Mo,Su off; Tu-Fr 10:00-19:00; Sa 09:00-17:00", - "shop": "clothes", - "start_date": "1986", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5444608, - 47.3723287 - ] - }, - "id": "node/4908992186" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4909012305", - "check_date": "2023-04-22", - "level": "0", - "name": "anna saarinen", - "opening_hours": "Mo,Su off; Tu-Fr 10:00-18:00; Sa 10:00-16:00", - "shop": "clothes", - "website": "https://annasaarinen.ch", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5455339, - 47.3725465 - ] - }, - "id": "node/4909012305" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4909012306", - "check_date": "2023-04-22", - "level": "0", - "name": "agathe.ch", - "opening_hours": "Mo-We,Su off; Th-Fr 10:00-18:00; Sa 10:00-16:00", - "shop": "clothes", - "website": "https://agathe.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5454356, - 47.3725449 - ] - }, - "id": "node/4909012306" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4909023753", - "branch": "Zürich", - "clothes": "men", - "level": "0", - "name": "Alferano", - "opening_hours": "Mo-Fr 10:00-19:00,Sa 10:00-17:00;PH off", - "shop": "clothes", - "website": "https://alferano.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5361682, - 47.3703517 - ] - }, - "id": "node/4909023753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4909054323", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "8", - "addr:postcode": "8001", - "addr:street": "Stüssihofstatt", - "brand": "CALIDA", - "brand:wikidata": "Q693344", - "check_date": "2023-04-24", - "level": "0", - "name": "CALIDA", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5438558, - 47.372586 - ] - }, - "id": "node/4909054323" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4909109704", - "check_date": "2023-06-04", - "level": "0", - "name": "Fashion by T", - "opening_hours": "Tu-Fr 09:00-13:00,14:00-18:00; Sa 09:00-13:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5453395, - 47.3735152 - ] - }, - "id": "node/4909109704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4909118653", - "level": "0", - "name": "Die Finderei", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5449094, - 47.3730996 - ] - }, - "id": "node/4909118653" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4909118659", - "addr:housenumber": "11", - "addr:street": "Froschaugasse", - "check_date": "2024-02-12", - "level": "0", - "name": "Schuh-Frosch", - "opening_hours": "Mo,Su off; Tu-Fr 10:00-14:00,14:30-18:30; Sa 10:00-16:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5447737, - 47.37308 - ] - }, - "id": "node/4909118659" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4909122244", - "check_date": "2024-02-12", - "level": "0", - "name": "Wenn Fische träumen", - "opening_hours": "Mo-Fr 11:00-13:30,14:15-18:30; Sa 10:30-16:00; Su off", - "phone": "+41 43 343 90 55", - "shop": "clothes", - "website": "https://wennfischetr%C3%A4umen.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5451544, - 47.3728478 - ] - }, - "id": "node/4909122244" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4915582608", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "6", - "addr:postcode": "8001", - "addr:street": "Strehlgasse", - "branch": "Zürich Lindenhof", - "brand": "Beldona", - "clothes": "women;underwear", - "level": "0", - "name": "Beldona", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00; PH closed", - "operator": "Beldona", - "shop": "clothes", - "website": "https://www.beldona.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5412842, - 47.3718607 - ] - }, - "id": "node/4915582608" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4915582609", - "branch": "Zürich Sihlcity", - "brand": "Beldona", - "clothes": "women;underwear", - "level": "2", - "name": "Beldona", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "Beldona", - "shop": "clothes", - "website": "https://www.beldona.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5237078, - 47.3572609 - ] - }, - "id": "node/4915582609" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4915582612", - "alt_name": "PKZ Men Sihlcity", - "branch": "Zürich Sihlcity Herrenmode", - "brand": "PKZ", - "brand:wikidata": "Q1661717", - "clothes": "men", - "level": "2", - "name": "PKZ Men", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "PKZ Burger-Kehl & Co.", - "shop": "clothes", - "website": "https://www.pkz.ch/de/36-storelocator?sid=37" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5236466, - 47.3575284 - ] - }, - "id": "node/4915582612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4915582614", - "brand": "Okaïdi", - "brand:wikidata": "Q3350027", - "clothes": "children", - "level": "1", - "name": "Okaïdi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5234907, - 47.3580315 - ] - }, - "id": "node/4915582614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4915582618", - "branch": "Zürich Sihlcity", - "brand": "Walder", - "level": "1", - "name": "Walder Junior", - "operator": "Schuhhaus Walder", - "shoes": "children", - "shop": "shoes", - "website": "https://www.walder.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.523549, - 47.3577629 - ] - }, - "id": "node/4915582618" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4915582723", - "check_date": "2024-01-13", - "level": "0", - "name": "Snipes", - "operator": "Snipes Schweiz; Dosenbach-Ochsner", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5234728, - 47.3578773 - ] - }, - "id": "node/4915582723" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4915582724", - "check_date": "2024-01-13", - "clothes": "women", - "level": "0", - "name": "Anouk", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes", - "website": "https://anoukfashion.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5234598, - 47.3579372 - ] - }, - "id": "node/4915582724" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4915582728", - "alt_name": "Bayard Co Ltd Sihlcity Women", - "branch": "Zürich Sihlcity Women", - "clothes": "women", - "email": "bayardwomen.sihlcity@modebayard.ch", - "level": "2", - "name": "Bayard Co Ltd", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "Mode Bayard", - "shop": "clothes", - "website": "https://www.modebayard.ch/de/bayardwomen-sihlcity-zuerich/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5229999, - 47.3569992 - ] - }, - "id": "node/4915582728" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4915582748", - "clothes": "children", - "level": "1", - "name": "fork", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5229443, - 47.3579938 - ] - }, - "id": "node/4915582748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4915582752", - "alt_name": "New Yorker Sihlcity", - "branch": "Zürich Sihlcity", - "brand": "New Yorker", - "brand:wikidata": "Q706421", - "clothes": "men;women", - "level": "3", - "name": "New Yorker", - "opening_hours": "Mo-Sa 09:00-20:00; PH off", - "operator": "New Yorker (Schweiz)", - "shop": "clothes", - "website": "https://www.newyorker.de/ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5237067, - 47.3574718 - ] - }, - "id": "node/4915582752" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4932408748", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "139", - "addr:postcode": "8008", - "addr:street": "Seefeldstrasse", - "name": "feel better than good", - "opening_hours": "Tu-Fr 11:00-18:30; Sa 10:00-16:00", - "shop": "clothes", - "website": "https://www.feelbetterthangood.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5555734, - 47.3568523 - ] - }, - "id": "node/4932408748" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4935627390", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "12", - "addr:postcode": "8001", - "addr:street": "Storchengasse", - "check_date": "2024-04-06", - "level": "0", - "name": "Valentino", - "shop": "boutique", - "website": "https://www.valentino.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5415151, - 47.3708831 - ] - }, - "id": "node/4935627390" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4935627394", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "1", - "addr:postcode": "8001", - "addr:street": "Steinmühleplatz", - "check_date": "2024-02-03", - "name": "Marie Claire Boutique", - "opening_hours": "Mo-Fr 09:30-18:30; Sa 10:00-17:00", - "operator": "Modekeller", - "shop": "clothes", - "website": "http://marie-claire.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5368625, - 47.3736757 - ] - }, - "id": "node/4935627394" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4935627395", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "152", - "addr:postcode": "8006", - "addr:street": "Stampfenbachstrasse", - "check_date": "2024-11-05", - "email": "schaad.zuerichsta@modebayard.ch", - "name": "Schaad Mode", - "opening_hours": "Mo 13:00-18:30; Tu-Fr 09:00-12:00,13:00-18:30; Sa 09:00-16:00", - "operator": "Mode Bayard", - "shop": "clothes", - "website": "https://www.modebayard.ch/de/filialen/schaad-69/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5397604, - 47.3877022 - ] - }, - "id": "node/4935627395" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4935627397", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "47", - "addr:postcode": "8004", - "addr:street": "Badenerstrasse", - "email": "bayard.outlet@modebayard.ch", - "level": "0", - "name": "Bayard Co Ltd Outlet", - "old_name": "Krause Outlet Vis-à-Vis", - "opening_hours": "Mo-Fr 09:00-18:30; Th 09:00-19:00; Sa 09:00-17:00", - "operator": "Mode Bayard", - "shop": "clothes", - "website": "https://www.modebayard.ch/de/filiale-bayard-outlet-zuerich/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5284785, - 47.3731625 - ] - }, - "id": "node/4935627397" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4942450544", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "9a", - "addr:postcode": "8001", - "addr:street": "Pelikanstrasse", - "name": "Maison Miaki", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5374003, - 47.3719779 - ] - }, - "id": "node/4942450544" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4944314032", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "21", - "addr:postcode": "8050", - "addr:street": "Nansenstrasse", - "alt_name": "Guess by Fancies", - "check_date": "2024-02-01", - "name": "Fancies", - "opening_hours": "Tu-Fr 10:00-18:30; Sa 10:00-16:00", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.543888, - 47.4104253 - ] - }, - "id": "node/4944314032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4945857129", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "5", - "addr:postcode": "8050", - "addr:street": "Welchogasse", - "alt_name": "Schuh Wehrli Oerlikon", - "branch": "Zürich Oerlikon", - "check_date": "2024-03-19", - "email": "zuerich@schuhwehrli.ch", - "name": "Schuh Wehrli", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 08:30-17:00", - "operator": "Schuh Wehrli", - "phone": "+41 44 311 21 25", - "shop": "shoes", - "website": "http://zuerich.schuhwehrli.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5457073, - 47.4092822 - ] - }, - "id": "node/4945857129" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4956927769", - "name": "etc.", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5194601, - 47.3698564 - ] - }, - "id": "node/4956927769" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4956927827", - "name": "Vira", - "opening_hours": "Mo 12:00-19:00, Tu-Fr 12:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5147019, - 47.3705043 - ] - }, - "id": "node/4956927827" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4961745839", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "12", - "addr:postcode": "8003", - "addr:street": "Meinrad-Lienert-Strasse", - "check_date": "2024-06-19", - "fixme": "not found during survey", - "name": "Lula Mis-Dis Outlet & Secondhand", - "opening_hours": "We, Fr, Sa 14:00-19:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5183963, - 47.3748247 - ] - }, - "id": "node/4961745839" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4963595727", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "68", - "addr:postcode": "8006", - "addr:street": "Weinbergstrasse", - "check_date": "2024-08-31", - "name": "Onkel+", - "opening_hours": "Tu-Fr 09:00-18:30; Sa 10:00-16:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5437621, - 47.3826712 - ] - }, - "id": "node/4963595727" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4992787030", - "addr:city": "Zürich", - "addr:housenumber": "8", - "addr:street": "Torgasse", - "check_date:opening_hours": "2023-02-19", - "clothes": "women", - "level": "0", - "name": "Brusnika", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-17:00; Su closed", - "payment:cash": "yes", - "payment:contactless": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "payment:mastercard": "yes", - "payment:visa": "yes", - "phone": "+41-76-830-57-55", - "shop": "clothes", - "website": "https://brusnika.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5457048, - 47.3680323 - ] - }, - "id": "node/4992787030" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4992787032", - "check_date": "2024-03-03", - "level": "0", - "name": "Caroll", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00; PH closed", - "shop": "clothes", - "website": "https://www.caroll.com", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5442094, - 47.3690599 - ] - }, - "id": "node/4992787032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4992787035", - "check_date:opening_hours": "2024-03-19", - "level": "0", - "name": "Dune", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; PH closed", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5443763, - 47.3689332 - ] - }, - "id": "node/4992787035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4992787036", - "check_date": "2024-02-06", - "level": "0", - "name": "©ph", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00; PH closed", - "shop": "clothes", - "website": "https://c-p-h.ch", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5441057, - 47.369129 - ] - }, - "id": "node/4992787036" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4992787041", - "level": "0", - "name": "Andy Jllien", - "opening_hours": "Tu-Fr 11:00-18:30; Sa 10:00-17:00; PH closed", - "shop": "shoes", - "website": "https://www.andyjllien.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5456231, - 47.3679976 - ] - }, - "id": "node/4992787041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4992787046", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "5", - "addr:postcode": "8001", - "addr:street": "Schifflände", - "clothes": "women", - "level": "0", - "name": "Brandy Melville", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.544178, - 47.3687021 - ] - }, - "id": "node/4992787046" - }, - { - "type": "Feature", - "properties": { - "@id": "node/4993464523", - "addr:city": "Zürich", - "addr:housenumber": "105", - "addr:postcode": "8003", - "addr:street": "Zweierstrasse", - "check_date": "2023-06-10", - "email": "info@meinegarderobe.ch", - "name": "Meine Garderobe (Vintage Shop)", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-17:00", - "operator": "Marlise Amstutz", - "phone": "+41 44 451 30 13", - "shop": "clothes", - "website": "https://www.meinegarderobe.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5216528, - 47.3715742 - ] - }, - "id": "node/4993464523" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5026288933", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "50", - "addr:place": "Letzipark", - "addr:postcode": "8048", - "addr:street": "Baslerstrasse", - "branch": "Zürich Letzipark", - "level": "1", - "name": "Chicorée", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "Chicorée Mode", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4987117, - 47.386145 - ] - }, - "id": "node/5026288933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5036855773", - "clothes": "women", - "level": "2", - "name": "Nile", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes", - "website": "https://www.nile.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5227962, - 47.3578946 - ] - }, - "id": "node/5036855773" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5036855774", - "brand": "Triumph", - "brand:wikidata": "Q671216", - "clothes": "underwear", - "level": "2", - "name": "Triumph", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes", - "website": "https://ch.triumph.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5228296, - 47.357748 - ] - }, - "id": "node/5036855774" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5036855775", - "brand": "Marc O'Polo", - "brand:wikidata": "Q1892752", - "clothes": "women;men", - "level": "2", - "name": "Marc O'Polo", - "operator": "Mode Bayard", - "shop": "clothes", - "website": "https://www.modebayard.ch/de/filiale-marc-o-polo-sihlcity-zuerich/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5227804, - 47.3579644 - ] - }, - "id": "node/5036855775" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5036855776", - "brand": "Lacoste", - "brand:wikidata": "Q309031", - "level": "2", - "name": "Lacoste", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes", - "website": "https://www.lacoste.com/ch/de/stores/switzerland/zurichzurich/lacostesihlcity-5220" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5229614, - 47.3571684 - ] - }, - "id": "node/5036855776" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5036855777", - "brand": "Jacadi", - "brand:wikidata": "Q3157058", - "clothes": "children", - "level": "2", - "name": "Jacadi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5236011, - 47.3577271 - ] - }, - "id": "node/5036855777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5036855779", - "brand": "Guess", - "brand:wikidata": "Q2470307", - "clothes": "women;men", - "level": "2", - "name": "Guess", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes", - "website": "https://www.guess.eu/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5235586, - 47.3579128 - ] - }, - "id": "node/5036855779" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5036855780", - "check_date": "2024-01-13", - "clothes": "women;men", - "email": "zuerich4@companys.ch", - "level": "2", - "name": "Companys", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes", - "website": "https://www.companys.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5237538, - 47.3570599 - ] - }, - "id": "node/5036855780" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5036855782", - "brand": "GANT", - "brand:wikidata": "Q1493667", - "clothes": "women;men;children", - "level": "2", - "name": "GANT", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5237268, - 47.3571777 - ] - }, - "id": "node/5036855782" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5036855783", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "clothes": "denim;men;women", - "level": "0", - "name": "Levi's", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5232179, - 47.3572062 - ] - }, - "id": "node/5036855783" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5064087842", - "brand": "Vans", - "brand:wikidata": "Q1135366", - "check_date": "2023-04-24", - "name": "Vans", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5439764, - 47.3732159 - ] - }, - "id": "node/5064087842" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5149569237", - "addr:housenumber": "96", - "addr:street": "Lagerstrasse", - "check_date": "2024-08-09", - "check_date:opening_hours": "2023-10-06", - "name": "Eva Bräutigam", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 09:00-18:00", - "shop": "clothes", - "website": "https://www.evabraeutigam.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5299907, - 47.3795912 - ] - }, - "id": "node/5149569237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5149570033", - "addr:housenumber": "100", - "addr:street": "Lagerstrasse", - "check_date": "2024-08-09", - "check_date:opening_hours": "2024-05-25", - "name": "Jo Brauer", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "website": "https://www.jobrauer.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5296487, - 47.3798049 - ] - }, - "id": "node/5149570033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5155531295", - "addr:city": "Zürich", - "addr:housenumber": "7", - "addr:postcode": "8001", - "addr:street": "Stüssihofstatt", - "check_date": "2024-02-12", - "name": "Blenda 2", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5440787, - 47.3726994 - ] - }, - "id": "node/5155531295" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5168243127", - "addr:city": "Schlieren", - "addr:housenumber": "4", - "addr:postcode": "8952", - "addr:street": "Bahnhofstrasse", - "email": "felicia.sisofo@bluewin.ch", - "name": "Ladystore", - "opening_hours": "Tu-Fr 09:00-18:30; Sa 09:00-15:00; Mo 14:00-18:30", - "operator": "Felicia Sisofo", - "phone": "+41 44 730 32 00", - "shop": "clothes", - "website": "http://ladystore.ch" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4483863, - 47.3986381 - ] - }, - "id": "node/5168243127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5174239660", - "addr:city": "Zürich", - "addr:housenumber": "23", - "addr:postcode": "8001", - "addr:street": "Usteristrasse", - "check_date": "2024-01-13", - "name": "Le Mouton Outlet", - "shop": "clothes", - "website": "https://www.lemouton.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5360759, - 47.3758591 - ] - }, - "id": "node/5174239660" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5267716253", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "check_date": "2024-02-21", - "indoor": "yes", - "level": "0", - "name": "Calzedonia", - "opening_hours": "Mo-Sa 09:00-20:00; PH off", - "operator": "Calzedonia Switzerland", - "shop": "clothes", - "website": "https://www.calzedonia.com/ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5364283, - 47.3753952 - ] - }, - "id": "node/5267716253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5267716255", - "addr:city": "Zürich", - "addr:housenumber": "42", - "addr:postcode": "8001", - "addr:street": "Stadelhoferstrasse", - "alt_name": "Day Stadelhofen", - "branch": "Zürich Stadelhofen", - "level": "0", - "name": "Day", - "opening_hours": "Mo-Fr 10:00-14:00,15:00-19:00; Sa 10:00-18:00", - "operator": "Day", - "shop": "shoes", - "website": "https://www.day.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5464769, - 47.3677731 - ] - }, - "id": "node/5267716255" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5267716257", - "addr:city": "Zürich", - "addr:housenumber": "53", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "brand": "COS", - "brand:wikidata": "Q60772401", - "brand:wikipedia": "en:COS (clothing)", - "check_date": "2024-08-09", - "clothes": "women;men", - "name": "COS", - "opening_hours": "Mo-Fr 10:30-19:00; Sa 10:00-19:00", - "phone": "+41 58 515 09 70", - "shop": "clothes", - "website": "https://www.cosstores.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5380743, - 47.3726159 - ] - }, - "id": "node/5267716257" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5282153479", - "brand": "Closed", - "brand:wikidata": "Q1102389", - "check_date": "2024-08-09", - "check_date:opening_hours": "2023-10-24", - "name": "Closed", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5343578, - 47.3782763 - ] - }, - "id": "node/5282153479" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5285898021", - "addr:city": "Zürich", - "addr:housenumber": "144", - "addr:postcode": "8004", - "addr:street": "Badenerstrasse", - "check_date": "2023-10-27", - "name": "Mode Boutique USA", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "shop": "clothes", - "website": "http://www.modeboutiqueusa.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5223393, - 47.3744613 - ] - }, - "id": "node/5285898021" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5287545168", - "name": "maud", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes", - "website": "https://www.maud.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5402646, - 47.3701859 - ] - }, - "id": "node/5287545168" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5293807808", - "check_date": "2024-03-01", - "name": "Crea Mode", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5610432, - 47.3619513 - ] - }, - "id": "node/5293807808" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5297517019", - "check_date": "2024-08-19", - "name": "Boutique Roma", - "opening_hours": "Mo-Fr 09:30-19:00;Sa 09:30-18:00;PH closed", - "shop": "clothes", - "website": "https://boutique-roma.chq", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.537447, - 47.3723734 - ] - }, - "id": "node/5297517019" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5297519521", - "addr:city": "Zürich", - "addr:housenumber": "35", - "addr:postcode": "8001", - "addr:street": "Uraniastrasse", - "alt_name": "Young Years by zero-7", - "check_date": "2024-04-15", - "clothes": "children", - "name": "Young Years", - "opening_hours": "Mo-Fr 10:00-18:30; Tu 10:00-14:00; Sa 10:00-17:00; PH off", - "operator": "zero-7", - "shop": "clothes", - "website": "https://www.zero-7.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5356609, - 47.3729604 - ] - }, - "id": "node/5297519521" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5297627690", - "addr:city": "Zürich", - "addr:housenumber": "15", - "addr:postcode": "8004", - "addr:street": "Bäckerstrasse", - "changing_table": "no", - "contact:mobile": "+41 79 819 84 37", - "contact:phone": "+41 43 317 13 10", - "level": "0", - "name": "Sascha's", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "operator": "Sascha Brankovic", - "second_hand": "no", - "shoes:repair": "no", - "shop": "shoes", - "website": "http://www.saschas.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.529706, - 47.3742036 - ] - }, - "id": "node/5297627690" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5300700853", - "check_date": "2024-04-06", - "level": "0", - "name": "Quaglia", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00; PH closed", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5414545, - 47.3713589 - ] - }, - "id": "node/5300700853" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5300700856", - "check_date": "2024-04-06", - "construction": "yes", - "name": "Anne Fontaine", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5415558, - 47.3715928 - ] - }, - "id": "node/5300700856" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5300700858", - "brand": "Vilebrequin", - "brand:wikidata": "Q3558391", - "brand:wikipedia": "en:Vilebrequin", - "check_date": "2024-04-06", - "clothes": "swimwear", - "level": "0", - "name": "Vilebrequin", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5416498, - 47.3716059 - ] - }, - "id": "node/5300700858" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5342244293", - "addr:city": "Zürich", - "addr:housenumber": "38", - "addr:postcode": "8004", - "addr:street": "Birmensdorferstrasse", - "name": "Caritas Secondhand Kids", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "second_hand": "only", - "shop": "clothes", - "website": "https://caritas-secondhand.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5260907, - 47.3720689 - ] - }, - "id": "node/5342244293" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5356681354", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "1", - "addr:postcode": "8002", - "addr:street": "Jenatschstrasse", - "name": "Felix W.", - "opening_hours": "Mo-Fr 10:00-19:00; Th 10:00-20:00; Sa 09:00-16:00", - "shop": "clothes", - "website": "https://felixw.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5341649, - 47.3635443 - ] - }, - "id": "node/5356681354" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5416711053", - "check_date:opening_hours": "2022-12-26", - "name": "Josy", - "opening_hours": "Mo-Sa 10:00-19:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5295943, - 47.37883 - ] - }, - "id": "node/5416711053" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5418325621", - "addr:housenumber": "72", - "addr:street": "Lagerstrasse", - "check_date:opening_hours": "2022-08-12", - "name": "Tribeka", - "opening_hours:signed": "no", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5306366, - 47.3793342 - ] - }, - "id": "node/5418325621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5424258221", - "addr:city": "Zürich", - "addr:housenumber": "50", - "addr:postcode": "8048", - "addr:street": "Baslerstrasse", - "clothes": "men", - "level": "0", - "name": "Alexander", - "phone": "+41 44 493 00 05", - "shop": "clothes", - "website": "https://www.alexandermode.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.498495, - 47.3862529 - ] - }, - "id": "node/5424258221" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5480819537", - "addr:city": "Zürich", - "addr:housenumber": "28", - "addr:postcode": "8003", - "addr:street": "Idastrasse", - "check_date": "2024-07-21", - "clothes": "women;men", - "email": "inform@bloomer.ch", - "name": "Bloomer", - "opening_hours": "We-Fr 11:00-19:00, Sa 10:00-16:00; Feb 20-Mar 7 off", - "shop": "clothes", - "website": "https://bloomer.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5153494, - 47.373165 - ] - }, - "id": "node/5480819537" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5482016670", - "addr:city": "Zürich", - "addr:housenumber": "28", - "addr:postcode": "8003", - "addr:street": "Idastrasse", - "check_date": "2024-07-21", - "fixme": "old website goes to an online casino, unsure if this is still the same clothes shop", - "name": "Leihboutique", - "opening_hours": "Fr 13:00-19:00, Sa 11:00-16:00", - "phone": "+41 79 338 06 16", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5152691, - 47.373239 - ] - }, - "id": "node/5482016670" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5604615736", - "addr:housenumber": "20", - "addr:postcode": "8004", - "addr:street": "Grüngasse", - "check_date": "2024-06-19", - "name": "Making Things", - "opening_hours": "Mo-Fr 12:00-19:00; Sa 11:00-17:00", - "shop": "clothes", - "website": "https://www.makingthings.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5249406, - 47.373675 - ] - }, - "id": "node/5604615736" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5664110722", - "addr:city": "Zürich", - "addr:housenumber": "25", - "addr:postcode": "8001", - "addr:street": "Mühlegasse", - "name": "Town Down", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5452978, - 47.374577 - ] - }, - "id": "node/5664110722" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5696685356", - "check_date": "2024-10-19", - "name": "Petit nous", - "opening_hours": "Mo 09:00-12:00,14:00-16:00; Tu-Fr 09:00-11:30; Sa 10:00-16:00", - "second_hand": "yes", - "shop": "clothes", - "website": "http://petitnous.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5400734, - 47.3906985 - ] - }, - "id": "node/5696685356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5722609253", - "indoor": "room", - "level": "0", - "name": "Peek & Cloppenburg", - "opening_hours": "Mo-Sa 09:00-20:00", - "phone": "+41 44 466 80 00", - "room": "yes", - "shop": "clothes", - "toilets:wheelchair": "yes", - "website": "http://www.peek-cloppenburg.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5226697, - 47.3591786 - ] - }, - "id": "node/5722609253" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5770202453", - "check_date": "2024-08-19", - "name": "Fight-world.ch", - "opening_hours": "Mo-Fr 12:30-20:00; Sa 10:30-17:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5289515, - 47.3771636 - ] - }, - "id": "node/5770202453" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892848325", - "check_date": "2024-04-15", - "level": "0", - "name": "Suitsupply", - "opening_hours": "Mo-Fr 10:00-20:00; Sa 10:00-18:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5364274, - 47.372127 - ] - }, - "id": "node/5892848325" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892848326", - "clothes": "men", - "level": "0", - "name": "Fidelio", - "opening_hours": "Mo-Fr 11:00-19:00, Sa 10:00-18:00; PH off", - "shop": "clothes", - "website": "https://fideliokleider.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5359699, - 47.3724508 - ] - }, - "id": "node/5892848326" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892848327", - "check_date": "2024-04-15", - "check_date:opening_hours": "2021-06-09", - "clothes": "men", - "level": "0", - "name": "Pelikamo", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00; PH closed", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.53705, - 47.3717492 - ] - }, - "id": "node/5892848327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892848331", - "check_date": "2024-04-03", - "clothes": "men", - "level": "0", - "name": "Fidelio Outlet", - "opening_hours": "Mo-Fr 11:00-19:00, Sa 10:00-18:00; PH off", - "shop": "clothes", - "website": "https://fideliokleider.ch/outlet/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.535873, - 47.3722223 - ] - }, - "id": "node/5892848331" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892893023", - "name": "Ludwig Reiter", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.541796, - 47.3709394 - ] - }, - "id": "node/5892893023" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892893024", - "check_date": "2024-08-19", - "level": "0", - "name": "by adushka", - "opening_hours": "Mo-Fr 10:00-14:00,14:30-18:30; Sa 09:00-17:00; Su off", - "operator": "M", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5415501, - 47.3706405 - ] - }, - "id": "node/5892893024" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5892974142", - "level": "0", - "name": "Subdued", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00; PH closed", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5445013, - 47.3688183 - ] - }, - "id": "node/5892974142" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893007314", - "check_date": "2023-04-10", - "name": "Not Shy", - "opening_hours": "Mo-Fr 10:30-18:30; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5450749, - 47.3691114 - ] - }, - "id": "node/5893007314" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893007315", - "check_date": "2023-04-10", - "clothes": "children", - "name": "Nook", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5451431, - 47.3690691 - ] - }, - "id": "node/5893007315" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893045396", - "clothes": "women", - "level": "0", - "name": "Scapa", - "opening_hours": "Mo-Fr 10:30-18:00; Sa 10:30-17:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5417946, - 47.3719408 - ] - }, - "id": "node/5893045396" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893045398", - "level": "0", - "name": "Tooché", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00; PH closed", - "shop": "clothes", - "website": "https://dagsmejan.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5413367, - 47.3716321 - ] - }, - "id": "node/5893045398" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893045400", - "check_date": "2024-02-25", - "clothes": "fashion;traditional;women", - "level": "0", - "name": "Afrod'or", - "opening_hours": "Tu-Fr 11:00-18:00; Sa 11:00-16:00; PH closed", - "shop": "clothes", - "website": "https://afrodor.com", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5405371, - 47.3716138 - ] - }, - "id": "node/5893045400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893045401", - "check_date": "2024-02-24", - "level": "0", - "name": "Spazio Immagine", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5417826, - 47.3717807 - ] - }, - "id": "node/5893045401" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893045405", - "clothes": "men", - "level": "0", - "name": "Anna", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00; PH closed", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5413052, - 47.3716799 - ] - }, - "id": "node/5893045405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893045406", - "check_date": "2024-08-19", - "level": "0", - "name": "Parzival", - "opening_hours": "Tu-Fr 10:00-14:00,14:30-18:30; Sa 10:00-17:00; PH closed", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5412134, - 47.3719028 - ] - }, - "id": "node/5893045406" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893045408", - "brand": "Aubade", - "brand:wikidata": "Q2870536", - "check_date": "2024-04-06", - "clothes": "underwear", - "level": "0", - "name": "Aubade", - "opening_hours": "Tu-Fr 10:00-18:00; Sa 10:00-17:00; PH off", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5413624, - 47.3715989 - ] - }, - "id": "node/5893045408" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893045409", - "level": "0", - "name": "Pinko", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5411925, - 47.3717914 - ] - }, - "id": "node/5893045409" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893045416", - "clothes": "women", - "level": "0", - "name": "Talbot Runhof", - "opening_hours": "Mo-Sa 11:00-17:00", - "phone": "+41 44 533 88 04", - "shop": "clothes", - "website": "https://www.talbotrunhof.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5415342, - 47.371927 - ] - }, - "id": "node/5893045416" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893045417", - "brand": "Max Mara", - "brand:wikidata": "Q1151774", - "clothes": "women", - "level": "0", - "name": "Max Mara", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5413853, - 47.3717747 - ] - }, - "id": "node/5893045417" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893131224", - "check_date": "2024-02-24", - "level": "0", - "name": "Willi Spiess", - "opening_hours": "Tu-Fr 12:00-18:15; Sa 12:00-16:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5417471, - 47.3739015 - ] - }, - "id": "node/5893131224" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893131236", - "check_date:opening_hours": "2024-09-21", - "clothes": "children", - "name": "Mogli", - "opening_hours": "Tu-Fr 10:30-18:30; Mo,Sa 10:00-17:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5416855, - 47.3733391 - ] - }, - "id": "node/5893131236" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5893259529", - "check_date": "2024-08-19", - "level": "0", - "name": "Christian Louboutin", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; PH closed", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5418481, - 47.3705536 - ] - }, - "id": "node/5893259529" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5894413377", - "addr:housenumber": "20", - "addr:street": "Bleicherweg", - "check_date": "2024-02-12", - "name": "second time around", - "opening_hours": "Mo-Fr 11:00-18:00; Sa 11:00-17:00; Su off", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5361469, - 47.3681989 - ] - }, - "id": "node/5894413377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5894413382", - "check_date": "2024-06-03", - "clothes": "women", - "name": "Rosita", - "opening_hours": "Mo-Fr 10:00-18:30", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5352344, - 47.3679709 - ] - }, - "id": "node/5894413382" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5894419993", - "check_date": "2024-02-12", - "name": "The Sartorialist", - "shop": "clothes", - "website": "https://thesartorialist.ch", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5366321, - 47.366609 - ] - }, - "id": "node/5894419993" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5922544700", - "check_date": "2024-03-19", - "name": "Stereo", - "opening_hours": "Mo 12:00-18:30; Tu-Fr 10:00-18:30; Sa 10:00-16:00; Su off", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5509691, - 47.3615295 - ] - }, - "id": "node/5922544700" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5922544705", - "check_date": "2024-03-19", - "name": "Closed", - "opening_hours": "Tu-Fr 10:00-18:30; Sa 10:00-16:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5509304, - 47.3615905 - ] - }, - "id": "node/5922544705" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5922544706", - "check_date": "2024-03-19", - "name": "Zoé", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5511797, - 47.3612898 - ] - }, - "id": "node/5922544706" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5922544709", - "addr:city": "Zürich", - "addr:housenumber": "56", - "addr:postcode": "8008", - "addr:street": "Seefeldstrasse", - "alt_name": "Vestibule Seefeld", - "branch": "Zürich Seefeld", - "check_date": "2023-12-26", - "name": "Vestibule", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 10:00-18:00; PH off", - "shop": "clothes", - "website": "https://vestibule.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5503953, - 47.3622909 - ] - }, - "id": "node/5922544709" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5922557421", - "addr:city": "Zürich", - "addr:housenumber": "14", - "addr:postcode": "8008", - "addr:street": "Seefeldstrasse", - "check_date": "2024-10-24", - "description": "Fachgeschäft für Schuhe aller Marken und FormenSchuhmacherei: Reparaturen von A bis Z, Schuh-Anpassungen", - "email": "info@david-schuhe.ch", - "name": "David Schuhe", - "opening_hours": "Mo-Fr 08:30 bis 18:30 Uhr; Sa 08:30-16.00", - "opening_hours:description": "Mo-Fr 08:30 bis 18:30 Uhr; Sa 08:30-16.00", - "phone": "+41 43 300 90 90", - "repair": "yes", - "shoes:repair": "yes", - "shop": "shoes", - "website": "https://www.david-schuhe.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5487591, - 47.3640268 - ] - }, - "id": "node/5922557421" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5922557423", - "name": "Ana Blum", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5480484, - 47.3648362 - ] - }, - "id": "node/5922557423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5922557424", - "check_date": "2024-02-06", - "name": "Patrice Berlin Couture", - "opening_hours": "Mo-Fr 10:00-13:00,14:30-18:30", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5500238, - 47.3627051 - ] - }, - "id": "node/5922557424" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5940793889", - "addr:city": "Zürich", - "addr:housenumber": "17", - "addr:postcode": "8005", - "addr:street": "Geroldstrasse", - "check_date:opening_hours": "2024-08-08", - "name": "Risa", - "opening_hours": "We-Fr 12:00-19:00; Sa 11:00-18:00", - "phone": "+41 56 624 20 42", - "shop": "clothes", - "website": "https://www.risa.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5196297, - 47.3856595 - ] - }, - "id": "node/5940793889" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5981213702", - "check_date": "2024-02-12", - "check_date:opening_hours": "2023-09-03", - "clothes": "women", - "name": "Sam by Regenpfeifer", - "opening_hours:signed": "no", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5442706, - 47.3696728 - ] - }, - "id": "node/5981213702" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5981213703", - "clothes": "maternity;wedding;women", - "level": "0", - "name": "Las Perlitas", - "opening_hours": "Tu-Fr 11:00-18:00; Sa 10:00-17:00; PH closed", - "shop": "clothes", - "website": "https://lasperlitas.ch", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5439298, - 47.3697846 - ] - }, - "id": "node/5981213703" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5981213704", - "check_date": "2024-02-12", - "name": "Donna", - "opening_hours": "Mo 13:30-18:30, Tu-Fr 09:30-13:00, Tu,We,Fr 13:30-18:30, Th 13:30-20:00, Sa 09:30-16:00", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5447569, - 47.3699062 - ] - }, - "id": "node/5981213704" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5981221237", - "check_date": "2023-06-10", - "level": "0", - "name": "George koutrios", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00", - "shop": "bag", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5442495, - 47.370953 - ] - }, - "id": "node/5981221237" - }, - { - "type": "Feature", - "properties": { - "@id": "node/5981244256", - "check_date": "2024-08-30", - "level": "0;1", - "name": "happy feet", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5430459, - 47.3716096 - ] - }, - "id": "node/5981244256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6005721464", - "name": "penguin", - "opening_hours": "Oct-Mar Th,Fr 16:00-20:00; Oct-Mar Sa 11:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5327172, - 47.381415 - ] - }, - "id": "node/6005721464" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6033729017", - "brand": "Sisley", - "brand:wikidata": "Q12054325", - "brand:wikipedia": "cs:Sisley", - "check_date": "2024-08-09", - "name": "Sisley", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5380768, - 47.3733605 - ] - }, - "id": "node/6033729017" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6033942730", - "check_date": "2024-11-05", - "name": "Model Dress", - "opening_hours": "Mo-Fr 10:00-13:00,14:00-18:30; Sa 10:00-16:00", - "payment:mastercard": "yes", - "payment:visa": "yes", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5386152, - 47.3910252 - ] - }, - "id": "node/6033942730" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6050710860", - "brand": "Weekend Max Mara", - "brand:wikidata": "Q1151774", - "clothes": "women", - "name": "Weekend Max Mara", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5397615, - 47.3725912 - ] - }, - "id": "node/6050710860" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6182286460", - "clothes": "women", - "name": "Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5442199, - 47.4101799 - ] - }, - "id": "node/6182286460" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6417940800", - "name": "Mauiki", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 11:00-18:00", - "shop": "clothes", - "website": "https://www.maiuki.ch" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5192199, - 47.3853805 - ] - }, - "id": "node/6417940800" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6419499962", - "check_date": "2024-03-15", - "name": "due due", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5001276, - 47.3844805 - ] - }, - "id": "node/6419499962" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6445116057", - "clothes": "women", - "name": "La Tiende", - "shop": "boutique", - "website": "https://boutiquelatienda.business.site/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.454584, - 47.3702993 - ] - }, - "id": "node/6445116057" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6550841204", - "check_date": "2024-03-03", - "name": "Sidebolle", - "opening_hours": "We-Fr 10:30-18:00; Sa 14:00-17:00", - "shop": "clothes", - "website": "https://www.sidebolle.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5650645, - 47.3602431 - ] - }, - "id": "node/6550841204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6597541324", - "addr:city": "Zürich", - "addr:housenumber": "15", - "addr:postcode": "8001", - "addr:street": "Oberdorfstrasse", - "check_date": "2024-05-25", - "email": "info@reyoli.ch", - "level": "0", - "name": "REYOLI", - "opening_hours": "Tu-Fr 10:00-14:00,14:30-19:00; Sa 10:00-17:00; PH closed", - "phone": "+41 41 631 01 26", - "shoes": "barefoot", - "shop": "shoes", - "website": "https://www.reyoli.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5451939, - 47.3688823 - ] - }, - "id": "node/6597541324" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6611567211", - "name": "9months", - "opening_hours": "Mo-We, Fr 10:00-12:30, 13:30-18:30; Th 10:00-12:30, 13:30-19:00; Sa 10:00-16:00", - "phone": "+41438104190", - "shop": "clothes", - "website": "https://www.9months.ch/index.html", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5572872, - 47.355066 - ] - }, - "id": "node/6611567211" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6640039341", - "check_date": "2024-02-12", - "name": "NS Textiles", - "phone": "+41 44 440 60 52", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5292545, - 47.3829141 - ] - }, - "id": "node/6640039341" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6643599907", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "104", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "brand": "Calzedonia", - "brand:wikidata": "Q1027874", - "brand:wikipedia": "en:Calzedonia", - "check_date:opening_hours": "2024-11-08", - "level": "-1", - "name": "Calzedonia", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-19:00; PH closed", - "operator": "Calzedonia Switzerland", - "shop": "clothes", - "start_date": "2019-09", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5398578, - 47.3764678 - ] - }, - "id": "node/6643599907" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6778515822", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5982361, - 47.3469378 - ] - }, - "id": "node/6778515822" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6845207020", - "check_date": "2024-03-22", - "clothes": "women", - "name": "Annex", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5387064, - 47.3726136 - ] - }, - "id": "node/6845207020" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6845207022", - "check_date": "2024-03-22", - "name": "Hawico", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.538744, - 47.3724701 - ] - }, - "id": "node/6845207022" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6845207025", - "check_date": "2024-05-11", - "name": "Kybun Joya", - "shop": "shoes", - "website": "https://kibunjoya.swiss", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5391061, - 47.3723248 - ] - }, - "id": "node/6845207025" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6845207029", - "check_date": "2024-08-19", - "clothes": "women", - "name": "Roeckl", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5394883, - 47.3722131 - ] - }, - "id": "node/6845207029" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6854993298", - "addr:city": "Zürich", - "addr:housenumber": "8", - "addr:postcode": "8004", - "addr:street": "Europaallee", - "branch": "Zürich Europaallee", - "brand": "Weekday", - "brand:wikidata": "Q10719514", - "check_date:opening_hours": "2024-05-25", - "name": "Weekday", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00", - "operator": "H&M Hennes & Mauritz", - "shop": "clothes", - "website": "https://www.weekday.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5348194, - 47.3785054 - ] - }, - "id": "node/6854993298" - }, - { - "type": "Feature", - "properties": { - "@id": "node/6969339954", - "brand": "Jimmy Choo", - "brand:wikidata": "Q5213855", - "check_date": "2024-08-09", - "name": "Jimmy Choo", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00; PH closed", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5396183, - 47.3694294 - ] - }, - "id": "node/6969339954" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7044403087", - "addr:housenumber": "58", - "addr:street": "Brauerstrasse", - "check_date": "2023-09-29", - "name": "Marta Flohmarkt", - "opening_hours": "Mo-Fr 10:30-19:00; Sa 10:30-17:30", - "phone": "+41 44 524 99 97", - "shop": "clothes", - "website": "https://www.marta-flohmarkt.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.52592, - 47.3785 - ] - }, - "id": "node/7044403087" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7044403187", - "check_date": "2024-10-19", - "name": "The Kidis Lab", - "opening_hours": "Mo-Th 10:00-16:00; Fr 10:00-14:00; Sa 10:00-15:00; Su off", - "second_hand": "only", - "shop": "clothes", - "website": "https://kidis.ch", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5370677, - 47.3915453 - ] - }, - "id": "node/7044403187" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7055029369", - "check_date": "2024-04-05", - "name": "Sternli", - "opening_hours": "Mo-Fr 10:30-17:30; Sa 11:00-17:00", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5483388, - 47.3835433 - ] - }, - "id": "node/7055029369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7061704968", - "check_date": "2024-08-03", - "clothes": "wedding", - "name": "Zauberbraut Brautmode", - "opening_hours": "Tu-Fr 13:00-18:30; Sa 11:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5480233, - 47.3831214 - ] - }, - "id": "node/7061704968" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7062943152", - "check_date": "2024-08-30", - "clothes": "women", - "name": "Nile", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5429486, - 47.3721995 - ] - }, - "id": "node/7062943152" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7062948470", - "alt_name": "Levi's Limmatquai", - "branch": "Zürich Limmatquai", - "brand": "Levi's", - "brand:wikidata": "Q127962", - "check_date": "2024-02-06", - "clothes": "denim;men;women", - "name": "Levi's", - "opening_hours": "Mo-Fr 09:30-19:00, Sa 09:00-18:00; PH off", - "operator": "Levi Strauss (Schweiz)", - "shop": "clothes", - "website": "https://www.levi.com/CH/de_CH/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5429436, - 47.3728581 - ] - }, - "id": "node/7062948470" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7062951758", - "addr:city": "Zürich", - "addr:housenumber": "92", - "addr:postcode": "8001", - "addr:street": "Limmatquai", - "branch": "Zürich Limmatquai", - "brand": "Weekday", - "brand:wikidata": "Q10719514", - "clothes": "denim", - "name": "Weekday", - "opening_hours": "Mo-Sa 11:00-19:00", - "operator": "H&M Hennes & Mauritz", - "phone": "+41-585151400", - "shop": "clothes", - "website": "https://www.weekday.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5431079, - 47.3739497 - ] - }, - "id": "node/7062951758" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7080316792", - "addr:housenumber": "137", - "addr:street": "Baslerstrasse", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4885761, - 47.389012 - ] - }, - "id": "node/7080316792" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7106872757", - "name": "Rädge", - "opening_hours": "Mo-Fr 09:00-12:30,13:30-18:30", - "shop": "shoes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.591878, - 47.4130471 - ] - }, - "id": "node/7106872757" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7107268784", - "name": "Kalea", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5918554, - 47.4138312 - ] - }, - "id": "node/7107268784" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7107294339", - "name": "Chicorée", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5933676, - 47.412745 - ] - }, - "id": "node/7107294339" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7129217697", - "addr:city": "Zürich", - "addr:housenumber": "4", - "addr:postcode": "8001", - "addr:street": "Spitalgasse", - "check_date": "2023-04-24", - "name": "Oremus Klosterladen Zürich", - "opening_hours": "Mo,Su off; Tu-Fr 11:00-18:30; Sa 11:00-17:00", - "shop": "clothes", - "website": "https://www.merlin-textil.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5441185, - 47.3734056 - ] - }, - "id": "node/7129217697" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7154342327", - "addr:city": "Dietlikon", - "addr:housenumber": "10", - "addr:postcode": "8305", - "addr:street": "Brandbachstrasse", - "alt_name": "Day Dietlikon", - "branch": "Dietikon", - "name": "Day Outlet", - "operator": "Day", - "shop": "shoes", - "website": "https://www.day.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6222174, - 47.4160384 - ] - }, - "id": "node/7154342327" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7208384229", - "clothes": "women;babies;children", - "level": "0", - "name": "Alkena", - "opening_hours": "Tu-Fr 10:00-12:30,13:00-18:00; Sa 10:00-16:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5468303, - 47.3671855 - ] - }, - "id": "node/7208384229" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7248120731", - "check_date": "2024-03-03", - "name": "Mode Ann und Line", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5664385, - 47.3603994 - ] - }, - "id": "node/7248120731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7308581606", - "addr:street": "Richtiarkade", - "name": "Wiesnshop", - "opening_hours": "Tu-Fr 09:00-20:00; Sa 09:00-18:00", - "shop": "clothes", - "website": "https://www.wiesnshop.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5942411, - 47.4110971 - ] - }, - "id": "node/7308581606" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7436867418", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "50", - "addr:postcode": "8048", - "addr:street": "Baslerstrasse", - "branch": "Zürich Letzipark", - "indoor": "yes", - "level": "1", - "name": "Duett", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes", - "website": "https://duett-boutiques.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4989742, - 47.3860867 - ] - }, - "id": "node/7436867418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7436867419", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "50", - "addr:postcode": "8048", - "addr:street": "Baslerstrasse", - "branch": "Zürich Letzipark", - "brand": "Hunkemöller", - "brand:wikidata": "Q2604175", - "indoor": "yes", - "level": "1", - "name": "Hunkemöller", - "opening_hours": "Mo-Sa 09:00-20:00", - "operator": "Hunkemöller Switzerland", - "shop": "boutique", - "website": "https://www.hunkemoller.ch/de/filiale/zuerich/baslerstrasse-50" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4990982, - 47.3860412 - ] - }, - "id": "node/7436867419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7436867420", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "50", - "addr:postcode": "8048", - "addr:street": "Baslerstrasse", - "branch": "Zürich Letzipark", - "indoor": "yes", - "level": "1", - "name": "Okaidi", - "opening_hours": "Mo-Sa 09:00-20:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4988405, - 47.3861104 - ] - }, - "id": "node/7436867420" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7473856372", - "brand": "Balenciaga", - "brand:wikidata": "Q1530892", - "name": "Balenciaga", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5381364, - 47.3756515 - ] - }, - "id": "node/7473856372" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7475302676", - "addr:city": "Zürich", - "addr:housenumber": "76", - "addr:postcode": "8004", - "addr:street": "Badenerstrasse", - "name": "Morena Isabel", - "opening_hours": "Tu-Fr 10:00-18:30, Sa 11:00-17:00; PH off", - "shop": "boutique", - "website": "https://www.morenaisabel.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5267324, - 47.3737829 - ] - }, - "id": "node/7475302676" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7498352915", - "addr:city": "Regensdorf", - "addr:postcode": "8105", - "alt_name": "C&A Regensdorf", - "branch": "Regensdorf Zentrum", - "brand": "C&A", - "brand:wikidata": "Q701338", - "level": "1", - "name": "C&A", - "operator": "C&A Mode", - "shop": "clothes", - "website": "https://www.c-and-a.com/ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4689378, - 47.4316678 - ] - }, - "id": "node/7498352915" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7500834101", - "addr:housenumber": "61", - "addr:street": "Industriestrasse", - "name": "Design Galerie", - "opening_hours": "Tu-Fr 11:00-19:00; Sa 10:00-17:00", - "shop": "clothes", - "website": "https://0909.moda" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5942148, - 47.4100015 - ] - }, - "id": "node/7500834101" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7503094031", - "branch": "Regensdorf Zentrum", - "clothes": "denim", - "level": "0", - "name": "Denim & More", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4693559, - 47.430939 - ] - }, - "id": "node/7503094031" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7503094032", - "branch": "Regensdorf Zentrum", - "clothes": "women", - "level": "1", - "name": "Young Angels", - "operator": "ZK Hollywood Sport", - "shop": "clothes", - "website": "https://www.boutiqueyoungangels.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4693868, - 47.4312548 - ] - }, - "id": "node/7503094032" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7503094033", - "branch": "Regensdorf Zentrum", - "clothes": "women", - "level": "0", - "name": "Bella Donna", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4684847, - 47.4314585 - ] - }, - "id": "node/7503094033" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7503094034", - "branch": "Regensdorf Zentrum", - "level": "0", - "name": "Duett Boutiques", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4696867, - 47.4307182 - ] - }, - "id": "node/7503094034" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7503094035", - "addr:city": "Regensdorf", - "addr:postcode": "8105", - "alt_name": "Zebra Regensdorf", - "branch": "Regensdorf Zentrum", - "brand": "Zebra", - "clothes": "women", - "level": "0", - "name": "Zebra", - "operator": "Zebra Fashion", - "shop": "clothes", - "website": "https://www.zebrafashion.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4694114, - 47.4310605 - ] - }, - "id": "node/7503094035" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7503094037", - "branch": "Regensdorf Zentrum", - "clothes": "women", - "level": "1", - "name": "Chicorée", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4691486, - 47.4316155 - ] - }, - "id": "node/7503094037" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7503094038", - "branch": "Regensdorf Zentrum", - "level": "0", - "name": "Dosenbach", - "operator": "Dosenbach-Ochsner", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4699312, - 47.4307515 - ] - }, - "id": "node/7503094038" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7503094039", - "branch": "Regensdorf Zentrum", - "level": "0", - "name": "Ochsner Shoes", - "operator": "Dosenbach-Ochsner", - "shop": "shoes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4689866, - 47.4308648 - ] - }, - "id": "node/7503094039" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7517001456", - "addr:city": "Zürich", - "addr:housenumber": "1", - "addr:postcode": "8001", - "addr:street": "Weggengasse", - "check_date": "2024-04-06", - "clothes": "men", - "level": "0", - "name": "Luca Falconi", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.541413, - 47.3715273 - ] - }, - "id": "node/7517001456" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7569676201", - "addr:housenumber": "144", - "addr:street": "Josefstrasse", - "check_date": "2024-06-04", - "name": "Cabinet Vintage", - "opening_hours": "Mo-Tu,Su off; We-Sa 11:00-18:00", - "second_hand": "only", - "shop": "clothes", - "website": "https://cabinet-store.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.52794, - 47.3847 - ] - }, - "id": "node/7569676201" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7590620449", - "addr:city": "Zürich", - "addr:housenumber": "33", - "addr:postcode": "8001", - "addr:street": "Stadelhoferstrasse", - "check_date": "2023-08-06", - "level": "0", - "name": "Leder-Asper", - "opening_hours": "Mo 12:00-18:30; Tu-We,Fr 09:00-18:30; Th 09:00-19:30; Sa 09:00-16:00; PH closed", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.546682, - 47.3673103 - ] - }, - "id": "node/7590620449" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7704490377", - "addr:city": "Zürich", - "addr:housenumber": "93", - "addr:postcode": "8005", - "addr:street": "Josefstrasse", - "check_date": "2024-06-04", - "check_date:opening_hours": "2022-09-11", - "email": "district5@bluewin.ch", - "name": "district 5 sneakerstore", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "phone": "+41 44 271 00 19", - "shop": "shoes", - "website": "https://www.district5.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5304566, - 47.3831558 - ] - }, - "id": "node/7704490377" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7724613814", - "check_date": "2024-08-24", - "name": "Lost & Found", - "opening_hours": "Mo,Su off; Tu-We 11:00-17:00; Th-Fr 11:00-18:00; Sa 11:00-16:00", - "shop": "bag", - "website": "https://lostandfound-accessoires.ch", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5292765, - 47.3748302 - ] - }, - "id": "node/7724613814" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7726356277", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "34", - "addr:street": "Claridenstrasse", - "check_date": "2024-02-23", - "contact:phone": "+41 44 242 90 92", - "contact:website": "https://www.dimetrius.ch/", - "description": "Mode in Langgrösse für Frauen ab 1.70m für Männer ab 1.85m und Schuhe in Grössen ab 42 für die Damen und ab 46 für die Herren", - "level": "0", - "name": "Dimetrius", - "operator": "Urs Heiniger und Ursula Gachnag Heiniger", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.537197, - 47.3678196 - ] - }, - "id": "node/7726356277" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7791654185", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "25", - "addr:postcode": "8045", - "addr:street": "Grubenstrasse", - "clothes": "wedding;women", - "description": "piqyourdress.com is a mix & match concept for bridal and evening wear and accessories. You can pick a top and skirt, choosing different styles, colours and materials, as well as accessories.", - "email": "contact@piqyourdress.com", - "name": "piqyourdress Showroom Zurich", - "operator": "piq GmbH", - "phone": "+41 43 233 00 11", - "shop": "clothes", - "website": "https://www.piqyourdress.com/en/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5151166, - 47.3615349 - ] - }, - "id": "node/7791654185" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7815132991", - "check_date:opening_hours": "2023-10-10", - "level": "0", - "name": "Huwyler Schuhmacherei", - "opening_hours": "Mo-Fr 07:30-12:00,13:00-18:00; PH closed", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5464388, - 47.3678408 - ] - }, - "id": "node/7815132991" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7815426572", - "check_date": "2024-04-06", - "level": "0", - "name": "Golden Goose", - "opening_hours": "Tu-Fr 09:30-18:30; Sa 09:30-18:00; PH closed", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5412317, - 47.3708022 - ] - }, - "id": "node/7815426572" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7815426574", - "check_date": "2024-04-06", - "level": "0", - "name": "Zadig & Voltair", - "shop": "boutique", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.540997, - 47.3705993 - ] - }, - "id": "node/7815426574" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7815426575", - "clothes": "women", - "level": "0", - "name": "dixie", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5412474, - 47.3717327 - ] - }, - "id": "node/7815426575" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7816673268", - "check_date": "2024-06-22", - "check_date:opening_hours": "2022-09-02", - "clothes": "wedding", - "name": "Rashmi", - "opening_hours": "Mo,Tu,Th,Fr 10:00-19:00; Sa 09:00-18:00", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5275349, - 47.383814 - ] - }, - "id": "node/7816673268" - }, - { - "type": "Feature", - "properties": { - "@id": "node/7897260113", - "check_date": "2024-08-09", - "level": "0", - "name": "Maison Gassmann", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5401949, - 47.3695871 - ] - }, - "id": "node/7897260113" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8194806949", - "name": "la dolce vita", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5567696, - 47.3551801 - ] - }, - "id": "node/8194806949" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8194922103", - "addr:city": "Zürich", - "addr:housenumber": "43", - "addr:postcode": "8004", - "addr:street": "Europaallee", - "branch": "Zürich Europaallee", - "check_date:opening_hours": "2024-05-25", - "name": "Vestibule", - "opening_hours": "Mo-Fr 11:00-19:00, Sa 10:00-18:00; PH off", - "shop": "clothes", - "website": "https://vestibule.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.531786, - 47.3789255 - ] - }, - "id": "node/8194922103" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8194979188", - "addr:city": "Zürich", - "addr:housenumber": "177", - "addr:postcode": "8003", - "addr:street": "Badenerstrasse", - "branch": "Zürich Kalkbreite", - "check_date": "2024-06-19", - "clothes": "children", - "level": "0", - "name": "Making Little Things", - "opening_hours": "Mo-Fr 11:00-18:30; Sa 10:00-17:00", - "shop": "clothes", - "website": "https://www.makingthings.ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5199423, - 47.3746669 - ] - }, - "id": "node/8194979188" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8292844290", - "name": "Max und Paula", - "opening_hours": "Tu,We 09:00-11:45; Th,Fr 09:00-11:45,14:00-17:00; Sa 10:00-14:00", - "operator": "Max und Paula", - "shop": "clothes", - "website": "https://maxundpaula.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5883837, - 47.357949 - ] - }, - "id": "node/8292844290" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8508198927", - "clothes": "men", - "contact:website": "https://www.markant.ch/", - "level": "0", - "name": "Markant", - "opening_hours": "Tu-Fr 11:00-18:30; Sa 11:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5274251, - 47.372804 - ] - }, - "id": "node/8508198927" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8595193344", - "check_date": "2023-05-29", - "clothes": "women", - "name": "Gut Betucht", - "opening_hours": "Mo 14:00-18:00; Tu 14:00-17:00; Th 14:00-17:30; Sa 10:00-16:00; We,Fr,Su,PH off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5856924, - 47.4006126 - ] - }, - "id": "node/8595193344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/8684506492", - "addr:city": "Zürich", - "addr:housenumber": "55", - "addr:postcode": "8008", - "addr:street": "Seefeldstrasse", - "name": "Toccare", - "opening_hours": "Tu-Fr 10:00-18:30, Sa 10:00-16:00; PH off", - "shop": "shoes", - "website": "https://www.toccare.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5507195, - 47.3622597 - ] - }, - "id": "node/8684506492" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9082174370", - "addr:city": "Zürich", - "addr:housenumber": "39", - "addr:postcode": "8001", - "addr:street": "Niederdorfstrasse", - "name": "Shangrila", - "note": "Sells Tibetan, Nepalesian and Indian products", - "phone": "+41442510414", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5437507, - 47.3749927 - ] - }, - "id": "node/9082174370" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9082174373", - "brand": "Vero Moda", - "brand:wikidata": "Q640418", - "clothes": "women", - "name": "Vero Moda", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "operator": "Bestseller (Schweiz)", - "shop": "clothes", - "website": "https://www.veromoda.com/de-ch/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5439231, - 47.3750503 - ] - }, - "id": "node/9082174373" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9082185867", - "check_date": "2024-02-06", - "name": "Giancarlo", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5482171, - 47.3646123 - ] - }, - "id": "node/9082185867" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9082340500", - "check_date": "2024-04-06", - "level": "0", - "name": "Anna & Line Paris", - "shop": "boutique", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5409368, - 47.3703193 - ] - }, - "id": "node/9082340500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9267381532", - "addr:housenumber": "20", - "addr:street": "Niederdorfstrasse", - "description": "the sustainable shop", - "name": "Circle", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "phone": "+41 43 243 69 21", - "shop": "clothes", - "website": "https://circleshop.ch/filialen/niederdorf/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5437745, - 47.3736936 - ] - }, - "id": "node/9267381532" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9290860545", - "name": "De Niz", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5612529, - 47.3516885 - ] - }, - "id": "node/9290860545" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9332238348", - "name": "zebra", - "opening_hours": "Mo-Fr 09:00-18:30; Sa 09:00-17:00; PH closed", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6174174, - 47.3978359 - ] - }, - "id": "node/9332238348" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9352497256", - "clothes": "children", - "email": "info@hansundgret.ch", - "level": "0", - "mobile": "+41 78 740 33 44", - "name": "hans und gret", - "opening_hours": "Fr", - "shop": "clothes", - "website": "http://www.hansundgret.ch/index.php", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5604626, - 47.4139012 - ] - }, - "id": "node/9352497256" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9405169711", - "addr:city": "Zürich", - "addr:housenumber": "2", - "addr:postcode": "8004", - "addr:street": "Cramerstrasse", - "check_date": "2023-09-24", - "description": "Concept store", - "name": "Karmaoui", - "shop": "clothes", - "website": "https://karmaoui-design.com", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5260491, - 47.3729649 - ] - }, - "id": "node/9405169711" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9790178976", - "addr:city": "Zürich", - "addr:housenumber": "10", - "addr:postcode": "8053", - "addr:street": "Oetlisbergstrasse", - "name": "Tropechopf", - "note": "sells: von Kitsch bis Kult aus Asien", - "shop": "clothes", - "website": "https://www.tropechopf.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5958828, - 47.3598231 - ] - }, - "id": "node/9790178976" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9811068358", - "level": "0", - "name": "Fantasia Boutique", - "opening_hours": "Mo-Fr 11:00-18:30; Sa 11:00-16:00; PH closed", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5450257, - 47.3685109 - ] - }, - "id": "node/9811068358" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9811068363", - "level": "0", - "name": "Calikaan", - "opening_hours": "Mo-We,Fr 11:00-19:00; Sa 11:00-17:00; Th 11:00-20:00 open \"nach Vereinbarung\"; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5451249, - 47.3684353 - ] - }, - "id": "node/9811068363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9811068367", - "check_date:opening_hours": "2024-03-19", - "level": "0", - "name": "jap", - "opening_hours": "Tu-Fr 11:00-18:30; Sa 11:00-17:00; PH closed", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5450978, - 47.368535 - ] - }, - "id": "node/9811068367" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9811068368", - "level": "0", - "name": "Boutique Brochet", - "opening_hours": "Tu-Fr 10:00-18:30; Sa 10:00-16:00; PH closed", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5449663, - 47.3684896 - ] - }, - "id": "node/9811068368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9811110082", - "level": "0", - "name": "C.B.Younes", - "opening_hours": "Tu 12:00-18:00 open \"nach Vereinbarung\"; We-Fr 11:30-18:30; Sa 11:00-16:00; PH closed", - "shop": "boutique", - "website": "https://cbyounes.ch", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5448448, - 47.3686487 - ] - }, - "id": "node/9811110082" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9811125731", - "check_date": "2024-06-03", - "clothes": "men", - "level": "0", - "name": "Jucan Massanzüge", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.533424, - 47.3699575 - ] - }, - "id": "node/9811125731" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9811214753", - "level": "0", - "name": "Maison Julie", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00; PH closed", - "shop": "boutique", - "website": "https://maisonjulie.ch/", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5438687, - 47.3697205 - ] - }, - "id": "node/9811214753" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9870919805", - "name": "Pulli Hus Rita", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5145035, - 47.3762856 - ] - }, - "id": "node/9870919805" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9870964150", - "name": "plazmalab.", - "opening_hours": "Tu-Fr 11:00-19:00, Sa 11:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.515791, - 47.3757419 - ] - }, - "id": "node/9870964150" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9875779350", - "name": "Tally Weijl Outlet", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6212225, - 47.4145203 - ] - }, - "id": "node/9875779350" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9875942992", - "check_date": "2024-01-18", - "name": "Brukt Butikk", - "second_hand": "only", - "shop": "clothes", - "website": "https://bruktbutikk.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5460132, - 47.4173036 - ] - }, - "id": "node/9875942992" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9880827896", - "check_date": "2024-07-13", - "clothes": "men;women", - "name": "Entre Deux", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "website": "https://www.entredeux.ch" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5470719, - 47.3663232 - ] - }, - "id": "node/9880827896" - }, - { - "type": "Feature", - "properties": { - "@id": "node/9905725857", - "check_date": "2024-08-24", - "clothes": "women", - "name": "Aurelia", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:30-17:00; Su off", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5302061, - 47.3832 - ] - }, - "id": "node/9905725857" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10040276161", - "addr:city": "Zürich", - "addr:housenumber": "123", - "addr:postcode": "8004", - "addr:street": "Badenerstrasse", - "check_date": "2024-03-02", - "clothes": "women;men;fashion;denim", - "name": "Chemiserie+", - "opening_hours": "Mo-Fr 13:00-19:00; Sa 11:00-18:00", - "phone": "+41 44 304 84 00", - "second_hand": "only", - "shop": "clothes", - "website": "https://chemiserieplus.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5237824, - 47.3741983 - ] - }, - "id": "node/10040276161" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10052484127", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "153", - "addr:postcode": "8004", - "addr:street": "Stauffacherstrasse", - "check_date": "2024-06-06", - "clothes": "women;men;fashion", - "contact:website": "https://www.kaoz.ch", - "name": "Michelle Tamar", - "opening_hours": "Tu-Fr 11:00-19:00; Sa 10:00-18:00", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5218908, - 47.37762 - ] - }, - "id": "node/10052484127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10152362369", - "addr:city": "Zürich", - "addr:housenumber": "25", - "addr:postcode": "8001", - "addr:street": "Rämistrasse", - "name": "Lux", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.luxury-shops.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5470932, - 47.3684839 - ] - }, - "id": "node/10152362369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10152362371", - "addr:city": "Zürich", - "addr:housenumber": "4", - "addr:postcode": "8001", - "addr:street": "Rämistrasse", - "check_date": "2023-04-10", - "name": "Wick Shoes", - "opening_hours": "Mo-Fr 11:00-18:30; Sa 10:00-16:00", - "shop": "shoes", - "website": "https://www.wickshoes.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5467817, - 47.3685224 - ] - }, - "id": "node/10152362371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10188202216", - "name": "Snkrzh", - "opening_hours": "Tu-Fr 11:00-18:30; Sa 11:00-17:00", - "shop": "shoes", - "website": "https://snkrzh.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5216429, - 47.3740809 - ] - }, - "id": "node/10188202216" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10567748099", - "name": "Fifty-9", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5280599, - 47.3769856 - ] - }, - "id": "node/10567748099" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10691349203", - "addr:city": "Zürich", - "addr:housenumber": "131", - "addr:postcode": "8004", - "addr:street": "Badenerstrasse", - "name": "Street-Files Studio", - "opening_hours": "Mo-Fr 11:00-19:00, Sa 11:00-18:00; PH off", - "phone": "+41 44 221 99 77", - "shop": "clothes", - "website": "https://www.street-files.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5229793, - 47.3742127 - ] - }, - "id": "node/10691349203" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10691349204", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "153", - "addr:postcode": "8004", - "addr:street": "Badenerstrasse", - "name": "Love at the Bus Stop", - "opening_hours": "Tu-Fr 11:00-19:00, Sa 11:00-17:00; PH off", - "shop": "clothes", - "website": "https://loveatthebusstop.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5221176, - 47.3742438 - ] - }, - "id": "node/10691349204" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10691351556", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "22", - "addr:postcode": "8004", - "addr:street": "Molkenstrasse", - "alt_name": "DEUS Zürich", - "amenity": "cafe", - "name": "Deus Ex Machina", - "opening_hours": "Tu-Fr 11:00-19:00, Sa 10:00-17:00; PH off", - "shop": "clothes", - "takeaway": "yes", - "website": "https://eu.deuscustoms.com/blogs/blog/store-deus-zurich" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5268946, - 47.3770428 - ] - }, - "id": "node/10691351556" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10716482072", - "name": "Salvatore Schito", - "shop": "clothes", - "website": "https://www.schito.com/e-store/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5403368, - 47.3706955 - ] - }, - "id": "node/10716482072" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10717385286", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "16", - "addr:postcode": "8001", - "addr:street": "St. Peterstrasse", - "check_date": "2024-04-15", - "name": "Lalique", - "shop": "boutique", - "start_date": "2023-05-02", - "website": "https://www.lalique.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5378778, - 47.3710777 - ] - }, - "id": "node/10717385286" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10718502538", - "name": "Tasoni", - "shop": "clothes", - "website": "https://tasoni.com/stores" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5399793, - 47.3710987 - ] - }, - "id": "node/10718502538" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10718544754", - "clothes": "men", - "name": "Boggi", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5391377, - 47.3743907 - ] - }, - "id": "node/10718544754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10722996368", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "24", - "addr:postcode": "8001", - "addr:street": "Rennweg", - "clothes": "men", - "name": "KA/NOA", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-18:00", - "shop": "clothes", - "website": "https://kanoaitalia.com/pages/zurich-boutique" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.53975, - 47.3729638 - ] - }, - "id": "node/10722996368" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10727495933", - "clothes": "suits", - "name": "Brioni", - "opening_hours": "Mo-Fr 09:30-18:30, Sa 09:30-17:00; PH off", - "shop": "clothes", - "website": "https://www.brioni.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5381544, - 47.3709192 - ] - }, - "id": "node/10727495933" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10727495934", - "alt_name": "Brunos Fashion", - "check_date": "2024-04-15", - "name": "Brunos", - "opening_hours": "Mo-Fr 11:00-18:00, Sa 11:00-17:00; PH off", - "shop": "clothes", - "website": "https://brunos-fashion.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5383676, - 47.3709555 - ] - }, - "id": "node/10727495934" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10736711636", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "8", - "addr:postcode": "8004", - "addr:street": "Langstrasse", - "check_date": "2023-05-23", - "name": "Casino Fashion", - "old_name": "Walder Schuhe", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5246138, - 47.3746757 - ] - }, - "id": "node/10736711636" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10761041433", - "check_date": "2024-10-08", - "description": "Tanz- und Ballettshop", - "level": "1", - "name": "Opéra", - "payment:cash": "yes", - "payment:credit_cards": "yes", - "payment:debit_cards": "yes", - "shop": "shoes", - "website": "https://shopera.ch/zuerich/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5494682, - 47.3663683 - ] - }, - "id": "node/10761041433" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10819134865", - "addr:city": "Zürich", - "addr:housenumber": "43", - "addr:postcode": "8003", - "addr:street": "Kalkbreitestrasse", - "check_date": "2024-06-24", - "name": "Kari Kari", - "opening_hours": "Mo-Fr 11:30-18:30; Sa 11:00-17:00", - "shop": "clothes", - "website": "https://www.karikari.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5191827, - 47.3732124 - ] - }, - "id": "node/10819134865" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10820644414", - "addr:city": "Zürich", - "addr:housenumber": "94", - "addr:postcode": "8001", - "addr:street": "Limmatquai", - "alt_name": "Timberland Store Zürich", - "branch": "Zürich", - "email": "timberland.zuerich@7steps.ch", - "name": "Timberland", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "operator": "Pierino Keller", - "phone": "+41 78 717 05 09", - "shop": "shoes", - "website": "https://7steps.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5433486, - 47.3742073 - ] - }, - "id": "node/10820644414" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10820678994", - "addr:city": "Zürich", - "addr:postcode": "8001", - "check_date": "2024-11-27", - "check_date:opening_hours": "2024-11-27", - "level": "0", - "name": "The Apartment Store", - "opening_hours": "Tu-Fr 10:00-19:00; Sa 10:00-17:00", - "shop": "clothes", - "website": "https://theapartmentstore.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5395769, - 47.3739086 - ] - }, - "id": "node/10820678994" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10824251855", - "addr:city": "Zürich", - "addr:housenumber": "50", - "addr:postcode": "8004", - "addr:street": "Birmensdorferstrasse", - "name": "Caritas Secondhand", - "second_hand": "only", - "shop": "clothes", - "website": "https://caritas-secondhand.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5253024, - 47.3717525 - ] - }, - "id": "node/10824251855" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10824269565", - "addr:city": "Zürich", - "addr:housenumber": "34", - "addr:postcode": "8004", - "addr:street": "Birmensdorferstrasse", - "check_date": "2024-04-10", - "name": "Caritas Secondhand Gold", - "second_hand": "only", - "shop": "clothes", - "website": "https://caritas-secondhand.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.526268, - 47.3721332 - ] - }, - "id": "node/10824269565" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10824301405", - "addr:city": "Zürich", - "addr:housenumber": "187", - "addr:postcode": "8003", - "addr:street": "Birmensdorferstrasse", - "clothes": "women", - "name": "KENU Boutique", - "shop": "clothes", - "website": "https://www.kenu-boutique.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5170262, - 47.3705661 - ] - }, - "id": "node/10824301405" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10826302772", - "addr:city": "Zürich", - "addr:housenumber": "62", - "addr:postcode": "8032", - "addr:street": "Hegibachstrasse", - "email": "info@elenadiancona.ch", - "name": "Elena di Ancona", - "phone": "+41 44 201 61 81", - "shop": "boutique", - "website": "https://www.elenadiancona.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5649938, - 47.3635276 - ] - }, - "id": "node/10826302772" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10826337423", - "addr:city": "Zürich", - "addr:housenumber": "47", - "addr:postcode": "8032", - "addr:street": "Hegibachstrasse", - "email": "info@economiesuisse.ch", - "name": "economiesuisse", - "office": "association", - "operator": "Verband der Schweizer Unternehmen", - "phone": "+41 44 421 35 35", - "shop": "boutique", - "website": "https://www.economiesuisse.ch/de" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5637787, - 47.3633244 - ] - }, - "id": "node/10826337423" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10827067826", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5123658, - 47.3702532 - ] - }, - "id": "node/10827067826" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10827104693", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "199", - "addr:postcode": "8003", - "addr:street": "Birmensdorferstrasse", - "clothes": "denim", - "name": "Denim & Iron", - "shop": "clothes", - "website": "https://www.denimandiron.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5162958, - 47.3704848 - ] - }, - "id": "node/10827104693" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10827104695", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "197", - "addr:postcode": "8003", - "addr:street": "Birmensdorferstrasse", - "clothes:repair": "yes", - "description": "Aus Meisterhand: Leder, Lammfell, Pelz\nEigenfabrikation nach Mass, laufend neue Modelle.\nÄnderungen und Reparaturen, auch von Taschen.", - "leatherware:repair": "yes", - "name": "Ledermoden J. Taka & Söhne", - "opening_hours": "Mo-Fr 09:30-12:30, 14:00-18:30; Do -19:00, Sa 9:30-17:00", - "opening_hours:description": "Mo-Fr 9:30-12:30, 14-18:30; Donnerstag bis19 Uhr, Sa 9:30-17 Uhr", - "phone": "+41 44 461 41 71", - "repair": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5164116, - 47.3704985 - ] - }, - "id": "node/10827104695" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10832154716", - "check_date": "2023-04-22", - "name": "acood", - "operator": "Anka Lehmann", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5452806, - 47.3725232 - ] - }, - "id": "node/10832154716" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10832154717", - "check_date": "2023-04-22", - "name": "Kullberg", - "opening_hours": "Mo,Su off; Tu-Fr 11:00-19:00; Sa 10:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5451337, - 47.3725292 - ] - }, - "id": "node/10832154717" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10832155258", - "check_date": "2023-04-22", - "name": "Tierra Casual", - "opening_hours": "Mo-Fr 10:30-18:30; Sa 10:00-17:00; Su off", - "shop": "clothes", - "website": "https://tierrafashion.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5465683, - 47.3728533 - ] - }, - "id": "node/10832155258" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10832257500", - "name": "Roxy Zürich", - "shop": "clothes", - "website": "https://www.roxy-zurich.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5563388, - 47.3639313 - ] - }, - "id": "node/10832257500" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10839411680", - "check_date": "2024-08-19", - "name": "Hand2hand", - "opening_hours": "Mo,Su off; Tu-Fr 12:30-19:30; Sa 11:00-17:30", - "second_hand": "only", - "shop": "clothes", - "website": "https://homestore.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5296702, - 47.3728145 - ] - }, - "id": "node/10839411680" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10891371970", - "name": "fiona-K", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5282647, - 47.3768021 - ] - }, - "id": "node/10891371970" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10921196040", - "check_date": "2023-05-23", - "name": "Jeanspoint", - "opening_hours": "Mo-Fr 09:30-19:00; Sa 09:00-19:00; Su off", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.524898, - 47.3755317 - ] - }, - "id": "node/10921196040" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10921196042", - "check_date": "2024-09-17", - "name": "Longside", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5253613, - 47.3761719 - ] - }, - "id": "node/10921196042" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10949082344", - "check_date": "2024-11-05", - "name": "Trois Pommes Outlet Donna", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5388165, - 47.3901389 - ] - }, - "id": "node/10949082344" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10951893275", - "check_date": "2023-06-04", - "name": "Boule Rouge", - "phone": "+41 76 720 61 62", - "shop": "clothes", - "website": "https://boulerouge.ch" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5458801, - 47.373454 - ] - }, - "id": "node/10951893275" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10951967207", - "check_date": "2023-06-04", - "name": "Relief", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5431439, - 47.3724483 - ] - }, - "id": "node/10951967207" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10951967208", - "check_date": "2023-06-04", - "name": "enSoie", - "opening_hours": "Mo-Fr 12:00-18:00; Sa 11:00-17:00; Su off", - "shop": "clothes", - "website": "https://ensoie.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5443362, - 47.3717323 - ] - }, - "id": "node/10951967208" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10965918734", - "clothes": "fashion", - "name": "glore", - "shop": "clothes", - "website": "https://shop.glore.ch" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5213085, - 47.3759459 - ] - }, - "id": "node/10965918734" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10967807768", - "check_date": "2024-02-12", - "level": "0", - "name": "Peter Nitz", - "shop": "bag", - "website": "https://www.atelierpeternitz.com", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5446107, - 47.3718882 - ] - }, - "id": "node/10967807768" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10967922617", - "check_date:opening_hours": "2023-04-04", - "level": "0", - "name": "Marktlücke", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-17:00; PH closed", - "shop": "boutique", - "website": "https://www.markt-luecke.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.54194, - 47.3737064 - ] - }, - "id": "node/10967922617" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10967922619", - "check_date": "2024-04-03", - "name": "Widder 7", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5398719, - 47.3721119 - ] - }, - "id": "node/10967922619" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10967922620", - "check_date": "2024-08-19", - "name": "Patrick Ponetz", - "shop": "shoes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5397144, - 47.3721842 - ] - }, - "id": "node/10967922620" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10967922621", - "addr:city": "Zürich", - "addr:housenumber": "104", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "brand": "Falconier", - "check_date:opening_hours": "2023-01-11", - "clothes": "underwear", - "level": "1", - "name": "Falconier", - "opening_hours": "Mo-Fr 09:00-20:00; Sa 09:00-19:00; PH closed", - "phone": "+41 44 500 02 42", - "shop": "clothes", - "website": "https://www.falconeri.com/de/geschafte/zurich/zurich/zurich_bahnhofstrasse_104/F219.html", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5398804, - 47.3764548 - ] - }, - "id": "node/10967922621" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10967922623", - "check_date": "2024-05-11", - "name": "Coup d'Œil", - "shop": "shoes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5404565, - 47.3722069 - ] - }, - "id": "node/10967922623" - }, - { - "type": "Feature", - "properties": { - "@id": "node/10967957876", - "name": "Barbar", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; PH closed", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5333143, - 47.3669255 - ] - }, - "id": "node/10967957876" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11126040198", - "name": "Saryta", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5204485, - 47.3768156 - ] - }, - "id": "node/11126040198" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11216071002", - "addr:city": "Zürich", - "addr:housenumber": "69", - "addr:postcode": "8004", - "addr:street": "Langstrasse", - "check_date": "2023-09-24", - "description": "Fachgeschäft für Schirme, Lederwaren und Reiseartikel\nWir bieten eine grosse Auswahl an Schirmen, Koffer, Taschen und sonstige Reise Accessoires.\nGeäck Reparatur Service: Wir reparieren fast alle gängigen Gepäckstücke (Mo-Do 10:00-16:00)", - "email": "schirmfredi@gmail.com", - "leatherware:repair": "yes", - "luggage:repair": "yes", - "name": "Schirm-Fredi", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00", - "opening_hours:description": "Mo-Fr 10-19 Uhr; Sa 10-18 Uhr", - "phone": "+41 76 510 28 27", - "repair": "yes", - "shop": "bag", - "website": "https://schirmfredi.ch", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5260546, - 47.3771683 - ] - }, - "id": "node/11216071002" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11216071004", - "addr:city": "Zürich", - "addr:housenumber": "64", - "addr:postcode": "8004", - "addr:street": "Langstrasse", - "clothes:repair": "yes", - "description": "wir haben jetzt ein eigenes kleines atelier im collab langstrasse. hier stellen wir nicht nur einige unserer produkte selbst her, sondern bieten auch anpassungen und reparaturen an.", - "description:en": "We stand for a curated range of social, local and sustainable products. each product has their own story that we are happy to tell you all about. great products made by real people: from clothing to little gifts, from home and living to beauty.", - "email": "hello@collabzuerich.com", - "name": "collab langstrasse", - "opening_hours": "We-Fr 12:00-19:00; Sa 12:00-17:00", - "opening_hours:description": "Mi-Fr 12:00-19:00; Sa 12:00-17:00", - "phone": "+41 41 244 00 00", - "repair": "yes", - "shop": "clothes", - "website": "https://collabzuerich.ch", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5262207, - 47.3769115 - ] - }, - "id": "node/11216071004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11216071006", - "check_date": "2023-09-24", - "name": "Aelita", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; Su off", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5260514, - 47.376671 - ] - }, - "id": "node/11216071006" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11216071008", - "check_date": "2024-08-19", - "name": "Kazu", - "phone": "+41 43 268 05 75", - "shop": "clothes", - "website": "https://kazu.swiss", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5286534, - 47.3766255 - ] - }, - "id": "node/11216071008" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11216071012", - "check_date": "2024-08-24", - "name": "Andrea Hinnen", - "opening_hours": "Mo,Su off; Tu-Fr 12:00-19:00; Sa 12:00-17:00", - "phone": "+41 79 594 84 02", - "shop": "clothes", - "website": "https://andreahinnen.com", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5287038, - 47.3755956 - ] - }, - "id": "node/11216071012" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11298890694", - "check_date": "2024-03-26", - "name": "Beige Swiss Styling", - "opening_hours": "Tu-Fr 11:30-18:30; Sa 11:00-17:00; PH off", - "shop": "boutique", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5342046, - 47.3808094 - ] - }, - "id": "node/11298890694" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11313720874", - "name": "Goldy Lify", - "phone": "+41 79 102 63 70", - "shop": "clothes", - "website": "https://goldylify.com/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4886692, - 47.3871119 - ] - }, - "id": "node/11313720874" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11350475870", - "brand": "Givenchy", - "brand:wikidata": "Q759210", - "name": "Givenchy", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5379487, - 47.3756904 - ] - }, - "id": "node/11350475870" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11350538605", - "brand": "Moncler", - "brand:wikidata": "Q1548951", - "name": "Moncler", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5376984, - 47.3757276 - ] - }, - "id": "node/11350538605" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11350538607", - "brand": "Rimowa", - "brand:wikidata": "Q1287437", - "name": "Rimowa", - "shop": "bag" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.537869, - 47.3759578 - ] - }, - "id": "node/11350538607" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11350549365", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "75", - "addr:postcode": "8001", - "addr:street": "Bahnhofstrasse", - "branch": "Zürich", - "brand": "Massimo Dutti", - "brand:wikidata": "Q788231", - "check_date": "2024-08-09", - "name": "Massimo Dutti", - "opening_hours": "Mo-Sa 10:00-20:00; PH off", - "operator": "ITX Retail Suisse", - "shop": "clothes", - "website": "https://www.massimodutti.com/ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5386018, - 47.3748787 - ] - }, - "id": "node/11350549365" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11350551656", - "brand": "Louis Vuitton", - "brand:wikidata": "Q191485", - "name": "Louis Vuitton", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5378278, - 47.3757081 - ] - }, - "id": "node/11350551656" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11350552821", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "6", - "addr:postcode": "8001", - "addr:street": "Lintheschergasse", - "branch": "Zürich", - "name": "Arket", - "opening_hours": "Mo-Sa 10:00-19:00; PH off", - "operator": "H&M Hennes & Mauritz", - "shop": "clothes", - "website": "https://www.arket.com/en_ch/stores.html" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5382103, - 47.3749721 - ] - }, - "id": "node/11350552821" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11356388281", - "brand": "Canada Goose", - "brand:wikidata": "Q2988422", - "clothes": "outdoor", - "name": "Canada Goose", - "shop": "clothes", - "website": "https://www.canadagoose.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5398258, - 47.3695334 - ] - }, - "id": "node/11356388281" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11363636518", - "clothes": "men", - "shop": "clothes", - "website": "https://www.alexander-sachs.com/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5401624, - 47.3704913 - ] - }, - "id": "node/11363636518" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11407026356", - "addr:city": "Dietlikon", - "addr:housenumber": "2", - "addr:postcode": "8305", - "addr:street": "Aufwiesenstrasse", - "name": "Skinfit", - "shop": "clothes", - "website": "https://www.skinfit.eu/at_de/filialen" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.6203928, - 47.4267335 - ] - }, - "id": "node/11407026356" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11416163887", - "name": "MaRoni Vintage", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5270068, - 47.3725988 - ] - }, - "id": "node/11416163887" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11471529363", - "name": "Off-White", - "shop": "clothes", - "website": "https://www.off---white.com/en-ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5383391, - 47.3758043 - ] - }, - "id": "node/11471529363" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11537817802", - "name": "Loewe", - "shop": "clothes", - "website": "https://www.loewe.com/eur/de/storeDetails?StoreID=CH1041102&StoreName=loewe-globus---women%27s-collection&StoreCity=zurich" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5377469, - 47.3759582 - ] - }, - "id": "node/11537817802" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11581671923", - "clothes": "men", - "name": "Jakob", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5468509, - 47.4181338 - ] - }, - "id": "node/11581671923" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11582226875", - "name": "Avery", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.539888, - 47.3731833 - ] - }, - "id": "node/11582226875" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11582514399", - "clothes": "men", - "name": "La Chemiserie Traditionelle", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5357255, - 47.3732742 - ] - }, - "id": "node/11582514399" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11586522903", - "check_date": "2024-10-21", - "check_date:opening_hours": "2024-10-21", - "name": "Elif Boutique", - "opening_hours": "We,Fr 12:00-19:00; Sa 12:00-18:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5176282, - 47.3779568 - ] - }, - "id": "node/11586522903" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11592562425", - "check_date": "2024-02-06", - "name": "MaxMara", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 10:00-18:00; Su off", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5476629, - 47.3651677 - ] - }, - "id": "node/11592562425" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11601607894", - "check_date": "2024-08-14", - "name": "The Gloss", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5220606, - 47.3898827 - ] - }, - "id": "node/11601607894" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11613652824", - "check_date": "2024-02-12", - "name": "Razzo", - "opening_hours": "Mo,Su off; Tu-Fr 10:00-18:30; Sa 10:00-16:00", - "second_hand": "only", - "shop": "clothes", - "website": "https://razzo2ndhand.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5437578, - 47.3704945 - ] - }, - "id": "node/11613652824" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11634514196", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "42", - "addr:postcode": "8006", - "addr:street": "Stampfenbachstrasse", - "name": "Kybun", - "opening_hours": "Mo-Fr 10:00-18:30", - "shop": "shoes", - "website": "https://www.activewalking.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5431049, - 47.3801975 - ] - }, - "id": "node/11634514196" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11634514197", - "branch": "Zürich", - "check_date": "2024-02-24", - "name": "McShirt", - "opening_hours": "Mo-Fr 10:00-18:30", - "shop": "clothes", - "website": "https://www.mcshirt.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5431554, - 47.3801091 - ] - }, - "id": "node/11634514197" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11649184041", - "level": "0", - "name": "Rework", - "opening_hours": "Mo-Fr 11:15-19:00; Sa 11:00-18:00; PH closed", - "second_hand": "yes", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5302996, - 47.3814831 - ] - }, - "id": "node/11649184041" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11656371289", - "check_date": "2024-02-23", - "name": "Hua Si Silk Collection", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5370347, - 47.3680397 - ] - }, - "id": "node/11656371289" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11658321884", - "check_date": "2024-02-23", - "description": "Secondhandladen rund ums Kind", - "name": "Pimpinilli", - "opening_hours": "Mo,Su off; Tu-Fr 09:00-11:30,14:00-17:00; Sa 09:00-11:30", - "second_hand": "only", - "shop": "clothes", - "website": "https://pimpinilli.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5024091, - 47.4009466 - ] - }, - "id": "node/11658321884" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11673680754", - "check_date": "2024-02-28", - "name": "eclectic", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00; Su off", - "shop": "clothes", - "website": "https://eclecticshop.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5402667, - 47.3752829 - ] - }, - "id": "node/11673680754" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11684915778", - "name": "MA MODE", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5471497, - 47.4101331 - ] - }, - "id": "node/11684915778" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11685184269", - "check_date": "2024-08-09", - "name": "Fashnpie", - "opening_hours": "Mo-Fr 11:00-19:00; Sa 10:00-18:00; Su off", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.529234, - 47.3799182 - ] - }, - "id": "node/11685184269" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11708135485", - "check_date": "2024-06-24", - "name": "Kari’s Vintage", - "opening_hours": "Mo-Tu,Su off; We-Fr 11:30-18:30; Sa 11:00-17:00", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5198566, - 47.3726458 - ] - }, - "id": "node/11708135485" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11708146480", - "clothes": "swimwear", - "name": "Natalie Schweizer", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5175506, - 47.3745779 - ] - }, - "id": "node/11708146480" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11747767418", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "44", - "addr:postcode": "8002", - "addr:street": "Tödistrasse", - "check_date": "2024-06-01", - "name": "xess+baba", - "shop": "clothes", - "website": "https://xessbaba.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5341741, - 47.3672647 - ] - }, - "id": "node/11747767418" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11747767419", - "addr:city": "Zürich", - "addr:country": "CH", - "addr:housenumber": "44", - "addr:postcode": "8002", - "addr:street": "Tödistrasse", - "check_date": "2024-06-01", - "name": "First & 2nd", - "second_hand": "only", - "shop": "clothes", - "website": "https://www.bestsecondhand-online.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5341043, - 47.3672155 - ] - }, - "id": "node/11747767419" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11771015644", - "check_date": "2024-03-29", - "name": "Chinder Chleider Börse", - "opening_hours": "Mo,We 09:00-11:30,14:00-17:00; Tu 09:00-11:30; Th 14:00-17:00; Fr-Su off", - "phone": "+41 79 515 42 77", - "second_hand": "only", - "shop": "clothes", - "website": "https://kinderkleiderboersealtstetten.ch" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4816864, - 47.3864447 - ] - }, - "id": "node/11771015644" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11777771681", - "check_date": "2024-08-31", - "name": "Ilè Second Hand", - "second_hand": "only", - "shop": "clothes", - "website": "https://ilesecondhand.ch/", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5441217, - 47.3783721 - ] - }, - "id": "node/11777771681" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11777908612", - "name": "The Collective", - "note": "Pop-Up-Store, zur Zeit bis Ende Mai 2024 geplant", - "opening_hours": "We-Fr 11:00-14:00,14:30-18:30, Sa 11:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5440229, - 47.3694285 - ] - }, - "id": "node/11777908612" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11777908614", - "name": "LOOQ", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 10:00-17:00", - "shop": "clothes", - "website": "https://www.looq.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5441544, - 47.3694977 - ] - }, - "id": "node/11777908614" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11806564973", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5432928, - 47.3798688 - ] - }, - "id": "node/11806564973" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11834576127", - "name": "paradis des innocents", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5397198, - 47.3738989 - ] - }, - "id": "node/11834576127" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11847944302", - "name": "orthoschritt.ch Navarra", - "opening_hours": "Tu-Fr 08:00-12:00,13:00-18:00", - "shop": "shoes", - "website": "https://www.orthoschritt.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5170237, - 47.3760433 - ] - }, - "id": "node/11847944302" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11896567828", - "check_date": "2024-08-19", - "name": "Tabou", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5392184, - 47.3723002 - ] - }, - "id": "node/11896567828" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11974027777", - "addr:housenumber": "29", - "addr:street": "Dufourstrasse", - "check_date": "2024-06-11", - "name": "prelovedREVOLUTION", - "opening_hours": "Tu-Fr 11:00-18:30; Sa 11:00-17:00; PH off", - "phone": "+41 77 250 25 07", - "second_hand": "yes", - "shop": "clothes", - "website": "https://www.prelovedrevolution.com/", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5481312, - 47.3635236 - ] - }, - "id": "node/11974027777" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11980641582", - "check_date": "2024-06-14", - "name": "Saus und Braus", - "opening_hours": "Mo,Su off; Tu-Fr 11:00-18:30; Sa 11:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5242288, - 47.3729198 - ] - }, - "id": "node/11980641582" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11980641583", - "check_date": "2024-06-14", - "name": "finally", - "opening_hours": "Mo-We,Su off; Th-Fr 12:00-18:00; Sa 11:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5244196, - 47.3735558 - ] - }, - "id": "node/11980641583" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11980641585", - "check_date": "2024-06-14", - "name": "Ikou Tschüss", - "opening_hours": "Mo-We,Su off; Th-Fr 13:00-17:00; Sa 11:00-17:00", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5243215, - 47.3733959 - ] - }, - "id": "node/11980641585" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11982868741", - "check_date": "2024-11-05", - "name": "Crea Luna", - "opening_hours": "Mo,Su off; Tu-Fr 10:30-19:00; Sa 10:00-17:00", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5394946, - 47.388118 - ] - }, - "id": "node/11982868741" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11992812119", - "check_date": "2024-06-19", - "name": "Projekt Ponicanova", - "opening_hours": "Mo-Tu,Su off; We-Fr 11:00-19:00; Sa 10:00-16:00", - "shop": "clothes", - "wheelchair": "limited" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5255939, - 47.3731971 - ] - }, - "id": "node/11992812119" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11992812121", - "check_date": "2024-06-19", - "name": "deflorin & brun", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5254132, - 47.3733297 - ] - }, - "id": "node/11992812121" - }, - { - "type": "Feature", - "properties": { - "@id": "node/11999562547", - "check_date": "2024-06-21", - "name": "Spilag Berufskleidung", - "opening_hours": "Mo-Fr 09:00-12:00,13:30-18:30; Sa 09:00-12:00,12:30-16:00; Su off", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5345647, - 47.3812256 - ] - }, - "id": "node/11999562547" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12010305817", - "check_date": "2024-06-25", - "name": "Las Perlitas", - "opening_hours": "Mo-Tu,Su off; We-Fr 11:00-18:00; Sa 11:00-16:00", - "phone": "+41 43 817 61 14", - "shop": "clothes", - "website": "https://lasperlitas.ch" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5156953, - 47.3970601 - ] - }, - "id": "node/12010305817" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12037362411", - "name": "Modestrom", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5526341, - 47.3606051 - ] - }, - "id": "node/12037362411" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12051020438", - "addr:city": "Zürich", - "addr:housenumber": "1", - "addr:postcode": "8001", - "addr:street": "Limmatquai", - "check_date": "2024-07-13", - "clothes": "women", - "name": "Panta Rheï", - "opening_hours": "Mo-Fr 10:00-18:30; Sa 10:00-17:00; Su off; PH off", - "operator": "Panta Rheï Textil GmbH", - "payment:cash": "yes", - "payment:coins": "yes", - "payment:debit_cards": "yes", - "shop": "clothes", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5447811, - 47.3676052 - ] - }, - "id": "node/12051020438" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12051469483", - "level": "0", - "name": "Esprit", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4684522, - 47.4313855 - ] - }, - "id": "node/12051469483" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12051469488", - "level": "1", - "name": "Blackout", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4699772, - 47.4310065 - ] - }, - "id": "node/12051469488" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12051469489", - "level": "1", - "name": "Marc O'Polo", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4699405, - 47.4309327 - ] - }, - "id": "node/12051469489" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12051469490", - "level": "1", - "name": "Street One | Cecil", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4699092, - 47.4308696 - ] - }, - "id": "node/12051469490" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12051524070", - "level": "1", - "name": "Boutique Insieme", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.448897, - 47.3967958 - ] - }, - "id": "node/12051524070" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12068099083", - "level": "2", - "name": "Karma Mode", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4485387, - 47.396848 - ] - }, - "id": "node/12068099083" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12090984371", - "check_date": "2024-08-03", - "description": "Schneiderei, Secondhand, Reinigung", - "name": "Jiki", - "second_hand": "only", - "shop": "clothes", - "website": "https://jiki.ch", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5417698, - 47.3866482 - ] - }, - "id": "node/12090984371" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12090984375", - "check_date": "2024-08-03", - "name": "JDM Outlet", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.541808, - 47.3865865 - ] - }, - "id": "node/12090984375" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12092402109", - "check_date": "2024-08-04", - "description": "Atelierladen, Kurse, Kunsttherapie, Events, Designbude", - "name": "Atelier Kornhaus", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5360257, - 47.3897622 - ] - }, - "id": "node/12092402109" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12137530092", - "name": "Front Rowolution", - "second_hand": "only", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5142342, - 47.3712828 - ] - }, - "id": "node/12137530092" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12138506366", - "check_date": "2024-08-24", - "name": "Saint James", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5288391, - 47.3751392 - ] - }, - "id": "node/12138506366" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12138506369", - "check_date": "2024-08-24", - "name": "Gardenia", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5290311, - 47.3749882 - ] - }, - "id": "node/12138506369" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12169958444", - "addr:housenumber": "31", - "addr:street": "Dufourstrasse", - "check_date": "2024-09-11", - "name": "IVY", - "shop": "clothes", - "website": "https://yvy.ch/pages/visit-us-yvy-store", - "wheelchair": "yes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5483357, - 47.3632617 - ] - }, - "id": "node/12169958444" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12253900004", - "addr:city": "Zürich", - "addr:housenumber": "757", - "addr:postcode": "8048", - "addr:street": "Badenerstrasse", - "description": "Begleitetes Nähen, Stilberatung, Couture-Aenderungen & textile Projekte auf Termin", - "email": "denicola.adriana@gmail.com", - "name": "Lavoratorio Tessile c/o Offcut Zürich", - "operator": "Adriana de Nicola", - "repair": "yes", - "shop": "clothes", - "website": "https://www.adrianadenicola.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.4779515, - 47.3914529 - ] - }, - "id": "node/12253900004" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12253939400", - "addr:city": "Zürich", - "addr:housenumber": "52", - "addr:postcode": "8003", - "addr:street": "Zentralstrasse", - "description": "Modedesignshop und Atelier\nSeit 2005 führe ich den Laden an der Zentralstrasse 52. Hier bringe ich meine Ideen auf Papier, zeichne die Schnittmuster und nähe die ersten Prototypen.", - "email": "kathrinwegmann@elfe11.ch", - "name": "Elfe 11", - "opening_hours": "Do/Fr 9:30-18:30, Sa 10:00-17:00", - "operator": "Kathrin Wegmann", - "phone": "+41 49 408 40 83", - "shop": "clothes", - "website": "https://www.elfe11.ch/" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.519232, - 47.3721562 - ] - }, - "id": "node/12253939400" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12263097143", - "addr:city": "Zürich", - "addr:housenumber": "10", - "addr:postcode": "8004", - "addr:street": "Lagerstrasse", - "clothes:repair": "yes", - "description": "REWORK formt die textile Kette in einen Kreislauf um. Unsere Kollektionen werden umweltschonend aus Secondhandkleidern hergestellt, die wir auseinander schneiden und neu zusammennähen.", - "description:2": "Aktion am Repair Thursday<br />bunte Patches für kleine Löcher/Flecken aufsticken lassen oder selbst aufsticken.<br />Ganzer Tag: Schneider Rabie ist da für kostenpflichtige Reparaturen.<br />https://zuerich.repair/wp-content/uploads/2024/11/REWORK.pdf", - "email": "contact@rework.ch", - "name": "Rework Zürich Europaallee", - "opening_hours": "Mo-Fr 10:00-19:00, Sa 10:00-18:00", - "opening_hours:description": "Mo-Fr 10-19 Uhr, Sa 10-18 Uhr", - "operator": "Rework AG", - "phone": "+41 44 545 12 12", - "repair": "yes", - "shop": "clothes", - "website": "https://rework.ch" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5340216, - 47.3772532 - ] - }, - "id": "node/12263097143" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12288912536", - "addr:city": "Zürich", - "addr:housenumber": "23", - "addr:postcode": "8005", - "addr:street": "Geroldstrasse", - "branch": "WE ARE ZRCL Brand Store Frau Gerold", - "clothes:repair": "only_sold", - "email": "fraugerold@wearezrcl.com", - "level": "0", - "name": "WE ARE ZRCL", - "not:brand:wikidata": "Q1987861", - "opening_hours": "Mo-Fr 12:00-19:00,Sa 11:00-18:00", - "phone": "+41 44 283 67 67", - "shop": "clothes", - "website": "https://wearezrcl.com" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5192422, - 47.3854316 - ] - }, - "id": "node/12288912536" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12290351590", - "check_date": "2024-10-26", - "name": "REmember Vintage", - "second_hand": "only", - "shop": "clothes", - "wheelchair": "no" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.5434315, - 47.371263 - ] - }, - "id": "node/12290351590" - }, - { - "type": "Feature", - "properties": { - "@id": "node/12366999974", - "description": "Second hand outdoor shop", - "name": "2nd Peak", - "opening_hours": "Mo-Fr 10:00-19:00; Sa 11:00-17:00", - "shop": "clothes" - }, - "geometry": { - "type": "Point", - "coordinates": [ - 8.533501, - 47.3780343 - ] - }, - "id": "node/12366999974" - } - ] -} \ No newline at end of file diff --git a/backend/src/structs/landmark.py b/backend/src/structs/landmark.py index da0f122..326dbd8 100644 --- a/backend/src/structs/landmark.py +++ b/backend/src/structs/landmark.py @@ -45,8 +45,11 @@ class Landmark(BaseModel) : osm_id : int attractiveness : int n_tags : int + + # Optional properties to gather more information. image_url : Optional[str] = None website_url : Optional[str] = None + wiki_url : Optional[str] = None description : Optional[str] = None # TODO future duration : Optional[int] = 0 name_en : Optional[str] = None @@ -62,6 +65,10 @@ class Landmark(BaseModel) : time_to_reach_next : Optional[int] = 0 next_uuid : Optional[UUID] = None + # More properties to define the score + is_viewpoint : Optional[bool] = False + is_place_of_worship : Optional[bool] = False + def __str__(self) -> str: """ String representation of the Landmark object. @@ -136,7 +143,9 @@ class Toilets(BaseModel) : str: A formatted string with the toilets location. """ return f'Toilets @{self.location}' - + class Config: - # This allows us to easily convert the model to and from dictionaries - from_attributes = True \ No newline at end of file + """ + This allows us to easily convert the model to and from dictionaries + """ + from_attributes = True diff --git a/backend/src/structs/linked_landmarks.py b/backend/src/structs/linked_landmarks.py index 04ca20e..a22f8b8 100644 --- a/backend/src/structs/linked_landmarks.py +++ b/backend/src/structs/linked_landmarks.py @@ -1,7 +1,7 @@ """Linked and ordered list of Landmarks that represents the visiting order.""" from .landmark import Landmark -from ..utils.get_time_separation import get_time +from ..utils.get_time_distance import get_time class LinkedLandmarks: """ diff --git a/backend/src/tests/test_cache.py b/backend/src/tests/test_cache.py deleted file mode 100644 index d2cfaca..0000000 --- a/backend/src/tests/test_cache.py +++ /dev/null @@ -1,42 +0,0 @@ -"""Collection of tests to ensure correct handling of invalid input.""" - -from fastapi.testclient import TestClient -import pytest - -from .test_utils import load_trip_landmarks -from ..main import app - - -@pytest.fixture(scope="module") -def client(): - """Client used to call the app.""" - return TestClient(app) - - -def test_cache(client, request): # pylint: disable=redefined-outer-name - """ - Test n°1 : Custom test in Turckheim to ensure small villages are also supported. - - Args: - client: - request: - """ - duration_minutes = 15 - response = client.post( - "/trip/new", - json={ - "preferences": {"sightseeing": {"type": "sightseeing", "score": 5}, - "nature": {"type": "nature", "score": 5}, - "shopping": {"type": "shopping", "score": 5}, - "max_time_minute": duration_minutes, - "detour_tolerance_minute": 0}, - "start": [48.084588, 7.280405] - } - ) - result = response.json() - landmarks = load_trip_landmarks(client, result['first_landmark_uuid']) - landmarks_cached = load_trip_landmarks(client, result['first_landmark_uuid'], True) - - # checks : - assert response.status_code == 200 # check for successful planning - assert landmarks_cached == landmarks diff --git a/backend/src/tests/test_main.py b/backend/src/tests/test_main.py index 25f58d4..9b68bad 100644 --- a/backend/src/tests/test_main.py +++ b/backend/src/tests/test_main.py @@ -1,9 +1,9 @@ """Collection of tests to ensure correct implementation and track progress. """ - +import time from fastapi.testclient import TestClient import pytest -from .test_utils import landmarks_to_osmid, load_trip_landmarks, log_trip_details +from .test_utils import load_trip_landmarks, log_trip_details from ..main import app @pytest.fixture(scope="module") @@ -20,7 +20,9 @@ def test_turckheim(client, request): # pylint: disable=redefined-outer-name client: request: """ - duration_minutes = 15 + start_time = time.time() # Start timer + duration_minutes = 20 + response = client.post( "/trip/new", json={ @@ -35,14 +37,24 @@ def test_turckheim(client, request): # pylint: disable=redefined-outer-name result = response.json() landmarks = load_trip_landmarks(client, result['first_landmark_uuid']) + + # Get computation time + comp_time = time.time() - start_time + # Add details to report log_trip_details(request, landmarks, result['total_time'], duration_minutes) + # for elem in landmarks : + # print(elem) + # checks : assert response.status_code == 200 # check for successful planning assert isinstance(landmarks, list) # check that the return type is a list - assert duration_minutes*0.8 < int(result['total_time']) < duration_minutes*1.2 + assert duration_minutes*0.8 < int(result['total_time']) < duration_minutes*1.2, f"Trip duration not within 20\% of desired length" assert len(landmarks) > 2 # check that there is something to visit + assert duration_minutes*0.8 < result['total_time'], f"Trip too short: {result['total_time']} instead of {duration_minutes}" + assert duration_minutes*1.2 > result['total_time'], f"Trip too long: {result['total_time']} instead of {duration_minutes}" + # assert 2!= 3 def test_bellecour(client, request) : # pylint: disable=redefined-outer-name @@ -53,7 +65,10 @@ def test_bellecour(client, request) : # pylint: disable=redefined-outer-name client: request: """ + start_time = time.time() # Start timer duration_minutes = 120 + + response = client.post( "/trip/new", json={ @@ -67,22 +82,227 @@ def test_bellecour(client, request) : # pylint: disable=redefined-outer-name ) result = response.json() landmarks = load_trip_landmarks(client, result['first_landmark_uuid']) - osm_ids = landmarks_to_osmid(landmarks) + + # Get computation time + comp_time = time.time() - start_time # Add details to report log_trip_details(request, landmarks, result['total_time'], duration_minutes) - for elem in landmarks : - print(elem) - print(elem.osm_id) + # for elem in landmarks : + # print(elem) # checks : assert response.status_code == 200 # check for successful planning - assert duration_minutes*0.8 < int(result['total_time']) < duration_minutes*1.2 - assert 136200148 in osm_ids # check for Cathédrale St. Jean in trip - # assert response.status_code == 2000 # check for successful planning + assert comp_time < 30, f"Computation time exceeded 30 seconds: {comp_time:.2f} seconds" + assert duration_minutes*0.8 < result['total_time'], f"Trip too short: {result['total_time']} instead of {duration_minutes}" + assert duration_minutes*1.2 > result['total_time'], f"Trip too long: {result['total_time']} instead of {duration_minutes}" +def test_cologne(client, request) : # pylint: disable=redefined-outer-name + """ + Test n°2 : Custom test in Lyon centre to ensure proper decision making in crowded area. + + Args: + client: + request: + """ + start_time = time.time() # Start timer + duration_minutes = 240 + + response = client.post( + "/trip/new", + json={ + "preferences": {"sightseeing": {"type": "sightseeing", "score": 5}, + "nature": {"type": "nature", "score": 5}, + "shopping": {"type": "shopping", "score": 5}, + "max_time_minute": duration_minutes, + "detour_tolerance_minute": 0}, + "start": [50.942352665, 6.957777972392] + } + ) + result = response.json() + landmarks = load_trip_landmarks(client, result['first_landmark_uuid']) + + # Get computation time + comp_time = time.time() - start_time + + # Add details to report + log_trip_details(request, landmarks, result['total_time'], duration_minutes) + + # for elem in landmarks : + # print(elem) + + # checks : + assert response.status_code == 200 # check for successful planning + assert comp_time < 30, f"Computation time exceeded 30 seconds: {comp_time:.2f} seconds" + assert duration_minutes*0.8 < result['total_time'], f"Trip too short: {result['total_time']} instead of {duration_minutes}" + assert duration_minutes*1.2 > result['total_time'], f"Trip too long: {result['total_time']} instead of {duration_minutes}" + + +def test_strasbourg(client, request) : # pylint: disable=redefined-outer-name + """ + Test n°2 : Custom test in Lyon centre to ensure proper decision making in crowded area. + + Args: + client: + request: + """ + start_time = time.time() # Start timer + duration_minutes = 180 + + response = client.post( + "/trip/new", + json={ + "preferences": {"sightseeing": {"type": "sightseeing", "score": 5}, + "nature": {"type": "nature", "score": 5}, + "shopping": {"type": "shopping", "score": 5}, + "max_time_minute": duration_minutes, + "detour_tolerance_minute": 0}, + "start": [48.5846589226, 7.74078715721] + } + ) + result = response.json() + landmarks = load_trip_landmarks(client, result['first_landmark_uuid']) + + # Get computation time + comp_time = time.time() - start_time + + # Add details to report + log_trip_details(request, landmarks, result['total_time'], duration_minutes) + + # for elem in landmarks : + # print(elem) + + # checks : + assert response.status_code == 200 # check for successful planning + assert comp_time < 30, f"Computation time exceeded 30 seconds: {comp_time:.2f} seconds" + assert duration_minutes*0.8 < result['total_time'], f"Trip too short: {result['total_time']} instead of {duration_minutes}" + assert duration_minutes*1.2 > result['total_time'], f"Trip too long: {result['total_time']} instead of {duration_minutes}" + + +def test_zurich(client, request) : # pylint: disable=redefined-outer-name + """ + Test n°2 : Custom test in Lyon centre to ensure proper decision making in crowded area. + + Args: + client: + request: + """ + start_time = time.time() # Start timer + duration_minutes = 180 + + response = client.post( + "/trip/new", + json={ + "preferences": {"sightseeing": {"type": "sightseeing", "score": 5}, + "nature": {"type": "nature", "score": 5}, + "shopping": {"type": "shopping", "score": 5}, + "max_time_minute": duration_minutes, + "detour_tolerance_minute": 0}, + "start": [47.377884227, 8.5395114066] + } + ) + result = response.json() + landmarks = load_trip_landmarks(client, result['first_landmark_uuid']) + + # Get computation time + comp_time = time.time() - start_time + + # Add details to report + log_trip_details(request, landmarks, result['total_time'], duration_minutes) + + # for elem in landmarks : + # print(elem) + + # checks : + assert response.status_code == 200 # check for successful planning + assert comp_time < 30, f"Computation time exceeded 30 seconds: {comp_time:.2f} seconds" + assert duration_minutes*0.8 < result['total_time'], f"Trip too short: {result['total_time']} instead of {duration_minutes}" + assert duration_minutes*1.2 > result['total_time'], f"Trip too long: {result['total_time']} instead of {duration_minutes}" + + +def test_paris(client, request) : # pylint: disable=redefined-outer-name + """ + Test n°2 : Custom test in Paris (les Halles) centre to ensure proper decision making in crowded area. + + Args: + client: + request: + """ + start_time = time.time() # Start timer + duration_minutes = 300 + + response = client.post( + "/trip/new", + json={ + "preferences": {"sightseeing": {"type": "sightseeing", "score": 5}, + "nature": {"type": "nature", "score": 5}, + "shopping": {"type": "shopping", "score": 5}, + "max_time_minute": duration_minutes, + "detour_tolerance_minute": 0}, + "start": [48.86248803298562, 2.346451131285925] + } + ) + result = response.json() + landmarks = load_trip_landmarks(client, result['first_landmark_uuid']) + + # Get computation time + comp_time = time.time() - start_time + + # Add details to report + log_trip_details(request, landmarks, result['total_time'], duration_minutes) + + # for elem in landmarks : + # print(elem) + + # checks : + assert response.status_code == 200 # check for successful planning + assert comp_time < 30, f"Computation time exceeded 30 seconds: {comp_time:.2f} seconds" + assert duration_minutes*0.8 < result['total_time'], f"Trip too short: {result['total_time']} instead of {duration_minutes}" + assert duration_minutes*1.2 > result['total_time'], f"Trip too long: {result['total_time']} instead of {duration_minutes}" + + +def test_new_york(client, request) : # pylint: disable=redefined-outer-name + """ + Test n°2 : Custom test in New York (les Halles) centre to ensure proper decision making in crowded area. + + Args: + client: + request: + """ + start_time = time.time() # Start timer + duration_minutes = 600 + + response = client.post( + "/trip/new", + json={ + "preferences": {"sightseeing": {"type": "sightseeing", "score": 5}, + "nature": {"type": "nature", "score": 5}, + "shopping": {"type": "shopping", "score": 5}, + "max_time_minute": duration_minutes, + "detour_tolerance_minute": 0}, + "start": [40.72592726802, -73.9920434795] + } + ) + result = response.json() + landmarks = load_trip_landmarks(client, result['first_landmark_uuid']) + + # Get computation time + comp_time = time.time() - start_time + + # Add details to report + log_trip_details(request, landmarks, result['total_time'], duration_minutes) + + # for elem in landmarks : + # print(elem) + + # checks : + assert response.status_code == 200 # check for successful planning + assert comp_time < 30, f"Computation time exceeded 30 seconds: {comp_time:.2f} seconds" + assert duration_minutes*0.8 < result['total_time'], f"Trip too short: {result['total_time']} instead of {duration_minutes}" + assert duration_minutes*1.2 > result['total_time'], f"Trip too long: {result['total_time']} instead of {duration_minutes}" + def test_shopping(client, request) : # pylint: disable=redefined-outer-name """ @@ -92,7 +312,9 @@ def test_shopping(client, request) : # pylint: disable=redefined-outer-name client: request: """ + start_time = time.time() # Start timer duration_minutes = 240 + response = client.post( "/trip/new", json={ @@ -107,27 +329,17 @@ def test_shopping(client, request) : # pylint: disable=redefined-outer-name result = response.json() landmarks = load_trip_landmarks(client, result['first_landmark_uuid']) + # Get computation time + comp_time = time.time() - start_time + # Add details to report log_trip_details(request, landmarks, result['total_time'], duration_minutes) + for elem in landmarks : + print(elem) + # checks : assert response.status_code == 200 # check for successful planning - assert duration_minutes*0.8 < int(result['total_time']) < duration_minutes*1.2 - -# def test_new_trip_single_prefs(client): -# response = client.post( -# "/trip/new", -# json={ -# "preferences": {"sightseeing": {"type": "sightseeing", "score": 1}, -# "nature": {"type": "nature", "score": 1}, -# "shopping": {"type": "shopping", "score": 1}, -# "max_time_minute": 360, -# "detour_tolerance_minute": 0}, -# "start": [48.8566, 2.3522] -# } -# ) -# assert response.status_code == 200 - - -# def test_new_trip_matches_prefs(client): -# pass + assert comp_time < 30, f"Computation time exceeded 30 seconds: {comp_time:.2f} seconds" + assert duration_minutes*0.8 < result['total_time'], f"Trip too short: {result['total_time']} instead of {duration_minutes}" + assert duration_minutes*1.2 > result['total_time'], f"Trip too long: {result['total_time']} instead of {duration_minutes}" diff --git a/backend/src/tests/test_toilets.py b/backend/src/tests/test_toilets.py index 29d9f06..90ea5ea 100644 --- a/backend/src/tests/test_toilets.py +++ b/backend/src/tests/test_toilets.py @@ -6,11 +6,13 @@ import pytest from ..structs.landmark import Toilets from ..main import app + @pytest.fixture(scope="module") def client(): """Client used to call the app.""" return TestClient(app) + @pytest.mark.parametrize( "location,radius,status_code", [ @@ -39,8 +41,6 @@ def test_invalid_input(client, location, radius, status_code): # pylint: disa assert response.status_code == status_code - - @pytest.mark.parametrize( "location,status_code", [ @@ -66,11 +66,10 @@ def test_no_toilets(client, location, status_code): # pylint: disable=redefin toilets_list = [Toilets.model_validate(toilet) for toilet in response.json()] # checks : - assert response.status_code == 200 # check for successful planning + assert response.status_code == status_code # check for successful planning assert isinstance(toilets_list, list) # check that the return type is a list - @pytest.mark.parametrize( "location,status_code", [ @@ -97,6 +96,6 @@ def test_toilets(client, location, status_code): # pylint: disable=redefined- toilets_list = [Toilets.model_validate(toilet) for toilet in response.json()] # checks : - assert response.status_code == 200 # check for successful planning + assert response.status_code == status_code # check for successful planning assert isinstance(toilets_list, list) # check that the return type is a list - assert len(toilets_list) > 0 \ No newline at end of file + assert len(toilets_list) > 0 diff --git a/backend/src/tests/test_utils.py b/backend/src/tests/test_utils.py index 73f4ec7..92d736f 100644 --- a/backend/src/tests/test_utils.py +++ b/backend/src/tests/test_utils.py @@ -23,45 +23,7 @@ def landmarks_to_osmid(landmarks: list[Landmark]) -> list[int] : return ids -def fetch_landmark(client, landmark_uuid: str): - """ - Fetch landmark data from the API based on the landmark UUID. - - Args: - landmark_uuid (str): The UUID of the landmark. - - Returns: - dict: Landmark data fetched from the API. - """ - logger = logging.getLogger(__name__) - response = client.get(f"/landmark/{landmark_uuid}") - - if response.status_code != 200: - raise HTTPException(status_code=500, - detail=f"Failed to fetch landmark with UUID {landmark_uuid}: {response.status_code}") - - try: - json_data = response.json() - logger.info(f"API Response: {json_data}") - except ValueError as e: - logger.error(f"Failed to parse response as JSON: {response.text}") - raise HTTPException(status_code=500, detail="Invalid response format from API") - - # Try validating against the Landmark model here to ensure consistency - try: - landmark = Landmark(**json_data) - except ValidationError as ve: - logging.error(f"Validation error: {ve}") - raise HTTPException(status_code=500, detail="Invalid data format received from API") - - - if "detail" in json_data: - raise HTTPException(status_code=500, detail=json_data["detail"]) - - return Landmark(**json_data) - - -def fetch_landmark_cache(landmark_uuid: str): +def fetch_landmark(landmark_uuid: str): """ Fetch landmark data from the cache based on the landmark UUID. @@ -75,26 +37,24 @@ def fetch_landmark_cache(landmark_uuid: str): # Try to fetch the landmark data from the cache try: - landmark = cache_client.get(f"landmark_{landmark_uuid}") + landmark = cache_client.get(f'landmark_{landmark_uuid}') if not landmark : - logger.warning(f"Cache miss for landmark UUID: {landmark_uuid}") - raise HTTPException(status_code=404, detail=f"Landmark with UUID {landmark_uuid} not found in cache.") - + logger.warning(f'Cache miss for landmark UUID: {landmark_uuid}') + raise HTTPException(status_code=404, detail=f'Landmark with UUID {landmark_uuid} not found in cache.') + # Validate that the fetched data is a dictionary if not isinstance(landmark, Landmark): - logger.error(f"Invalid cache data format for landmark UUID: {landmark_uuid}. Expected dict, got {type(landmark).__name__}.") + logger.error(f'Invalid cache data format for landmark UUID: {landmark_uuid}. Expected dict, got {type(landmark).__name__}.') raise HTTPException(status_code=500, detail="Invalid cache data format.") return landmark - + except Exception as exc: - logger.error(f"Unexpected error occurred while fetching landmark UUID {landmark_uuid}: {exc}") + logger.error(f'Unexpected error occurred while fetching landmark UUID {landmark_uuid}: {exc}') raise HTTPException(status_code=500, detail="An unexpected error occurred while fetching the landmark from the cache") from exc - - -def load_trip_landmarks(client, first_uuid: str, from_cache=None) -> list[Landmark]: +def load_trip_landmarks(client, first_uuid: str) -> list[Landmark]: """ Load all landmarks for a trip using the response from the API. @@ -108,10 +68,7 @@ def load_trip_landmarks(client, first_uuid: str, from_cache=None) -> list[Landma next_uuid = first_uuid while next_uuid is not None: - if from_cache : - landmark = fetch_landmark_cache(next_uuid) - else : - landmark = fetch_landmark(client, next_uuid) + landmark = fetch_landmark(next_uuid) landmarks.append(landmark) next_uuid = landmark.next_uuid # Prepare for the next iteration @@ -122,14 +79,14 @@ def load_trip_landmarks(client, first_uuid: str, from_cache=None) -> list[Landma def log_trip_details(request, landmarks: list[Landmark], duration: int, target_duration: int) : """ Allows to show the detailed trip in the html test report. - + Args: request: landmarks (list): the ordered list of visited landmarks duration (int): the total duration of this trip target_duration(int): the target duration of this trip """ - trip_string = [f"{landmark.name} ({landmark.attractiveness} | {landmark.duration}) - {landmark.time_to_reach_next}" for landmark in landmarks] + trip_string = [f'{landmark.name} ({landmark.attractiveness} | {landmark.duration}) - {landmark.time_to_reach_next}' for landmark in landmarks] # Pass additional info to pytest for reporting request.node.trip_details = trip_string diff --git a/backend/src/utils/__init__.py b/backend/src/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/backend/src/utils/cluster_manager.py b/backend/src/utils/cluster_manager.py index ed79c86..95d3f14 100644 --- a/backend/src/utils/cluster_manager.py +++ b/backend/src/utils/cluster_manager.py @@ -1,17 +1,21 @@ +"""Find clusters of interest to add more general areas of visit to the tour.""" import logging from typing import Literal import numpy as np from sklearn.cluster import DBSCAN from pydantic import BaseModel -from OSMPythonTools.overpass import Overpass, overpassQueryBuilder -from OSMPythonTools.cachingStrategy import CachingStrategy, JSON +from ..overpass.overpass import Overpass, get_base_info from ..structs.landmark import Landmark -from ..utils.get_time_separation import get_distance +from .get_time_distance import get_distance from ..constants import OSM_CACHE_DIR +# silence the overpass logger +logging.getLogger('Overpass').setLevel(level=logging.CRITICAL) + + class Cluster(BaseModel): """" A class representing an interesting area for shopping or sightseeing. @@ -34,11 +38,24 @@ class Cluster(BaseModel): class ClusterManager: + """ + A manager responsible for clustering points of interest, such as shops or historic sites, + to identify areas worth visiting. It uses the DBSCAN algorithm to detect clusters + based on a set of points retrieved from OpenStreetMap (OSM). + Attributes: + logger (logging.Logger): Logger for capturing relevant events and errors. + valid (bool): Indicates whether clusters were successfully identified. + all_points (list): All points retrieved from OSM, representing locations of interest. + cluster_points (list): Points identified as part of a cluster. + cluster_labels (list): Labels corresponding to the clusters each point belongs to. + cluster_type (Literal['sightseeing', 'shopping']): Type of clustering, either for sightseeing + landmarks or shopping areas. + """ logger = logging.getLogger(__name__) # NOTE: all points are in (lat, lon) format - valid: bool # Ensure the manager is valid (ie there are some clusters to be found) + valid: bool # Ensure the manager is valid (ie there are some clusters to be found) all_points: list cluster_points: list cluster_labels: list @@ -61,65 +78,79 @@ class ClusterManager: Args: bbox: The bounding box coordinates (around:radius, center_lat, center_lon). """ + # Setup the caching in the Overpass class. + self.overpass = Overpass(caching_strategy='XML', cache_dir=OSM_CACHE_DIR) - # Initialize overpass and cache - self.overpass = Overpass() - CachingStrategy.use(JSON, cacheDir=OSM_CACHE_DIR) self.cluster_type = cluster_type if cluster_type == 'shopping' : - elem_type = ['node'] - sel = ['"shop"~"^(bag|boutique|clothes)$"'] - out = 'skel' + osm_types = ['node'] + sel = '"shop"~"^(bag|boutique|clothes)$"' + out = 'ids center' + elif cluster_type == 'sightseeing' : + osm_types = ['way'] + sel = '"historic"~"^(monument|building|yes)$"' + out = 'ids center' else : - elem_type = ['way'] - sel = ['"historic"="building"'] - out = 'center' + raise NotImplementedError("Please choose only an available option for cluster detection") # Initialize the points for cluster detection - query = overpassQueryBuilder( - bbox = bbox, - elementType = elem_type, + query = self.overpass.build_query( + area = bbox, + osm_types = osm_types, selector = sel, - includeCenter = True, out = out ) + self.logger.debug(f"Cluster query: {query}") try: - result = self.overpass.query(query) + result = self.overpass.send_query(query) except Exception as e: self.logger.error(f"Error fetching landmarks: {e}") - if len(result.elements()) == 0 : + if result is None : + self.logger.error(f"Error fetching {cluster_type} clusters, overpass query returned None.") self.valid = False - + else : points = [] - for elem in result.elements() : - coords = tuple((elem.lat(), elem.lon())) - if coords[0] is None : - coords = tuple((elem.centerLat(), elem.centerLon())) - points.append(coords) + for osm_type in osm_types : + for elem in result.findall(osm_type): + + # Get coordinates and append them to the points list + _, coords = get_base_info(elem, osm_type) + if coords is not None : + points.append(coords) - self.all_points = np.array(points) - self.valid = True + if points : + self.all_points = np.array(points) + + # Apply DBSCAN to find clusters. Choose different settings for different cities. + if self.cluster_type == 'shopping' and len(self.all_points) > 200 : + dbscan = DBSCAN(eps=0.00118, min_samples=15, algorithm='kd_tree') # for large cities + elif self.cluster_type == 'sightseeing' : + dbscan = DBSCAN(eps=0.0025, min_samples=15, algorithm='kd_tree') # for historic neighborhoods + else : + dbscan = DBSCAN(eps=0.00075, min_samples=10, algorithm='kd_tree') # for small cities + + labels = dbscan.fit_predict(self.all_points) + + # Check that there are is least 1 cluster + if len(set(labels)) > 1 : + self.logger.debug(f"Found {len(set(labels))} different clusters.") + # Separate clustered points and noise points + self.cluster_points = self.all_points[labels != -1] + self.cluster_labels = labels[labels != -1] + self.filter_clusters() # ValueError here sometimes. I dont know why. # Filter the clusters to keep only the largest ones. + self.valid = True + + else : + self.logger.debug(f"Detected 0 {cluster_type} clusters.") + self.valid = False - # Apply DBSCAN to find clusters. Choose different settings for different cities. - if self.cluster_type == 'shopping' and len(self.all_points) > 200 : - dbscan = DBSCAN(eps=0.00118, min_samples=15, algorithm='kd_tree') # for large cities - elif self.cluster_type == 'sightseeing' : - dbscan = DBSCAN(eps=0.0025, min_samples=15, algorithm='kd_tree') # for historic neighborhoods else : - dbscan = DBSCAN(eps=0.00075, min_samples=10, algorithm='kd_tree') # for small cities - - labels = dbscan.fit_predict(self.all_points) - - # Separate clustered points and noise points - self.cluster_points = self.all_points[labels != -1] - self.cluster_labels = labels[labels != -1] - - # filter the clusters to keep only the largest ones - self.filter_clusters() + self.logger.debug(f"Detected 0 {cluster_type} clusters.") + self.valid = False def generate_clusters(self) -> list[Landmark]: @@ -147,7 +178,7 @@ class ClusterManager: # Extract points belonging to the current cluster current_cluster = self.cluster_points[self.cluster_labels == label] - + # Calculate the centroid as the mean of the points centroid = np.mean(current_cluster, axis=0) @@ -188,7 +219,7 @@ class ClusterManager: # Define the bounding box for a given radius around the coordinates lat, lon = cluster.centroid - bbox = ("around:1000", str(lat), str(lon)) + bbox = (1000, lat, lon) # Query neighborhoods and shopping malls selectors = ['"place"~"^(suburb|neighborhood|neighbourhood|quarter|city_block)$"'] @@ -197,60 +228,56 @@ class ClusterManager: selectors.append('"shop"="mall"') new_name = 'Shopping Area' t = 40 - else : + else : new_name = 'Neighborhood' t = 15 min_dist = float('inf') - new_name_en = None osm_id = 0 osm_type = 'node' + osm_types = ['node', 'way', 'relation'] - for sel in selectors : - query = overpassQueryBuilder( - bbox = bbox, - elementType = ['node', 'way', 'relation'], + for sel in selectors : + query = self.overpass.build_query( + area = bbox, + osm_types = osm_types, selector = sel, - includeCenter = True, - out = 'center' + out = 'ids center' ) try: - result = self.overpass.query(query) + result = self.overpass.send_query(query) except Exception as e: self.logger.error(f"Error fetching landmarks: {e}") continue - for elem in result.elements(): - location = (elem.centerLat(), elem.centerLon()) + if result is None : + self.logger.error(f"Error fetching landmarks: {e}") + continue - if location[0] is None : - location = (elem.lat(), elem.lon()) - if location[0] is None : + for osm_type in osm_types : + for elem in result.findall(osm_type): + + id, coords, name = get_base_info(elem, osm_type, with_name=True) + + if name is None or coords is None : continue - d = get_distance(cluster.centroid, location) - if d < min_dist : - min_dist = d - new_name = elem.tag('name') - osm_type = elem.type() # Add type: 'way' or 'relation' - osm_id = elem.id() # Add OSM id + d = get_distance(cluster.centroid, coords) + if d < min_dist : + min_dist = d + new_name = name + osm_type = osm_type # Add type: 'way' or 'relation' + osm_id = id # Add OSM id - # Add english name if it exists - try : - new_name_en = elem.tag('name:en') - except: - pass - return Landmark( name=new_name, type=self.cluster_type, - location=cluster.centroid, # TODO: use the fact the we can also recognize streets. + location=cluster.centroid, # later: use the fact the we can also recognize streets. attractiveness=cluster.importance, n_tags=0, osm_id=osm_id, osm_type=osm_type, - name_en=new_name_en, duration=t ) @@ -277,6 +304,5 @@ class ClusterManager: filtered_cluster_labels.append(np.full((label_counts[label],), label)) # Replicate the label # update the cluster points and labels with the filtered data - self.cluster_points = np.vstack(filtered_cluster_points) + self.cluster_points = np.vstack(filtered_cluster_points) # ValueError here self.cluster_labels = np.concatenate(filtered_cluster_labels) - diff --git a/backend/src/utils/get_time_separation.py b/backend/src/utils/get_time_distance.py similarity index 54% rename from backend/src/utils/get_time_separation.py rename to backend/src/utils/get_time_distance.py index c8bd509..365de68 100644 --- a/backend/src/utils/get_time_separation.py +++ b/backend/src/utils/get_time_distance.py @@ -1,8 +1,10 @@ -import yaml +"""Contains various helper functions to help with distance or score computations.""" from math import sin, cos, sqrt, atan2, radians +import yaml from ..constants import OPTIMIZER_PARAMETERS_PATH + with OPTIMIZER_PARAMETERS_PATH.open('r') as f: parameters = yaml.safe_load(f) DETOUR_FACTOR = parameters['detour_factor'] @@ -10,6 +12,7 @@ with OPTIMIZER_PARAMETERS_PATH.open('r') as f: EARTH_RADIUS_KM = 6373 + def get_time(p1: tuple[float, float], p2: tuple[float, float]) -> int: """ Calculate the time in minutes to travel from one location to another. @@ -21,25 +24,23 @@ def get_time(p1: tuple[float, float], p2: tuple[float, float]) -> int: Returns: int: Time to travel from p1 to p2 in minutes. """ + # if p1 == p2: + # return 0 + # else: + # Compute the distance in km along the surface of the Earth + # (assume spherical Earth) + # this is the haversine formula, stolen from stackoverflow + # in order to not use any external libraries + lat1, lon1 = radians(p1[0]), radians(p1[1]) + lat2, lon2 = radians(p2[0]), radians(p2[1]) + dlon = lon2 - lon1 + dlat = lat2 - lat1 - if p1 == p2: - return 0 - else: - # Compute the distance in km along the surface of the Earth - # (assume spherical Earth) - # this is the haversine formula, stolen from stackoverflow - # in order to not use any external libraries - lat1, lon1 = radians(p1[0]), radians(p1[1]) - lat2, lon2 = radians(p2[0]), radians(p2[1]) + a = sin(dlat / 2)**2 + cos(lat1) * cos(lat2) * sin(dlon / 2)**2 + c = 2 * atan2(sqrt(a), sqrt(1 - a)) - dlon = lon2 - lon1 - dlat = lat2 - lat1 - - a = sin(dlat / 2)**2 + cos(lat1) * cos(lat2) * sin(dlon / 2)**2 - c = 2 * atan2(sqrt(a), sqrt(1 - a)) - - distance = EARTH_RADIUS_KM * c + distance = EARTH_RADIUS_KM * c # Consider the detour factor for average an average city walk_distance = distance * DETOUR_FACTOR @@ -47,7 +48,7 @@ def get_time(p1: tuple[float, float], p2: tuple[float, float]) -> int: # Time to walk this distance (in minutes) walk_time = walk_distance / AVERAGE_WALKING_SPEED * 60 - return round(walk_time) + return min(round(walk_time), 32765) def get_distance(p1: tuple[float, float], p2: tuple[float, float]) -> int: @@ -61,22 +62,19 @@ def get_distance(p1: tuple[float, float], p2: tuple[float, float]) -> int: Returns: int: Time to travel from p1 to p2 in minutes. """ - - if p1 == p2: return 0 - else: - # Compute the distance in km along the surface of the Earth - # (assume spherical Earth) - # this is the haversine formula, stolen from stackoverflow - # in order to not use any external libraries - lat1, lon1 = radians(p1[0]), radians(p1[1]) - lat2, lon2 = radians(p2[0]), radians(p2[1]) + # Compute the distance in km along the surface of the Earth + # (assume spherical Earth) + # this is the haversine formula, stolen from stackoverflow + # in order to not use any external libraries + lat1, lon1 = radians(p1[0]), radians(p1[1]) + lat2, lon2 = radians(p2[0]), radians(p2[1]) - dlon = lon2 - lon1 - dlat = lat2 - lat1 + dlon = lon2 - lon1 + dlat = lat2 - lat1 - a = sin(dlat / 2)**2 + cos(lat1) * cos(lat2) * sin(dlon / 2)**2 - c = 2 * atan2(sqrt(a), sqrt(1 - a)) + a = sin(dlat / 2)**2 + cos(lat1) * cos(lat2) * sin(dlon / 2)**2 + c = 2 * atan2(sqrt(a), sqrt(1 - a)) - return EARTH_RADIUS_KM * c \ No newline at end of file + return EARTH_RADIUS_KM * c diff --git a/backend/src/utils/landmarks_manager.py b/backend/src/utils/landmarks_manager.py index 92d01bb..d9a10f1 100644 --- a/backend/src/utils/landmarks_manager.py +++ b/backend/src/utils/landmarks_manager.py @@ -1,27 +1,33 @@ -import math, yaml, logging -from OSMPythonTools.overpass import Overpass, overpassQueryBuilder -from OSMPythonTools.cachingStrategy import CachingStrategy, JSON +"""Module used to import data from OSM and arrange them in categories.""" +import logging +import xml.etree.ElementTree as ET +import yaml + from ..structs.preferences import Preferences from ..structs.landmark import Landmark from .take_most_important import take_most_important from .cluster_manager import ClusterManager +from ..overpass.overpass import Overpass, get_base_info from ..constants import AMENITY_SELECTORS_PATH, LANDMARK_PARAMETERS_PATH, OPTIMIZER_PARAMETERS_PATH, OSM_CACHE_DIR # silence the overpass logger -logging.getLogger('OSMPythonTools').setLevel(level=logging.CRITICAL) +logging.getLogger('Overpass').setLevel(level=logging.CRITICAL) class LandmarkManager: - + """ + Use this to manage landmarks. + Uses the overpass api to fetch landmarks and classify them. + """ logger = logging.getLogger(__name__) radius_close_to: int # radius in meters church_coeff: float # coeff to adjsut score of churches nature_coeff: float # coeff to adjust score of parks overall_coeff: float # coeff to adjust weight of tags - N_important: int # number of important landmarks to consider + n_important: int # number of important landmarks to consider def __init__(self) -> None: @@ -42,15 +48,17 @@ class LandmarkManager: self.wikipedia_bonus = parameters['wikipedia_bonus'] self.viewpoint_bonus = parameters['viewpoint_bonus'] self.pay_bonus = parameters['pay_bonus'] - self.N_important = parameters['N_important'] + self.n_important = parameters['N_important'] with OPTIMIZER_PARAMETERS_PATH.open('r') as f: parameters = yaml.safe_load(f) self.walking_speed = parameters['average_walking_speed'] self.detour_factor = parameters['detour_factor'] - self.overpass = Overpass() - CachingStrategy.use(JSON, cacheDir=OSM_CACHE_DIR) + # Setup the caching in the Overpass class. + self.overpass = Overpass(caching_strategy='XML', cache_dir=OSM_CACHE_DIR) + + self.logger.info('LandmakManager successfully initialized.') def generate_landmarks_list(self, center_coordinates: tuple[float, float], preferences: Preferences) -> tuple[list[Landmark], list[Landmark]]: @@ -70,120 +78,89 @@ class LandmarkManager: - A list of all existing landmarks. - A list of the most important landmarks based on the user's preferences. """ - - max_walk_dist = (preferences.max_time_minute/2)/60*self.walking_speed*1000/self.detour_factor + self.logger.debug('Starting to fetch landmarks...') + max_walk_dist = int((preferences.max_time_minute/2)/60*self.walking_speed*1000/self.detour_factor) reachable_bbox_side = min(max_walk_dist, self.max_bbox_side) # use set to avoid duplicates, this requires some __methods__ to be set in Landmark all_landmarks = set() - # Create a bbox using the around technique - bbox = tuple((f"around:{reachable_bbox_side/2}", str(center_coordinates[0]), str(center_coordinates[1]))) - + # Create a bbox using the around technique, tuple of strings + bbox = tuple((min(2000, reachable_bbox_side/2), center_coordinates[0], center_coordinates[1])) + # list for sightseeing if preferences.sightseeing.score != 0: - score_function = lambda score: score * 10 * preferences.sightseeing.score / 5 - current_landmarks = self.fetch_landmarks(bbox, self.amenity_selectors['sightseeing'], preferences.sightseeing.type, score_function) + self.logger.debug('Fetching sightseeing landmarks...') + current_landmarks = self.fetch_landmarks(bbox, self.amenity_selectors['sightseeing'], preferences.sightseeing.type, preferences.sightseeing.score) all_landmarks.update(current_landmarks) + self.logger.debug('Fetching sightseeing clusters...') # special pipeline for historic neighborhoods neighborhood_manager = ClusterManager(bbox, 'sightseeing') historic_clusters = neighborhood_manager.generate_clusters() all_landmarks.update(historic_clusters) + self.logger.debug('Sightseeing clusters done') # list for nature if preferences.nature.score != 0: - score_function = lambda score: score * 10 * self.nature_coeff * preferences.nature.score / 5 - current_landmarks = self.fetch_landmarks(bbox, self.amenity_selectors['nature'], preferences.nature.type, score_function) + self.logger.debug('Fetching nature landmarks...') + current_landmarks = self.fetch_landmarks(bbox, self.amenity_selectors['nature'], preferences.nature.type, preferences.nature.score) all_landmarks.update(current_landmarks) + # list for shopping if preferences.shopping.score != 0: - score_function = lambda score: score * 10 * preferences.shopping.score / 5 - current_landmarks = self.fetch_landmarks(bbox, self.amenity_selectors['shopping'], preferences.shopping.type, score_function) - + self.logger.debug('Fetching shopping landmarks...') + current_landmarks = self.fetch_landmarks(bbox, self.amenity_selectors['shopping'], preferences.shopping.type, preferences.shopping.score) + self.logger.debug('Fetching shopping clusters...') + # set time for all shopping activites : - for landmark in current_landmarks : landmark.duration = 30 + for landmark in current_landmarks : + landmark.duration = 30 all_landmarks.update(current_landmarks) # special pipeline for shopping malls shopping_manager = ClusterManager(bbox, 'shopping') shopping_clusters = shopping_manager.generate_clusters() all_landmarks.update(shopping_clusters) - + self.logger.debug('Shopping clusters done') - landmarks_constrained = take_most_important(all_landmarks, self.N_important) - self.logger.info(f'Generated {len(all_landmarks)} landmarks around {center_coordinates}, and constrained to {len(landmarks_constrained)} most important ones.') + + landmarks_constrained = take_most_important(all_landmarks, self.n_important) + # self.logger.info(f'All landmarks generated : {len(all_landmarks)} landmarks around {center_coordinates}, and constrained to {len(landmarks_constrained)} most important ones.') return all_landmarks, landmarks_constrained - - - def count_elements_close_to(self, coordinates: tuple[float, float]) -> int: + def set_landmark_score(self, landmark: Landmark, landmarktype: str, preference_level: int) : """ - Count the number of OpenStreetMap elements (nodes, ways, relations) within a specified radius of the given location. + Calculate and set the attractiveness score for a given landmark. - This function constructs a bounding box around the specified coordinates based on the radius. It then queries - OpenStreetMap data to count the number of elements within that bounding box. + This method evaluates the landmark's attractiveness based on its properties + (number of tags, presence of Wikipedia URL, image, website, and whether it's + a place of worship) and adjusts the score using the user's preference level. Args: - coordinates (tuple[float, float]): The latitude and longitude of the location to search around. - - Returns: - int: The number of elements (nodes, ways, relations) within the specified radius. Returns 0 if no elements - are found or if an error occurs during the query. + landmark (Landmark): The landmark object to score. + landmarktype (str): The type of the landmark (currently unused). + preference_level (int): The user's preference level for this landmark type. """ - - lat = coordinates[0] - lon = coordinates[1] + score = landmark.n_tags**self.tag_exponent + if landmark.wiki_url : + score *= self.wikipedia_bonus + if landmark.image_url : + score *= self.image_bonus + if landmark.website_url : + score *= self.wikipedia_bonus + if landmark.is_place_of_worship : + score *= self.church_coeff + if landmarktype == 'nature' : + score *= self.nature_coeff - radius = self.radius_close_to - - alpha = (180 * radius) / (6371000 * math.pi) - bbox = {'latLower':lat-alpha,'lonLower':lon-alpha,'latHigher':lat+alpha,'lonHigher': lon+alpha} - - # Build the query to find elements within the radius - radius_query = overpassQueryBuilder( - bbox=[bbox['latLower'], - bbox['lonLower'], - bbox['latHigher'], - bbox['lonHigher']], - elementType=['node', 'way', 'relation'] - ) - - try: - radius_result = self.overpass.query(radius_query) - N_elem = radius_result.countWays() + radius_result.countRelations() - self.logger.debug(f"There are {N_elem} ways/relations within 50m") - if N_elem is None: - return 0 - return N_elem - except: - return 0 + landmark.attractiveness = int(score * preference_level * 2) - # def create_bbox(self, coordinates: tuple[float, float], reachable_bbox_side: int) -> tuple[float, float, float, float]: - # """ - # Create a bounding box around the given coordinates. - - # Args: - # coordinates (tuple[float, float]): The latitude and longitude of the center of the bounding box. - # reachable_bbox_side (int): The side length of the bounding box in meters. - - # Returns: - # tuple[float, float, float, float]: The minimum latitude, minimum longitude, maximum latitude, and maximum longitude - # defining the bounding box. - # """ - - # # Half the side length in m (since it's a square bbox) - # half_side_length_m = reachable_bbox_side / 2 - - # return tuple((f"around:{half_side_length_m}", str(coordinates[0]), str(coordinates[1]))) - - - - def fetch_landmarks(self, bbox: tuple, amenity_selector: dict, landmarktype: str, score_function: callable) -> list[Landmark]: + def fetch_landmarks(self, bbox: tuple, amenity_selector: dict, landmarktype: str, preference_level: int) -> list[Landmark]: """ Fetches landmarks of a specified type from OpenStreetMap (OSM) within a bounding box centered on given coordinates. @@ -210,171 +187,126 @@ class LandmarkManager: # caution, when applying a list of selectors, overpass will search for elements that match ALL selectors simultaneously # we need to split the selectors into separate queries and merge the results for sel in dict_to_selector_list(amenity_selector): - self.logger.debug(f"Current selector: {sel}") + # self.logger.debug(f"Current selector: {sel}") - # query_conditions = ['count_tags()>5'] - # if landmarktype == 'shopping' : # use this later for shopping clusters - # element_types = ['node'] - element_types = ['way', 'relation'] + osm_types = ['way', 'relation'] if 'viewpoint' in sel : query_conditions = [] - element_types.append('node') + osm_types.append('node') - query = overpassQueryBuilder( - bbox = bbox, - elementType = element_types, - # selector can in principle be a list already, - # but it generates the intersection of the queries - # we want the union + query = self.overpass.build_query( + area = bbox, + osm_types = osm_types, selector = sel, conditions = query_conditions, # except for nature.... - includeCenter = True, out = 'center' ) self.logger.debug(f"Query: {query}") try: - result = self.overpass.query(query) + result = self.overpass.send_query(query) except Exception as e: self.logger.error(f"Error fetching landmarks: {e}") continue - for elem in result.elements(): + return_list += self.xml_to_landmarks(result, landmarktype, preference_level) - name = elem.tag('name') - location = (elem.centerLat(), elem.centerLon()) - osm_type = elem.type() # Add type: 'way' or 'relation' - osm_id = elem.id() # Add OSM id - - # TODO: exclude these from the get go - # handle unprecise and no-name locations - if name is None or location[0] is None: - if osm_type == 'node' and 'viewpoint' in elem.tags().values(): - name = 'Viewpoint' - name_en = 'Viewpoint' - location = (elem.lat(), elem.lon()) - else : - continue - - # skip if part of another building - if 'building:part' in elem.tags().keys() and elem.tag('building:part') == 'yes': - continue - - elem_type = landmarktype # Add the landmark type as 'sightseeing, - n_tags = len(elem.tags().keys()) # Add number of tags - score = n_tags**self.tag_exponent # Add score - website_url = None - image_url = None - name_en = None - - # Adjust scoring, browse through tag keys - skip = False - for tag_key in elem.tags().keys(): - if "pay" in tag_key: - # payment options are misleading and should not count for the scoring. - score += self.pay_bonus - - if "disused" in tag_key: - # skip disused amenities - skip = True - break - - if "building:" in tag_key: - # do not count the building description as being particularly useful - n_tags -= 1 - - - if "boundary" in tag_key: - # skip "areas" like administrative boundaries and stuff - skip = True - break - - if "historic" in tag_key and elem.tag('historic') in ['manor', 'optical_telegraph', 'pound', 'shieling', 'wayside_cross']: - # skip useless amenities - skip = True - break - - if "name" in tag_key : - score += self.name_bonus - - if "wiki" in tag_key: - # wikipedia entries count more - score += self.wikipedia_bonus - - if "image" in tag_key: - # images must count more - score += self.image_bonus - - if elem_type != "nature": - if "leisure" in tag_key and elem.tag('leisure') == "park": - elem_type = "nature" - - if landmarktype != "shopping": - if "shop" in tag_key: - skip = True - break - - if tag_key == "building" and elem.tag('building') in ['retail', 'supermarket', 'parking']: - skip = True - break - - # Extract image, website and english name - if tag_key in ['website', 'contact:website']: - website_url = elem.tag(tag_key) - if tag_key == 'image': - image_url = elem.tag('image') - if tag_key =='name:en': - name_en = elem.tag('name:en') - - if skip: - continue - - # Don't visit random apartments - if 'apartments' in elem.tags().values(): - continue - - score = score_function(score) - if "place_of_worship" in elem.tags().values() : - if "cathedral" not in elem.tags().values() : - score = score * self.church_coeff - duration = 5 - else : - duration = 10 - - elif 'viewpoint' in elem.tags().values() : - # viewpoints must count more - score = score * self.viewpoint_bonus - duration = 10 - - elif "museum" in elem.tags().values() or "aquarium" in elem.tags().values() or "planetarium" in elem.tags().values(): - duration = 60 - - else: - duration = 5 - - # finally create our own landmark object - landmark = Landmark( - name = name, - type = elem_type, - location = location, - osm_type = osm_type, - osm_id = osm_id, - attractiveness = int(score), - must_do = False, - n_tags = int(n_tags), - duration = int(duration), - name_en = name_en, - image_url = image_url, - website_url = website_url - ) - return_list.append(landmark) - self.logger.debug(f"Fetched {len(return_list)} landmarks of type {landmarktype} in {bbox}") return return_list + def xml_to_landmarks(self, root: ET.Element, landmarktype, preference_level) -> list[Landmark]: + """ + Parse the Overpass API result and extract landmarks. + + This method processes the XML root element returned by the Overpass API and + extracts landmarks of types 'node', 'way', and 'relation'. It retrieves + relevant information such as name, coordinates, and tags, and converts them + into Landmark objects. + + Args: + root (ET.Element): The root element of the XML response from Overpass API. + elem_type (str): The type of landmark (e.g., node, way, relation). + + Returns: + list[Landmark]: A list of Landmark objects extracted from the XML data. + """ + if root is None : + return [] + + landmarks = [] + for osm_type in ['node', 'way', 'relation'] : + for elem in root.findall(osm_type): + + id, coords, name = get_base_info(elem, osm_type, with_name=True) + + if name is None or coords is None : + continue + + tags = elem.findall('tag') + + # Convert this to Landmark object + landmark = Landmark(name=name, + type=landmarktype, + location=coords, + osm_id=id, + osm_type=osm_type, + attractiveness=0, + n_tags=len(tags)) + + # Browse through tags to add information to landmark. + for tag in tags: + key = tag.get('k') + value = tag.get('v') + + # Skip this landmark if not suitable. + if key == 'building:part' and value == 'yes' : + break + if 'disused:' in key : + break + if 'boundary:' in key : + break + if 'shop' in key and landmarktype != 'shopping' : + break + # if value == 'apartments' : + # break + + # Fill in the other attributes. + if key == 'image' : + landmark.image_url = value + if key == 'website' : + landmark.website_url = value + if key == 'place_of_worship' : + landmark.is_place_of_worship = True + if key == 'wikipedia' : + landmark.wiki_url = value + if key == 'name:en' : + landmark.name_en = value + if 'building:' in key or 'pay' in key : + landmark.n_tags -= 1 + + # Set the duration. + if value in ['museum', 'aquarium', 'planetarium'] : + landmark.duration = 60 + elif value == 'viewpoint' : + landmark.is_viewpoint = True + landmark.duration = 10 + elif value == 'cathedral' : + landmark.is_place_of_worship = False + landmark.duration = 10 + else : + landmark.duration = 5 + + else: + self.set_landmark_score(landmark, landmarktype, preference_level) + landmarks.append(landmark) + + continue + + return landmarks + def dict_to_selector_list(d: dict) -> list: """ Convert a dictionary of key-value pairs to a list of Overpass query strings. @@ -387,10 +319,10 @@ def dict_to_selector_list(d: dict) -> list: """ return_list = [] for key, value in d.items(): - if type(value) == list: + if isinstance(value, list): val = '|'.join(value) return_list.append(f'{key}~"^({val})$"') - elif type(value) == str and len(value) == 0: + elif isinstance(value, str) and len(value) == 0: return_list.append(f'{key}') else: return_list.append(f'{key}={value}') diff --git a/backend/src/utils/optimizer.py b/backend/src/utils/optimizer.py deleted file mode 100644 index d7f354e..0000000 --- a/backend/src/utils/optimizer.py +++ /dev/null @@ -1,524 +0,0 @@ -import yaml, logging -import numpy as np - -from scipy.optimize import linprog -from collections import defaultdict, deque - -from ..structs.landmark import Landmark -from .get_time_separation import get_time -from ..constants import OPTIMIZER_PARAMETERS_PATH - - - - - -class Optimizer: - - logger = logging.getLogger(__name__) - - detour: int = None # accepted max detour time (in minutes) - detour_factor: float # detour factor of straight line vs real distance in cities - average_walking_speed: float # average walking speed of adult - max_landmarks: int # max number of landmarks to visit - overshoot: float # overshoot to allow maxtime to overflow. Optimizer is a bit restrictive - - - def __init__(self) : - - # load parameters from file - with OPTIMIZER_PARAMETERS_PATH.open('r') as f: - parameters = yaml.safe_load(f) - self.detour_factor = parameters['detour_factor'] - self.average_walking_speed = parameters['average_walking_speed'] - self.max_landmarks = parameters['max_landmarks'] - self.overshoot = parameters['overshoot'] - - - - # Prevent the use of a particular solution - def prevent_config(self, resx): - """ - Prevent the use of a particular solution by adding constraints to the optimization. - - Args: - resx (list[float]): List of edge weights. - - Returns: - tuple[list[int], list[int]]: A tuple containing a new row for constraint matrix and new value for upper bound vector. - """ - - for i, elem in enumerate(resx): - resx[i] = round(elem) - - N = len(resx) # Number of edges - L = int(np.sqrt(N)) # Number of landmarks - - nonzeroind = np.nonzero(resx)[0] # the return is a little funky so I use the [0] - nonzero_tup = np.unravel_index(nonzeroind, (L,L)) - - ind_a = nonzero_tup[0].tolist() - vertices_visited = ind_a - vertices_visited.remove(0) - - ones = [1]*L - h = [0]*N - for i in range(L) : - if i in vertices_visited : - h[i*L:i*L+L] = ones - - return h, [len(vertices_visited)-1] - - - # Prevents the creation of the same circle (both directions) - def prevent_circle(self, circle_vertices: list, L: int) : - """ - Prevent circular paths by by adding constraints to the optimization. - - Args: - circle_vertices (list): List of vertices forming a circle. - L (int): Number of landmarks. - - Returns: - tuple[np.ndarray, list[int]]: A tuple containing a new row for constraint matrix and new value for upper bound vector. - """ - - l1 = [0]*L*L - l2 = [0]*L*L - for i, node in enumerate(circle_vertices[:-1]) : - next = circle_vertices[i+1] - - l1[node*L + next] = 1 - l2[next*L + node] = 1 - - s = circle_vertices[0] - g = circle_vertices[-1] - - l1[g*L + s] = 1 - l2[s*L + g] = 1 - - return np.vstack((l1, l2)), [0, 0] - - - def is_connected(self, resx) : - """ - Determine the order of visits and detect any circular paths in the given configuration. - - Args: - resx (list): List of edge weights. - - Returns: - tuple[list[int], Optional[list[list[int]]]]: A tuple containing the visit order and a list of any detected circles. - """ - - # first round the results to have only 0-1 values - for i, elem in enumerate(resx): - resx[i] = round(elem) - - N = len(resx) # length of res - L = int(np.sqrt(N)) # number of landmarks. CAST INTO INT but should not be a problem because N = L**2 by def. - - nonzeroind = np.nonzero(resx)[0] # the return is a little funny so I use the [0] - nonzero_tup = np.unravel_index(nonzeroind, (L,L)) - - ind_a = nonzero_tup[0].tolist() - ind_b = nonzero_tup[1].tolist() - - # Step 1: Create a graph representation - graph = defaultdict(list) - for a, b in zip(ind_a, ind_b): - graph[a].append(b) - - # Step 2: Function to perform BFS/DFS to extract journeys - def get_journey(start): - journey_nodes = [] - visited = set() - stack = deque([start]) - - while stack: - node = stack.pop() - if node not in visited: - visited.add(node) - journey_nodes.append(node) - for neighbor in graph[node]: - if neighbor not in visited: - stack.append(neighbor) - - return journey_nodes - - # Step 3: Extract all journeys - all_journeys_nodes = [] - visited_nodes = set() - - for node in ind_a: - if node not in visited_nodes: - journey_nodes = get_journey(node) - all_journeys_nodes.append(journey_nodes) - visited_nodes.update(journey_nodes) - - for l in all_journeys_nodes : - if 0 in l : - order = l - all_journeys_nodes.remove(l) - break - - if len(all_journeys_nodes) == 0 : - return order, None - - return order, all_journeys_nodes - - - - def init_ub_dist(self, landmarks: list[Landmark], max_time: int): - """ - Initialize the objective function coefficients and inequality constraints for the optimization problem. - - This function computes the distances between all landmarks and stores their attractiveness to maximize sightseeing. - The goal is to maximize the objective function subject to the constraints A*x < b and A_eq*x = b_eq. - - Args: - landmarks (list[Landmark]): List of landmarks. - max_time (int): Maximum time of visit allowed. - - Returns: - tuple[list[float], list[float], list[int]]: Objective function coefficients, inequality constraint coefficients, and the right-hand side of the inequality constraint. - """ - - # Objective function coefficients. a*x1 + b*x2 + c*x3 + ... - c = [] - # Coefficients of inequality constraints (left-hand side) - A_ub = [] - - for spot1 in landmarks : - dist_table = [0]*len(landmarks) - c.append(-spot1.attractiveness) - for j, spot2 in enumerate(landmarks) : - t = get_time(spot1.location, spot2.location) + spot1.duration - dist_table[j] = t - closest = sorted(dist_table)[:25] - for i, dist in enumerate(dist_table) : - if dist not in closest : - dist_table[i] = 32700 - A_ub += dist_table - c = c*len(landmarks) - - return c, A_ub, [max_time*self.overshoot] - - - def respect_number(self, L, max_landmarks: int): - """ - Generate constraints to ensure each landmark is visited only once and cap the total number of visited landmarks. - - Args: - L (int): Number of landmarks. - - Returns: - tuple[np.ndarray, list[int]]: Inequality constraint coefficients and the right-hand side of the inequality constraints. - """ - - ones = [1]*L - zeros = [0]*L - A = ones + zeros*(L-1) - b = [1] - for i in range(L-1) : - h_new = zeros*i + ones + zeros*(L-1-i) - A = np.vstack((A, h_new)) - b.append(1) - - A = np.vstack((A, ones*L)) - b.append(max_landmarks+1) - - return A, b - - - # Constraint to not have d14 and d41 simultaneously. Does not prevent cyclic paths with more elements - def break_sym(self, L): - """ - Generate constraints to prevent simultaneous travel between two landmarks in both directions. - - Args: - L (int): Number of landmarks. - - Returns: - tuple[np.ndarray, list[int]]: Inequality constraint coefficients and the right-hand side of the inequality constraints. - """ - - upper_ind = np.triu_indices(L,0,L) - - up_ind_x = upper_ind[0] - up_ind_y = upper_ind[1] - - A = [0]*L*L - b = [1] - - for i, _ in enumerate(up_ind_x[1:]) : - l = [0]*L*L - if up_ind_x[i] != up_ind_y[i] : - l[up_ind_x[i]*L + up_ind_y[i]] = 1 - l[up_ind_y[i]*L + up_ind_x[i]] = 1 - - A = np.vstack((A,l)) - b.append(1) - - return A, b - - - def init_eq_not_stay(self, L: int): - """ - Generate constraints to prevent staying in the same position (e.g., removing d11, d22, d33, etc.). - - Args: - L (int): Number of landmarks. - - Returns: - tuple[list[np.ndarray], list[int]]: Equality constraint coefficients and the right-hand side of the equality constraints. - """ - - l = [0]*L*L - - for i in range(L) : - for j in range(L) : - if j == i : - l[j + i*L] = 1 - - l = np.array(np.array(l), dtype=np.int8) - - return [l], [0] - - - def respect_user_must_do(self, landmarks: list[Landmark]) : - """ - Generate constraints to ensure that landmarks marked as 'must_do' are included in the optimization. - - Args: - landmarks (list[Landmark]): List of landmarks, where some are marked as 'must_do'. - - Returns: - tuple[np.ndarray, list[int]]: Inequality constraint coefficients and the right-hand side of the inequality constraints. - """ - - L = len(landmarks) - A = [0]*L*L - b = [0] - - for i, elem in enumerate(landmarks[1:]) : - if elem.must_do is True and elem.name not in ['finish', 'start']: - l = [0]*L*L - l[i*L:i*L+L] = [1]*L # set mandatory departures from landmarks tagged as 'must_do' - - A = np.vstack((A,l)) - b.append(1) - - return A, b - - - def respect_user_must_avoid(self, landmarks: list[Landmark]) : - """ - Generate constraints to ensure that landmarks marked as 'must_avoid' are skipped in the optimization. - - Args: - landmarks (list[Landmark]): List of landmarks, where some are marked as 'must_avoid'. - - Returns: - tuple[np.ndarray, list[int]]: Inequality constraint coefficients and the right-hand side of the inequality constraints. - """ - - L = len(landmarks) - A = [0]*L*L - b = [0] - - for i, elem in enumerate(landmarks[1:]) : - if elem.must_avoid is True and elem.name not in ['finish', 'start']: - l = [0]*L*L - l[i*L:i*L+L] = [1]*L - - A = np.vstack((A,l)) - b.append(0) # prevent departures from landmarks tagged as 'must_do' - - return A, b - - - # Constraint to ensure start at start and finish at goal - def respect_start_finish(self, L: int): - """ - Generate constraints to ensure that the optimization starts at the designated start landmark and finishes at the goal landmark. - - Args: - L (int): Number of landmarks. - - Returns: - tuple[np.ndarray, list[int]]: Inequality constraint coefficients and the right-hand side of the inequality constraints. - """ - - l_start = [1]*L + [0]*L*(L-1) # sets departures only for start (horizontal ones) - l_start[L-1] = 0 # prevents the jump from start to finish - l_goal = [0]*L*L # sets arrivals only for finish (vertical ones) - l_L = [0]*L*(L-1) + [1]*L # prevents arrivals at start and departures from goal - for k in range(L-1) : # sets only vertical ones for goal (go to) - l_L[k*L] = 1 - if k != 0 : - l_goal[k*L+L-1] = 1 - - A = np.vstack((l_start, l_goal)) - b = [1, 1] - A = np.vstack((A,l_L)) - b.append(0) - - return A, b - - - def respect_order(self, L: int): - """ - Generate constraints to tie the optimization problem together and prevent stacked ones, although this does not fully prevent circles. - - Args: - L (int): Number of landmarks. - - Returns: - tuple[np.ndarray, list[int]]: Inequality constraint coefficients and the right-hand side of the inequality constraints. - """ - - A = [0]*L*L - b = [0] - for i in range(L-1) : # Prevent stacked ones - if i == 0 or i == L-1: # Don't touch start or finish - continue - else : - l = [0]*L - l[i] = -1 - l = l*L - for j in range(L) : - l[i*L + j] = 1 - - A = np.vstack((A,l)) - b.append(0) - - return A, b - - - def link_list(self, order: list[int], landmarks: list[Landmark])->list[Landmark] : - """ - Compute the time to reach from each landmark to the next and create a list of landmarks with updated travel times. - - Args: - order (list[int]): List of indices representing the order of landmarks to visit. - landmarks (list[Landmark]): List of all landmarks. - - Returns: - list[Landmark]]: The updated linked list of landmarks with travel times - """ - - L = [] - j = 0 - while j < len(order)-1 : - # get landmarks involved - elem = landmarks[order[j]] - next = landmarks[order[j+1]] - - # get attributes - elem.time_to_reach_next = get_time(elem.location, next.location) - elem.must_do = True - elem.location = (round(elem.location[0], 5), round(elem.location[1], 5)) - elem.next_uuid = next.uuid - L.append(elem) - j += 1 - - next.location = (round(next.location[0], 5), round(next.location[1], 5)) - next.must_do = True - L.append(next) - - return L - - - # Main optimization pipeline - def solve_optimization( - self, - max_time: int, - landmarks: list[Landmark], - max_landmarks: int = None - ) -> list[Landmark]: - """ - Main optimization pipeline to solve the landmark visiting problem. - - This method sets up and solves a linear programming problem with constraints to find an optimal tour of landmarks, - considering user-defined must-visit landmarks, start and finish points, and ensuring no cycles are present. - - Args: - max_time (int): Maximum time allowed for the tour in minutes. - landmarks (list[Landmark]): List of landmarks to visit. - max_landmarks (int): Maximum number of landmarks visited - Returns: - list[Landmark]: The optimized tour of landmarks with updated travel times, or None if no valid solution is found. - """ - if max_landmarks is None : - max_landmarks = self.max_landmarks - - L = len(landmarks) - - # SET CONSTRAINTS FOR INEQUALITY - c, A_ub, b_ub = self.init_ub_dist(landmarks, max_time) # Add the distances from each landmark to the other - A, b = self.respect_number(L, max_landmarks) # Respect max number of visits (no more possible stops than landmarks). - A_ub = np.vstack((A_ub, A), dtype=np.int16) - b_ub += b - A, b = self.break_sym(L) # break the 'zig-zag' symmetry - A_ub = np.vstack((A_ub, A), dtype=np.int16) - b_ub += b - - - # SET CONSTRAINTS FOR EQUALITY - A_eq, b_eq = self.init_eq_not_stay(L) # Force solution not to stay in same place - A, b = self.respect_user_must_do(landmarks) # Check if there are user_defined must_see. Also takes care of start/goal - A_eq = np.vstack((A_eq, A), dtype=np.int8) - b_eq += b - A, b = self.respect_user_must_avoid(landmarks) # Check if there are user_defined must_see. Also takes care of start/goal - A_eq = np.vstack((A_eq, A), dtype=np.int8) - b_eq += b - A, b = self.respect_start_finish(L) # Force start and finish positions - A_eq = np.vstack((A_eq, A), dtype=np.int8) - b_eq += b - A, b = self.respect_order(L) # Respect order of visit (only works when max_time is limiting factor) - A_eq = np.vstack((A_eq, A), dtype=np.int8) - b_eq += b - - # SET BOUNDS FOR DECISION VARIABLE (x can only be 0 or 1) - x_bounds = [(0, 1)]*L*L - - # Solve linear programming problem - res = linprog(c, A_ub=A_ub, b_ub=b_ub, A_eq=A_eq, b_eq = b_eq, bounds=x_bounds, method='highs', integrality=3) - - # Raise error if no solution is found - if not res.success : - raise ArithmeticError("No solution could be found, the problem is overconstrained. Try with a longer trip (>30 minutes).") - - # If there is a solution, we're good to go, just check for connectiveness - order, circles = self.is_connected(res.x) - #nodes, edges = is_connected(res.x) - i = 0 - timeout = 80 - while circles is not None and i < timeout: - A, b = self.prevent_config(res.x) - A_ub = np.vstack((A_ub, A)) - b_ub += b - #A_ub, b_ub = prevent_circle(order, len(landmarks), A_ub, b_ub) - for circle in circles : - A, b = self.prevent_circle(circle, L) - A_eq = np.vstack((A_eq, A)) - b_eq += b - res = linprog(c, A_ub=A_ub, b_ub=b_ub, A_eq=A_eq, b_eq = b_eq, bounds=x_bounds, method='highs', integrality=3) - if not res.success : - raise ArithmeticError("Solving failed because of overconstrained problem") - return None - order, circles = self.is_connected(res.x) - #nodes, edges = is_connected(res.x) - if circles is None : - break - # print(i) - i += 1 - - if i == timeout : - raise TimeoutError(f"Optimization took too long. No solution found after {timeout} iterations.") - - #sort the landmarks in the order of the solution - tour = [landmarks[i] for i in order] - - self.logger.debug(f"Re-optimized {i} times, score: {int(-res.fun)}") - return tour diff --git a/backend/src/utils/take_most_important.py b/backend/src/utils/take_most_important.py index 204a2ed..b93e1dd 100644 --- a/backend/src/utils/take_most_important.py +++ b/backend/src/utils/take_most_important.py @@ -1,3 +1,4 @@ +"""Helper function to return only the major landmarks from a large list.""" from ..structs.landmark import Landmark def take_most_important(landmarks: list[Landmark], n_important) -> list[Landmark]: diff --git a/backend/src/utils/toilets_manager.py b/backend/src/utils/toilets_manager.py index 210d00b..e15dd0a 100644 --- a/backend/src/utils/toilets_manager.py +++ b/backend/src/utils/toilets_manager.py @@ -1,16 +1,34 @@ -import logging, yaml -from OSMPythonTools.overpass import Overpass, overpassQueryBuilder -from OSMPythonTools.cachingStrategy import CachingStrategy, JSON +"""Module for finding public toilets around given coordinates.""" +import logging +import xml.etree.ElementTree as ET +from ..overpass.overpass import Overpass, get_base_info from ..structs.landmark import Toilets -from ..constants import LANDMARK_PARAMETERS_PATH, OSM_CACHE_DIR +from ..constants import OSM_CACHE_DIR # silence the overpass logger -logging.getLogger('OSMPythonTools').setLevel(level=logging.CRITICAL) +logging.getLogger('Overpass').setLevel(level=logging.CRITICAL) class ToiletsManager: + """ + Manages the process of fetching and caching toilet information from + OpenStreetMap (OSM) based on a specified location and radius. + This class is responsible for: + - Fetching toilet data from OSM using Overpass API around a given set of + coordinates (latitude, longitude). + - Using a caching strategy to optimize requests by saving and retrieving + data from a local cache. + - Logging important events and errors related to data fetching. + + Attributes: + logger (logging.Logger): Logger for the class to capture events. + location (tuple[float, float]): Latitude and longitude representing the + location to search around. + radius (int): The search radius in meters for finding nearby toilets. + overpass (Overpass): The Overpass API instance used to query OSM. + """ logger = logging.getLogger(__name__) location: tuple[float, float] @@ -21,58 +39,87 @@ class ToiletsManager: self.radius = radius self.location = location - self.overpass = Overpass() - CachingStrategy.use(JSON, cacheDir=OSM_CACHE_DIR) + + # Setup the caching in the Overpass class. + self.overpass = Overpass(caching_strategy='XML', cache_dir=OSM_CACHE_DIR) def generate_toilet_list(self) -> list[Toilets] : + """ + Generates a list of toilet locations by fetching data from OpenStreetMap (OSM) + around the given coordinates stored in `self.location`. - - # Create a bbox using the around technique - bbox = tuple((f"around:{self.radius}", str(self.location[0]), str(self.location[1]))) + Returns: + list[Toilets]: A list of `Toilets` objects containing detailed information + about the toilets found around the given coordinates. + """ + bbox = tuple((self.radius, self.location[0], self.location[1])) + osm_types = ['node', 'way', 'relation'] toilets_list = [] - query = overpassQueryBuilder( - bbox = bbox, - elementType = ['node', 'way', 'relation'], - # selector can in principle be a list already, - # but it generates the intersection of the queries - # we want the union - selector = ['"amenity"="toilets"'], - includeCenter = True, - out = 'center' + query = self.overpass.build_query( + area = bbox, + osm_types = osm_types, + selector = '"amenity"="toilets"', + out = 'ids center tags' ) self.logger.debug(f"Query: {query}") try: - result = self.overpass.query(query) + result = self.overpass.send_query(query) except Exception as e: self.logger.error(f"Error fetching landmarks: {e}") return None - for elem in result.elements(): - location = (elem.centerLat(), elem.centerLon()) - - # handle unprecise and no-name locations - if location[0] is None: - location = (elem.lat(), elem.lon()) - else : - continue - - toilets = Toilets(location=location) - - if 'wheelchair' in elem.tags().keys() and elem.tag('wheelchair') == 'yes': - toilets.wheelchair = True - - if 'changing_table' in elem.tags().keys() and elem.tag('changing_table') == 'yes': - toilets.changing_table = True - - if 'fee' in elem.tags().keys() and elem.tag('fee') == 'yes': - toilets.fee = True - - if 'opening_hours' in elem.tags().keys() : - toilets.opening_hours = elem.tag('opening_hours') - - toilets_list.append(toilets) + toilets_list = self.xml_to_toilets(result) + + return toilets_list + + + def xml_to_toilets(self, root: ET.Element) -> list[Toilets]: + """ + Parse the Overpass API result and extract landmarks. + + This method processes the XML root element returned by the Overpass API and + extracts landmarks of types 'node', 'way', and 'relation'. It retrieves + relevant information such as name, coordinates, and tags, and converts them + into Landmark objects. + + Args: + root (ET.Element): The root element of the XML response from Overpass API. + elem_type (str): The type of landmark (e.g., node, way, relation). + + Returns: + list[Landmark]: A list of Landmark objects extracted from the XML data. + """ + if root is None : + return [] + + toilets_list = [] + for osm_type in ['node', 'way', 'relation'] : + for elem in root.findall(osm_type): + # Get coordinates and append them to the points list + _, coords = get_base_info(elem, osm_type) + if coords is None : + continue + + toilets = Toilets(location=coords) + + # Extract tags as a dictionary + tags = {tag.get('k'): tag.get('v') for tag in elem.findall('tag')} + + if 'wheelchair' in tags.keys() and tags['wheelchair'] == 'yes': + toilets.wheelchair = True + + if 'changing_table' in tags.keys() and tags['changing_table'] == 'yes': + toilets.changing_table = True + + if 'fee' in tags.keys() and tags['fee'] == 'yes': + toilets.fee = True + + if 'opening_hours' in tags.keys() : + toilets.opening_hours = tags['opening_hours'] + + toilets_list.append(toilets) return toilets_list