├── .clang-format ├── .git-blame-ignore-revs ├── .github └── workflows │ └── ci.yml ├── .gitignore ├── .swift-version ├── .swiftformat ├── .travis.yml ├── Architecture.pages ├── Architecture.png ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── download-on-the-app-store.png ├── src ├── AppIcon.svg ├── AppIconDark.svg ├── Images.xcassets │ ├── 982-food-toolbar.imageset │ │ ├── 982-food-toolbar.png │ │ ├── 982-food-toolbar@2x.png │ │ ├── 982-food-toolbar@3x.png │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ ├── AppIconDark.png │ │ ├── Contents.json │ │ └── app_icon-1024x1024.png │ ├── AppIconTransparent.imageset │ │ ├── 1024.png │ │ └── Contents.json │ ├── Contents.json │ ├── CustomFeature.imageset │ │ ├── Contents.json │ │ └── pencil.and.outline.svg │ ├── Finger.imageset │ │ ├── Contents.json │ │ └── Finger.png │ ├── Panoramax.imageset │ │ ├── Contents.json │ │ └── logo.svg │ ├── arrowAllow.imageset │ │ ├── Contents.json │ │ └── arrows.png │ ├── arrowRestrict.imageset │ │ ├── Contents.json │ │ └── arrow.png │ ├── bing-logo-gray.imageset │ │ ├── Contents.json │ │ ├── bing-logo.png │ │ ├── bing-logo@2x.png │ │ └── bing-logo@3x.png │ ├── bing-logo-white.imageset │ │ ├── Contents.json │ │ ├── bing-logo.png │ │ ├── bing-logo@2x.png │ │ └── bing-logo@3x.png │ ├── no_left_turn.imageset │ │ ├── Contents.json │ │ └── No_left_turn.png │ ├── no_right_turn.imageset │ │ ├── Contents.json │ │ └── No_right_turn.png │ ├── no_straight_on.imageset │ │ ├── Contents.json │ │ └── sign_no_straight_on.png │ ├── no_u_turn.imageset │ │ ├── Contents.json │ │ └── No_u_turn.png │ ├── only_left_turn.imageset │ │ ├── 240px-Mandatory_road_sign_turn_right_ahead.svg.png │ │ └── Contents.json │ ├── only_right_turn.imageset │ │ ├── 240px-Mandatory_road_sign_turn_right_ahead.svg.png │ │ └── Contents.json │ ├── only_straight_on.imageset │ │ ├── 240px-Mauritius_Road_Signs_-_Mandatory_Sign_-_Ahead_Only.svg.png │ │ └── Contents.json │ ├── restriction_sign.imageset │ │ ├── 240px-No_sign.svg.png │ │ └── Contents.json │ └── uTurnAllow.imageset │ │ ├── 1.png │ │ └── Contents.json ├── POI-Icons │ ├── POI-Icons.xcassets │ │ ├── fas-ambulance.imageset │ │ │ ├── Contents.json │ │ │ └── fas-ambulance.svg │ │ ├── fas-apple-alt.imageset │ │ │ ├── Contents.json │ │ │ └── fas-apple-alt.svg │ │ ├── fas-archive.imageset │ │ │ ├── Contents.json │ │ │ └── fas-archive.svg │ │ ├── fas-archway.imageset │ │ │ ├── Contents.json │ │ │ └── fas-archway.svg │ │ ├── fas-baby-carriage.imageset │ │ │ ├── Contents.json │ │ │ └── fas-baby-carriage.svg │ │ ├── fas-baby.imageset │ │ │ ├── Contents.json │ │ │ └── fas-baby.svg │ │ ├── fas-balance-scale.imageset │ │ │ ├── Contents.json │ │ │ └── fas-balance-scale.svg │ │ ├── fas-bath.imageset │ │ │ ├── Contents.json │ │ │ └── fas-bath.svg │ │ ├── fas-beer.imageset │ │ │ ├── Contents.json │ │ │ └── fas-beer.svg │ │ ├── fas-bell.imageset │ │ │ ├── Contents.json │ │ │ └── fas-bell.svg │ │ ├── fas-biking.imageset │ │ │ ├── Contents.json │ │ │ └── fas-biking.svg │ │ ├── fas-blender.imageset │ │ │ ├── Contents.json │ │ │ └── fas-blender.svg │ │ ├── fas-book.imageset │ │ │ ├── Contents.json │ │ │ └── fas-book.svg │ │ ├── fas-border-all.imageset │ │ │ ├── Contents.json │ │ │ └── fas-border-all.svg │ │ ├── fas-bowl-rice.imageset │ │ │ ├── Contents.json │ │ │ └── fas-bowl-rice.svg │ │ ├── fas-box-open.imageset │ │ │ ├── Contents.json │ │ │ └── fas-box-open.svg │ │ ├── fas-box.imageset │ │ │ ├── Contents.json │ │ │ └── fas-box.svg │ │ ├── fas-bugs.imageset │ │ │ ├── Contents.json │ │ │ └── fas-bugs.svg │ │ ├── fas-building-flag.imageset │ │ │ ├── Contents.json │ │ │ └── fas-building-flag.svg │ │ ├── fas-bullseye.imageset │ │ │ ├── Contents.json │ │ │ └── fas-bullseye.svg │ │ ├── fas-burn.imageset │ │ │ ├── Contents.json │ │ │ └── fas-burn.svg │ │ ├── fas-camera-retro.imageset │ │ │ ├── Contents.json │ │ │ └── fas-camera-retro.svg │ │ ├── fas-cannabis.imageset │ │ │ ├── Contents.json │ │ │ └── fas-cannabis.svg │ │ ├── fas-car-battery.imageset │ │ │ ├── Contents.json │ │ │ └── fas-car-battery.svg │ │ ├── fas-car-crash.imageset │ │ │ ├── Contents.json │ │ │ └── fas-car-crash.svg │ │ ├── fas-carrot.imageset │ │ │ ├── Contents.json │ │ │ └── fas-carrot.svg │ │ ├── fas-cat.imageset │ │ │ ├── Contents.json │ │ │ └── fas-cat.svg │ │ ├── fas-charging-station.imageset │ │ │ ├── Contents.json │ │ │ └── fas-charging-station.svg │ │ ├── fas-cheese.imageset │ │ │ ├── Contents.json │ │ │ └── fas-cheese.svg │ │ ├── fas-chess-bishop.imageset │ │ │ ├── Contents.json │ │ │ └── fas-chess-bishop.svg │ │ ├── fas-chess-knight.imageset │ │ │ ├── Contents.json │ │ │ └── fas-chess-knight.svg │ │ ├── fas-chess-pawn.imageset │ │ │ ├── Contents.json │ │ │ └── fas-chess-pawn.svg │ │ ├── fas-chevron-circle-up.imageset │ │ │ ├── Contents.json │ │ │ └── fas-chevron-circle-up.svg │ │ ├── fas-child-reaching.imageset │ │ │ ├── Contents.json │ │ │ └── fas-child-reaching.svg │ │ ├── fas-church.imageset │ │ │ ├── Contents.json │ │ │ └── fas-church.svg │ │ ├── fas-cocktail.imageset │ │ │ ├── Contents.json │ │ │ └── fas-cocktail.svg │ │ ├── fas-code.imageset │ │ │ ├── Contents.json │ │ │ └── fas-code.svg │ │ ├── fas-coins.imageset │ │ │ ├── Contents.json │ │ │ └── fas-coins.svg │ │ ├── fas-comment.imageset │ │ │ ├── Contents.json │ │ │ └── fas-comment.svg │ │ ├── fas-comments.imageset │ │ │ ├── Contents.json │ │ │ └── fas-comments.svg │ │ ├── fas-compact-disc.imageset │ │ │ ├── Contents.json │ │ │ └── fas-compact-disc.svg │ │ ├── fas-compress-arrows-alt.imageset │ │ │ ├── Contents.json │ │ │ └── fas-compress-arrows-alt.svg │ │ ├── fas-concierge-bell.imageset │ │ │ ├── Contents.json │ │ │ └── fas-concierge-bell.svg │ │ ├── fas-couch.imageset │ │ │ ├── Contents.json │ │ │ └── fas-couch.svg │ │ ├── fas-crosshairs.imageset │ │ │ ├── Contents.json │ │ │ └── fas-crosshairs.svg │ │ ├── fas-crown.imageset │ │ │ ├── Contents.json │ │ │ └── fas-crown.svg │ │ ├── fas-crutch.imageset │ │ │ ├── Contents.json │ │ │ └── fas-crutch.svg │ │ ├── fas-cube.imageset │ │ │ ├── Contents.json │ │ │ └── fas-cube.svg │ │ ├── fas-dice.imageset │ │ │ ├── Contents.json │ │ │ └── fas-dice.svg │ │ ├── fas-directions.imageset │ │ │ ├── Contents.json │ │ │ └── fas-directions.svg │ │ ├── fas-dolly.imageset │ │ │ ├── Contents.json │ │ │ └── fas-dolly.svg │ │ ├── fas-door-closed.imageset │ │ │ ├── Contents.json │ │ │ └── fas-door-closed.svg │ │ ├── fas-door-open.imageset │ │ │ ├── Contents.json │ │ │ └── fas-door-open.svg │ │ ├── fas-dove.imageset │ │ │ ├── Contents.json │ │ │ └── fas-dove.svg │ │ ├── fas-drafting-compass.imageset │ │ │ ├── Contents.json │ │ │ └── fas-drafting-compass.svg │ │ ├── fas-dragon.imageset │ │ │ ├── Contents.json │ │ │ └── fas-dragon.svg │ │ ├── fas-drumstick-bite.imageset │ │ │ ├── Contents.json │ │ │ └── fas-drumstick-bite.svg │ │ ├── fas-dumbbell.imageset │ │ │ ├── Contents.json │ │ │ └── fas-dumbbell.svg │ │ ├── fas-dumpster-fire.imageset │ │ │ ├── Contents.json │ │ │ └── fas-dumpster-fire.svg │ │ ├── fas-dumpster.imageset │ │ │ ├── Contents.json │ │ │ └── fas-dumpster.svg │ │ ├── fas-dungeon.imageset │ │ │ ├── Contents.json │ │ │ └── fas-dungeon.svg │ │ ├── fas-eye.imageset │ │ │ ├── Contents.json │ │ │ └── fas-eye.svg │ │ ├── fas-film.imageset │ │ │ ├── Contents.json │ │ │ └── fas-film.svg │ │ ├── fas-fire-extinguisher.imageset │ │ │ ├── Contents.json │ │ │ └── fas-fire-extinguisher.svg │ │ ├── fas-fish.imageset │ │ │ ├── Contents.json │ │ │ └── fas-fish.svg │ │ ├── fas-flag-checkered.imageset │ │ │ ├── Contents.json │ │ │ └── fas-flag-checkered.svg │ │ ├── fas-flask.imageset │ │ │ ├── Contents.json │ │ │ └── fas-flask.svg │ │ ├── fas-frog.imageset │ │ │ ├── Contents.json │ │ │ └── fas-frog.svg │ │ ├── fas-futbol.imageset │ │ │ ├── Contents.json │ │ │ └── fas-futbol.svg │ │ ├── fas-gavel.imageset │ │ │ ├── Contents.json │ │ │ └── fas-gavel.svg │ │ ├── fas-guitar.imageset │ │ │ ├── Contents.json │ │ │ └── fas-guitar.svg │ │ ├── fas-hammer.imageset │ │ │ ├── Contents.json │ │ │ └── fas-hammer.svg │ │ ├── fas-hand-holding.imageset │ │ │ ├── Contents.json │ │ │ └── fas-hand-holding.svg │ │ ├── fas-handshake.imageset │ │ │ ├── Contents.json │ │ │ └── fas-handshake.svg │ │ ├── fas-hat-cowboy-side.imageset │ │ │ ├── Contents.json │ │ │ └── fas-hat-cowboy-side.svg │ │ ├── fas-helmet-safety.imageset │ │ │ ├── Contents.json │ │ │ └── fas-helmet-safety.svg │ │ ├── fas-hiking.imageset │ │ │ ├── Contents.json │ │ │ └── fas-hiking.svg │ │ ├── fas-horse.imageset │ │ │ ├── Contents.json │ │ │ └── fas-horse.svg │ │ ├── fas-hospital-alt.imageset │ │ │ ├── Contents.json │ │ │ └── fas-hospital-alt.svg │ │ ├── fas-hot-tub-person.imageset │ │ │ ├── Contents.json │ │ │ └── fas-hot-tub-person.svg │ │ ├── fas-hotdog.imageset │ │ │ ├── Contents.json │ │ │ └── fas-hotdog.svg │ │ ├── fas-hotel.imageset │ │ │ ├── Contents.json │ │ │ └── fas-hotel.svg │ │ ├── fas-house-damage.imageset │ │ │ ├── Contents.json │ │ │ └── fas-house-damage.svg │ │ ├── fas-house-fire.imageset │ │ │ ├── Contents.json │ │ │ └── fas-house-fire.svg │ │ ├── fas-ice-cream.imageset │ │ │ ├── Contents.json │ │ │ └── fas-ice-cream.svg │ │ ├── fas-jar.imageset │ │ │ ├── Contents.json │ │ │ └── fas-jar.svg │ │ ├── fas-key.imageset │ │ │ ├── Contents.json │ │ │ └── fas-key.svg │ │ ├── fas-language.imageset │ │ │ ├── Contents.json │ │ │ └── fas-language.svg │ │ ├── fas-laptop.imageset │ │ │ ├── Contents.json │ │ │ └── fas-laptop.svg │ │ ├── fas-leaf.imageset │ │ │ ├── Contents.json │ │ │ └── fas-leaf.svg │ │ ├── fas-life-ring.imageset │ │ │ ├── Contents.json │ │ │ └── fas-life-ring.svg │ │ ├── fas-mail-bulk.imageset │ │ │ ├── Contents.json │ │ │ └── fas-mail-bulk.svg │ │ ├── fas-map-signs.imageset │ │ │ ├── Contents.json │ │ │ └── fas-map-signs.svg │ │ ├── fas-map.imageset │ │ │ ├── Contents.json │ │ │ └── fas-map.svg │ │ ├── fas-medkit.imageset │ │ │ ├── Contents.json │ │ │ └── fas-medkit.svg │ │ ├── fas-microchip.imageset │ │ │ ├── Contents.json │ │ │ └── fas-microchip.svg │ │ ├── fas-microphone.imageset │ │ │ ├── Contents.json │ │ │ └── fas-microphone.svg │ │ ├── fas-mobile-alt.imageset │ │ │ ├── Contents.json │ │ │ └── fas-mobile-alt.svg │ │ ├── fas-mosque.imageset │ │ │ ├── Contents.json │ │ │ └── fas-mosque.svg │ │ ├── fas-motorcycle.imageset │ │ │ ├── Contents.json │ │ │ └── fas-motorcycle.svg │ │ ├── fas-music.imageset │ │ │ ├── Contents.json │ │ │ └── fas-music.svg │ │ ├── fas-newspaper.imageset │ │ │ ├── Contents.json │ │ │ └── fas-newspaper.svg │ │ ├── fas-paint-roller.imageset │ │ │ ├── Contents.json │ │ │ └── fas-paint-roller.svg │ │ ├── fas-palette.imageset │ │ │ ├── Contents.json │ │ │ └── fas-palette.svg │ │ ├── fas-paperclip.imageset │ │ │ ├── Contents.json │ │ │ └── fas-paperclip.svg │ │ ├── fas-pen-ruler.imageset │ │ │ ├── Contents.json │ │ │ └── fas-pen-ruler.svg │ │ ├── fas-people-carry.imageset │ │ │ ├── Contents.json │ │ │ └── fas-people-carry.svg │ │ ├── fas-pepper-hot.imageset │ │ │ ├── Contents.json │ │ │ └── fas-pepper-hot.svg │ │ ├── fas-person-arrow-up-from-line.imageset │ │ │ ├── Contents.json │ │ │ └── fas-person-arrow-up-from-line.svg │ │ ├── fas-person-booth.imageset │ │ │ ├── Contents.json │ │ │ └── fas-person-booth.svg │ │ ├── fas-phone-alt.imageset │ │ │ ├── Contents.json │ │ │ └── fas-phone-alt.svg │ │ ├── fas-pills.imageset │ │ │ ├── Contents.json │ │ │ └── fas-pills.svg │ │ ├── fas-plane-departure.imageset │ │ │ ├── Contents.json │ │ │ └── fas-plane-departure.svg │ │ ├── fas-plane.imageset │ │ │ ├── Contents.json │ │ │ └── fas-plane.svg │ │ ├── fas-plate-wheat.imageset │ │ │ ├── Contents.json │ │ │ └── fas-plate-wheat.svg │ │ ├── fas-plug-circle-bolt.imageset │ │ │ ├── Contents.json │ │ │ └── fas-plug-circle-bolt.svg │ │ ├── fas-plug.imageset │ │ │ ├── Contents.json │ │ │ └── fas-plug.svg │ │ ├── fas-print.imageset │ │ │ ├── Contents.json │ │ │ └── fas-print.svg │ │ ├── fas-procedures.imageset │ │ │ ├── Contents.json │ │ │ └── fas-procedures.svg │ │ ├── fas-puzzle-piece.imageset │ │ │ ├── Contents.json │ │ │ └── fas-puzzle-piece.svg │ │ ├── fas-rocket.imageset │ │ │ ├── Contents.json │ │ │ └── fas-rocket.svg │ │ ├── fas-running.imageset │ │ │ ├── Contents.json │ │ │ └── fas-running.svg │ │ ├── fas-satellite-dish.imageset │ │ │ ├── Contents.json │ │ │ └── fas-satellite-dish.svg │ │ ├── fas-school.imageset │ │ │ ├── Contents.json │ │ │ └── fas-school.svg │ │ ├── fas-screwdriver.imageset │ │ │ ├── Contents.json │ │ │ └── fas-screwdriver.svg │ │ ├── fas-seedling.imageset │ │ │ ├── Contents.json │ │ │ └── fas-seedling.svg │ │ ├── fas-server.imageset │ │ │ ├── Contents.json │ │ │ └── fas-server.svg │ │ ├── fas-shoe-prints.imageset │ │ │ ├── Contents.json │ │ │ └── fas-shoe-prints.svg │ │ ├── fas-shopping-basket.imageset │ │ │ ├── Contents.json │ │ │ └── fas-shopping-basket.svg │ │ ├── fas-shopping-cart.imageset │ │ │ ├── Contents.json │ │ │ └── fas-shopping-cart.svg │ │ ├── fas-sign-hanging.imageset │ │ │ ├── Contents.json │ │ │ └── fas-sign-hanging.svg │ │ ├── fas-skating.imageset │ │ │ ├── Contents.json │ │ │ └── fas-skating.svg │ │ ├── fas-skiing-nordic.imageset │ │ │ ├── Contents.json │ │ │ └── fas-skiing-nordic.svg │ │ ├── fas-skiing.imageset │ │ │ ├── Contents.json │ │ │ └── fas-skiing.svg │ │ ├── fas-sleigh.imageset │ │ │ ├── Contents.json │ │ │ └── fas-sleigh.svg │ │ ├── fas-smoking.imageset │ │ │ ├── Contents.json │ │ │ └── fas-smoking.svg │ │ ├── fas-snowboarding.imageset │ │ │ ├── Contents.json │ │ │ └── fas-snowboarding.svg │ │ ├── fas-solar-panel.imageset │ │ │ ├── Contents.json │ │ │ └── fas-solar-panel.svg │ │ ├── fas-spa.imageset │ │ │ ├── Contents.json │ │ │ └── fas-spa.svg │ │ ├── fas-space-shuttle.imageset │ │ │ ├── Contents.json │ │ │ └── fas-space-shuttle.svg │ │ ├── fas-spoon.imageset │ │ │ ├── Contents.json │ │ │ └── fas-spoon.svg │ │ ├── fas-stamp.imageset │ │ │ ├── Contents.json │ │ │ └── fas-stamp.svg │ │ ├── fas-store-alt-slash.imageset │ │ │ ├── Contents.json │ │ │ └── fas-store-alt-slash.svg │ │ ├── fas-store.imageset │ │ │ ├── Contents.json │ │ │ └── fas-store.svg │ │ ├── fas-suitcase-rolling.imageset │ │ │ ├── Contents.json │ │ │ └── fas-suitcase-rolling.svg │ │ ├── fas-suitcase.imageset │ │ │ ├── Contents.json │ │ │ └── fas-suitcase.svg │ │ ├── fas-swimmer.imageset │ │ │ ├── Contents.json │ │ │ └── fas-swimmer.svg │ │ ├── fas-swimming-pool.imageset │ │ │ ├── Contents.json │ │ │ └── fas-swimming-pool.svg │ │ ├── fas-synagogue.imageset │ │ │ ├── Contents.json │ │ │ └── fas-synagogue.svg │ │ ├── fas-table-tennis.imageset │ │ │ ├── Contents.json │ │ │ └── fas-table-tennis.svg │ │ ├── fas-tachometer-alt.imageset │ │ │ ├── Contents.json │ │ │ └── fas-tachometer-alt.svg │ │ ├── fas-tape.imageset │ │ │ ├── Contents.json │ │ │ └── fas-tape.svg │ │ ├── fas-taxi.imageset │ │ │ ├── Contents.json │ │ │ └── fas-taxi.svg │ │ ├── fas-teeth.imageset │ │ │ ├── Contents.json │ │ │ └── fas-teeth.svg │ │ ├── fas-th.imageset │ │ │ ├── Contents.json │ │ │ └── fas-th.svg │ │ ├── fas-thermometer-three-quarters.imageset │ │ │ ├── Contents.json │ │ │ └── fas-thermometer-three-quarters.svg │ │ ├── fas-ticket-alt.imageset │ │ │ ├── Contents.json │ │ │ └── fas-ticket-alt.svg │ │ ├── fas-tint.imageset │ │ │ ├── Contents.json │ │ │ └── fas-tint.svg │ │ ├── fas-toilet.imageset │ │ │ ├── Contents.json │ │ │ └── fas-toilet.svg │ │ ├── fas-tools.imageset │ │ │ ├── Contents.json │ │ │ └── fas-tools.svg │ │ ├── fas-tractor.imageset │ │ │ ├── Contents.json │ │ │ └── fas-tractor.svg │ │ ├── fas-tram.imageset │ │ │ ├── Contents.json │ │ │ └── fas-tram.svg │ │ ├── fas-trash-restore.imageset │ │ │ ├── Contents.json │ │ │ └── fas-trash-restore.svg │ │ ├── fas-triangle-exclamation.imageset │ │ │ ├── Contents.json │ │ │ └── fas-triangle-exclamation.svg │ │ ├── fas-trophy.imageset │ │ │ ├── Contents.json │ │ │ └── fas-trophy.svg │ │ ├── fas-truck-fast.imageset │ │ │ ├── Contents.json │ │ │ └── fas-truck-fast.svg │ │ ├── fas-truck-loading.imageset │ │ │ ├── Contents.json │ │ │ └── fas-truck-loading.svg │ │ ├── fas-truck-monster.imageset │ │ │ ├── Contents.json │ │ │ └── fas-truck-monster.svg │ │ ├── fas-tshirt.imageset │ │ │ ├── Contents.json │ │ │ └── fas-tshirt.svg │ │ ├── fas-umbrella-beach.imageset │ │ │ ├── Contents.json │ │ │ └── fas-umbrella-beach.svg │ │ ├── fas-user-alt.imageset │ │ │ ├── Contents.json │ │ │ └── fas-user-alt.svg │ │ ├── fas-user-secret.imageset │ │ │ ├── Contents.json │ │ │ └── fas-user-secret.svg │ │ ├── fas-user-tie.imageset │ │ │ ├── Contents.json │ │ │ └── fas-user-tie.svg │ │ ├── fas-users.imageset │ │ │ ├── Contents.json │ │ │ └── fas-users.svg │ │ ├── fas-vest.imageset │ │ │ ├── Contents.json │ │ │ └── fas-vest.svg │ │ ├── fas-vial.imageset │ │ │ ├── Contents.json │ │ │ └── fas-vial.svg │ │ ├── fas-video.imageset │ │ │ ├── Contents.json │ │ │ └── fas-video.svg │ │ ├── fas-vihara.imageset │ │ │ ├── Contents.json │ │ │ └── fas-vihara.svg │ │ ├── fas-volume-up.imageset │ │ │ ├── Contents.json │ │ │ └── fas-volume-up.svg │ │ ├── fas-vote-yea.imageset │ │ │ ├── Contents.json │ │ │ └── fas-vote-yea.svg │ │ ├── fas-warehouse.imageset │ │ │ ├── Contents.json │ │ │ └── fas-warehouse.svg │ │ ├── fas-water-ladder.imageset │ │ │ ├── Contents.json │ │ │ └── fas-water-ladder.svg │ │ ├── fas-weight.imageset │ │ │ ├── Contents.json │ │ │ └── fas-weight.svg │ │ ├── fas-wifi.imageset │ │ │ ├── Contents.json │ │ │ └── fas-wifi.svg │ │ ├── fas-wine-bottle.imageset │ │ │ ├── Contents.json │ │ │ └── fas-wine-bottle.svg │ │ ├── iD-boundary.imageset │ │ │ ├── Contents.json │ │ │ └── iD-boundary.svg │ │ ├── iD-highway-living-street.imageset │ │ │ ├── Contents.json │ │ │ └── iD-highway-living-street.svg │ │ ├── iD-highway-motorway-link.imageset │ │ │ ├── Contents.json │ │ │ └── iD-highway-motorway-link.svg │ │ ├── iD-highway-motorway.imageset │ │ │ ├── Contents.json │ │ │ └── iD-highway-motorway.svg │ │ ├── iD-highway-primary-link.imageset │ │ │ ├── Contents.json │ │ │ └── iD-highway-primary-link.svg │ │ ├── iD-highway-primary.imageset │ │ │ ├── Contents.json │ │ │ └── iD-highway-primary.svg │ │ ├── iD-highway-residential.imageset │ │ │ ├── Contents.json │ │ │ └── iD-highway-residential.svg │ │ ├── iD-highway-secondary-link.imageset │ │ │ ├── Contents.json │ │ │ └── iD-highway-secondary-link.svg │ │ ├── iD-highway-secondary.imageset │ │ │ ├── Contents.json │ │ │ └── iD-highway-secondary.svg │ │ ├── iD-highway-service.imageset │ │ │ ├── Contents.json │ │ │ └── iD-highway-service.svg │ │ ├── iD-highway-steps.imageset │ │ │ ├── Contents.json │ │ │ └── iD-highway-steps.svg │ │ ├── iD-highway-tertiary-link.imageset │ │ │ ├── Contents.json │ │ │ └── iD-highway-tertiary-link.svg │ │ ├── iD-highway-tertiary.imageset │ │ │ ├── Contents.json │ │ │ └── iD-highway-tertiary.svg │ │ ├── iD-highway-trunk-link.imageset │ │ │ ├── Contents.json │ │ │ └── iD-highway-trunk-link.svg │ │ ├── iD-highway-trunk.imageset │ │ │ ├── Contents.json │ │ │ └── iD-highway-trunk.svg │ │ ├── iD-highway-unclassified.imageset │ │ │ ├── Contents.json │ │ │ └── iD-highway-unclassified.svg │ │ ├── iD-multipolygon.imageset │ │ │ ├── Contents.json │ │ │ └── iD-multipolygon.svg │ │ ├── iD-other-line.imageset │ │ │ ├── Contents.json │ │ │ └── iD-other-line.svg │ │ ├── iD-pipeline-line.imageset │ │ │ ├── Contents.json │ │ │ └── iD-pipeline-line.svg │ │ ├── iD-power-line.imageset │ │ │ ├── Contents.json │ │ │ └── iD-power-line.svg │ │ ├── iD-relation.imageset │ │ │ ├── Contents.json │ │ │ └── iD-relation.svg │ │ ├── iD-restriction-no-left-turn.imageset │ │ │ ├── Contents.json │ │ │ └── iD-restriction-no-left-turn.svg │ │ ├── iD-restriction-no-right-turn.imageset │ │ │ ├── Contents.json │ │ │ └── iD-restriction-no-right-turn.svg │ │ ├── iD-restriction-no-straight-on.imageset │ │ │ ├── Contents.json │ │ │ └── iD-restriction-no-straight-on.svg │ │ ├── iD-restriction-no-u-turn.imageset │ │ │ ├── Contents.json │ │ │ └── iD-restriction-no-u-turn.svg │ │ ├── iD-restriction-only-left-turn.imageset │ │ │ ├── Contents.json │ │ │ └── iD-restriction-only-left-turn.svg │ │ ├── iD-restriction-only-right-turn.imageset │ │ │ ├── Contents.json │ │ │ └── iD-restriction-only-right-turn.svg │ │ ├── iD-restriction-only-straight-on.imageset │ │ │ ├── Contents.json │ │ │ └── iD-restriction-only-straight-on.svg │ │ ├── iD-restriction-only-u-turn.imageset │ │ │ ├── Contents.json │ │ │ └── iD-restriction-only-u-turn.svg │ │ ├── iD-restriction.imageset │ │ │ ├── Contents.json │ │ │ └── iD-restriction.svg │ │ ├── iD-route-detour.imageset │ │ │ ├── Contents.json │ │ │ └── iD-route-detour.svg │ │ ├── iD-route-master.imageset │ │ │ ├── Contents.json │ │ │ └── iD-route-master.svg │ │ ├── iD-route.imageset │ │ │ ├── Contents.json │ │ │ └── iD-route.svg │ │ ├── iD-waterway-canal.imageset │ │ │ ├── Contents.json │ │ │ └── iD-waterway-canal.svg │ │ ├── iD-waterway-ditch.imageset │ │ │ ├── Contents.json │ │ │ └── iD-waterway-ditch.svg │ │ ├── iD-waterway-river.imageset │ │ │ ├── Contents.json │ │ │ └── iD-waterway-river.svg │ │ ├── iD-waterway-stream.imageset │ │ │ ├── Contents.json │ │ │ └── iD-waterway-stream.svg │ │ ├── maki-aerialway.imageset │ │ │ ├── Contents.json │ │ │ └── maki-aerialway.svg │ │ ├── maki-airport.imageset │ │ │ ├── Contents.json │ │ │ └── maki-airport.svg │ │ ├── maki-alcohol-shop.imageset │ │ │ ├── Contents.json │ │ │ └── maki-alcohol-shop.svg │ │ ├── maki-american-football.imageset │ │ │ ├── Contents.json │ │ │ └── maki-american-football.svg │ │ ├── maki-amusement-park.imageset │ │ │ ├── Contents.json │ │ │ └── maki-amusement-park.svg │ │ ├── maki-aquarium.imageset │ │ │ ├── Contents.json │ │ │ └── maki-aquarium.svg │ │ ├── maki-art-gallery.imageset │ │ │ ├── Contents.json │ │ │ └── maki-art-gallery.svg │ │ ├── maki-attraction.imageset │ │ │ ├── Contents.json │ │ │ └── maki-attraction.svg │ │ ├── maki-bakery.imageset │ │ │ ├── Contents.json │ │ │ └── maki-bakery.svg │ │ ├── maki-bank.imageset │ │ │ ├── Contents.json │ │ │ └── maki-bank.svg │ │ ├── maki-bar.imageset │ │ │ ├── Contents.json │ │ │ └── maki-bar.svg │ │ ├── maki-barrier.imageset │ │ │ ├── Contents.json │ │ │ └── maki-barrier.svg │ │ ├── maki-baseball.imageset │ │ │ ├── Contents.json │ │ │ └── maki-baseball.svg │ │ ├── maki-basketball.imageset │ │ │ ├── Contents.json │ │ │ └── maki-basketball.svg │ │ ├── maki-bbq.imageset │ │ │ ├── Contents.json │ │ │ └── maki-bbq.svg │ │ ├── maki-beach.imageset │ │ │ ├── Contents.json │ │ │ └── maki-beach.svg │ │ ├── maki-beer.imageset │ │ │ ├── Contents.json │ │ │ └── maki-beer.svg │ │ ├── maki-bicycle.imageset │ │ │ ├── Contents.json │ │ │ └── maki-bicycle.svg │ │ ├── maki-blood-bank.imageset │ │ │ ├── Contents.json │ │ │ └── maki-blood-bank.svg │ │ ├── maki-bridge.imageset │ │ │ ├── Contents.json │ │ │ └── maki-bridge.svg │ │ ├── maki-building.imageset │ │ │ ├── Contents.json │ │ │ └── maki-building.svg │ │ ├── maki-bus.imageset │ │ │ ├── Contents.json │ │ │ └── maki-bus.svg │ │ ├── maki-cafe.imageset │ │ │ ├── Contents.json │ │ │ └── maki-cafe.svg │ │ ├── maki-campsite.imageset │ │ │ ├── Contents.json │ │ │ └── maki-campsite.svg │ │ ├── maki-car-rental.imageset │ │ │ ├── Contents.json │ │ │ └── maki-car-rental.svg │ │ ├── maki-car-repair.imageset │ │ │ ├── Contents.json │ │ │ └── maki-car-repair.svg │ │ ├── maki-car.imageset │ │ │ ├── Contents.json │ │ │ └── maki-car.svg │ │ ├── maki-casino.imageset │ │ │ ├── Contents.json │ │ │ └── maki-casino.svg │ │ ├── maki-castle.imageset │ │ │ ├── Contents.json │ │ │ └── maki-castle.svg │ │ ├── maki-cemetery.imageset │ │ │ ├── Contents.json │ │ │ └── maki-cemetery.svg │ │ ├── maki-cinema.imageset │ │ │ ├── Contents.json │ │ │ └── maki-cinema.svg │ │ ├── maki-circle-stroked.imageset │ │ │ ├── Contents.json │ │ │ └── maki-circle-stroked.svg │ │ ├── maki-circle.imageset │ │ │ ├── Contents.json │ │ │ └── maki-circle.svg │ │ ├── maki-city.imageset │ │ │ ├── Contents.json │ │ │ └── maki-city.svg │ │ ├── maki-clothing-store.imageset │ │ │ ├── Contents.json │ │ │ └── maki-clothing-store.svg │ │ ├── maki-college.imageset │ │ │ ├── Contents.json │ │ │ └── maki-college.svg │ │ ├── maki-commercial.imageset │ │ │ ├── Contents.json │ │ │ └── maki-commercial.svg │ │ ├── maki-communications-tower.imageset │ │ │ ├── Contents.json │ │ │ └── maki-communications-tower.svg │ │ ├── maki-confectionery.imageset │ │ │ ├── Contents.json │ │ │ └── maki-confectionery.svg │ │ ├── maki-cricket.imageset │ │ │ ├── Contents.json │ │ │ └── maki-cricket.svg │ │ ├── maki-cross.imageset │ │ │ ├── Contents.json │ │ │ └── maki-cross.svg │ │ ├── maki-dam.imageset │ │ │ ├── Contents.json │ │ │ └── maki-dam.svg │ │ ├── maki-danger.imageset │ │ │ ├── Contents.json │ │ │ └── maki-danger.svg │ │ ├── maki-defibrillator.imageset │ │ │ ├── Contents.json │ │ │ └── maki-defibrillator.svg │ │ ├── maki-dentist.imageset │ │ │ ├── Contents.json │ │ │ └── maki-dentist.svg │ │ ├── maki-diamond.imageset │ │ │ ├── Contents.json │ │ │ └── maki-diamond.svg │ │ ├── maki-doctor.imageset │ │ │ ├── Contents.json │ │ │ └── maki-doctor.svg │ │ ├── maki-dog-park.imageset │ │ │ ├── Contents.json │ │ │ └── maki-dog-park.svg │ │ ├── maki-drinking-water.imageset │ │ │ ├── Contents.json │ │ │ └── maki-drinking-water.svg │ │ ├── maki-elevator.imageset │ │ │ ├── Contents.json │ │ │ └── maki-elevator.svg │ │ ├── maki-embassy.imageset │ │ │ ├── Contents.json │ │ │ └── maki-embassy.svg │ │ ├── maki-emergency-phone.imageset │ │ │ ├── Contents.json │ │ │ └── maki-emergency-phone.svg │ │ ├── maki-entrance-alt1.imageset │ │ │ ├── Contents.json │ │ │ └── maki-entrance-alt1.svg │ │ ├── maki-entrance.imageset │ │ │ ├── Contents.json │ │ │ └── maki-entrance.svg │ │ ├── maki-farm.imageset │ │ │ ├── Contents.json │ │ │ └── maki-farm.svg │ │ ├── maki-fast-food.imageset │ │ │ ├── Contents.json │ │ │ └── maki-fast-food.svg │ │ ├── maki-fence.imageset │ │ │ ├── Contents.json │ │ │ └── maki-fence.svg │ │ ├── maki-ferry.imageset │ │ │ ├── Contents.json │ │ │ └── maki-ferry.svg │ │ ├── maki-fire-station.imageset │ │ │ ├── Contents.json │ │ │ └── maki-fire-station.svg │ │ ├── maki-florist.imageset │ │ │ ├── Contents.json │ │ │ └── maki-florist.svg │ │ ├── maki-fuel.imageset │ │ │ ├── Contents.json │ │ │ └── maki-fuel.svg │ │ ├── maki-furniture.imageset │ │ │ ├── Contents.json │ │ │ └── maki-furniture.svg │ │ ├── maki-gaming.imageset │ │ │ ├── Contents.json │ │ │ └── maki-gaming.svg │ │ ├── maki-garden-centre.imageset │ │ │ ├── Contents.json │ │ │ └── maki-garden-centre.svg │ │ ├── maki-garden.imageset │ │ │ ├── Contents.json │ │ │ └── maki-garden.svg │ │ ├── maki-gate.imageset │ │ │ ├── Contents.json │ │ │ └── maki-gate.svg │ │ ├── maki-gift.imageset │ │ │ ├── Contents.json │ │ │ └── maki-gift.svg │ │ ├── maki-globe.imageset │ │ │ ├── Contents.json │ │ │ └── maki-globe.svg │ │ ├── maki-golf.imageset │ │ │ ├── Contents.json │ │ │ └── maki-golf.svg │ │ ├── maki-grocery.imageset │ │ │ ├── Contents.json │ │ │ └── maki-grocery.svg │ │ ├── maki-harbor.imageset │ │ │ ├── Contents.json │ │ │ └── maki-harbor.svg │ │ ├── maki-heart.imageset │ │ │ ├── Contents.json │ │ │ └── maki-heart.svg │ │ ├── maki-heliport.imageset │ │ │ ├── Contents.json │ │ │ └── maki-heliport.svg │ │ ├── maki-highway-rest-area.imageset │ │ │ ├── Contents.json │ │ │ └── maki-highway-rest-area.svg │ │ ├── maki-home.imageset │ │ │ ├── Contents.json │ │ │ └── maki-home.svg │ │ ├── maki-horse-riding.imageset │ │ │ ├── Contents.json │ │ │ └── maki-horse-riding.svg │ │ ├── maki-hospital.imageset │ │ │ ├── Contents.json │ │ │ └── maki-hospital.svg │ │ ├── maki-hot-spring.imageset │ │ │ ├── Contents.json │ │ │ └── maki-hot-spring.svg │ │ ├── maki-ice-cream.imageset │ │ │ ├── Contents.json │ │ │ └── maki-ice-cream.svg │ │ ├── maki-industry.imageset │ │ │ ├── Contents.json │ │ │ └── maki-industry.svg │ │ ├── maki-information.imageset │ │ │ ├── Contents.json │ │ │ └── maki-information.svg │ │ ├── maki-jewelry-store.imageset │ │ │ ├── Contents.json │ │ │ └── maki-jewelry-store.svg │ │ ├── maki-karaoke.imageset │ │ │ ├── Contents.json │ │ │ └── maki-karaoke.svg │ │ ├── maki-landmark.imageset │ │ │ ├── Contents.json │ │ │ └── maki-landmark.svg │ │ ├── maki-landuse.imageset │ │ │ ├── Contents.json │ │ │ └── maki-landuse.svg │ │ ├── maki-laundry.imageset │ │ │ ├── Contents.json │ │ │ └── maki-laundry.svg │ │ ├── maki-library.imageset │ │ │ ├── Contents.json │ │ │ └── maki-library.svg │ │ ├── maki-lighthouse.imageset │ │ │ ├── Contents.json │ │ │ └── maki-lighthouse.svg │ │ ├── maki-lodging.imageset │ │ │ ├── Contents.json │ │ │ └── maki-lodging.svg │ │ ├── maki-logging.imageset │ │ │ ├── Contents.json │ │ │ └── maki-logging.svg │ │ ├── maki-marker-stroked.imageset │ │ │ ├── Contents.json │ │ │ └── maki-marker-stroked.svg │ │ ├── maki-monument.imageset │ │ │ ├── Contents.json │ │ │ └── maki-monument.svg │ │ ├── maki-mountain.imageset │ │ │ ├── Contents.json │ │ │ └── maki-mountain.svg │ │ ├── maki-museum.imageset │ │ │ ├── Contents.json │ │ │ └── maki-museum.svg │ │ ├── maki-natural.imageset │ │ │ ├── Contents.json │ │ │ └── maki-natural.svg │ │ ├── maki-observation-tower.imageset │ │ │ ├── Contents.json │ │ │ └── maki-observation-tower.svg │ │ ├── maki-optician.imageset │ │ │ ├── Contents.json │ │ │ └── maki-optician.svg │ │ ├── maki-park-alt1.imageset │ │ │ ├── Contents.json │ │ │ └── maki-park-alt1.svg │ │ ├── maki-park.imageset │ │ │ ├── Contents.json │ │ │ └── maki-park.svg │ │ ├── maki-pharmacy.imageset │ │ │ ├── Contents.json │ │ │ └── maki-pharmacy.svg │ │ ├── maki-picnic-site.imageset │ │ │ ├── Contents.json │ │ │ └── maki-picnic-site.svg │ │ ├── maki-pitch.imageset │ │ │ ├── Contents.json │ │ │ └── maki-pitch.svg │ │ ├── maki-place-of-worship.imageset │ │ │ ├── Contents.json │ │ │ └── maki-place-of-worship.svg │ │ ├── maki-playground.imageset │ │ │ ├── Contents.json │ │ │ └── maki-playground.svg │ │ ├── maki-post.imageset │ │ │ ├── Contents.json │ │ │ └── maki-post.svg │ │ ├── maki-prison.imageset │ │ │ ├── Contents.json │ │ │ └── maki-prison.svg │ │ ├── maki-racetrack-cycling.imageset │ │ │ ├── Contents.json │ │ │ └── maki-racetrack-cycling.svg │ │ ├── maki-racetrack-horse.imageset │ │ │ ├── Contents.json │ │ │ └── maki-racetrack-horse.svg │ │ ├── maki-rail-metro.imageset │ │ │ ├── Contents.json │ │ │ └── maki-rail-metro.svg │ │ ├── maki-ranger-station.imageset │ │ │ ├── Contents.json │ │ │ └── maki-ranger-station.svg │ │ ├── maki-recycling.imageset │ │ │ ├── Contents.json │ │ │ └── maki-recycling.svg │ │ ├── maki-religious-buddhist.imageset │ │ │ ├── Contents.json │ │ │ └── maki-religious-buddhist.svg │ │ ├── maki-religious-christian.imageset │ │ │ ├── Contents.json │ │ │ └── maki-religious-christian.svg │ │ ├── maki-religious-jewish.imageset │ │ │ ├── Contents.json │ │ │ └── maki-religious-jewish.svg │ │ ├── maki-religious-muslim.imageset │ │ │ ├── Contents.json │ │ │ └── maki-religious-muslim.svg │ │ ├── maki-residential-community.imageset │ │ │ ├── Contents.json │ │ │ └── maki-residential-community.svg │ │ ├── maki-restaurant-bbq.imageset │ │ │ ├── Contents.json │ │ │ └── maki-restaurant-bbq.svg │ │ ├── maki-restaurant-noodle.imageset │ │ │ ├── Contents.json │ │ │ └── maki-restaurant-noodle.svg │ │ ├── maki-restaurant-pizza.imageset │ │ │ ├── Contents.json │ │ │ └── maki-restaurant-pizza.svg │ │ ├── maki-restaurant-seafood.imageset │ │ │ ├── Contents.json │ │ │ └── maki-restaurant-seafood.svg │ │ ├── maki-restaurant.imageset │ │ │ ├── Contents.json │ │ │ └── maki-restaurant.svg │ │ ├── maki-roadblock.imageset │ │ │ ├── Contents.json │ │ │ └── maki-roadblock.svg │ │ ├── maki-school.imageset │ │ │ ├── Contents.json │ │ │ └── maki-school.svg │ │ ├── maki-shelter.imageset │ │ │ ├── Contents.json │ │ │ └── maki-shelter.svg │ │ ├── maki-shoe.imageset │ │ │ ├── Contents.json │ │ │ └── maki-shoe.svg │ │ ├── maki-shop.imageset │ │ │ ├── Contents.json │ │ │ └── maki-shop.svg │ │ ├── maki-skateboard.imageset │ │ │ ├── Contents.json │ │ │ └── maki-skateboard.svg │ │ ├── maki-slaughterhouse.imageset │ │ │ ├── Contents.json │ │ │ └── maki-slaughterhouse.svg │ │ ├── maki-slipway.imageset │ │ │ ├── Contents.json │ │ │ └── maki-slipway.svg │ │ ├── maki-soccer.imageset │ │ │ ├── Contents.json │ │ │ └── maki-soccer.svg │ │ ├── maki-square-stroked.imageset │ │ │ ├── Contents.json │ │ │ └── maki-square-stroked.svg │ │ ├── maki-stadium.imageset │ │ │ ├── Contents.json │ │ │ └── maki-stadium.svg │ │ ├── maki-star.imageset │ │ │ ├── Contents.json │ │ │ └── maki-star.svg │ │ ├── maki-suitcase.imageset │ │ │ ├── Contents.json │ │ │ └── maki-suitcase.svg │ │ ├── maki-teahouse.imageset │ │ │ ├── Contents.json │ │ │ └── maki-teahouse.svg │ │ ├── maki-telephone.imageset │ │ │ ├── Contents.json │ │ │ └── maki-telephone.svg │ │ ├── maki-tennis.imageset │ │ │ ├── Contents.json │ │ │ └── maki-tennis.svg │ │ ├── maki-theatre.imageset │ │ │ ├── Contents.json │ │ │ └── maki-theatre.svg │ │ ├── maki-toilet.imageset │ │ │ ├── Contents.json │ │ │ └── maki-toilet.svg │ │ ├── maki-toll.imageset │ │ │ ├── Contents.json │ │ │ └── maki-toll.svg │ │ ├── maki-town-hall.imageset │ │ │ ├── Contents.json │ │ │ └── maki-town-hall.svg │ │ ├── maki-town.imageset │ │ │ ├── Contents.json │ │ │ └── maki-town.svg │ │ ├── maki-triangle-stroked.imageset │ │ │ ├── Contents.json │ │ │ └── maki-triangle-stroked.svg │ │ ├── maki-triangle.imageset │ │ │ ├── Contents.json │ │ │ └── maki-triangle.svg │ │ ├── maki-tunnel.imageset │ │ │ ├── Contents.json │ │ │ └── maki-tunnel.svg │ │ ├── maki-veterinary.imageset │ │ │ ├── Contents.json │ │ │ └── maki-veterinary.svg │ │ ├── maki-village.imageset │ │ │ ├── Contents.json │ │ │ └── maki-village.svg │ │ ├── maki-volcano.imageset │ │ │ ├── Contents.json │ │ │ └── maki-volcano.svg │ │ ├── maki-volleyball.imageset │ │ │ ├── Contents.json │ │ │ └── maki-volleyball.svg │ │ ├── maki-warehouse.imageset │ │ │ ├── Contents.json │ │ │ └── maki-warehouse.svg │ │ ├── maki-waste-basket.imageset │ │ │ ├── Contents.json │ │ │ └── maki-waste-basket.svg │ │ ├── maki-watch.imageset │ │ │ ├── Contents.json │ │ │ └── maki-watch.svg │ │ ├── maki-water.imageset │ │ │ ├── Contents.json │ │ │ └── maki-water.svg │ │ ├── maki-waterfall.imageset │ │ │ ├── Contents.json │ │ │ └── maki-waterfall.svg │ │ ├── maki-watermill.imageset │ │ │ ├── Contents.json │ │ │ └── maki-watermill.svg │ │ ├── maki-wetland.imageset │ │ │ ├── Contents.json │ │ │ └── maki-wetland.svg │ │ ├── maki-wheelchair.imageset │ │ │ ├── Contents.json │ │ │ └── maki-wheelchair.svg │ │ ├── maki-windmill.imageset │ │ │ ├── Contents.json │ │ │ └── maki-windmill.svg │ │ ├── maki-zoo.imageset │ │ │ ├── Contents.json │ │ │ └── maki-zoo.svg │ │ ├── roentgen-advertising_column.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-advertising_column.svg │ │ ├── roentgen-bus_stop_sign.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-bus_stop_sign.svg │ │ ├── roentgen-buses.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-buses.svg │ │ ├── roentgen-cannon.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-cannon.svg │ │ ├── roentgen-city_limit_sign.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-city_limit_sign.svg │ │ ├── roentgen-crane.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-crane.svg │ │ ├── roentgen-crane_gantry.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-crane_gantry.svg │ │ ├── roentgen-crane_portal.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-crane_portal.svg │ │ ├── roentgen-diving_1_platforms.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-diving_1_platforms.svg │ │ ├── roentgen-food_court.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-food_court.svg │ │ ├── roentgen-ford.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-ford.svg │ │ ├── roentgen-fort.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-fort.svg │ │ ├── roentgen-golf_tee.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-golf_tee.svg │ │ ├── roentgen-hopscotch.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-hopscotch.svg │ │ ├── roentgen-horizontal_ladder.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-horizontal_ladder.svg │ │ ├── roentgen-needleleaved_tree.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-needleleaved_tree.svg │ │ ├── roentgen-plane.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-plane.svg │ │ ├── roentgen-pole_dancer.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-pole_dancer.svg │ │ ├── roentgen-rings.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-rings.svg │ │ ├── roentgen-slide.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-slide.svg │ │ ├── roentgen-slide_and_water.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-slide_and_water.svg │ │ ├── roentgen-tower.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-tower.svg │ │ ├── roentgen-tree.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-tree.svg │ │ ├── roentgen-turning_loop.imageset │ │ │ ├── Contents.json │ │ │ └── roentgen-turning_loop.svg │ │ ├── temaki-abseiling.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-abseiling.svg │ │ ├── temaki-accessible_space.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-accessible_space.svg │ │ ├── temaki-accounting.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-accounting.svg │ │ ├── temaki-adit_profile.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-adit_profile.svg │ │ ├── temaki-aerialway_pole.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-aerialway_pole.svg │ │ ├── temaki-airport.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-airport.svg │ │ ├── temaki-amusement_park.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-amusement_park.svg │ │ ├── temaki-anchor_medal.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-anchor_medal.svg │ │ ├── temaki-antenna.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-antenna.svg │ │ ├── temaki-anvil_and_hammer.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-anvil_and_hammer.svg │ │ ├── temaki-app_terminal.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-app_terminal.svg │ │ ├── temaki-archery.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-archery.svg │ │ ├── temaki-army_tent.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-army_tent.svg │ │ ├── temaki-atm2.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-atm2.svg │ │ ├── temaki-balance_beam.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-balance_beam.svg │ │ ├── temaki-balloon.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-balloon.svg │ │ ├── temaki-barn.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-barn.svg │ │ ├── temaki-beach.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-beach.svg │ │ ├── temaki-beauty_salon.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-beauty_salon.svg │ │ ├── temaki-bench.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bench.svg │ │ ├── temaki-benchmark_disk.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-benchmark_disk.svg │ │ ├── temaki-bicycle_locker.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bicycle_locker.svg │ │ ├── temaki-bicycle_parked.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bicycle_parked.svg │ │ ├── temaki-bicycle_rental.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bicycle_rental.svg │ │ ├── temaki-bicycle_repair.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bicycle_repair.svg │ │ ├── temaki-bicycle_shed.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bicycle_shed.svg │ │ ├── temaki-bicycle_structure.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bicycle_structure.svg │ │ ├── temaki-bicycle_wash.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bicycle_wash.svg │ │ ├── temaki-bikini.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bikini.svg │ │ ├── temaki-billboard.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-billboard.svg │ │ ├── temaki-binoculars.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-binoculars.svg │ │ ├── temaki-bleachers.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bleachers.svg │ │ ├── temaki-board_bus.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-board_bus.svg │ │ ├── temaki-board_ferry.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-board_ferry.svg │ │ ├── temaki-board_gondola_lift.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-board_gondola_lift.svg │ │ ├── temaki-board_light_rail.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-board_light_rail.svg │ │ ├── temaki-board_monorail.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-board_monorail.svg │ │ ├── temaki-board_subway.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-board_subway.svg │ │ ├── temaki-board_train.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-board_train.svg │ │ ├── temaki-board_tram.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-board_tram.svg │ │ ├── temaki-board_transit.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-board_transit.svg │ │ ├── temaki-board_trolleybus.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-board_trolleybus.svg │ │ ├── temaki-boat.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-boat.svg │ │ ├── temaki-boat_dry_dock.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-boat_dry_dock.svg │ │ ├── temaki-boat_rental.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-boat_rental.svg │ │ ├── temaki-boat_repair.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-boat_repair.svg │ │ ├── temaki-boat_tour.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-boat_tour.svg │ │ ├── temaki-bollard.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bollard.svg │ │ ├── temaki-bollard_row.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bollard_row.svg │ │ ├── temaki-bottles.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bottles.svg │ │ ├── temaki-boulder1.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-boulder1.svg │ │ ├── temaki-boulder2.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-boulder2.svg │ │ ├── temaki-boulder3.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-boulder3.svg │ │ ├── temaki-bow_and_arrow.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bow_and_arrow.svg │ │ ├── temaki-bowling.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bowling.svg │ │ ├── temaki-bread.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bread.svg │ │ ├── temaki-brick_trowel.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-brick_trowel.svg │ │ ├── temaki-briefcase_bolt.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-briefcase_bolt.svg │ │ ├── temaki-briefcase_shield.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-briefcase_shield.svg │ │ ├── temaki-bubble_tea.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bubble_tea.svg │ │ ├── temaki-buffer_stop.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-buffer_stop.svg │ │ ├── temaki-bulldozer.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bulldozer.svg │ │ ├── temaki-bulletin_board.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bulletin_board.svg │ │ ├── temaki-bunk_beds.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bunk_beds.svg │ │ ├── temaki-bunker.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bunker.svg │ │ ├── temaki-bunker_silo.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bunker_silo.svg │ │ ├── temaki-buoy.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-buoy.svg │ │ ├── temaki-bus.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bus.svg │ │ ├── temaki-bus_guided.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-bus_guided.svg │ │ ├── temaki-cabin.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-cabin.svg │ │ ├── temaki-cable.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-cable.svg │ │ ├── temaki-cable_manhole.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-cable_manhole.svg │ │ ├── temaki-cairn.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-cairn.svg │ │ ├── temaki-camper_trailer.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-camper_trailer.svg │ │ ├── temaki-camper_trailer_dump.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-camper_trailer_dump.svg │ │ ├── temaki-campfire.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-campfire.svg │ │ ├── temaki-cape_landform.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-cape_landform.svg │ │ ├── temaki-capitol.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-capitol.svg │ │ ├── temaki-car_dealer.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-car_dealer.svg │ │ ├── temaki-car_parked.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-car_parked.svg │ │ ├── temaki-car_pool.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-car_pool.svg │ │ ├── temaki-car_structure.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-car_structure.svg │ │ ├── temaki-car_wash.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-car_wash.svg │ │ ├── temaki-carport.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-carport.svg │ │ ├── temaki-casino.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-casino.svg │ │ ├── temaki-catering.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-catering.svg │ │ ├── temaki-cattle_grid.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-cattle_grid.svg │ │ ├── temaki-chairlift.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-chairlift.svg │ │ ├── temaki-chicane_arrow.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-chicane_arrow.svg │ │ ├── temaki-chimney.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-chimney.svg │ │ ├── temaki-cleaver.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-cleaver.svg │ │ ├── temaki-cliff_falling_rocks.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-cliff_falling_rocks.svg │ │ ├── temaki-climbing.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-climbing.svg │ │ ├── temaki-clock.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-clock.svg │ │ ├── temaki-cloth.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-cloth.svg │ │ ├── temaki-clothes_hanger.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-clothes_hanger.svg │ │ ├── temaki-coffee.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-coffee.svg │ │ ├── temaki-compass.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-compass.svg │ │ ├── temaki-conveyor.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-conveyor.svg │ │ ├── temaki-cooling_tower.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-cooling_tower.svg │ │ ├── temaki-coral_reef.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-coral_reef.svg │ │ ├── temaki-crossing_markings-ladder.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-crossing_markings-ladder.svg │ │ ├── temaki-crossing_tram_solid.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-crossing_tram_solid.svg │ │ ├── temaki-crossing_tram_striped.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-crossing_tram_striped.svg │ │ ├── temaki-curtains.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-curtains.svg │ │ ├── temaki-cycle_barrier.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-cycle_barrier.svg │ │ ├── temaki-cyclist_crosswalk.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-cyclist_crosswalk.svg │ │ ├── temaki-dagger.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-dagger.svg │ │ ├── temaki-desk_lamp.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-desk_lamp.svg │ │ ├── temaki-detergent_bottle.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-detergent_bottle.svg │ │ ├── temaki-diamond.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-diamond.svg │ │ ├── temaki-disc_golf_basket.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-disc_golf_basket.svg │ │ ├── temaki-domed_tower.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-domed_tower.svg │ │ ├── temaki-donut.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-donut.svg │ │ ├── temaki-drag_lift.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-drag_lift.svg │ │ ├── temaki-dress.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-dress.svg │ │ ├── temaki-drink_cup.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-drink_cup.svg │ │ ├── temaki-elevator.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-elevator.svg │ │ ├── temaki-embassy.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-embassy.svg │ │ ├── temaki-fashion_accessories.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-fashion_accessories.svg │ │ ├── temaki-ferry.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-ferry.svg │ │ ├── temaki-field_hockey.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-field_hockey.svg │ │ ├── temaki-fighter_jet.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-fighter_jet.svg │ │ ├── temaki-fire_hydrant.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-fire_hydrant.svg │ │ ├── temaki-fire_hydrant_underground.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-fire_hydrant_underground.svg │ │ ├── temaki-fireplace.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-fireplace.svg │ │ ├── temaki-fish_cleaning.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-fish_cleaning.svg │ │ ├── temaki-fish_ladder.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-fish_ladder.svg │ │ ├── temaki-footwear_decontamination.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-footwear_decontamination.svg │ │ ├── temaki-fountain.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-fountain.svg │ │ ├── temaki-freight_car.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-freight_car.svg │ │ ├── temaki-furniture.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-furniture.svg │ │ ├── temaki-garden_bed.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-garden_bed.svg │ │ ├── temaki-gas.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-gas.svg │ │ ├── temaki-gas_manhole.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-gas_manhole.svg │ │ ├── temaki-gate.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-gate.svg │ │ ├── temaki-golf_cart.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-golf_cart.svg │ │ ├── temaki-golf_green.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-golf_green.svg │ │ ├── temaki-gondola_lift.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-gondola_lift.svg │ │ ├── temaki-goods_lift.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-goods_lift.svg │ │ ├── temaki-gown.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-gown.svg │ │ ├── temaki-grapes.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-grapes.svg │ │ ├── temaki-grass.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-grass.svg │ │ ├── temaki-guard_rail.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-guard_rail.svg │ │ ├── temaki-hair_care.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-hair_care.svg │ │ ├── temaki-hammer_shoe.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-hammer_shoe.svg │ │ ├── temaki-handbag.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-handbag.svg │ │ ├── temaki-hangar.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-hangar.svg │ │ ├── temaki-hanging_rail.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-hanging_rail.svg │ │ ├── temaki-hearing_aid.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-hearing_aid.svg │ │ ├── temaki-hedge.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-hedge.svg │ │ ├── temaki-height_restrictor.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-height_restrictor.svg │ │ ├── temaki-hinduism.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-hinduism.svg │ │ ├── temaki-horizontal_bar.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-horizontal_bar.svg │ │ ├── temaki-horn_cleat.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-horn_cleat.svg │ │ ├── temaki-horse_shelter.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-horse_shelter.svg │ │ ├── temaki-horseshoes.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-horseshoes.svg │ │ ├── temaki-hot_drink_cup.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-hot_drink_cup.svg │ │ ├── temaki-houseboat.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-houseboat.svg │ │ ├── temaki-hunting_blind.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-hunting_blind.svg │ │ ├── temaki-hut.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-hut.svg │ │ ├── temaki-ice_fishing.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-ice_fishing.svg │ │ ├── temaki-info_board.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-info_board.svg │ │ ├── temaki-island_trees_building.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-island_trees_building.svg │ │ ├── temaki-islet_tree.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-islet_tree.svg │ │ ├── temaki-j_bar_lift.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-j_bar_lift.svg │ │ ├── temaki-junction.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-junction.svg │ │ ├── temaki-junk_car.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-junk_car.svg │ │ ├── temaki-kerb-flush.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-kerb-flush.svg │ │ ├── temaki-kerb-lowered.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-kerb-lowered.svg │ │ ├── temaki-kerb-raised.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-kerb-raised.svg │ │ ├── temaki-kerb-rolled.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-kerb-rolled.svg │ │ ├── temaki-kerb-unspecified.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-kerb-unspecified.svg │ │ ├── temaki-kitchen_sink.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-kitchen_sink.svg │ │ ├── temaki-latrine.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-latrine.svg │ │ ├── temaki-laundry.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-laundry.svg │ │ ├── temaki-lawn.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-lawn.svg │ │ ├── temaki-letter_box.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-letter_box.svg │ │ ├── temaki-lift_gate.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-lift_gate.svg │ │ ├── temaki-light_rail.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-light_rail.svg │ │ ├── temaki-lipstick.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-lipstick.svg │ │ ├── temaki-lounger.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-lounger.svg │ │ ├── temaki-manhole.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-manhole.svg │ │ ├── temaki-manufactured_home.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-manufactured_home.svg │ │ ├── temaki-mast.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-mast.svg │ │ ├── temaki-mast_communication.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-mast_communication.svg │ │ ├── temaki-mast_lighting.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-mast_lighting.svg │ │ ├── temaki-maze.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-maze.svg │ │ ├── temaki-milestone.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-milestone.svg │ │ ├── temaki-military.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-military.svg │ │ ├── temaki-military_checkpoint.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-military_checkpoint.svg │ │ ├── temaki-milk_jug.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-milk_jug.svg │ │ ├── temaki-mineshaft_cage.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-mineshaft_cage.svg │ │ ├── temaki-money_hand.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-money_hand.svg │ │ ├── temaki-monorail.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-monorail.svg │ │ ├── temaki-motorcycle_rental.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-motorcycle_rental.svg │ │ ├── temaki-motorcycle_repair.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-motorcycle_repair.svg │ │ ├── temaki-mountain_cross.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-mountain_cross.svg │ │ ├── temaki-mountain_range.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-mountain_range.svg │ │ ├── temaki-movie_rental.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-movie_rental.svg │ │ ├── temaki-museum.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-museum.svg │ │ ├── temaki-natural_arch.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-natural_arch.svg │ │ ├── temaki-needle_and_spool.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-needle_and_spool.svg │ │ ├── temaki-obelisk.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-obelisk.svg │ │ ├── temaki-oil_well.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-oil_well.svg │ │ ├── temaki-parking_space.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-parking_space.svg │ │ ├── temaki-passport_checkpoint.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-passport_checkpoint.svg │ │ ├── temaki-ped_cyclist_crosswalk.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-ped_cyclist_crosswalk.svg │ │ ├── temaki-pedestrian.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-pedestrian.svg │ │ ├── temaki-pedestrian_and_cyclist.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-pedestrian_and_cyclist.svg │ │ ├── temaki-pedestrian_crosswalk.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-pedestrian_crosswalk.svg │ │ ├── temaki-pedestrian_walled.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-pedestrian_walled.svg │ │ ├── temaki-perfume.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-perfume.svg │ │ ├── temaki-pet_grooming.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-pet_grooming.svg │ │ ├── temaki-physiotherapist.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-physiotherapist.svg │ │ ├── temaki-pick_hammer.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-pick_hammer.svg │ │ ├── temaki-picnic_shelter.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-picnic_shelter.svg │ │ ├── temaki-pier_fixed.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-pier_fixed.svg │ │ ├── temaki-pier_floating.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-pier_floating.svg │ │ ├── temaki-pipe.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-pipe.svg │ │ ├── temaki-plane_taxiing.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-plane_taxiing.svg │ │ ├── temaki-planes.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-planes.svg │ │ ├── temaki-plaque.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-plaque.svg │ │ ├── temaki-platter_lift.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-platter_lift.svg │ │ ├── temaki-play_structure.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-play_structure.svg │ │ ├── temaki-plumber.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-plumber.svg │ │ ├── temaki-police_officer.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-police_officer.svg │ │ ├── temaki-polished_nail.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-polished_nail.svg │ │ ├── temaki-post_box.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-post_box.svg │ │ ├── temaki-poster_box.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-poster_box.svg │ │ ├── temaki-power.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-power.svg │ │ ├── temaki-power_manhole.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-power_manhole.svg │ │ ├── temaki-power_pole.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-power_pole.svg │ │ ├── temaki-power_switch.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-power_switch.svg │ │ ├── temaki-power_tower.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-power_tower.svg │ │ ├── temaki-power_transformer.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-power_transformer.svg │ │ ├── temaki-powered_pump.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-powered_pump.svg │ │ ├── temaki-propane_tank.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-propane_tank.svg │ │ ├── temaki-psychic.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-psychic.svg │ │ ├── temaki-quakerism.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-quakerism.svg │ │ ├── temaki-quay.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-quay.svg │ │ ├── temaki-racetrack_oval.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-racetrack_oval.svg │ │ ├── temaki-radiation.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-radiation.svg │ │ ├── temaki-rail_flag.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-rail_flag.svg │ │ ├── temaki-rail_profile.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-rail_profile.svg │ │ ├── temaki-railing.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-railing.svg │ │ ├── temaki-railway_cable_track.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-railway_cable_track.svg │ │ ├── temaki-railway_signals.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-railway_signals.svg │ │ ├── temaki-railway_track.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-railway_track.svg │ │ ├── temaki-railway_track_askew.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-railway_track_askew.svg │ │ ├── temaki-railway_track_mini.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-railway_track_mini.svg │ │ ├── temaki-railway_track_narrow.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-railway_track_narrow.svg │ │ ├── temaki-railway_track_partial.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-railway_track_partial.svg │ │ ├── temaki-real_estate_agency.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-real_estate_agency.svg │ │ ├── temaki-rocket_firework.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-rocket_firework.svg │ │ ├── temaki-roller_coaster.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-roller_coaster.svg │ │ ├── temaki-room.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-room.svg │ │ ├── temaki-rope_fence.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-rope_fence.svg │ │ ├── temaki-row_houses.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-row_houses.svg │ │ ├── temaki-ruins.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-ruins.svg │ │ ├── temaki-rumble_strip.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-rumble_strip.svg │ │ ├── temaki-saddle.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-saddle.svg │ │ ├── temaki-sailboat.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-sailboat.svg │ │ ├── temaki-sandbox.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-sandbox.svg │ │ ├── temaki-sandwich.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-sandwich.svg │ │ ├── temaki-scaffold.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-scaffold.svg │ │ ├── temaki-school.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-school.svg │ │ ├── temaki-scuba_diving.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-scuba_diving.svg │ │ ├── temaki-sculpture.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-sculpture.svg │ │ ├── temaki-security_camera.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-security_camera.svg │ │ ├── temaki-seesaw.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-seesaw.svg │ │ ├── temaki-shinto.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-shinto.svg │ │ ├── temaki-shopping_mall.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-shopping_mall.svg │ │ ├── temaki-shower.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-shower.svg │ │ ├── temaki-shrub.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-shrub.svg │ │ ├── temaki-shrub_low.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-shrub_low.svg │ │ ├── temaki-shuffleboard.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-shuffleboard.svg │ │ ├── temaki-sign_and_bench.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-sign_and_bench.svg │ │ ├── temaki-sign_and_car.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-sign_and_car.svg │ │ ├── temaki-sikhism.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-sikhism.svg │ │ ├── temaki-silo.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-silo.svg │ │ ├── temaki-ski_jumping.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-ski_jumping.svg │ │ ├── temaki-sledding.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-sledding.svg │ │ ├── temaki-sleep_shelter.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-sleep_shelter.svg │ │ ├── temaki-slide.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-slide.svg │ │ ├── temaki-snow.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-snow.svg │ │ ├── temaki-snow_shoeing.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-snow_shoeing.svg │ │ ├── temaki-social_facility.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-social_facility.svg │ │ ├── temaki-spa.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-spa.svg │ │ ├── temaki-speaker.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-speaker.svg │ │ ├── temaki-speed_bump.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-speed_bump.svg │ │ ├── temaki-speed_dip.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-speed_dip.svg │ │ ├── temaki-speed_hump.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-speed_hump.svg │ │ ├── temaki-speed_table.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-speed_table.svg │ │ ├── temaki-speedway_8.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-speedway_8.svg │ │ ├── temaki-speedway_oval.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-speedway_oval.svg │ │ ├── temaki-spice_bottle.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-spice_bottle.svg │ │ ├── temaki-spike_strip.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-spike_strip.svg │ │ ├── temaki-spotting_scope.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-spotting_scope.svg │ │ ├── temaki-spring_rider.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-spring_rider.svg │ │ ├── temaki-statue.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-statue.svg │ │ ├── temaki-stile_squeezer.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-stile_squeezer.svg │ │ ├── temaki-stop.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-stop.svg │ │ ├── temaki-storage_fermenter.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-storage_fermenter.svg │ │ ├── temaki-storage_rental.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-storage_rental.svg │ │ ├── temaki-storage_tank.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-storage_tank.svg │ │ ├── temaki-street_lamp_arm.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-street_lamp_arm.svg │ │ ├── temaki-striped_zone.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-striped_zone.svg │ │ ├── temaki-subway.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-subway.svg │ │ ├── temaki-suitcase_key.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-suitcase_key.svg │ │ ├── temaki-swamp.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-swamp.svg │ │ ├── temaki-t_bar_lift.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-t_bar_lift.svg │ │ ├── temaki-tanning.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-tanning.svg │ │ ├── temaki-taoism.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-taoism.svg │ │ ├── temaki-tattoo_machine.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-tattoo_machine.svg │ │ ├── temaki-telescope.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-telescope.svg │ │ ├── temaki-temaki.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-temaki.svg │ │ ├── temaki-tents.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-tents.svg │ │ ├── temaki-tiling.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-tiling.svg │ │ ├── temaki-tire.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-tire.svg │ │ ├── temaki-tire_course.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-tire_course.svg │ │ ├── temaki-toll_gantry.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-toll_gantry.svg │ │ ├── temaki-tools.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-tools.svg │ │ ├── temaki-tower.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-tower.svg │ │ ├── temaki-tower_communication.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-tower_communication.svg │ │ ├── temaki-town_hall.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-town_hall.svg │ │ ├── temaki-traffic_signals.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-traffic_signals.svg │ │ ├── temaki-train.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-train.svg │ │ ├── temaki-train_bullet.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-train_bullet.svg │ │ ├── temaki-train_kids.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-train_kids.svg │ │ ├── temaki-train_steam.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-train_steam.svg │ │ ├── temaki-train_wash.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-train_wash.svg │ │ ├── temaki-tram.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-tram.svg │ │ ├── temaki-transit.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-transit.svg │ │ ├── temaki-transit_shelter.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-transit_shelter.svg │ │ ├── temaki-tree_and_bench.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-tree_and_bench.svg │ │ ├── temaki-tree_row.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-tree_row.svg │ │ ├── temaki-tree_stump.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-tree_stump.svg │ │ ├── temaki-trench.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-trench.svg │ │ ├── temaki-trolleybus.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-trolleybus.svg │ │ ├── temaki-tunnel.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-tunnel.svg │ │ ├── temaki-turnstile.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-turnstile.svg │ │ ├── temaki-utility_pole.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-utility_pole.svg │ │ ├── temaki-vacuum.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vacuum.svg │ │ ├── temaki-vacuum_station.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vacuum_station.svg │ │ ├── temaki-valley.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-valley.svg │ │ ├── temaki-vase.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vase.svg │ │ ├── temaki-vending_bread.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_bread.svg │ │ ├── temaki-vending_cigarettes.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_cigarettes.svg │ │ ├── temaki-vending_cold_drink.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_cold_drink.svg │ │ ├── temaki-vending_eggs.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_eggs.svg │ │ ├── temaki-vending_flat_coin.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_flat_coin.svg │ │ ├── temaki-vending_hot_drink.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_hot_drink.svg │ │ ├── temaki-vending_ice.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_ice.svg │ │ ├── temaki-vending_ice_cream.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_ice_cream.svg │ │ ├── temaki-vending_lockers.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_lockers.svg │ │ ├── temaki-vending_love.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_love.svg │ │ ├── temaki-vending_machine.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_machine.svg │ │ ├── temaki-vending_newspaper.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_newspaper.svg │ │ ├── temaki-vending_pet_waste.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_pet_waste.svg │ │ ├── temaki-vending_stamps.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_stamps.svg │ │ ├── temaki-vending_tickets.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_tickets.svg │ │ ├── temaki-vending_venus.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vending_venus.svg │ │ ├── temaki-vertical_rotisserie.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-vertical_rotisserie.svg │ │ ├── temaki-veterinary_care.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-veterinary_care.svg │ │ ├── temaki-wall.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-wall.svg │ │ ├── temaki-waste.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-waste.svg │ │ ├── temaki-waste_manhole.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-waste_manhole.svg │ │ ├── temaki-water.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-water.svg │ │ ├── temaki-water_bottle.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-water_bottle.svg │ │ ├── temaki-water_tap.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-water_tap.svg │ │ ├── temaki-water_tower.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-water_tower.svg │ │ ├── temaki-well_pump_manual.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-well_pump_manual.svg │ │ ├── temaki-wheel.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-wheel.svg │ │ ├── temaki-wind_turbine.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-wind_turbine.svg │ │ ├── temaki-window.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-window.svg │ │ ├── temaki-windpump.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-windpump.svg │ │ ├── temaki-windsock.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-windsock.svg │ │ ├── temaki-x_oblique.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-x_oblique.svg │ │ ├── temaki-yield.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-yield.svg │ │ └── temaki-zoo.imageset │ │ │ ├── Contents.json │ │ │ └── temaki-zoo.svg │ └── update.sh ├── Shared │ ├── BingPlaceholderImage.png │ ├── 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 │ ├── EsriPlaceholderImage.jpg │ ├── ExternalGPS.swift │ ├── GpxTrack.swift │ ├── HealthKitRoutes.swift │ ├── LocationParser.swift │ ├── MapMarkers │ │ ├── FixmeMarker.swift │ │ ├── GeoJsonMarker.swift │ │ ├── KeepRightMarker.swift │ │ ├── MapMarker.swift │ │ ├── MapMarkerDatabase.swift │ │ ├── MapMarkerIgnoreList.swift │ │ ├── OsmNoteMarker.swift │ │ ├── QuestMarker.swift │ │ └── WayPointMarker.swift │ ├── MapTransform.swift │ ├── MapView.swift │ ├── OSMModels │ │ ├── OsmBaseObject.swift │ │ ├── OsmDownloader.swift │ │ ├── OsmMapData+Edit.swift │ │ ├── OsmMapData.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 │ │ ├── LocationSet.swift │ │ ├── NsiLogoDatabase.swift │ │ ├── PresetAddressFormat.swift │ │ ├── PresetArea.swift │ │ ├── PresetCategory.swift │ │ ├── PresetFeature.swift │ │ ├── PresetField.swift │ │ ├── PresetGroup.swift │ │ ├── PresetKey.swift │ │ ├── PresetKeyUserDefined.swift │ │ ├── PresetLanguages.swift │ │ ├── PresetValue.swift │ │ ├── PresetsDatabase+TableView.swift │ │ ├── PresetsDatabase.swift │ │ ├── PresetsForFeature.swift │ │ └── TagInfo.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 │ │ └── URLSession+Extension.swift │ ├── VectorMath.swift │ ├── VoiceAnnouncement.swift │ ├── WikiPage.swift │ └── changeset.xsl ├── apple-app-site-association ├── iOS │ ├── .bundle │ │ └── config │ ├── .gitignore │ ├── AppDelegate.swift │ ├── Base.lproj │ │ └── MainStoryboard.storyboard │ ├── BingMetadataViewController.swift │ ├── CustomViews │ │ ├── AlertPopup.swift │ │ ├── AutocompleteTextField.swift │ │ ├── CompassButton.swift │ │ ├── CrossHairsLayer.swift │ │ ├── CustomActionSheetController.swift │ │ ├── CustomSegmentedControl.swift │ │ ├── DPadView.swift │ │ ├── DataOverlayLayer.swift │ │ ├── DrawingLayer.swift │ │ ├── FpsLabel.swift │ │ ├── GpxLayer.swift │ │ ├── LocationBallLayer.swift │ │ ├── LocationButton.swift │ │ ├── MagnifyingGlass.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 │ ├── Gemfile.lock │ ├── GeoJSON.swift │ ├── 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 │ ├── Go Map!! │ │ ├── Go Map!!-Mac.entitlements │ │ └── Go Map!!.entitlements │ ├── 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 │ │ │ │ ├── app_icon-120x120.png │ │ │ │ └── app_icon-180x180.png │ │ │ ├── AppIconTransparent.imageset │ │ │ │ ├── AppInconTransparent.png │ │ │ │ └── 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 │ ├── MapboxLocator.secret │ ├── MaxarAerial.secret │ ├── 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 │ ├── 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_access_point.svg │ │ │ ├── ic_quest_apple.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_apple.svg │ │ │ ├── ic_quest_baby.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_baby.svg │ │ │ ├── ic_quest_barrier.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_barrier.svg │ │ │ ├── ic_quest_barrier_on_path.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_barrier_on_path.svg │ │ │ ├── ic_quest_barrier_on_road.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_barrier_on_road.svg │ │ │ ├── ic_quest_bench_poi.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bench_poi.svg │ │ │ ├── ic_quest_bench_public_transport.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bench_public_transport.svg │ │ │ ├── ic_quest_bicycle.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bicycle.svg │ │ │ ├── ic_quest_bicycle_incline.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bicycle_incline.svg │ │ │ ├── ic_quest_bicycle_parking.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bicycle_parking.svg │ │ │ ├── ic_quest_bicycle_parking_access.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bicycle_parking_access.svg │ │ │ ├── ic_quest_bicycle_parking_capacity.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bicycle_parking_capacity.svg │ │ │ ├── ic_quest_bicycle_parking_cover.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bicycle_parking_cover.svg │ │ │ ├── ic_quest_bicycle_parking_fee.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bicycle_parking_fee.svg │ │ │ ├── ic_quest_bicycle_pump.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bicycle_pump.svg │ │ │ ├── ic_quest_bicycle_rental.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bicycle_rental.svg │ │ │ ├── ic_quest_bicycle_rental_capacity.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bicycle_rental_capacity.svg │ │ │ ├── ic_quest_bicycle_repair.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bicycle_repair.svg │ │ │ ├── ic_quest_bicycle_second_hand.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bicycle_second_hand.svg │ │ │ ├── ic_quest_bicycleway.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bicycleway.svg │ │ │ ├── ic_quest_bicycleway_surface.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bicycleway_surface.svg │ │ │ ├── ic_quest_bicycleway_width.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bicycleway_width.svg │ │ │ ├── ic_quest_bin_public_transport.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bin_public_transport.svg │ │ │ ├── ic_quest_blind.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_blind.svg │ │ │ ├── ic_quest_blind_bus.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_blind_bus.svg │ │ │ ├── ic_quest_blind_pedestrian_crossing.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_blind_pedestrian_crossing.svg │ │ │ ├── ic_quest_blind_traffic_lights.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_blind_traffic_lights.svg │ │ │ ├── ic_quest_blind_traffic_lights_sound.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_blind_traffic_lights_sound.svg │ │ │ ├── ic_quest_board_type.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_board_type.svg │ │ │ ├── ic_quest_bridge.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bridge.svg │ │ │ ├── ic_quest_building.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_building.svg │ │ │ ├── ic_quest_building_construction.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_building_construction.svg │ │ │ ├── ic_quest_building_height.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_building_height.svg │ │ │ ├── ic_quest_building_levels.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_building_levels.svg │ │ │ ├── ic_quest_building_underground.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_building_underground.svg │ │ │ ├── ic_quest_bus.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bus.svg │ │ │ ├── ic_quest_bus_stop_lit.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bus_stop_lit.svg │ │ │ ├── ic_quest_bus_stop_name.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bus_stop_name.svg │ │ │ ├── ic_quest_bus_stop_shelter.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_bus_stop_shelter.svg │ │ │ ├── ic_quest_calendar.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_calendar.svg │ │ │ ├── ic_quest_camp_power.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_camp_power.svg │ │ │ ├── ic_quest_car.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_car.svg │ │ │ ├── ic_quest_car_air_compressor.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_car_air_compressor.svg │ │ │ ├── ic_quest_car_bumpy.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_car_bumpy.svg │ │ │ ├── ic_quest_car_charger.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_car_charger.svg │ │ │ ├── ic_quest_car_charger_capacity.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_car_charger_capacity.svg │ │ │ ├── ic_quest_car_wash.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_car_wash.svg │ │ │ ├── ic_quest_card.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_card.svg │ │ │ ├── ic_quest_cash.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_cash.svg │ │ │ ├── ic_quest_check.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_check.svg │ │ │ ├── ic_quest_check_shop.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_check_shop.svg │ │ │ ├── ic_quest_create_note.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_create_note.svg │ │ │ ├── ic_quest_crown.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_crown.svg │ │ │ ├── ic_quest_defibrillator.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_defibrillator.svg │ │ │ ├── ic_quest_door.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_door.svg │ │ │ ├── ic_quest_door_address.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_door_address.svg │ │ │ ├── ic_quest_drinking_water.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_drinking_water.svg │ │ │ ├── ic_quest_fee.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_fee.svg │ │ │ ├── ic_quest_ferry.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_ferry.svg │ │ │ ├── ic_quest_ferry_pedestrian.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_ferry_pedestrian.svg │ │ │ ├── ic_quest_fire_hydrant.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_fire_hydrant.svg │ │ │ ├── ic_quest_fire_hydrant_diameter.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_fire_hydrant_diameter.svg │ │ │ ├── ic_quest_fire_hydrant_grass.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_fire_hydrant_grass.svg │ │ │ ├── ic_quest_fire_hydrant_ref.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_fire_hydrant_ref.svg │ │ │ ├── ic_quest_footway_surface.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_footway_surface.svg │ │ │ ├── ic_quest_fuel.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_fuel.svg │ │ │ ├── ic_quest_fuel_self_service.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_fuel_self_service.svg │ │ │ ├── ic_quest_halal.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_halal.svg │ │ │ ├── ic_quest_housenumber.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_housenumber.svg │ │ │ ├── ic_quest_housenumber_street.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_housenumber_street.svg │ │ │ ├── ic_quest_information.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_information.svg │ │ │ ├── ic_quest_kerb_tactile_paving.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_kerb_tactile_paving.svg │ │ │ ├── ic_quest_kerb_type.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_kerb_type.svg │ │ │ ├── ic_quest_kosher.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_kosher.svg │ │ │ ├── ic_quest_label.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_label.svg │ │ │ ├── ic_quest_lantern.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_lantern.svg │ │ │ ├── ic_quest_laundry.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_laundry.svg │ │ │ ├── ic_quest_leaf.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_leaf.svg │ │ │ ├── ic_quest_level.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_level.svg │ │ │ ├── ic_quest_mail.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_mail.svg │ │ │ ├── ic_quest_mail_ref.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_mail_ref.svg │ │ │ ├── ic_quest_max_height.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_max_height.svg │ │ │ ├── ic_quest_max_height_measure.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_max_height_measure.svg │ │ │ ├── ic_quest_max_speed.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_max_speed.svg │ │ │ ├── ic_quest_max_weight.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_max_weight.svg │ │ │ ├── ic_quest_max_width.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_max_width.svg │ │ │ ├── ic_quest_memorial.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_memorial.svg │ │ │ ├── ic_quest_money.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_money.svg │ │ │ ├── ic_quest_motorcycle_parking.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_motorcycle_parking.svg │ │ │ ├── ic_quest_motorcycle_parking_capacity.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_motorcycle_parking_capacity.svg │ │ │ ├── ic_quest_motorcycle_parking_cover.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_motorcycle_parking_cover.svg │ │ │ ├── ic_quest_no_bicycles.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_no_bicycles.svg │ │ │ ├── ic_quest_no_cars.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_no_cars.svg │ │ │ ├── ic_quest_no_cow.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_no_cow.svg │ │ │ ├── ic_quest_no_pedestrians.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_no_pedestrians.svg │ │ │ ├── ic_quest_notes.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_notes.svg │ │ │ ├── ic_quest_oneway.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_oneway.svg │ │ │ ├── ic_quest_opening_hours.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_opening_hours.svg │ │ │ ├── ic_quest_opening_hours_signed.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_opening_hours_signed.svg │ │ │ ├── ic_quest_panoramax.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_panoramax.png │ │ │ ├── ic_quest_parking.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_parking.svg │ │ │ ├── ic_quest_parking_access.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_parking_access.svg │ │ │ ├── ic_quest_parking_fee.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_parking_fee.svg │ │ │ ├── ic_quest_parking_lane.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_parking_lane.svg │ │ │ ├── ic_quest_parking_maxstay.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_parking_maxstay.svg │ │ │ ├── ic_quest_path_segregation.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_path_segregation.svg │ │ │ ├── ic_quest_peak.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_peak.svg │ │ │ ├── ic_quest_pedestrian.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_pedestrian.svg │ │ │ ├── ic_quest_pedestrian_crossing.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_pedestrian_crossing.svg │ │ │ ├── ic_quest_pedestrian_crossing_island.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_pedestrian_crossing_island.svg │ │ │ ├── ic_quest_phone.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_phone.svg │ │ │ ├── ic_quest_picnic_table_cover.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_picnic_table_cover.svg │ │ │ ├── ic_quest_pitch_lantern.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_pitch_lantern.svg │ │ │ ├── ic_quest_pitch_surface.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_pitch_surface.svg │ │ │ ├── ic_quest_playground.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_playground.svg │ │ │ ├── ic_quest_police.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_police.svg │ │ │ ├── ic_quest_power.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_power.svg │ │ │ ├── ic_quest_railway.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_railway.svg │ │ │ ├── ic_quest_recycling.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_recycling.svg │ │ │ ├── ic_quest_recycling_clothes.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_recycling_clothes.svg │ │ │ ├── ic_quest_recycling_container.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_recycling_container.svg │ │ │ ├── ic_quest_recycling_glass.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_recycling_glass.svg │ │ │ ├── ic_quest_religion.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_religion.svg │ │ │ ├── ic_quest_restaurant.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_restaurant.svg │ │ │ ├── ic_quest_restaurant_vegan.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_restaurant_vegan.svg │ │ │ ├── ic_quest_restaurant_vegetarian.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_restaurant_vegetarian.svg │ │ │ ├── ic_quest_road_construction.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_road_construction.svg │ │ │ ├── ic_quest_roof_shape.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_roof_shape.svg │ │ │ ├── ic_quest_seating.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_seating.svg │ │ │ ├── ic_quest_shop.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_shop.svg │ │ │ ├── ic_quest_shower.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_shower.svg │ │ │ ├── ic_quest_sidewalk.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_sidewalk.svg │ │ │ ├── ic_quest_sidewalk_surface.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_sidewalk_surface.svg │ │ │ ├── ic_quest_smoking.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_smoking.svg │ │ │ ├── ic_quest_snow_poi.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_snow_poi.svg │ │ │ ├── ic_quest_sport.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_sport.svg │ │ │ ├── ic_quest_steps.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_steps.svg │ │ │ ├── ic_quest_steps_count.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_steps_count.svg │ │ │ ├── ic_quest_steps_count_brown.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_steps_count_brown.svg │ │ │ ├── ic_quest_steps_handrail.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_steps_handrail.svg │ │ │ ├── ic_quest_steps_ramp.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_steps_ramp.svg │ │ │ ├── ic_quest_street.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_street.svg │ │ │ ├── ic_quest_street_lanes.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_street_lanes.svg │ │ │ ├── ic_quest_street_name.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_street_name.svg │ │ │ ├── ic_quest_street_shoulder.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_street_shoulder.svg │ │ │ ├── ic_quest_street_surface.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_street_surface.svg │ │ │ ├── ic_quest_street_surface_detail.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_street_surface_detail.svg │ │ │ ├── ic_quest_street_turn_lanes.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_street_turn_lanes.svg │ │ │ ├── ic_quest_street_width.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_street_width.svg │ │ │ ├── ic_quest_summit_cross.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_summit_cross.svg │ │ │ ├── ic_quest_surveillance_camera.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_surveillance_camera.svg │ │ │ ├── ic_quest_tent.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_tent.svg │ │ │ ├── ic_quest_toilet_fee.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_toilet_fee.svg │ │ │ ├── ic_quest_toilets.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_toilets.svg │ │ │ ├── ic_quest_toilets_wheelchair.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_toilets_wheelchair.svg │ │ │ ├── ic_quest_tractor.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_tractor.svg │ │ │ ├── ic_quest_traffic_lights.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_traffic_lights.svg │ │ │ ├── ic_quest_way_surface.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_way_surface.svg │ │ │ ├── ic_quest_way_surface_detail.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_way_surface_detail.svg │ │ │ ├── ic_quest_way_width.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_way_width.svg │ │ │ ├── ic_quest_wheelchair.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_wheelchair.svg │ │ │ ├── ic_quest_wheelchair_shop.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_wheelchair_shop.svg │ │ │ └── ic_quest_wifi.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── ic_quest_wifi.svg │ │ ├── QuestList.swift │ │ ├── QuestSolver.storyboard │ │ ├── QuestSolverController.swift │ │ ├── VectorDrawable2Svg.py │ │ └── updateIcons.sh │ ├── 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 │ ├── 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 │ │ └── metadata │ │ │ └── app_icon.png │ ├── main.swift │ └── mul.lproj │ │ └── MainStoryboard.xcstrings ├── precheck_git.sh ├── presets │ ├── address_formats.json │ ├── borders.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 │ │ ├── ast.json │ │ ├── br.json │ │ ├── ca.json │ │ ├── cs.json │ │ ├── cy.json │ │ ├── da.json │ │ ├── de-AT.json │ │ ├── de-CH.json │ │ ├── de.json │ │ ├── el.json │ │ ├── en-AU.json │ │ ├── en-CA.json │ │ ├── en-GB.json │ │ ├── en-IE.json │ │ ├── en-IN.json │ │ ├── en-NZ.json │ │ ├── en-PH.json │ │ ├── en.json │ │ ├── eo.json │ │ ├── es.json │ │ ├── et.json │ │ ├── fa-IR.json │ │ ├── fa.json │ │ ├── fi.json │ │ ├── fr-FR.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 │ │ ├── lt.json │ │ ├── lv.json │ │ ├── mk.json │ │ ├── nl-BE.json │ │ ├── nl-NL.json │ │ ├── nl.json │ │ ├── no.json │ │ ├── pl.json │ │ ├── pt-BR.json │ │ ├── pt.json │ │ ├── ro.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 /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/.clang-format -------------------------------------------------------------------------------- /.git-blame-ignore-revs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/.git-blame-ignore-revs -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/.gitignore -------------------------------------------------------------------------------- /.swift-version: -------------------------------------------------------------------------------- 1 | 5.0 2 | -------------------------------------------------------------------------------- /.swiftformat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/.swiftformat -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/.travis.yml -------------------------------------------------------------------------------- /Architecture.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/Architecture.pages -------------------------------------------------------------------------------- /Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/Architecture.png -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/README.md -------------------------------------------------------------------------------- /download-on-the-app-store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/download-on-the-app-store.png -------------------------------------------------------------------------------- /src/AppIcon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/AppIcon.svg -------------------------------------------------------------------------------- /src/AppIconDark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/AppIconDark.svg -------------------------------------------------------------------------------- /src/Images.xcassets/982-food-toolbar.imageset/982-food-toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/982-food-toolbar.imageset/982-food-toolbar.png -------------------------------------------------------------------------------- /src/Images.xcassets/982-food-toolbar.imageset/982-food-toolbar@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/982-food-toolbar.imageset/982-food-toolbar@2x.png -------------------------------------------------------------------------------- /src/Images.xcassets/982-food-toolbar.imageset/982-food-toolbar@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/982-food-toolbar.imageset/982-food-toolbar@3x.png -------------------------------------------------------------------------------- /src/Images.xcassets/982-food-toolbar.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/982-food-toolbar.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/AppIcon.appiconset/AppIconDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/AppIcon.appiconset/AppIconDark.png -------------------------------------------------------------------------------- /src/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/AppIcon.appiconset/app_icon-1024x1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/AppIcon.appiconset/app_icon-1024x1024.png -------------------------------------------------------------------------------- /src/Images.xcassets/AppIconTransparent.imageset/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/AppIconTransparent.imageset/1024.png -------------------------------------------------------------------------------- /src/Images.xcassets/AppIconTransparent.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/AppIconTransparent.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/CustomFeature.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/CustomFeature.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/CustomFeature.imageset/pencil.and.outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/CustomFeature.imageset/pencil.and.outline.svg -------------------------------------------------------------------------------- /src/Images.xcassets/Finger.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/Finger.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/Finger.imageset/Finger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/Finger.imageset/Finger.png -------------------------------------------------------------------------------- /src/Images.xcassets/Panoramax.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/Panoramax.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/Panoramax.imageset/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/Panoramax.imageset/logo.svg -------------------------------------------------------------------------------- /src/Images.xcassets/arrowAllow.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/arrowAllow.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/arrowAllow.imageset/arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/arrowAllow.imageset/arrows.png -------------------------------------------------------------------------------- /src/Images.xcassets/arrowRestrict.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/arrowRestrict.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/arrowRestrict.imageset/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/arrowRestrict.imageset/arrow.png -------------------------------------------------------------------------------- /src/Images.xcassets/bing-logo-gray.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/bing-logo-gray.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/bing-logo-gray.imageset/bing-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/bing-logo-gray.imageset/bing-logo.png -------------------------------------------------------------------------------- /src/Images.xcassets/bing-logo-gray.imageset/bing-logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/bing-logo-gray.imageset/bing-logo@2x.png -------------------------------------------------------------------------------- /src/Images.xcassets/bing-logo-gray.imageset/bing-logo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/bing-logo-gray.imageset/bing-logo@3x.png -------------------------------------------------------------------------------- /src/Images.xcassets/bing-logo-white.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/bing-logo-white.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/bing-logo-white.imageset/bing-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/bing-logo-white.imageset/bing-logo.png -------------------------------------------------------------------------------- /src/Images.xcassets/bing-logo-white.imageset/bing-logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/bing-logo-white.imageset/bing-logo@2x.png -------------------------------------------------------------------------------- /src/Images.xcassets/bing-logo-white.imageset/bing-logo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/bing-logo-white.imageset/bing-logo@3x.png -------------------------------------------------------------------------------- /src/Images.xcassets/no_left_turn.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/no_left_turn.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/no_left_turn.imageset/No_left_turn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/no_left_turn.imageset/No_left_turn.png -------------------------------------------------------------------------------- /src/Images.xcassets/no_right_turn.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/no_right_turn.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/no_right_turn.imageset/No_right_turn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/no_right_turn.imageset/No_right_turn.png -------------------------------------------------------------------------------- /src/Images.xcassets/no_straight_on.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/no_straight_on.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/no_straight_on.imageset/sign_no_straight_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/no_straight_on.imageset/sign_no_straight_on.png -------------------------------------------------------------------------------- /src/Images.xcassets/no_u_turn.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/no_u_turn.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/no_u_turn.imageset/No_u_turn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/no_u_turn.imageset/No_u_turn.png -------------------------------------------------------------------------------- /src/Images.xcassets/only_left_turn.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/only_left_turn.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/only_right_turn.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/only_right_turn.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/only_straight_on.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/only_straight_on.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/restriction_sign.imageset/240px-No_sign.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/restriction_sign.imageset/240px-No_sign.svg.png -------------------------------------------------------------------------------- /src/Images.xcassets/restriction_sign.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/restriction_sign.imageset/Contents.json -------------------------------------------------------------------------------- /src/Images.xcassets/uTurnAllow.imageset/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/uTurnAllow.imageset/1.png -------------------------------------------------------------------------------- /src/Images.xcassets/uTurnAllow.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Images.xcassets/uTurnAllow.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-ambulance.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-ambulance.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-apple-alt.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-apple-alt.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-archive.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-archive.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-archive.imageset/fas-archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-archive.imageset/fas-archive.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-archway.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-archway.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-archway.imageset/fas-archway.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-archway.imageset/fas-archway.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-baby.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-baby.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-baby.imageset/fas-baby.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-baby.imageset/fas-baby.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-bath.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-bath.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-bath.imageset/fas-bath.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-bath.imageset/fas-bath.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-beer.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-beer.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-beer.imageset/fas-beer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-beer.imageset/fas-beer.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-bell.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-bell.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-bell.imageset/fas-bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-bell.imageset/fas-bell.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-biking.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-biking.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-biking.imageset/fas-biking.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-biking.imageset/fas-biking.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-blender.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-blender.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-blender.imageset/fas-blender.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-blender.imageset/fas-blender.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-book.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-book.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-book.imageset/fas-book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-book.imageset/fas-book.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-bowl-rice.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-bowl-rice.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-box-open.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-box-open.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-box.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-box.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-box.imageset/fas-box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-box.imageset/fas-box.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-bugs.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-bugs.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-bugs.imageset/fas-bugs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-bugs.imageset/fas-bugs.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-bullseye.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-bullseye.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-burn.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-burn.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-burn.imageset/fas-burn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-burn.imageset/fas-burn.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-cannabis.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-cannabis.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-car-crash.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-car-crash.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-carrot.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-carrot.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-carrot.imageset/fas-carrot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-carrot.imageset/fas-carrot.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-cat.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-cat.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-cat.imageset/fas-cat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-cat.imageset/fas-cat.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-cheese.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-cheese.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-cheese.imageset/fas-cheese.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-cheese.imageset/fas-cheese.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-church.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-church.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-church.imageset/fas-church.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-church.imageset/fas-church.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-cocktail.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-cocktail.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-code.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-code.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-code.imageset/fas-code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-code.imageset/fas-code.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-coins.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-coins.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-coins.imageset/fas-coins.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-coins.imageset/fas-coins.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-comment.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-comment.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-comment.imageset/fas-comment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-comment.imageset/fas-comment.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-comments.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-comments.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-couch.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-couch.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-couch.imageset/fas-couch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-couch.imageset/fas-couch.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-crown.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-crown.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-crown.imageset/fas-crown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-crown.imageset/fas-crown.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-crutch.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-crutch.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-crutch.imageset/fas-crutch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-crutch.imageset/fas-crutch.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-cube.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-cube.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-cube.imageset/fas-cube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-cube.imageset/fas-cube.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-dice.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-dice.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-dice.imageset/fas-dice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-dice.imageset/fas-dice.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-dolly.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-dolly.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-dolly.imageset/fas-dolly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-dolly.imageset/fas-dolly.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-door-open.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-door-open.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-dove.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-dove.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-dove.imageset/fas-dove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-dove.imageset/fas-dove.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-dragon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-dragon.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-dragon.imageset/fas-dragon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-dragon.imageset/fas-dragon.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-dumbbell.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-dumbbell.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-dumpster.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-dumpster.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-dungeon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-dungeon.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-dungeon.imageset/fas-dungeon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-dungeon.imageset/fas-dungeon.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-eye.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-eye.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-eye.imageset/fas-eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-eye.imageset/fas-eye.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-film.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-film.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-film.imageset/fas-film.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-film.imageset/fas-film.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-fish.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-fish.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-fish.imageset/fas-fish.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-fish.imageset/fas-fish.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-flask.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-flask.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-flask.imageset/fas-flask.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-flask.imageset/fas-flask.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-frog.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-frog.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-frog.imageset/fas-frog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-frog.imageset/fas-frog.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-futbol.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-futbol.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-futbol.imageset/fas-futbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-futbol.imageset/fas-futbol.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-gavel.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-gavel.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-gavel.imageset/fas-gavel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-gavel.imageset/fas-gavel.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-guitar.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-guitar.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-guitar.imageset/fas-guitar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-guitar.imageset/fas-guitar.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-hammer.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-hammer.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-hammer.imageset/fas-hammer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-hammer.imageset/fas-hammer.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-handshake.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-handshake.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-hiking.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-hiking.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-hiking.imageset/fas-hiking.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-hiking.imageset/fas-hiking.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-horse.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-horse.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-horse.imageset/fas-horse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-horse.imageset/fas-horse.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-hotdog.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-hotdog.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-hotdog.imageset/fas-hotdog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-hotdog.imageset/fas-hotdog.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-hotel.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-hotel.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-hotel.imageset/fas-hotel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-hotel.imageset/fas-hotel.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-ice-cream.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-ice-cream.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-jar.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-jar.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-jar.imageset/fas-jar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-jar.imageset/fas-jar.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-key.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-key.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-key.imageset/fas-key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-key.imageset/fas-key.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-language.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-language.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-laptop.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-laptop.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-laptop.imageset/fas-laptop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-laptop.imageset/fas-laptop.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-leaf.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-leaf.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-leaf.imageset/fas-leaf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-leaf.imageset/fas-leaf.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-life-ring.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-life-ring.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-mail-bulk.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-mail-bulk.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-map-signs.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-map-signs.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-map.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-map.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-map.imageset/fas-map.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-map.imageset/fas-map.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-medkit.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-medkit.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-medkit.imageset/fas-medkit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-medkit.imageset/fas-medkit.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-microchip.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-microchip.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-mosque.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-mosque.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-mosque.imageset/fas-mosque.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-mosque.imageset/fas-mosque.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-music.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-music.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-music.imageset/fas-music.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-music.imageset/fas-music.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-newspaper.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-newspaper.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-palette.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-palette.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-palette.imageset/fas-palette.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-palette.imageset/fas-palette.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-paperclip.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-paperclip.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-pen-ruler.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-pen-ruler.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-phone-alt.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-phone-alt.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-pills.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-pills.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-pills.imageset/fas-pills.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-pills.imageset/fas-pills.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-plane.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-plane.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-plane.imageset/fas-plane.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-plane.imageset/fas-plane.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-plug.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-plug.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-plug.imageset/fas-plug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-plug.imageset/fas-plug.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-print.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-print.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-print.imageset/fas-print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-print.imageset/fas-print.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-rocket.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-rocket.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-rocket.imageset/fas-rocket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-rocket.imageset/fas-rocket.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-running.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-running.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-running.imageset/fas-running.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-running.imageset/fas-running.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-school.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-school.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-school.imageset/fas-school.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-school.imageset/fas-school.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-seedling.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-seedling.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-server.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-server.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-server.imageset/fas-server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-server.imageset/fas-server.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-skating.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-skating.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-skating.imageset/fas-skating.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-skating.imageset/fas-skating.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-skiing.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-skiing.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-skiing.imageset/fas-skiing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-skiing.imageset/fas-skiing.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-sleigh.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-sleigh.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-sleigh.imageset/fas-sleigh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-sleigh.imageset/fas-sleigh.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-smoking.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-smoking.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-smoking.imageset/fas-smoking.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-smoking.imageset/fas-smoking.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-spa.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-spa.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-spa.imageset/fas-spa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-spa.imageset/fas-spa.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-spoon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-spoon.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-spoon.imageset/fas-spoon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-spoon.imageset/fas-spoon.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-stamp.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-stamp.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-stamp.imageset/fas-stamp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-stamp.imageset/fas-stamp.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-store.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-store.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-store.imageset/fas-store.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-store.imageset/fas-store.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-suitcase.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-suitcase.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-swimmer.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-swimmer.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-swimmer.imageset/fas-swimmer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-swimmer.imageset/fas-swimmer.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-synagogue.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-synagogue.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-tape.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-tape.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-tape.imageset/fas-tape.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-tape.imageset/fas-tape.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-taxi.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-taxi.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-taxi.imageset/fas-taxi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-taxi.imageset/fas-taxi.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-teeth.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-teeth.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-teeth.imageset/fas-teeth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-teeth.imageset/fas-teeth.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-th.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-th.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-th.imageset/fas-th.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-th.imageset/fas-th.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-tint.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-tint.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-tint.imageset/fas-tint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-tint.imageset/fas-tint.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-toilet.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-toilet.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-toilet.imageset/fas-toilet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-toilet.imageset/fas-toilet.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-tools.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-tools.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-tools.imageset/fas-tools.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-tools.imageset/fas-tools.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-tractor.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-tractor.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-tractor.imageset/fas-tractor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-tractor.imageset/fas-tractor.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-tram.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-tram.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-tram.imageset/fas-tram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-tram.imageset/fas-tram.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-trophy.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-trophy.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-trophy.imageset/fas-trophy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-trophy.imageset/fas-trophy.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-tshirt.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-tshirt.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-tshirt.imageset/fas-tshirt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-tshirt.imageset/fas-tshirt.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-user-alt.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-user-alt.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-user-tie.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-user-tie.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-users.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-users.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-users.imageset/fas-users.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-users.imageset/fas-users.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-vest.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-vest.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-vest.imageset/fas-vest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-vest.imageset/fas-vest.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-vial.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-vial.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-vial.imageset/fas-vial.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-vial.imageset/fas-vial.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-video.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-video.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-video.imageset/fas-video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-video.imageset/fas-video.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-vihara.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-vihara.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-vihara.imageset/fas-vihara.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-vihara.imageset/fas-vihara.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-volume-up.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-volume-up.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-vote-yea.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-vote-yea.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-warehouse.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-warehouse.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-weight.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-weight.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-weight.imageset/fas-weight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-weight.imageset/fas-weight.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-wifi.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-wifi.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/fas-wifi.imageset/fas-wifi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/fas-wifi.imageset/fas-wifi.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/iD-boundary.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/iD-boundary.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/iD-boundary.imageset/iD-boundary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/iD-boundary.imageset/iD-boundary.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/iD-other-line.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/iD-other-line.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/iD-power-line.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/iD-power-line.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/iD-relation.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/iD-relation.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/iD-relation.imageset/iD-relation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/iD-relation.imageset/iD-relation.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/iD-route.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/iD-route.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/iD-route.imageset/iD-route.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/iD-route.imageset/iD-route.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-airport.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-airport.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-aquarium.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-aquarium.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-bakery.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-bakery.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-bakery.imageset/maki-bakery.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-bakery.imageset/maki-bakery.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-bank.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-bank.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-bank.imageset/maki-bank.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-bank.imageset/maki-bank.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-bar.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-bar.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-bar.imageset/maki-bar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-bar.imageset/maki-bar.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-barrier.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-barrier.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-baseball.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-baseball.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-bbq.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-bbq.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-bbq.imageset/maki-bbq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-bbq.imageset/maki-bbq.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-beach.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-beach.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-beach.imageset/maki-beach.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-beach.imageset/maki-beach.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-beer.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-beer.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-beer.imageset/maki-beer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-beer.imageset/maki-beer.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-bridge.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-bridge.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-bus.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-bus.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-bus.imageset/maki-bus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-bus.imageset/maki-bus.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-cafe.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-cafe.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-cafe.imageset/maki-cafe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-cafe.imageset/maki-cafe.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-car.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-car.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-car.imageset/maki-car.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-car.imageset/maki-car.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-casino.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-casino.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-castle.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-castle.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-cinema.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-cinema.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-circle.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-circle.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-city.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-city.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-city.imageset/maki-city.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-city.imageset/maki-city.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-cross.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-cross.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-cross.imageset/maki-cross.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-cross.imageset/maki-cross.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-dam.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-dam.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-dam.imageset/maki-dam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-dam.imageset/maki-dam.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-danger.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-danger.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-doctor.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-doctor.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-farm.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-farm.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-farm.imageset/maki-farm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-farm.imageset/maki-farm.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-fence.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-fence.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-fence.imageset/maki-fence.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-fence.imageset/maki-fence.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-ferry.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-ferry.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-ferry.imageset/maki-ferry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-ferry.imageset/maki-ferry.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-fuel.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-fuel.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-fuel.imageset/maki-fuel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-fuel.imageset/maki-fuel.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-gaming.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-gaming.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-garden.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-garden.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-gate.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-gate.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-gate.imageset/maki-gate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-gate.imageset/maki-gate.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-gift.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-gift.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-gift.imageset/maki-gift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-gift.imageset/maki-gift.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-globe.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-globe.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-globe.imageset/maki-globe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-globe.imageset/maki-globe.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-golf.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-golf.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-golf.imageset/maki-golf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-golf.imageset/maki-golf.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-harbor.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-harbor.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-heart.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-heart.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-heart.imageset/maki-heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-heart.imageset/maki-heart.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-home.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-home.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-home.imageset/maki-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-home.imageset/maki-home.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-museum.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-museum.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-park.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-park.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-park.imageset/maki-park.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-park.imageset/maki-park.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-pitch.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-pitch.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-pitch.imageset/maki-pitch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-pitch.imageset/maki-pitch.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-post.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-post.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-post.imageset/maki-post.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-post.imageset/maki-post.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-prison.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-prison.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-school.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-school.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-shoe.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-shoe.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-shoe.imageset/maki-shoe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-shoe.imageset/maki-shoe.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-shop.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-shop.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-shop.imageset/maki-shop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-shop.imageset/maki-shop.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-soccer.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-soccer.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-star.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-star.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-star.imageset/maki-star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-star.imageset/maki-star.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-tennis.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-tennis.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-toilet.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-toilet.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-toll.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-toll.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-toll.imageset/maki-toll.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-toll.imageset/maki-toll.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-town.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-town.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-town.imageset/maki-town.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-town.imageset/maki-town.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-tunnel.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-tunnel.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-watch.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-watch.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-watch.imageset/maki-watch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-watch.imageset/maki-watch.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-water.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-water.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-water.imageset/maki-water.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-water.imageset/maki-water.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-zoo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-zoo.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/maki-zoo.imageset/maki-zoo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/maki-zoo.imageset/maki-zoo.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-atm2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-atm2.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-barn.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-barn.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-boat.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-boat.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-buoy.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-buoy.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-bus.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-bus.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-bus.imageset/temaki-bus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-bus.imageset/temaki-bus.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-gas.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-gas.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-gas.imageset/temaki-gas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-gas.imageset/temaki-gas.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-gate.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-gate.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-gown.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-gown.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-hut.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-hut.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-hut.imageset/temaki-hut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-hut.imageset/temaki-hut.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-lawn.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-lawn.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-mast.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-mast.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-maze.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-maze.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-pipe.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-pipe.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-quay.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-quay.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-room.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-room.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-silo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-silo.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-snow.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-snow.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-spa.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-spa.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-spa.imageset/temaki-spa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-spa.imageset/temaki-spa.svg -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-stop.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-stop.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-tire.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-tire.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-tram.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-tram.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-vase.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-vase.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-wall.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-wall.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-zoo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-zoo.imageset/Contents.json -------------------------------------------------------------------------------- /src/POI-Icons/POI-Icons.xcassets/temaki-zoo.imageset/temaki-zoo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/POI-Icons.xcassets/temaki-zoo.imageset/temaki-zoo.svg -------------------------------------------------------------------------------- /src/POI-Icons/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/POI-Icons/update.sh -------------------------------------------------------------------------------- /src/Shared/BingPlaceholderImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/BingPlaceholderImage.png -------------------------------------------------------------------------------- /src/Shared/CurvedTextLayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/CurvedTextLayer.swift -------------------------------------------------------------------------------- /src/Shared/Database/Database.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Database/Database.swift -------------------------------------------------------------------------------- /src/Shared/Database/Sqlite3.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Database/Sqlite3.swift -------------------------------------------------------------------------------- /src/Shared/DisplayLink.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/DisplayLink.swift -------------------------------------------------------------------------------- /src/Shared/DownloadThreadPool.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/DownloadThreadPool.swift -------------------------------------------------------------------------------- /src/Shared/EXIFInfo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/EXIFInfo.swift -------------------------------------------------------------------------------- /src/Shared/EditorLayer/Colors.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/EditorLayer/Colors.swift -------------------------------------------------------------------------------- /src/Shared/EditorLayer/CurvedGlyphLayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/EditorLayer/CurvedGlyphLayer.swift -------------------------------------------------------------------------------- /src/Shared/EditorLayer/EditorFilters.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/EditorLayer/EditorFilters.swift -------------------------------------------------------------------------------- /src/Shared/EditorLayer/EditorMapLayer+Edit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/EditorLayer/EditorMapLayer+Edit.swift -------------------------------------------------------------------------------- /src/Shared/EditorLayer/EditorMapLayer+HitTest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/EditorLayer/EditorMapLayer+HitTest.swift -------------------------------------------------------------------------------- /src/Shared/EditorLayer/EditorMapLayer+Ocean.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/EditorLayer/EditorMapLayer+Ocean.swift -------------------------------------------------------------------------------- /src/Shared/EditorLayer/EditorMapLayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/EditorLayer/EditorMapLayer.swift -------------------------------------------------------------------------------- /src/Shared/EditorLayer/LayerProperties.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/EditorLayer/LayerProperties.swift -------------------------------------------------------------------------------- /src/Shared/EditorLayer/RenderInfo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/EditorLayer/RenderInfo.swift -------------------------------------------------------------------------------- /src/Shared/EditorLayer/iD/Style.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/EditorLayer/iD/Style.swift -------------------------------------------------------------------------------- /src/Shared/EditorLayer/iD/Theme.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/EditorLayer/iD/Theme.swift -------------------------------------------------------------------------------- /src/Shared/EditorLayer/iD/extract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/EditorLayer/iD/extract.py -------------------------------------------------------------------------------- /src/Shared/EsriPlaceholderImage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/EsriPlaceholderImage.jpg -------------------------------------------------------------------------------- /src/Shared/ExternalGPS.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/ExternalGPS.swift -------------------------------------------------------------------------------- /src/Shared/GpxTrack.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/GpxTrack.swift -------------------------------------------------------------------------------- /src/Shared/HealthKitRoutes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/HealthKitRoutes.swift -------------------------------------------------------------------------------- /src/Shared/LocationParser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/LocationParser.swift -------------------------------------------------------------------------------- /src/Shared/MapMarkers/FixmeMarker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/MapMarkers/FixmeMarker.swift -------------------------------------------------------------------------------- /src/Shared/MapMarkers/GeoJsonMarker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/MapMarkers/GeoJsonMarker.swift -------------------------------------------------------------------------------- /src/Shared/MapMarkers/KeepRightMarker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/MapMarkers/KeepRightMarker.swift -------------------------------------------------------------------------------- /src/Shared/MapMarkers/MapMarker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/MapMarkers/MapMarker.swift -------------------------------------------------------------------------------- /src/Shared/MapMarkers/MapMarkerDatabase.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/MapMarkers/MapMarkerDatabase.swift -------------------------------------------------------------------------------- /src/Shared/MapMarkers/MapMarkerIgnoreList.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/MapMarkers/MapMarkerIgnoreList.swift -------------------------------------------------------------------------------- /src/Shared/MapMarkers/OsmNoteMarker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/MapMarkers/OsmNoteMarker.swift -------------------------------------------------------------------------------- /src/Shared/MapMarkers/QuestMarker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/MapMarkers/QuestMarker.swift -------------------------------------------------------------------------------- /src/Shared/MapMarkers/WayPointMarker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/MapMarkers/WayPointMarker.swift -------------------------------------------------------------------------------- /src/Shared/MapTransform.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/MapTransform.swift -------------------------------------------------------------------------------- /src/Shared/MapView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/MapView.swift -------------------------------------------------------------------------------- /src/Shared/OSMModels/OsmBaseObject.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/OsmBaseObject.swift -------------------------------------------------------------------------------- /src/Shared/OSMModels/OsmDownloader.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/OsmDownloader.swift -------------------------------------------------------------------------------- /src/Shared/OSMModels/OsmMapData+Edit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/OsmMapData+Edit.swift -------------------------------------------------------------------------------- /src/Shared/OSMModels/OsmMapData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/OsmMapData.swift -------------------------------------------------------------------------------- /src/Shared/OSMModels/OsmMember.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/OsmMember.swift -------------------------------------------------------------------------------- /src/Shared/OSMModels/OsmNode.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/OsmNode.swift -------------------------------------------------------------------------------- /src/Shared/OSMModels/OsmRelation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/OsmRelation.swift -------------------------------------------------------------------------------- /src/Shared/OSMModels/OsmServer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/OsmServer.swift -------------------------------------------------------------------------------- /src/Shared/OSMModels/OsmTags.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/OsmTags.swift -------------------------------------------------------------------------------- /src/Shared/OSMModels/OsmType.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/OsmType.swift -------------------------------------------------------------------------------- /src/Shared/OSMModels/OsmWay.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/OsmWay.swift -------------------------------------------------------------------------------- /src/Shared/OSMModels/OsmXmlGenerator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/OsmXmlGenerator.swift -------------------------------------------------------------------------------- /src/Shared/OSMModels/QuadBox.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/QuadBox.swift -------------------------------------------------------------------------------- /src/Shared/OSMModels/QuadMap.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/QuadMap.swift -------------------------------------------------------------------------------- /src/Shared/OSMModels/UndoAction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/UndoAction.h -------------------------------------------------------------------------------- /src/Shared/OSMModels/UndoAction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/UndoAction.m -------------------------------------------------------------------------------- /src/Shared/OSMModels/UndoManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/OSMModels/UndoManager.swift -------------------------------------------------------------------------------- /src/Shared/Observable/Disposable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Observable/Disposable.swift -------------------------------------------------------------------------------- /src/Shared/Observable/Lock.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Observable/Lock.swift -------------------------------------------------------------------------------- /src/Shared/Observable/Observable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Observable/Observable.swift -------------------------------------------------------------------------------- /src/Shared/PersistentWebCache.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PersistentWebCache.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/CountryCoder.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/CountryCoder.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/LocationSet.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/LocationSet.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/NsiLogoDatabase.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/NsiLogoDatabase.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/PresetAddressFormat.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/PresetAddressFormat.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/PresetArea.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/PresetArea.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/PresetCategory.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/PresetCategory.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/PresetFeature.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/PresetFeature.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/PresetField.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/PresetField.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/PresetGroup.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/PresetGroup.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/PresetKey.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/PresetKey.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/PresetKeyUserDefined.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/PresetKeyUserDefined.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/PresetLanguages.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/PresetLanguages.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/PresetValue.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/PresetValue.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/PresetsDatabase+TableView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/PresetsDatabase+TableView.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/PresetsDatabase.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/PresetsDatabase.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/PresetsForFeature.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/PresetsForFeature.swift -------------------------------------------------------------------------------- /src/Shared/PresetsDatabase/TagInfo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/PresetsDatabase/TagInfo.swift -------------------------------------------------------------------------------- /src/Shared/Tiles/MapLibreVectorTilesView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Tiles/MapLibreVectorTilesView.swift -------------------------------------------------------------------------------- /src/Shared/Tiles/MercatorTileLayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Tiles/MercatorTileLayer.swift -------------------------------------------------------------------------------- /src/Shared/Tiles/TileQuadKey.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Tiles/TileQuadKey.swift -------------------------------------------------------------------------------- /src/Shared/Tiles/TileServer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Tiles/TileServer.swift -------------------------------------------------------------------------------- /src/Shared/Tiles/TileServerList+JSON.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Tiles/TileServerList+JSON.swift -------------------------------------------------------------------------------- /src/Shared/Tiles/TileServerList.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Tiles/TileServerList.swift -------------------------------------------------------------------------------- /src/Shared/UserFileList.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/UserFileList.swift -------------------------------------------------------------------------------- /src/Shared/UserPrefs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/UserPrefs.swift -------------------------------------------------------------------------------- /src/Shared/Utility/AnyJSON.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/AnyJSON.swift -------------------------------------------------------------------------------- /src/Shared/Utility/ArchivePath.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/ArchivePath.swift -------------------------------------------------------------------------------- /src/Shared/Utility/Array+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/Array+Extension.swift -------------------------------------------------------------------------------- /src/Shared/Utility/Atomic.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/Atomic.swift -------------------------------------------------------------------------------- /src/Shared/Utility/ButtonClosure.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/ButtonClosure.swift -------------------------------------------------------------------------------- /src/Shared/Utility/CharacterSet+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/CharacterSet+Extension.swift -------------------------------------------------------------------------------- /src/Shared/Utility/DarkModeImage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/DarkModeImage.swift -------------------------------------------------------------------------------- /src/Shared/Utility/Data+Wrapper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/Data+Wrapper.swift -------------------------------------------------------------------------------- /src/Shared/Utility/Debugger.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/Debugger.swift -------------------------------------------------------------------------------- /src/Shared/Utility/Dictionary+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/Dictionary+Extension.swift -------------------------------------------------------------------------------- /src/Shared/Utility/GZip.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/GZip.swift -------------------------------------------------------------------------------- /src/Shared/Utility/KeyChain.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/KeyChain.swift -------------------------------------------------------------------------------- /src/Shared/Utility/MainActor+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/MainActor+Extension.swift -------------------------------------------------------------------------------- /src/Shared/Utility/MostRecentlyUsed.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/MostRecentlyUsed.swift -------------------------------------------------------------------------------- /src/Shared/Utility/NSAttributedString+Ext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/NSAttributedString+Ext.swift -------------------------------------------------------------------------------- /src/Shared/Utility/NotificationService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/NotificationService.swift -------------------------------------------------------------------------------- /src/Shared/Utility/OAuth2.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/OAuth2.swift -------------------------------------------------------------------------------- /src/Shared/Utility/PathUtil.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/PathUtil.swift -------------------------------------------------------------------------------- /src/Shared/Utility/String+Ext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/String+Ext.swift -------------------------------------------------------------------------------- /src/Shared/Utility/Superview.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/Superview.swift -------------------------------------------------------------------------------- /src/Shared/Utility/TypeCast.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/TypeCast.swift -------------------------------------------------------------------------------- /src/Shared/Utility/UIFont+Ext.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/UIFont+Ext.swift -------------------------------------------------------------------------------- /src/Shared/Utility/UIImage+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/UIImage+Extension.swift -------------------------------------------------------------------------------- /src/Shared/Utility/URLSession+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/Utility/URLSession+Extension.swift -------------------------------------------------------------------------------- /src/Shared/VectorMath.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/VectorMath.swift -------------------------------------------------------------------------------- /src/Shared/VoiceAnnouncement.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/VoiceAnnouncement.swift -------------------------------------------------------------------------------- /src/Shared/WikiPage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/WikiPage.swift -------------------------------------------------------------------------------- /src/Shared/changeset.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/Shared/changeset.xsl -------------------------------------------------------------------------------- /src/apple-app-site-association: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/apple-app-site-association -------------------------------------------------------------------------------- /src/iOS/.bundle/config: -------------------------------------------------------------------------------- 1 | --- 2 | BUNDLE_PATH: "vendor/bundle" 3 | -------------------------------------------------------------------------------- /src/iOS/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/.gitignore -------------------------------------------------------------------------------- /src/iOS/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/AppDelegate.swift -------------------------------------------------------------------------------- /src/iOS/Base.lproj/MainStoryboard.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Base.lproj/MainStoryboard.storyboard -------------------------------------------------------------------------------- /src/iOS/BingMetadataViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/BingMetadataViewController.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/AlertPopup.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/AlertPopup.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/AutocompleteTextField.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/AutocompleteTextField.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/CompassButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/CompassButton.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/CrossHairsLayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/CrossHairsLayer.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/CustomActionSheetController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/CustomActionSheetController.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/CustomSegmentedControl.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/CustomSegmentedControl.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/DPadView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/DPadView.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/DataOverlayLayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/DataOverlayLayer.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/DrawingLayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/DrawingLayer.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/FpsLabel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/FpsLabel.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/GpxLayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/GpxLayer.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/LocationBallLayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/LocationBallLayer.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/LocationButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/LocationButton.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/MagnifyingGlass.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/MagnifyingGlass.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/PushPinView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/PushPinView.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/QuadDownloadLayer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/QuadDownloadLayer.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/RulerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/RulerView.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/SpeechBalloonView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/SpeechBalloonView.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/StatusBarGradient.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/StatusBarGradient.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/TelephoneToolbar.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/TelephoneToolbar.swift -------------------------------------------------------------------------------- /src/iOS/CustomViews/TristateButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/CustomViews/TristateButton.swift -------------------------------------------------------------------------------- /src/iOS/DataOverlays/DataOverlays.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/DataOverlays/DataOverlays.storyboard -------------------------------------------------------------------------------- /src/iOS/DataOverlays/DataOverlaysController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/DataOverlays/DataOverlaysController.swift -------------------------------------------------------------------------------- /src/iOS/Direction/Base.lproj/DirectionViewController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Direction/Base.lproj/DirectionViewController.xib -------------------------------------------------------------------------------- /src/iOS/Direction/DirectionViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Direction/DirectionViewController.swift -------------------------------------------------------------------------------- /src/iOS/Direction/HeadingProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Direction/HeadingProvider.swift -------------------------------------------------------------------------------- /src/iOS/Direction/MeasureDirectionViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Direction/MeasureDirectionViewModel.swift -------------------------------------------------------------------------------- /src/iOS/Direction/OsmNode+Direction.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Direction/OsmNode+Direction.swift -------------------------------------------------------------------------------- /src/iOS/Direction/mul.lproj/DirectionViewController.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Direction/mul.lproj/DirectionViewController.xcstrings -------------------------------------------------------------------------------- /src/iOS/DisplaySettings/AerialTileServerListViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/DisplaySettings/AerialTileServerListViewController.swift -------------------------------------------------------------------------------- /src/iOS/DisplaySettings/Base.lproj/Display.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/DisplaySettings/Base.lproj/Display.storyboard -------------------------------------------------------------------------------- /src/iOS/DisplaySettings/BasemapTileServerListViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/DisplaySettings/BasemapTileServerListViewController.swift -------------------------------------------------------------------------------- /src/iOS/DisplaySettings/ClearCacheViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/DisplaySettings/ClearCacheViewController.swift -------------------------------------------------------------------------------- /src/iOS/DisplaySettings/DisplayViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/DisplaySettings/DisplayViewController.swift -------------------------------------------------------------------------------- /src/iOS/DisplaySettings/FilterObjectsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/DisplaySettings/FilterObjectsViewController.swift -------------------------------------------------------------------------------- /src/iOS/DisplaySettings/GpxConfigureViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/DisplaySettings/GpxConfigureViewController.swift -------------------------------------------------------------------------------- /src/iOS/DisplaySettings/GpxViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/DisplaySettings/GpxViewController.swift -------------------------------------------------------------------------------- /src/iOS/DisplaySettings/TileServerEditViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/DisplaySettings/TileServerEditViewController.swift -------------------------------------------------------------------------------- /src/iOS/DisplaySettings/mul.lproj/Display.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/DisplaySettings/mul.lproj/Display.xcstrings -------------------------------------------------------------------------------- /src/iOS/Extensions/ContactUsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Extensions/ContactUsViewController.swift -------------------------------------------------------------------------------- /src/iOS/Extensions/LoginViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Extensions/LoginViewController.swift -------------------------------------------------------------------------------- /src/iOS/Extensions/MainViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Extensions/MainViewController.swift -------------------------------------------------------------------------------- /src/iOS/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Gemfile -------------------------------------------------------------------------------- /src/iOS/Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Gemfile.lock -------------------------------------------------------------------------------- /src/iOS/GeoJSON.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GeoJSON.swift -------------------------------------------------------------------------------- /src/iOS/Go Map!!-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Go Map!!-Bridging-Header.h -------------------------------------------------------------------------------- /src/iOS/Go Map!!-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Go Map!!-Info.plist -------------------------------------------------------------------------------- /src/iOS/Go Map!!-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Go Map!!-Prefix.pch -------------------------------------------------------------------------------- /src/iOS/Go Map!!.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Go Map!!.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /src/iOS/Go Map!!.xcodeproj/xcshareddata/xcschemes/Go Map!!.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Go Map!!.xcodeproj/xcshareddata/xcschemes/Go Map!!.xcscheme -------------------------------------------------------------------------------- /src/iOS/Go Map!!/Go Map!!-Mac.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Go Map!!/Go Map!!-Mac.entitlements -------------------------------------------------------------------------------- /src/iOS/Go Map!!/Go Map!!.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Go Map!!/Go Map!!.entitlements -------------------------------------------------------------------------------- /src/iOS/GoMapTests/GoMapTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GoMapTests/GoMapTests.swift -------------------------------------------------------------------------------- /src/iOS/GoMapTests/Helpers/XCTestCase+UserDefaults.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GoMapTests/Helpers/XCTestCase+UserDefaults.swift -------------------------------------------------------------------------------- /src/iOS/GoMapTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GoMapTests/Info.plist -------------------------------------------------------------------------------- /src/iOS/GoMapTests/LocationURLParserTestCase.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GoMapTests/LocationURLParserTestCase.swift -------------------------------------------------------------------------------- /src/iOS/GoMapTests/MeasureDirectionViewModelTestCase.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GoMapTests/MeasureDirectionViewModelTestCase.swift -------------------------------------------------------------------------------- /src/iOS/GoMapTests/Mocks/CLHeadingMock.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GoMapTests/Mocks/CLHeadingMock.swift -------------------------------------------------------------------------------- /src/iOS/GoMapTests/Mocks/HeadingProviderMock.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GoMapTests/Mocks/HeadingProviderMock.swift -------------------------------------------------------------------------------- /src/iOS/GoMapTests/OSMMapDataTestCase.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GoMapTests/OSMMapDataTestCase.swift -------------------------------------------------------------------------------- /src/iOS/GoMapTests/OsmNode_DirectionTestCase.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GoMapTests/OsmNode_DirectionTestCase.swift -------------------------------------------------------------------------------- /src/iOS/GoMapTests/PresetKeyTagCase.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GoMapTests/PresetKeyTagCase.swift -------------------------------------------------------------------------------- /src/iOS/GoMapTests/Vendor/Require.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GoMapTests/Vendor/Require.swift -------------------------------------------------------------------------------- /src/iOS/GoMapUITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GoMapUITests/Info.plist -------------------------------------------------------------------------------- /src/iOS/GoMapUITests/MapViewUITestCase.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GoMapUITests/MapViewUITestCase.swift -------------------------------------------------------------------------------- /src/iOS/GoogleMaps.secret: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GoogleMaps.secret -------------------------------------------------------------------------------- /src/iOS/GpxTrackAttributes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GpxTrackAttributes.swift -------------------------------------------------------------------------------- /src/iOS/GpxTrackWidgetManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GpxTrackWidgetManager.swift -------------------------------------------------------------------------------- /src/iOS/GpxWidget/Assets.xcassets/AppIcon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GpxWidget/Assets.xcassets/AppIcon.imageset/Contents.json -------------------------------------------------------------------------------- /src/iOS/GpxWidget/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GpxWidget/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /src/iOS/GpxWidget/GpxWidgetBundle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GpxWidget/GpxWidgetBundle.swift -------------------------------------------------------------------------------- /src/iOS/GpxWidget/GpxWidgetExtension.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GpxWidget/GpxWidgetExtension.entitlements -------------------------------------------------------------------------------- /src/iOS/GpxWidget/GpxWidgetLiveActivity.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GpxWidget/GpxWidgetLiveActivity.swift -------------------------------------------------------------------------------- /src/iOS/GpxWidget/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GpxWidget/Info.plist -------------------------------------------------------------------------------- /src/iOS/GpxWidget/InfoPlist.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GpxWidget/InfoPlist.xcstrings -------------------------------------------------------------------------------- /src/iOS/GpxWidget/Localizable.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/GpxWidget/Localizable.xcstrings -------------------------------------------------------------------------------- /src/iOS/Height/Base.lproj/Height.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Height/Base.lproj/Height.storyboard -------------------------------------------------------------------------------- /src/iOS/Height/HeightViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Height/HeightViewController.swift -------------------------------------------------------------------------------- /src/iOS/Height/mul.lproj/Height.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Height/mul.lproj/Height.xcstrings -------------------------------------------------------------------------------- /src/iOS/InfoPlist.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/InfoPlist.xcstrings -------------------------------------------------------------------------------- /src/iOS/Launch Screen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Launch Screen.storyboard -------------------------------------------------------------------------------- /src/iOS/Localizable.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Localizable.xcstrings -------------------------------------------------------------------------------- /src/iOS/MainViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/MainViewController.swift -------------------------------------------------------------------------------- /src/iOS/MapboxLocator.secret: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/MapboxLocator.secret -------------------------------------------------------------------------------- /src/iOS/MaxarAerial.secret: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/MaxarAerial.secret -------------------------------------------------------------------------------- /src/iOS/MyApplication.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/MyApplication.swift -------------------------------------------------------------------------------- /src/iOS/NominatimViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/NominatimViewController.swift -------------------------------------------------------------------------------- /src/iOS/NotesTableViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/NotesTableViewController.swift -------------------------------------------------------------------------------- /src/iOS/OpeningHours/CameraView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/OpeningHours/CameraView.swift -------------------------------------------------------------------------------- /src/iOS/OpeningHours/HoursRecognizer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/OpeningHours/HoursRecognizer.json -------------------------------------------------------------------------------- /src/iOS/OpeningHours/HoursRecognizer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/OpeningHours/HoursRecognizer.swift -------------------------------------------------------------------------------- /src/iOS/OpeningHours/LevenshteinDistance.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/OpeningHours/LevenshteinDistance.swift -------------------------------------------------------------------------------- /src/iOS/OpeningHours/OpeningHoursRecognizerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/OpeningHours/OpeningHoursRecognizerView.swift -------------------------------------------------------------------------------- /src/iOS/OsmUserPrefs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/OsmUserPrefs.swift -------------------------------------------------------------------------------- /src/iOS/POI/Base.lproj/POI.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/POI/Base.lproj/POI.storyboard -------------------------------------------------------------------------------- /src/iOS/POI/CustomFeatureController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/POI/CustomFeatureController.swift -------------------------------------------------------------------------------- /src/iOS/POI/CustomFeatureListViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/POI/CustomFeatureListViewController.swift -------------------------------------------------------------------------------- /src/iOS/POI/CustomFieldController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/POI/CustomFieldController.swift -------------------------------------------------------------------------------- /src/iOS/POI/CustomFieldListViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/POI/CustomFieldListViewController.swift -------------------------------------------------------------------------------- /src/iOS/POI/KeyValueTableCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/POI/KeyValueTableCell.swift -------------------------------------------------------------------------------- /src/iOS/POI/POIAllTagsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/POI/POIAllTagsViewController.swift -------------------------------------------------------------------------------- /src/iOS/POI/POIAttributesViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/POI/POIAttributesViewController.swift -------------------------------------------------------------------------------- /src/iOS/POI/POICommonTagsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/POI/POICommonTagsViewController.swift -------------------------------------------------------------------------------- /src/iOS/POI/POIFeaturePickerViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/POI/POIFeaturePickerViewController.swift -------------------------------------------------------------------------------- /src/iOS/POI/POIPresetValuePickerController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/POI/POIPresetValuePickerController.swift -------------------------------------------------------------------------------- /src/iOS/POI/POITabBarController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/POI/POITabBarController.swift -------------------------------------------------------------------------------- /src/iOS/POI/PresetValueTextField.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/POI/PresetValueTextField.swift -------------------------------------------------------------------------------- /src/iOS/POI/mul.lproj/POI.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/POI/mul.lproj/POI.xcstrings -------------------------------------------------------------------------------- /src/iOS/Panoramax.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Panoramax.storyboard -------------------------------------------------------------------------------- /src/iOS/Panoramax.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Panoramax.swift -------------------------------------------------------------------------------- /src/iOS/PhotoCapture.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/PhotoCapture.swift -------------------------------------------------------------------------------- /src/iOS/PhotoShare/Base.lproj/MainInterface.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/PhotoShare/Base.lproj/MainInterface.storyboard -------------------------------------------------------------------------------- /src/iOS/PhotoShare/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/PhotoShare/Info.plist -------------------------------------------------------------------------------- /src/iOS/PhotoShare/InfoPlist.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/PhotoShare/InfoPlist.xcstrings -------------------------------------------------------------------------------- /src/iOS/PhotoShare/Localizable.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/PhotoShare/Localizable.xcstrings -------------------------------------------------------------------------------- /src/iOS/PhotoShare/PhotoShare.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/PhotoShare/PhotoShare.entitlements -------------------------------------------------------------------------------- /src/iOS/PhotoShare/ShareViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/PhotoShare/ShareViewController.swift -------------------------------------------------------------------------------- /src/iOS/PhotoShare/mul.lproj/MainInterface.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/PhotoShare/mul.lproj/MainInterface.xcstrings -------------------------------------------------------------------------------- /src/iOS/PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/PrivacyInfo.xcprivacy -------------------------------------------------------------------------------- /src/iOS/Quests/AdvancedQuestBuilder.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Quests/AdvancedQuestBuilder.swift -------------------------------------------------------------------------------- /src/iOS/Quests/AdvancedQuestBuilderFilterRow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Quests/AdvancedQuestBuilderFilterRow.swift -------------------------------------------------------------------------------- /src/iOS/Quests/QuestBuilder.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Quests/QuestBuilder.storyboard -------------------------------------------------------------------------------- /src/iOS/Quests/QuestBuilderController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Quests/QuestBuilderController.swift -------------------------------------------------------------------------------- /src/iOS/Quests/QuestChooser.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Quests/QuestChooser.storyboard -------------------------------------------------------------------------------- /src/iOS/Quests/QuestChooserController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Quests/QuestChooserController.swift -------------------------------------------------------------------------------- /src/iOS/Quests/QuestDefinition.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Quests/QuestDefinition.swift -------------------------------------------------------------------------------- /src/iOS/Quests/QuestDefinitionWithFeatures.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Quests/QuestDefinitionWithFeatures.swift -------------------------------------------------------------------------------- /src/iOS/Quests/QuestDefinitionWithFilters.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Quests/QuestDefinitionWithFilters.swift -------------------------------------------------------------------------------- /src/iOS/Quests/QuestIcons.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Quests/QuestIcons.xcassets/Contents.json -------------------------------------------------------------------------------- /src/iOS/Quests/QuestList.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Quests/QuestList.swift -------------------------------------------------------------------------------- /src/iOS/Quests/QuestSolver.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Quests/QuestSolver.storyboard -------------------------------------------------------------------------------- /src/iOS/Quests/QuestSolverController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Quests/QuestSolverController.swift -------------------------------------------------------------------------------- /src/iOS/Quests/VectorDrawable2Svg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Quests/VectorDrawable2Svg.py -------------------------------------------------------------------------------- /src/iOS/Quests/updateIcons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Quests/updateIcons.sh -------------------------------------------------------------------------------- /src/iOS/SceneDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/SceneDelegate.swift -------------------------------------------------------------------------------- /src/iOS/Settings/AccountInfoTableViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Settings/AccountInfoTableViewController.swift -------------------------------------------------------------------------------- /src/iOS/Settings/AdvancedSettingsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Settings/AdvancedSettingsViewController.swift -------------------------------------------------------------------------------- /src/iOS/Settings/Base.lproj/Settings.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Settings/Base.lproj/Settings.storyboard -------------------------------------------------------------------------------- /src/iOS/Settings/ContactUsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Settings/ContactUsViewController.swift -------------------------------------------------------------------------------- /src/iOS/Settings/CreditsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Settings/CreditsViewController.swift -------------------------------------------------------------------------------- /src/iOS/Settings/LanguageTableViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Settings/LanguageTableViewController.swift -------------------------------------------------------------------------------- /src/iOS/Settings/LoginViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Settings/LoginViewController.swift -------------------------------------------------------------------------------- /src/iOS/Settings/NearbyMappersViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Settings/NearbyMappersViewController.swift -------------------------------------------------------------------------------- /src/iOS/Settings/OfflineViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Settings/OfflineViewController.swift -------------------------------------------------------------------------------- /src/iOS/Settings/SettingsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Settings/SettingsViewController.swift -------------------------------------------------------------------------------- /src/iOS/Settings/mul.lproj/Settings.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Settings/mul.lproj/Settings.xcstrings -------------------------------------------------------------------------------- /src/iOS/TapAndDragGesture.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/TapAndDragGesture.swift -------------------------------------------------------------------------------- /src/iOS/Turn Restrictions/Base.lproj/TurnRestrictions.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Turn Restrictions/Base.lproj/TurnRestrictions.storyboard -------------------------------------------------------------------------------- /src/iOS/Turn Restrictions/TurnRestrictController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Turn Restrictions/TurnRestrictController.swift -------------------------------------------------------------------------------- /src/iOS/Turn Restrictions/TurnRestrictHwyView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Turn Restrictions/TurnRestrictHwyView.swift -------------------------------------------------------------------------------- /src/iOS/Turn Restrictions/mul.lproj/TurnRestrictions.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Turn Restrictions/mul.lproj/TurnRestrictions.xcstrings -------------------------------------------------------------------------------- /src/iOS/Upload/Base.lproj/Changeset.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Upload/Base.lproj/Changeset.storyboard -------------------------------------------------------------------------------- /src/iOS/Upload/UploadViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Upload/UploadViewController.swift -------------------------------------------------------------------------------- /src/iOS/Upload/mul.lproj/Changeset.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/Upload/mul.lproj/Changeset.xcstrings -------------------------------------------------------------------------------- /src/iOS/fastlane/Appfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/fastlane/Appfile -------------------------------------------------------------------------------- /src/iOS/fastlane/Fastfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/fastlane/Fastfile -------------------------------------------------------------------------------- /src/iOS/fastlane/Pluginfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/fastlane/Pluginfile -------------------------------------------------------------------------------- /src/iOS/fastlane/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/fastlane/README.md -------------------------------------------------------------------------------- /src/iOS/fastlane/metadata/app_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/fastlane/metadata/app_icon.png -------------------------------------------------------------------------------- /src/iOS/main.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/main.swift -------------------------------------------------------------------------------- /src/iOS/mul.lproj/MainStoryboard.xcstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/iOS/mul.lproj/MainStoryboard.xcstrings -------------------------------------------------------------------------------- /src/precheck_git.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/precheck_git.sh -------------------------------------------------------------------------------- /src/presets/address_formats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/address_formats.json -------------------------------------------------------------------------------- /src/presets/borders.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/borders.json -------------------------------------------------------------------------------- /src/presets/fields.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/fields.json -------------------------------------------------------------------------------- /src/presets/getBrandIcons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/getBrandIcons.py -------------------------------------------------------------------------------- /src/presets/nsiSqlite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/nsiSqlite.py -------------------------------------------------------------------------------- /src/presets/nsi_geojson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/nsi_geojson.json -------------------------------------------------------------------------------- /src/presets/nsi_presets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/nsi_presets.json -------------------------------------------------------------------------------- /src/presets/presetIcons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/presetIcons.py -------------------------------------------------------------------------------- /src/presets/preset_categories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/preset_categories.json -------------------------------------------------------------------------------- /src/presets/preset_defaults.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/preset_defaults.json -------------------------------------------------------------------------------- /src/presets/presets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/presets.json -------------------------------------------------------------------------------- /src/presets/translations/ar-AA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/ar-AA.json -------------------------------------------------------------------------------- /src/presets/translations/ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/ar.json -------------------------------------------------------------------------------- /src/presets/translations/ast.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/ast.json -------------------------------------------------------------------------------- /src/presets/translations/br.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/br.json -------------------------------------------------------------------------------- /src/presets/translations/ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/ca.json -------------------------------------------------------------------------------- /src/presets/translations/cs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/cs.json -------------------------------------------------------------------------------- /src/presets/translations/cy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/cy.json -------------------------------------------------------------------------------- /src/presets/translations/da.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/da.json -------------------------------------------------------------------------------- /src/presets/translations/de-AT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/de-AT.json -------------------------------------------------------------------------------- /src/presets/translations/de-CH.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/de-CH.json -------------------------------------------------------------------------------- /src/presets/translations/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/de.json -------------------------------------------------------------------------------- /src/presets/translations/el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/el.json -------------------------------------------------------------------------------- /src/presets/translations/en-AU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/en-AU.json -------------------------------------------------------------------------------- /src/presets/translations/en-CA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/en-CA.json -------------------------------------------------------------------------------- /src/presets/translations/en-GB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/en-GB.json -------------------------------------------------------------------------------- /src/presets/translations/en-IE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/en-IE.json -------------------------------------------------------------------------------- /src/presets/translations/en-IN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/en-IN.json -------------------------------------------------------------------------------- /src/presets/translations/en-NZ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/en-NZ.json -------------------------------------------------------------------------------- /src/presets/translations/en-PH.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/en-PH.json -------------------------------------------------------------------------------- /src/presets/translations/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/en.json -------------------------------------------------------------------------------- /src/presets/translations/eo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/eo.json -------------------------------------------------------------------------------- /src/presets/translations/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/es.json -------------------------------------------------------------------------------- /src/presets/translations/et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/et.json -------------------------------------------------------------------------------- /src/presets/translations/fa-IR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/fa-IR.json -------------------------------------------------------------------------------- /src/presets/translations/fa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/fa.json -------------------------------------------------------------------------------- /src/presets/translations/fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/fi.json -------------------------------------------------------------------------------- /src/presets/translations/fr-FR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/fr-FR.json -------------------------------------------------------------------------------- /src/presets/translations/fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/fr.json -------------------------------------------------------------------------------- /src/presets/translations/gan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/gan.json -------------------------------------------------------------------------------- /src/presets/translations/gl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/gl.json -------------------------------------------------------------------------------- /src/presets/translations/he-IL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/he-IL.json -------------------------------------------------------------------------------- /src/presets/translations/he.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/he.json -------------------------------------------------------------------------------- /src/presets/translations/hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/hr.json -------------------------------------------------------------------------------- /src/presets/translations/hu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/hu.json -------------------------------------------------------------------------------- /src/presets/translations/id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/id.json -------------------------------------------------------------------------------- /src/presets/translations/is.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/is.json -------------------------------------------------------------------------------- /src/presets/translations/it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/it.json -------------------------------------------------------------------------------- /src/presets/translations/ja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/ja.json -------------------------------------------------------------------------------- /src/presets/translations/ko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/ko.json -------------------------------------------------------------------------------- /src/presets/translations/lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/lt.json -------------------------------------------------------------------------------- /src/presets/translations/lv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/lv.json -------------------------------------------------------------------------------- /src/presets/translations/mk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/mk.json -------------------------------------------------------------------------------- /src/presets/translations/nl-BE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/nl-BE.json -------------------------------------------------------------------------------- /src/presets/translations/nl-NL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/nl-NL.json -------------------------------------------------------------------------------- /src/presets/translations/nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/nl.json -------------------------------------------------------------------------------- /src/presets/translations/no.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/no.json -------------------------------------------------------------------------------- /src/presets/translations/pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/pl.json -------------------------------------------------------------------------------- /src/presets/translations/pt-BR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/pt-BR.json -------------------------------------------------------------------------------- /src/presets/translations/pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/pt.json -------------------------------------------------------------------------------- /src/presets/translations/ro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/ro.json -------------------------------------------------------------------------------- /src/presets/translations/ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/ru.json -------------------------------------------------------------------------------- /src/presets/translations/sk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/sk.json -------------------------------------------------------------------------------- /src/presets/translations/sl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/sl.json -------------------------------------------------------------------------------- /src/presets/translations/sr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/sr.json -------------------------------------------------------------------------------- /src/presets/translations/sv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/sv.json -------------------------------------------------------------------------------- /src/presets/translations/th.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/th.json -------------------------------------------------------------------------------- /src/presets/translations/tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/tr.json -------------------------------------------------------------------------------- /src/presets/translations/uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/uk.json -------------------------------------------------------------------------------- /src/presets/translations/vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/vi.json -------------------------------------------------------------------------------- /src/presets/translations/yue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/yue.json -------------------------------------------------------------------------------- /src/presets/translations/zh-CN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/zh-CN.json -------------------------------------------------------------------------------- /src/presets/translations/zh-HK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/zh-HK.json -------------------------------------------------------------------------------- /src/presets/translations/zh-TW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/zh-TW.json -------------------------------------------------------------------------------- /src/presets/translations/zh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/translations/zh.json -------------------------------------------------------------------------------- /src/presets/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/update.sh -------------------------------------------------------------------------------- /src/presets/uploadBrandIcons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/presets/uploadBrandIcons.sh -------------------------------------------------------------------------------- /src/quitXcode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/quitXcode.sh -------------------------------------------------------------------------------- /src/update_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/update_all.sh -------------------------------------------------------------------------------- /src/update_tags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/update_tags.sh -------------------------------------------------------------------------------- /src/xliff/ar.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/ar.xliff -------------------------------------------------------------------------------- /src/xliff/ars.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/ars.xliff -------------------------------------------------------------------------------- /src/xliff/cs.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/cs.xliff -------------------------------------------------------------------------------- /src/xliff/de.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/de.xliff -------------------------------------------------------------------------------- /src/xliff/el.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/el.xliff -------------------------------------------------------------------------------- /src/xliff/en.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/en.xliff -------------------------------------------------------------------------------- /src/xliff/es.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/es.xliff -------------------------------------------------------------------------------- /src/xliff/et.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/et.xliff -------------------------------------------------------------------------------- /src/xliff/eu.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/eu.xliff -------------------------------------------------------------------------------- /src/xliff/fi.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/fi.xliff -------------------------------------------------------------------------------- /src/xliff/fix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/fix.py -------------------------------------------------------------------------------- /src/xliff/fixPlaceholders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/fixPlaceholders.py -------------------------------------------------------------------------------- /src/xliff/fr.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/fr.xliff -------------------------------------------------------------------------------- /src/xliff/hr.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/hr.xliff -------------------------------------------------------------------------------- /src/xliff/hu.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/hu.xliff -------------------------------------------------------------------------------- /src/xliff/id.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/id.xliff -------------------------------------------------------------------------------- /src/xliff/it.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/it.xliff -------------------------------------------------------------------------------- /src/xliff/ja.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/ja.xliff -------------------------------------------------------------------------------- /src/xliff/mr.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/mr.xliff -------------------------------------------------------------------------------- /src/xliff/nb-NO.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/nb-NO.xliff -------------------------------------------------------------------------------- /src/xliff/nl.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/nl.xliff -------------------------------------------------------------------------------- /src/xliff/nn.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/nn.xliff -------------------------------------------------------------------------------- /src/xliff/oc.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/oc.xliff -------------------------------------------------------------------------------- /src/xliff/pl.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/pl.xliff -------------------------------------------------------------------------------- /src/xliff/pt-BR.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/pt-BR.xliff -------------------------------------------------------------------------------- /src/xliff/pt.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/pt.xliff -------------------------------------------------------------------------------- /src/xliff/ru.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/ru.xliff -------------------------------------------------------------------------------- /src/xliff/si.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/si.xliff -------------------------------------------------------------------------------- /src/xliff/ta.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/ta.xliff -------------------------------------------------------------------------------- /src/xliff/tzm.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/tzm.xliff -------------------------------------------------------------------------------- /src/xliff/uk.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/uk.xliff -------------------------------------------------------------------------------- /src/xliff/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/update.sh -------------------------------------------------------------------------------- /src/xliff/vi.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/vi.xliff -------------------------------------------------------------------------------- /src/xliff/zh-Hans.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/zh-Hans.xliff -------------------------------------------------------------------------------- /src/xliff/zh-Hant-HK.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/zh-Hant-HK.xliff -------------------------------------------------------------------------------- /src/xliff/zh-Hant.xliff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/src/xliff/zh-Hant.xliff -------------------------------------------------------------------------------- /vendor/clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bryceco/GoMap/HEAD/vendor/clang-format --------------------------------------------------------------------------------