gitextract_gdoqlryk/ ├── .clang-format ├── .git-blame-ignore-revs ├── .github/ │ └── workflows/ │ └── ci.yml ├── .gitignore ├── .swift-version ├── .swiftformat ├── .travis.yml ├── Architecture.pages ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── src/ │ ├── Images.xcassets/ │ │ ├── 982-food-toolbar.imageset/ │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── AppIconTransparent.imageset/ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── CustomFeature.imageset/ │ │ │ └── Contents.json │ │ ├── Finger.imageset/ │ │ │ └── Contents.json │ │ ├── Panoramax.imageset/ │ │ │ └── Contents.json │ │ ├── arrowAllow.imageset/ │ │ │ └── Contents.json │ │ ├── arrowRestrict.imageset/ │ │ │ └── Contents.json │ │ ├── bing-logo-gray.imageset/ │ │ │ └── Contents.json │ │ ├── bing-logo-white.imageset/ │ │ │ └── Contents.json │ │ ├── no_left_turn.imageset/ │ │ │ └── Contents.json │ │ ├── no_right_turn.imageset/ │ │ │ └── Contents.json │ │ ├── no_straight_on.imageset/ │ │ │ └── Contents.json │ │ ├── no_u_turn.imageset/ │ │ │ └── Contents.json │ │ ├── only_left_turn.imageset/ │ │ │ └── Contents.json │ │ ├── only_right_turn.imageset/ │ │ │ └── Contents.json │ │ ├── only_straight_on.imageset/ │ │ │ └── Contents.json │ │ ├── restriction_sign.imageset/ │ │ │ └── Contents.json │ │ └── uTurnAllow.imageset/ │ │ └── Contents.json │ ├── POI-Icons/ │ │ ├── POI-Icons.xcassets/ │ │ │ ├── far-credit-card.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── far-snowflake.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-ambulance.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-apple-alt.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-archive.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-archway.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-baby-carriage.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-baby.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-balance-scale.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-bath.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-beer.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-bell.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-biking.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-blender.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-book.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-border-all.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-bowl-rice.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-box-open.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-box.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-bugs.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-building-flag.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-bullseye.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-burn.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-camera-retro.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-cannabis.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-car-battery.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-car-crash.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-carrot.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-cat.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-charging-station.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-cheese.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-chess-bishop.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-chess-knight.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-chess-pawn.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-chevron-circle-up.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-child-reaching.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-church.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-cocktail.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-code.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-coins.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-comment.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-comments.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-compact-disc.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-compress-arrows-alt.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-concierge-bell.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-couch.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-crosshairs.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-crown.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-crutch.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-cube.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-dice.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-directions.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-dolly.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-door-closed.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-door-open.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-dove.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-drafting-compass.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-dragon.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-drumstick-bite.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-dumbbell.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-dumpster-fire.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-dumpster.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-dungeon.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-eye.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-film.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-fire-extinguisher.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-fish.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-flag-checkered.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-flask.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-frog.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-futbol.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-gavel.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-guitar.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-hammer.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-hand-holding.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-handshake.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-hat-cowboy-side.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-helmet-safety.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-hiking.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-horse.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-hospital-alt.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-hot-tub-person.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-hotdog.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-hotel.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-house-damage.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-house-fire.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-house-flood-water.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-ice-cream.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-jar.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-key.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-language.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-laptop.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-leaf.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-life-ring.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-mail-bulk.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-map-signs.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-map.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-medkit.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-microchip.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-microphone.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-mobile-alt.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-mobile-screen.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-mosque.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-motorcycle.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-music.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-newspaper.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-paint-roller.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-palette.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-paperclip.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-pen-ruler.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-people-carry.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-pepper-hot.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-person-arrow-up-from-line.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-person-booth.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-phone-alt.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-pills.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-plane-departure.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-plane.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-plate-wheat.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-plug-circle-bolt.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-plug.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-print.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-procedures.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-puzzle-piece.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-rocket.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-running.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-satellite-dish.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-school.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-screwdriver.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-seedling.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-server.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-shoe-prints.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-shopping-basket.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-shopping-cart.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-sign-hanging.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-skating.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-skiing-nordic.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-skiing.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-sleigh.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-smoking.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-snowboarding.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-solar-panel.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-spa.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-space-shuttle.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-spoon.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-stamp.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-store-alt-slash.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-store.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-suitcase-rolling.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-suitcase.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-swimmer.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-swimming-pool.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-synagogue.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-table-tennis.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-tachometer-alt.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-tape.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-taxi.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-teeth.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-th.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-thermometer-three-quarters.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-ticket-alt.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-tint.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-toilet.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-tools.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-tractor.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-tram.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-trash-restore.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-triangle-exclamation.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-trophy.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-truck-fast.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-truck-loading.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-truck-monster.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-tshirt.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-umbrella-beach.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-user-alt.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-user-secret.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-user-tie.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-users.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-vest.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-vial.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-video.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-vihara.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-volume-up.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-vote-yea.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-warehouse.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-water-ladder.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-water.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-weight.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-wifi.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── fas-wine-bottle.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-boundary.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-crossing_markings-dashes.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-crossing_markings-dots.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-crossing_markings-ladder.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-crossing_markings-ladder_paired.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-crossing_markings-ladder_skewed.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-crossing_markings-lines.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-crossing_markings-lines_paired.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-crossing_markings-surface.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-crossing_markings-zebra.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-crossing_markings-zebra_bicolour.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-crossing_markings-zebra_double.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-crossing_markings-zebra_paired.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-highway-living-street.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-highway-motorway-link.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-highway-motorway.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-highway-primary-link.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-highway-primary.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-highway-residential.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-highway-secondary-link.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-highway-secondary.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-highway-service.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-highway-steps.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-highway-tertiary-link.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-highway-tertiary.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-highway-trunk-link.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-highway-trunk.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-highway-unclassified.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-multipolygon.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-other-line.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-pipeline-line.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-power-line.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-relation.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-restriction-no-left-turn.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-restriction-no-right-turn.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-restriction-no-straight-on.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-restriction-no-u-turn.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-restriction-only-left-turn.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-restriction-only-right-turn.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-restriction-only-straight-on.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-restriction-only-u-turn.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-restriction.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-route-detour.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-route-master.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-route.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-waterway-canal.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-waterway-ditch.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-waterway-river.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── iD-waterway-stream.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-aerialway.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-airport.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-alcohol-shop.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-american-football.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-amusement-park.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-aquarium.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-art-gallery.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-attraction.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-bakery.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-bank.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-bar.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-barrier.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-baseball.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-basketball.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-bbq.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-beach.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-beer.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-bicycle.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-blood-bank.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-bridge.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-building.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-bus.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-cafe.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-campsite.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-car-rental.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-car-repair.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-car.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-casino.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-castle.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-cemetery.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-cinema.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-circle-stroked.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-circle.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-city.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-clothing-store.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-college.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-commercial.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-communications-tower.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-confectionery.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-cricket.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-cross.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-dam.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-danger.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-defibrillator.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-dentist.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-diamond.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-doctor.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-dog-park.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-drinking-water.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-elevator.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-embassy.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-emergency-phone.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-entrance-alt1.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-entrance.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-farm.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-fast-food.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-fence.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-ferry.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-fire-station.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-florist.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-fuel.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-furniture.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-gaming.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-garden-centre.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-garden.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-gate.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-gift.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-globe.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-golf.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-grocery.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-harbor.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-heart.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-heliport.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-highway-rest-area.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-home.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-horse-riding.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-hospital.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-hot-spring.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-ice-cream.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-industry.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-information.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-jewelry-store.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-karaoke.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-landmark.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-landuse.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-laundry.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-library.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-lighthouse.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-lodging.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-logging.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-marker-stroked.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-monument.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-mountain.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-museum.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-natural.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-observation-tower.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-optician.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-park-alt1.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-park.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-pharmacy.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-picnic-site.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-pitch.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-place-of-worship.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-playground.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-post.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-prison.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-racetrack-cycling.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-racetrack-horse.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-rail-metro.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-ranger-station.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-recycling.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-religious-buddhist.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-religious-christian.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-religious-jewish.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-religious-muslim.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-residential-community.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-restaurant-bbq.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-restaurant-noodle.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-restaurant-pizza.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-restaurant-seafood.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-restaurant.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-roadblock.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-school.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-shelter.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-shoe.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-shop.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-skateboard.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-slaughterhouse.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-slipway.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-soccer.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-square-stroked.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-stadium.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-star.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-suitcase.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-teahouse.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-telephone.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-tennis.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-theatre.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-toilet.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-toll.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-town-hall.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-town.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-triangle-stroked.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-triangle.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-tunnel.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-veterinary.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-viewpoint.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-village.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-volcano.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-volleyball.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-warehouse.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-waste-basket.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-watch.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-water.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-watermill.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-wetland.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-wheelchair.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-windmill.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── maki-zoo.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-advertising_column.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-apartments_1_story.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-bench.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-building_construction.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-bump.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-bus_stop_sign.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-buses.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-cannon.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-city_limit_sign.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-crane.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-crane_gantry.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-crane_portal.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-crane_travel_lift.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-dip.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-diving_1_platforms.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-double_dip.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-food_court.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-ford.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-fort.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-golf_tee.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-hopscotch.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-horizontal_ladder.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-hump.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-i_in_square.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-lattice.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-lattice_guyed.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-mini_bumps.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-needleleaved_tree.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-plane.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-pole_dancer.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_pole_1_level.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_pole_2_level.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_pole_3_level.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_pole_4_level.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_pole_asymmetric.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_pole_asymmetric_armless.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_pole_delta.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_pole_flag.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_pole_triangle.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_pole_triangle_armless.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_1_level.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_2_level.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_3_level.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_4_level.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_asymmetric.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_barrel.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_delta.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_delta_2_level.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_delta_3_level.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_donau.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_flag.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_guyed_h_frame.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_h_frame.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_h_frame_2_level.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_portal.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_portal_2_level.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_portal_3_level.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_triangle.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_x_frame.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-power_tower_y_frame.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-rings.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-rumble_strip.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-shield_volcano___smoke_2.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-slide.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-slide_and_water.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-stratovolcano.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-stratovolcano___lava.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-stratovolcano___smoke.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-stratovolcano___smoke_2.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-telescope_radio.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-tower.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-traffic_cushion.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-traffic_table.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-tree.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-tube.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-tube_guyed.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-turning_loop.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-volcanic_cone___smoke_2.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── roentgen-waterfall.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-abseiling.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-accessible_space.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-accounting.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-adit_profile.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-aerialway_pole.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-airport.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-amusement_park.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-anchor_medal.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-antenna.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-anvil_and_hammer.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-app_terminal.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-archery.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-army_tent.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-atm2.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-balance_beam.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-balloon.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-barn.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-beach.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-beauty_salon.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bench.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-benchmark_disk.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bicycle_locker.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bicycle_parked.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bicycle_rental.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bicycle_repair.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bicycle_shed.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bicycle_structure.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bicycle_wash.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bikini.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-billboard.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-binoculars.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bleachers.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-board_bus.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-board_ferry.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-board_gondola_lift.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-board_light_rail.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-board_monorail.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-board_subway.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-board_train.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-board_tram.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-board_transit.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-board_trolleybus.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-boat.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-boat_dry_dock.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-boat_rental.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-boat_repair.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-boat_tour.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bollard.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bollard_row.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bottles.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-boulder1.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-boulder2.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-boulder3.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bow_and_arrow.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bowling.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bread.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-brick_trowel.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-briefcase_bolt.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-briefcase_shield.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bubble_tea.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-buffer_stop.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bulldozer.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bulletin_board.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bunk_beds.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bunker.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bunker_silo.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-buoy.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bus.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-bus_guided.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-cabin.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-cable.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-cable_manhole.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-cairn.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-camper_trailer.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-camper_trailer_dump.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-campfire.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-cape_landform.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-capitol.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-car_dealer.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-car_parked.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-car_pool.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-car_structure.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-car_wash.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-carport.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-casino.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-catering.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-cattle_grid.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-chairlift.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-chicane_arrow.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-chimney.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-cleaver.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-cliff_falling_rocks.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-climbing.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-clock.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-cloth.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-clothes_hanger.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-coffee.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-compass.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-conveyor.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-cooling_tower.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-coral_reef.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-crossing_markings-ladder.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-crossing_rail_striped.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-crossing_tram_solid.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-crossing_tram_striped.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-curtains.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-cycle_barrier.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-cyclist_crosswalk.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-dagger.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-desk_lamp.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-detergent_bottle.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-diamond.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-disc_golf_basket.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-domed_tower.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-donut.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-drag_lift.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-dress.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-drink_cup.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-electronic.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-elevator.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-embassy.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-fashion_accessories.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-ferry.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-field_hockey.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-fighter_jet.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-fire_hydrant.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-fire_hydrant_underground.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-fireplace.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-fish_cleaning.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-fish_ladder.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-footwear_decontamination.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-fountain.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-freight_car.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-furniture.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-garden_bed.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-gas.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-gas_manhole.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-gate.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-golf_cart.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-golf_green.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-gondola_lift.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-goods_lift.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-gown.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-grapes.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-grass.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-guard_rail.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-hair_care.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-hammer_shoe.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-handbag.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-hangar.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-hanging_rail.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-hearing_aid.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-hedge.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-height_restrictor.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-hinduism.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-horizontal_bar.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-horn_cleat.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-horse_shelter.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-horseshoes.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-hot_drink_cup.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-houseboat.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-hunting_blind.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-hut.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-ice_fishing.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-info_board.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-island_trees_building.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-islet_tree.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-j_bar_lift.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-junction.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-junk_car.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-kerb-flush.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-kerb-lowered.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-kerb-raised.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-kerb-rolled.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-kerb-unspecified.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-kitchen_sink.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-latrine.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-laundry.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-lawn.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-letter_box.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-lift_gate.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-light_rail.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-lipstick.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-lounger.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-manhole.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-manufactured_home.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-mast.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-mast_communication.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-mast_lighting.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-maze.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-milestone.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-military.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-military_checkpoint.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-milk_jug.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-mineshaft_cage.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-money_hand.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-monorail.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-motorcycle_rental.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-motorcycle_repair.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-mountain_cross.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-mountain_range.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-movie_rental.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-museum.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-natural_arch.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-needle_and_spool.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-obelisk.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-oil_well.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-paifang.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-parking_space.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-passport_checkpoint.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-ped_cyclist_crosswalk.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-pedestrian.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-pedestrian_and_cyclist.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-pedestrian_crosswalk.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-pedestrian_walled.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-perfume.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-pet_grooming.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-physiotherapist.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-pick_hammer.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-pickleball.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-picnic_shelter.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-pier_fixed.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-pier_floating.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-pipe.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-plane_taxiing.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-planes.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-plaque.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-platter_lift.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-play_structure.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-plumber.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-police_officer.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-polished_nail.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-portrait_framed.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-post_box.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-poster_box.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-power.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-power_manhole.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-power_pole.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-power_shutoff.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-power_switch.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-power_tower.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-power_transformer.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-powered_pump.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-propane_tank.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-psychic.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-quakerism.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-quay.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-racetrack_oval.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-radiation.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-rail_flag.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-rail_profile.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-railing.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-railway_cable_track.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-railway_signals.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-railway_track.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-railway_track_askew.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-railway_track_mini.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-railway_track_narrow.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-railway_track_partial.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-real_estate_agency.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-rigging.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-rocket_firework.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-roller_coaster.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-room.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-rope_fence.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-row_houses.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-ruins.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-rumble_strip.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-saddle.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-sailboat.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-sandbox.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-sandwich.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-scaffold.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-school.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-scuba_diving.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-sculpture.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-security_camera.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-seesaw.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-shinto.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-shopping_mall.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-shower.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-shrub.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-shrub_low.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-shuffleboard.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-sign_and_bench.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-sign_and_car.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-sikhism.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-silo.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-ski_jumping.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-sledding.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-sleep_shelter.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-slide.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-snow.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-snow_shoeing.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-social_facility.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-spa.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-speaker.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-speed_bump.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-speed_dip.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-speed_hump.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-speed_table.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-speedway_8.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-speedway_oval.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-spice_bottle.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-spike_strip.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-spring_rider.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-statue.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-stile_squeezer.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-stop.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-storage_fermenter.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-storage_rental.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-storage_tank.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-street_lamp_arm.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-striped_zone.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-subway.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-suitcase_key.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-swamp.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-t_bar_lift.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-table_soccer.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-tanning.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-taoism.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-tattoo_machine.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-telescope.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-temaki.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-tents.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-tiling.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-tire.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-tire_course.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-toll_gantry.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-tools.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-tower.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-tower_communication.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-town_hall.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-traffic_signals.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-train.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-train_bullet.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-train_kids.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-train_steam.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-train_wash.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-tram.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-transit.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-transit_shelter.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-tree_and_bench.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-tree_row.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-tree_stump.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-trench.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-trolleybus.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-tunnel.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-turnstile.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-utility_pole.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vacuum.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vacuum_station.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-valley.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vase.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_bread.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_cigarettes.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_cold_drink.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_eggs.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_flat_coin.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_hot_drink.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_ice.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_ice_cream.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_lockers.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_love.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_machine.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_newspaper.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_pet_waste.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_stamps.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_tickets.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vending_venus.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-vertical_rotisserie.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-veterinary_care.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-viewpoint.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-wall.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-waste.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-waste_manhole.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-water.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-water_bottle.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-water_tap.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-water_tower.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-well_pump_manual.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-wheel.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-wind_turbine.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-window.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-windpump.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-windsock.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-x_oblique.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── temaki-yield.imageset/ │ │ │ │ └── Contents.json │ │ │ └── temaki-zoo.imageset/ │ │ │ └── Contents.json │ │ └── update.sh │ ├── Shared/ │ │ ├── AppState.swift │ │ ├── CurvedTextLayer.swift │ │ ├── Database/ │ │ │ ├── Database.swift │ │ │ └── Sqlite3.swift │ │ ├── DisplayLink.swift │ │ ├── DownloadThreadPool.swift │ │ ├── EXIFInfo.swift │ │ ├── EditorLayer/ │ │ │ ├── Colors.swift │ │ │ ├── CurvedGlyphLayer.swift │ │ │ ├── EditorFilters.swift │ │ │ ├── EditorMapLayer+Edit.swift │ │ │ ├── EditorMapLayer+HitTest.swift │ │ │ ├── EditorMapLayer+Ocean.swift │ │ │ ├── EditorMapLayer.swift │ │ │ ├── LayerProperties.swift │ │ │ ├── RenderInfo.swift │ │ │ └── iD/ │ │ │ ├── Style.swift │ │ │ ├── Theme.swift │ │ │ └── extract.py │ │ ├── GpxTrack.swift │ │ ├── GpxTracks.swift │ │ ├── HealthKitRoutes.swift │ │ ├── LocationParser.swift │ │ ├── LocationProvider.swift │ │ ├── MapLayersView.swift │ │ ├── MapMarkers/ │ │ │ ├── FixmeMarker.swift │ │ │ ├── GeoJsonMarker.swift │ │ │ ├── KeepRightMarker.swift │ │ │ ├── MapMarker.swift │ │ │ ├── MapMarkerDatabase.swift │ │ │ ├── MapMarkerIgnoreList.swift │ │ │ ├── MapMarkersView.swift │ │ │ ├── OsmNoteMarker.swift │ │ │ ├── QuestMarker.swift │ │ │ └── WayPointMarker.swift │ │ ├── MapTransform.swift │ │ ├── MapView.swift │ │ ├── OSMModels/ │ │ │ ├── OsmBaseObject.swift │ │ │ ├── OsmDownloader.swift │ │ │ ├── OsmMapData+Edit.swift │ │ │ ├── OsmMapData.swift │ │ │ ├── OsmMapDataArchiver.swift │ │ │ ├── OsmMember.swift │ │ │ ├── OsmNode.swift │ │ │ ├── OsmRelation.swift │ │ │ ├── OsmServer.swift │ │ │ ├── OsmTags.swift │ │ │ ├── OsmType.swift │ │ │ ├── OsmWay.swift │ │ │ ├── OsmXmlGenerator.swift │ │ │ ├── QuadBox.swift │ │ │ ├── QuadMap.swift │ │ │ ├── UndoAction.h │ │ │ ├── UndoAction.m │ │ │ └── UndoManager.swift │ │ ├── Observable/ │ │ │ ├── Disposable.swift │ │ │ ├── Lock.swift │ │ │ └── Observable.swift │ │ ├── PersistentWebCache.swift │ │ ├── PresetsDatabase/ │ │ │ ├── CountryCoder.swift │ │ │ ├── DeprecatedTags.swift │ │ │ ├── LocationSet.swift │ │ │ ├── NsiLogoDatabase.swift │ │ │ ├── PresetAddressFormat.swift │ │ │ ├── PresetArea.swift │ │ │ ├── PresetCategory.swift │ │ │ ├── PresetFeature.swift │ │ │ ├── PresetField.swift │ │ │ ├── PresetLanguages.swift │ │ │ ├── PresetTranslations.swift │ │ │ ├── PresetsDatabase.swift │ │ │ └── TagInfo.swift │ │ ├── PresetsDisplay/ │ │ │ ├── PresetDisplayForFeature.swift │ │ │ ├── PresetDisplayGroup.swift │ │ │ ├── PresetDisplayKey.swift │ │ │ ├── PresetDisplayKeyUserDefined.swift │ │ │ ├── PresetDisplayValue.swift │ │ │ └── PresetsDatabase+Display.swift │ │ ├── Tiles/ │ │ │ ├── MapLibreVectorTilesView.swift │ │ │ ├── MercatorTileLayer.swift │ │ │ ├── TileQuadKey.swift │ │ │ ├── TileServer.swift │ │ │ ├── TileServerList+JSON.swift │ │ │ └── TileServerList.swift │ │ ├── UserFileList.swift │ │ ├── UserPrefs.swift │ │ ├── Utility/ │ │ │ ├── AnyJSON.swift │ │ │ ├── ArchivePath.swift │ │ │ ├── Array+Extension.swift │ │ │ ├── Atomic.swift │ │ │ ├── ButtonClosure.swift │ │ │ ├── CharacterSet+Extension.swift │ │ │ ├── DarkModeImage.swift │ │ │ ├── Data+Wrapper.swift │ │ │ ├── Debugger.swift │ │ │ ├── Dictionary+Extension.swift │ │ │ ├── GZip.swift │ │ │ ├── KeyChain.swift │ │ │ ├── MainActor+Extension.swift │ │ │ ├── MostRecentlyUsed.swift │ │ │ ├── NSAttributedString+Ext.swift │ │ │ ├── NotificationService.swift │ │ │ ├── OAuth2.swift │ │ │ ├── PathUtil.swift │ │ │ ├── String+Ext.swift │ │ │ ├── Superview.swift │ │ │ ├── TypeCast.swift │ │ │ ├── UIFont+Ext.swift │ │ │ ├── UIImage+Extension.swift │ │ │ ├── URL+Extension.swift │ │ │ ├── URLSession+Extension.swift │ │ │ └── UnitFormatter.swift │ │ ├── VectorMath.swift │ │ ├── VoiceAnnouncement.swift │ │ ├── WikiPage.swift │ │ └── changeset.xsl │ ├── apple-app-site-association │ ├── iOS/ │ │ ├── .bundle/ │ │ │ └── config │ │ ├── .gitignore │ │ ├── AppDelegate.swift │ │ ├── AppEnvironment.swift │ │ ├── Base.lproj/ │ │ │ └── MainStoryboard.storyboard │ │ ├── BingMetadataViewController.swift │ │ ├── CustomViews/ │ │ │ ├── AlertPopup.swift │ │ │ ├── AutocompleteTextField.swift │ │ │ ├── CompassButton.swift │ │ │ ├── CrossHairsLayer.swift │ │ │ ├── CustomActionSheetController.swift │ │ │ ├── CustomSegmentedControl.swift │ │ │ ├── DPadView.swift │ │ │ ├── DataOverlayLayer.swift │ │ │ ├── DraggableButton.swift │ │ │ ├── DrawingLayer.swift │ │ │ ├── FpsLabel.swift │ │ │ ├── GpxLayer.swift │ │ │ ├── LocationBallView.swift │ │ │ ├── MagnifyingGlass.swift │ │ │ ├── MapPinButton.swift │ │ │ ├── MapPositionedView.swift │ │ │ ├── PushPinView.swift │ │ │ ├── QuadDownloadLayer.swift │ │ │ ├── RulerView.swift │ │ │ ├── SpeechBalloonView.swift │ │ │ ├── StatusBarGradient.swift │ │ │ ├── TelephoneToolbar.swift │ │ │ └── TristateButton.swift │ │ ├── DataOverlays/ │ │ │ ├── DataOverlays.storyboard │ │ │ └── DataOverlaysController.swift │ │ ├── Direction/ │ │ │ ├── Base.lproj/ │ │ │ │ └── DirectionViewController.xib │ │ │ ├── DirectionViewController.swift │ │ │ ├── HeadingProvider.swift │ │ │ ├── MeasureDirectionViewModel.swift │ │ │ ├── OsmNode+Direction.swift │ │ │ └── mul.lproj/ │ │ │ └── DirectionViewController.xcstrings │ │ ├── DisplaySettings/ │ │ │ ├── AerialTileServerListViewController.swift │ │ │ ├── Base.lproj/ │ │ │ │ └── Display.storyboard │ │ │ ├── BasemapTileServerListViewController.swift │ │ │ ├── ClearCacheViewController.swift │ │ │ ├── DisplayViewController.swift │ │ │ ├── FilterObjectsViewController.swift │ │ │ ├── GpxConfigureViewController.swift │ │ │ ├── GpxViewController.swift │ │ │ ├── TileServerEditViewController.swift │ │ │ └── mul.lproj/ │ │ │ └── Display.xcstrings │ │ ├── Extensions/ │ │ │ ├── ContactUsViewController.swift │ │ │ ├── LoginViewController.swift │ │ │ └── MainViewController.swift │ │ ├── Gemfile │ │ ├── GeoJSON.swift │ │ ├── Go Map!!/ │ │ │ ├── Go Map!!-Mac.entitlements │ │ │ └── Go Map!!.entitlements │ │ ├── Go Map!!-Bridging-Header.h │ │ ├── Go Map!!-Info.plist │ │ ├── Go Map!!-Prefix.pch │ │ ├── Go Map!!.xcodeproj/ │ │ │ ├── project.pbxproj │ │ │ ├── project.xcworkspace/ │ │ │ │ ├── contents.xcworkspacedata │ │ │ │ └── xcshareddata/ │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ └── swiftpm/ │ │ │ │ └── Package.resolved │ │ │ └── xcshareddata/ │ │ │ └── xcschemes/ │ │ │ ├── Go Map!!.xcscheme │ │ │ ├── GoMapTests.xcscheme │ │ │ └── GoMapUITests.xcscheme │ │ ├── GoMapTests/ │ │ │ ├── GoMapTests.swift │ │ │ ├── Helpers/ │ │ │ │ └── XCTestCase+UserDefaults.swift │ │ │ ├── Info.plist │ │ │ ├── LocationURLParserTestCase.swift │ │ │ ├── MeasureDirectionViewModelTestCase.swift │ │ │ ├── Mocks/ │ │ │ │ ├── CLHeadingMock.swift │ │ │ │ ├── HeadingProviderMock.swift │ │ │ │ └── MeasureDirectionViewModelDelegateMock.swift │ │ │ ├── OSMMapDataTestCase.swift │ │ │ ├── OsmNode_DirectionTestCase.swift │ │ │ ├── PresetKeyTagCase.swift │ │ │ └── Vendor/ │ │ │ └── Require.swift │ │ ├── GoMapUITests/ │ │ │ ├── Info.plist │ │ │ └── MapViewUITestCase.swift │ │ ├── GoogleMaps.secret │ │ ├── GpxTrackAttributes.swift │ │ ├── GpxTrackWidgetManager.swift │ │ ├── GpxWidget/ │ │ │ ├── Assets.xcassets/ │ │ │ │ ├── AccentColor.colorset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── AppIcon.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── AppIconTransparent.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── Contents.json │ │ │ │ └── WidgetBackground.colorset/ │ │ │ │ └── Contents.json │ │ │ ├── GpxWidgetBundle.swift │ │ │ ├── GpxWidgetExtension.entitlements │ │ │ ├── GpxWidgetLiveActivity.swift │ │ │ ├── Info.plist │ │ │ ├── InfoPlist.xcstrings │ │ │ └── Localizable.xcstrings │ │ ├── Height/ │ │ │ ├── Base.lproj/ │ │ │ │ └── Height.storyboard │ │ │ ├── HeightViewController.swift │ │ │ └── mul.lproj/ │ │ │ └── Height.xcstrings │ │ ├── InfoPlist.xcstrings │ │ ├── Launch Screen.storyboard │ │ ├── Localizable.xcstrings │ │ ├── MainViewController.swift │ │ ├── MapViewPort.swift │ │ ├── MapboxLocator.secret │ │ ├── MaxarAerial.secret │ │ ├── MessageDisplay.swift │ │ ├── MyApplication.swift │ │ ├── NominatimViewController.swift │ │ ├── NotesTableViewController.swift │ │ ├── OpeningHours/ │ │ │ ├── CameraView.swift │ │ │ ├── HoursRecognizer.json │ │ │ ├── HoursRecognizer.swift │ │ │ ├── LevenshteinDistance.swift │ │ │ └── OpeningHoursRecognizerView.swift │ │ ├── OsmUserPrefs.swift │ │ ├── POI/ │ │ │ ├── Base.lproj/ │ │ │ │ └── POI.storyboard │ │ │ ├── CustomFeatureController.swift │ │ │ ├── CustomFeatureListViewController.swift │ │ │ ├── CustomFieldController.swift │ │ │ ├── CustomFieldListViewController.swift │ │ │ ├── KeyValueTableCell.swift │ │ │ ├── POIAllTagsViewController.swift │ │ │ ├── POIAttributesViewController.swift │ │ │ ├── POICommonTagsViewController.swift │ │ │ ├── POIFeaturePickerViewController.swift │ │ │ ├── POIPresetValuePickerController.swift │ │ │ ├── POITabBarController.swift │ │ │ ├── PresetValueTextField.swift │ │ │ └── mul.lproj/ │ │ │ └── POI.xcstrings │ │ ├── Panoramax.storyboard │ │ ├── Panoramax.swift │ │ ├── PhotoCapture.swift │ │ ├── PhotoShare/ │ │ │ ├── Base.lproj/ │ │ │ │ └── MainInterface.storyboard │ │ │ ├── Info.plist │ │ │ ├── InfoPlist.xcstrings │ │ │ ├── Localizable.xcstrings │ │ │ ├── PhotoShare.entitlements │ │ │ ├── ShareViewController.swift │ │ │ └── mul.lproj/ │ │ │ └── MainInterface.xcstrings │ │ ├── PinchGestureRecognizer.swift │ │ ├── PrivacyInfo.xcprivacy │ │ ├── Quests/ │ │ │ ├── AdvancedQuestBuilder.swift │ │ │ ├── AdvancedQuestBuilderFilterRow.swift │ │ │ ├── QuestBuilder.storyboard │ │ │ ├── QuestBuilderController.swift │ │ │ ├── QuestChooser.storyboard │ │ │ ├── QuestChooserController.swift │ │ │ ├── QuestDefinition.swift │ │ │ ├── QuestDefinitionWithFeatures.swift │ │ │ ├── QuestDefinitionWithFilters.swift │ │ │ ├── QuestIcons.xcassets/ │ │ │ │ ├── Contents.json │ │ │ │ ├── ic_quest_access_point.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_apple.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_baby.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_barrier.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_barrier_on_path.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_barrier_on_road.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bench_poi.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bench_public_transport.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bicycle.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bicycle_incline.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bicycle_parking.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bicycle_parking_access.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bicycle_parking_capacity.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bicycle_parking_cover.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bicycle_parking_fee.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bicycle_pump.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bicycle_rental.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bicycle_rental_capacity.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bicycle_repair.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bicycle_second_hand.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bicycleway.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bicycleway_surface.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bicycleway_width.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bin_public_transport.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_blind.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_blind_bus.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_blind_pedestrian_crossing.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_blind_traffic_lights.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_blind_traffic_lights_sound.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_board_type.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bridge.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_building.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_building_construction.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_building_height.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_building_levels.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_building_underground.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bus.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bus_stop_lit.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bus_stop_name.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_bus_stop_shelter.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_calendar.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_camp_power.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_car.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_car_air_compressor.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_car_bumpy.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_car_charger.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_car_charger_capacity.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_car_wash.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_card.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_cash.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_check.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_check_shop.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_create_note.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_crown.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_defibrillator.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_door.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_door_address.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_drinking_water.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_fee.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_ferry.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_ferry_pedestrian.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_fire_hydrant.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_fire_hydrant_diameter.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_fire_hydrant_grass.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_fire_hydrant_ref.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_footway_surface.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_fuel.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_fuel_self_service.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_halal.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_housenumber.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_housenumber_street.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_information.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_kerb_tactile_paving.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_kerb_type.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_kosher.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_label.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_lantern.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_laundry.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_leaf.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_level.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_mail.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_mail_ref.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_max_height.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_max_height_measure.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_max_speed.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_max_weight.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_max_width.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_memorial.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_money.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_motorcycle_parking.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_motorcycle_parking_capacity.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_motorcycle_parking_cover.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_no_bicycles.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_no_cars.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_no_cow.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_no_pedestrians.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_notes.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_oneway.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_opening_hours.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_opening_hours_signed.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_panoramax.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_parking.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_parking_access.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_parking_fee.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_parking_lane.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_parking_maxstay.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_path_segregation.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_peak.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_pedestrian.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_pedestrian_crossing.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_pedestrian_crossing_island.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_phone.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_picnic_table_cover.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_pitch_lantern.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_pitch_surface.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_playground.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_police.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_power.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_railway.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_recycling.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_recycling_clothes.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_recycling_container.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_recycling_glass.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_religion.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_restaurant.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_restaurant_vegan.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_restaurant_vegetarian.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_road_construction.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_roof_shape.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_seating.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_shop.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_shower.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_sidewalk.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_sidewalk_surface.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_smoking.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_snow_poi.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_sport.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_steps.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_steps_count.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_steps_count_brown.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_steps_handrail.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_steps_ramp.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_street.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_street_lanes.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_street_name.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_street_shoulder.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_street_surface.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_street_surface_detail.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_street_turn_lanes.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_street_width.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_summit_cross.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_surveillance_camera.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_tent.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_toilet_fee.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_toilets.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_toilets_wheelchair.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_tractor.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_traffic_lights.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_way_surface.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_way_surface_detail.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_way_width.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_wheelchair.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ ├── ic_quest_wheelchair_shop.imageset/ │ │ │ │ │ └── Contents.json │ │ │ │ └── ic_quest_wifi.imageset/ │ │ │ │ └── Contents.json │ │ │ ├── QuestList.swift │ │ │ ├── QuestSolver.storyboard │ │ │ ├── QuestSolverController.swift │ │ │ ├── VectorDrawable2Svg.py │ │ │ └── updateIcons.sh │ │ ├── RightClickGestureRecognizer.swift │ │ ├── RotationGestureRecognizer.swift │ │ ├── SceneDelegate.swift │ │ ├── Settings/ │ │ │ ├── AccountInfoTableViewController.swift │ │ │ ├── AdvancedSettingsViewController.swift │ │ │ ├── Base.lproj/ │ │ │ │ └── Settings.storyboard │ │ │ ├── ContactUsViewController.swift │ │ │ ├── CreditsViewController.swift │ │ │ ├── LanguageTableViewController.swift │ │ │ ├── LoginViewController.swift │ │ │ ├── NearbyMappersViewController.swift │ │ │ ├── OfflineViewController.swift │ │ │ ├── SettingsViewController.swift │ │ │ └── mul.lproj/ │ │ │ └── Settings.xcstrings │ │ ├── TableViewControllerMac.swift │ │ ├── TapAndDragGesture.swift │ │ ├── Turn Restrictions/ │ │ │ ├── Base.lproj/ │ │ │ │ └── TurnRestrictions.storyboard │ │ │ ├── TurnRestrictController.swift │ │ │ ├── TurnRestrictHwyView.swift │ │ │ └── mul.lproj/ │ │ │ └── TurnRestrictions.xcstrings │ │ ├── Upload/ │ │ │ ├── Base.lproj/ │ │ │ │ └── Changeset.storyboard │ │ │ ├── UploadViewController.swift │ │ │ └── mul.lproj/ │ │ │ └── Changeset.xcstrings │ │ ├── fastlane/ │ │ │ ├── Appfile │ │ │ ├── Fastfile │ │ │ ├── Pluginfile │ │ │ └── README.md │ │ ├── main.swift │ │ └── mul.lproj/ │ │ └── MainStoryboard.xcstrings │ ├── precheck_git.sh │ ├── presets/ │ │ ├── address_formats.json │ │ ├── borders.json │ │ ├── deprecated.json │ │ ├── fields.json │ │ ├── getBrandIcons.py │ │ ├── nsiSqlite.py │ │ ├── nsi_geojson.json │ │ ├── nsi_presets.json │ │ ├── presetIcons.py │ │ ├── preset_categories.json │ │ ├── preset_defaults.json │ │ ├── presets.json │ │ ├── translations/ │ │ │ ├── ar-AA.json │ │ │ ├── ar.json │ │ │ ├── br.json │ │ │ ├── ca.json │ │ │ ├── cs.json │ │ │ ├── cy.json │ │ │ ├── da.json │ │ │ ├── de.json │ │ │ ├── el.json │ │ │ ├── en-GB.json │ │ │ ├── en.json │ │ │ ├── eo.json │ │ │ ├── es.json │ │ │ ├── et.json │ │ │ ├── fa-IR.json │ │ │ ├── fa.json │ │ │ ├── fi.json │ │ │ ├── fr.json │ │ │ ├── gan.json │ │ │ ├── gl.json │ │ │ ├── he-IL.json │ │ │ ├── he.json │ │ │ ├── hr.json │ │ │ ├── hu.json │ │ │ ├── id.json │ │ │ ├── is.json │ │ │ ├── it.json │ │ │ ├── ja.json │ │ │ ├── ko.json │ │ │ ├── lv.json │ │ │ ├── mk.json │ │ │ ├── nl-BE.json │ │ │ ├── nl-NL.json │ │ │ ├── nl.json │ │ │ ├── no.json │ │ │ ├── pl.json │ │ │ ├── pt-BR.json │ │ │ ├── pt.json │ │ │ ├── ru.json │ │ │ ├── sk.json │ │ │ ├── sl.json │ │ │ ├── sr.json │ │ │ ├── sv.json │ │ │ ├── th.json │ │ │ ├── tr.json │ │ │ ├── uk.json │ │ │ ├── vi.json │ │ │ ├── yue.json │ │ │ ├── zh-CN.json │ │ │ ├── zh-HK.json │ │ │ ├── zh-TW.json │ │ │ └── zh.json │ │ ├── update.sh │ │ └── uploadBrandIcons.sh │ ├── quitXcode.sh │ ├── update_all.sh │ ├── update_tags.sh │ └── xliff/ │ ├── ar.xliff │ ├── ars.xliff │ ├── cs.xliff │ ├── de.xliff │ ├── el.xliff │ ├── en.xliff │ ├── es.xliff │ ├── et.xliff │ ├── eu.xliff │ ├── fi.xliff │ ├── fix.py │ ├── fixPlaceholders.py │ ├── fr.xliff │ ├── hr.xliff │ ├── hu.xliff │ ├── id.xliff │ ├── it.xliff │ ├── ja.xliff │ ├── mr.xliff │ ├── nb-NO.xliff │ ├── nl.xliff │ ├── nn.xliff │ ├── oc.xliff │ ├── pl.xliff │ ├── pt-BR.xliff │ ├── pt.xliff │ ├── ru.xliff │ ├── si.xliff │ ├── ta.xliff │ ├── tzm.xliff │ ├── uk.xliff │ ├── update.sh │ ├── vi.xliff │ ├── zh-Hans.xliff │ ├── zh-Hant-HK.xliff │ └── zh-Hant.xliff └── vendor/ └── clang-format