All Projects → strukturart → o.map

strukturart / o.map

Licence: Unlicense License
Open Street Map app - KaiOS

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to o.map

mapus
A map tool with real-time collaboration 🗺️
Stars: ✭ 2,687 (+5168.63%)
Mutual labels:  map, maps, openstreetmap, leaflet
s60-maps
Yet another maps for Symbian OS
Stars: ✭ 27 (-47.06%)
Mutual labels:  map, maps, openstreetmap, location
telegram-nearby-map
Discover the location of nearby Telegram users 📡🌍
Stars: ✭ 329 (+545.1%)
Mutual labels:  map, osm, location
openstreetmap-americana
A quintessentially American map style
Stars: ✭ 89 (+74.51%)
Mutual labels:  maps, openstreetmap, osm
AndroidOfflineMapLibrary
Offline OpenStreet Map Library (No Internet Required) You dont have to even one-time connect!
Stars: ✭ 16 (-68.63%)
Mutual labels:  map, openstreetmap, osm
Maps
🌍🌏🌎 The whole world fits inside your cloud!
Stars: ✭ 253 (+396.08%)
Mutual labels:  map, maps, location
osmscout-sailfish
OSM Scout for Sailfish OS (offline maps and navigation)
Stars: ✭ 42 (-17.65%)
Mutual labels:  maps, openstreetmap, osm
fishfrymap
Fish Fry Map project repository
Stars: ✭ 14 (-72.55%)
Mutual labels:  openstreetmap, osm, leaflet
osmcz
JS mapová appka pro openstreetmap.cz (osmcz-app)
Stars: ✭ 35 (-31.37%)
Mutual labels:  openstreetmap, osm, leaflet
leaflet.minichart
Leaflet.minichart is a leaflet plugin for adding to a leaflet map small animated charts
Stars: ✭ 27 (-47.06%)
Mutual labels:  map, maps, leaflet
openfairdb
Open Fair DB is the CreativCommons Backend of Kartevonmorgen.org
Stars: ✭ 53 (+3.92%)
Mutual labels:  map, openstreetmap, osm
Go Staticmaps
A go (golang) library and command line tool to render static map images using OpenStreetMap tiles.
Stars: ✭ 246 (+382.35%)
Mutual labels:  map, maps, openstreetmap
Aphotomanager
Manage local photos on Android: gallery, geotag with photomap, privacy, tags, find, sort, view, copy, send, ... .
Stars: ✭ 164 (+221.57%)
Mutual labels:  map, openstreetmap, osm
planetiler
Flexible tool to build planet-scale vector tilesets from OpenStreetMap data fast
Stars: ✭ 823 (+1513.73%)
Mutual labels:  maps, openstreetmap, osm
Libosmscout
Libosmscout is a C++ library for offline map rendering, routing and location lookup based on OpenStreetMap data
Stars: ✭ 159 (+211.76%)
Mutual labels:  map, openstreetmap, osm
Openrailwaymap
An OpenStreetMap-based project for creating a map of the world's railway infrastructure.
Stars: ✭ 150 (+194.12%)
Mutual labels:  map, maps, openstreetmap
Placepicker
Free Android Map Place Picker alternative using Geocoder instead of Google APIs
Stars: ✭ 126 (+147.06%)
Mutual labels:  map, maps, location
Mapbox Gl Native Android
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL
Stars: ✭ 135 (+164.71%)
Mutual labels:  map, maps, openstreetmap
coronavirus-map-dashboard
🦠 Coronavirus (COVID-19) Map Dashboard using coronavirus-tracker-api
Stars: ✭ 41 (-19.61%)
Mutual labels:  map, maps, leaflet
orange3-geo
🍊 🌍 Orange add-on for dealing with geography and geo-location
Stars: ✭ 22 (-56.86%)
Mutual labels:  maps, openstreetmap, location

logo

O.Map is an openstreetmap app for KaiOs, it is a good companion for your next outdoor adventure.

badge-release badge-bhackers badge-downloads

Features

  • Map online/offline
  • share your position
  • Import Tracks (geoJson / gpx)
  • Export markers (geoJson)
  • Save your position
  • open .gpx files
  • open geoJSON files
  • search locations
  • rainradar
  • open openstreetmap link

image-1 image-2 image-2 image-4 image-5 image-6 image-7 image-8

Maps

  • Openstreetmap
  • Open Topo Map

Layers

  • rain/snow layer

Manual

  • Soft-keys Zoom the map
  • Cursor Moving the map
  • key 0 share position
  • key 0 longpress show weather map
  • key 1 start/stop tracking
  • key 2 search
  • key 3 open menu
  • key 4 auto center map
  • key 5 save position or search result as marker on sd-card
    to delete the marker open with 3 the menu select the marker and press long enter (+- 5sec)
  • key 7 measure distance
  • key 8 export markers as geojson file
  • key # offline mode - download map tiles
  • key * jump between markers
  • key Backspace close: Menu,measure distance,info panel

import/export

you have the possibility to import gpx and geojson. Markers can also be exported as geojson so that you can e.g. share them or edit them in another program. it is also possible to connect the app to your openstreetmap account to load gpx files from there.

custom maps and layer

you have the possibility to use your own maps/layers. For this you have to create a JSON file with the following structure:

[
  {
    "name": "Hiking",
    "type": "overlayer",
    "url": "http://tile.waymarkedtrails.org/hiking/{z}/{x}/{y}.png",
    "attribution": "hiking.waymarkedtrails.org",
    "maxzoom": 18,
  },

  {
    "name": "Google Satelite",
    "type": "map",
    "url": "http://mt0.google.com/vt/lyrs=r&hl=en&x={x}&y={y}&z={z}",
    "attribution": "Google",
    "maxzoom": 18,
  },
];

you can find an example file here: omap_maps.json

Search

The search can be opened with key 2, you can search for locations or start the search with / and then enter an open location code open location code

Good to know

Some layers cannot be loaded because KaiOs has not equipped all devices with a valid Let's Encrypt certificate. If your device is rooted you can do it yourself: https://github.com/openGiraffes/b2g-certificates

Desktop Version

https://strukturart.github.io/o.map/

How to install

Thank you

LICENSES

This software (except KaiAds) is open source and licensed under the MIT License. View the source code. OpenStreetMap is a trademark of the OpenStreetMap Foundation. o.map is not endorsed by or affiliated with the OpenStreetMap Foundation.

  • o.map UNLICENSE
  • Leaflet - BSD-2-Clause License
  • leaflet.tilelayer.pouchdbcached MIT license
  • wikipedia CC BY-SA License.
  • OpenStreetMap®

Privacy Policy

This software uses KaiAds. This is a third party service that may collect information used to identify you. Pricacy policy of KaiAds.

other map apps for KaiOs

https://wiki.openstreetmap.org/wiki/KaiOS

Donation

If you use the app often, please donate an amount to me.

Bitcoin
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].