Skip to content

ecorismap/ecorismap

Repository files navigation

EcorisMap

EcorisMapは、野外調査で位置情報を記録、確認できるアプリです。

EcorisMap is field survey application that records locations and information on a map

WebSite

https://ecoris-map.web.app

Documentation

English Document

日本語のドキュメント

Build and Run

This app is developed with React Native + Expo (Bare Workflow). First, please install the development environment for it.

  1. Install development tools. Xcode, Android Studio, node.js, yarn and expo-cli.
  2. git clone https://github.com/ecorismap/ecorismap.git
  3. cd ecorismap
  4. yarn install
  5. Obtain the Maps API KEY. Just the ones you want to run.
  6. Set API Key to the file in the template folder
    • local.properties for Android
    • Maps.plist for iOS
    • APIKeys.ts for MapTiler. 'Requires quotation marks'
  7. Copy the file to the following location
    • cp template/local.properties android/
    • cp template/Maps.plist ios/ecorismap/Supporting/
    • cp template/APIKeys.ts src/constants/
  8. Build and Run on emulator
    • yarn android
    • yarn ios
    • yarn web

License

This software is released under the MIT License, see LICENSE. Copyright (c) 2022 ECORIS Inc.

About

Field Survey Application for mobile that records locations and information on a map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published