All Projects → russellporter → openskimap.org

russellporter / openskimap.org

Licence: Apache-2.0 license
The front end for OpenSkiMap.org.

Programming Languages

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

Projects that are alternatives of or similar to openskimap.org

Openrailwaymap
An OpenStreetMap-based project for creating a map of the world's railway infrastructure.
Stars: ✭ 150 (+552.17%)
Mutual labels:  map, openstreetmap
Atlasr
Atlasr is a truly open-source and free map browser.
Stars: ✭ 196 (+752.17%)
Mutual labels:  map, openstreetmap
Libosmscout
Libosmscout is a C++ library for offline map rendering, routing and location lookup based on OpenStreetMap data
Stars: ✭ 159 (+591.3%)
Mutual labels:  map, openstreetmap
Terrain Classic
World-wide CartoCSS port of Stamen's classic terrain style
Stars: ✭ 110 (+378.26%)
Mutual labels:  map, openstreetmap
freemap-mapnik
Outdoor map mainly for https://www.freemap.sk/
Stars: ✭ 16 (-30.43%)
Mutual labels:  map, openstreetmap
Cyclosm Cartocss Style
Cycle oriented CartoCSS style.
Stars: ✭ 109 (+373.91%)
Mutual labels:  map, openstreetmap
Aphotomanager
Manage local photos on Android: gallery, geotag with photomap, privacy, tags, find, sort, view, copy, send, ... .
Stars: ✭ 164 (+613.04%)
Mutual labels:  map, openstreetmap
Mapscii
🗺 MapSCII is a Braille & ASCII world map renderer for your console - enter => telnet mapscii.me <= on Mac (brew install telnet) and Linux, connect with PuTTY on Windows
Stars: ✭ 5,886 (+25491.3%)
Mutual labels:  map, openstreetmap
openfairdb
Open Fair DB is the CreativCommons Backend of Kartevonmorgen.org
Stars: ✭ 53 (+130.43%)
Mutual labels:  map, openstreetmap
coin-map-android
Easily find places to spend sats anywhere on the planet
Stars: ✭ 23 (+0%)
Mutual labels:  map, openstreetmap
Mapbox Gl Js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Stars: ✭ 8,017 (+34756.52%)
Mutual labels:  map, openstreetmap
HMap
:earth: HMap | 基于openlayers的封装组件
Stars: ✭ 64 (+178.26%)
Mutual labels:  map, openstreetmap
Mapsforge
Vector map library and writer - running on Android and Desktop.
Stars: ✭ 885 (+3747.83%)
Mutual labels:  map, openstreetmap
Mapbox Gl Native Android
Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL
Stars: ✭ 135 (+486.96%)
Mutual labels:  map, openstreetmap
Umap
uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site.
Stars: ✭ 609 (+2547.83%)
Mutual labels:  map, openstreetmap
Mapboxstatic.swift
Static map snapshots with overlays in Swift or Objective-C on iOS, macOS, tvOS, and watchOS
Stars: ✭ 162 (+604.35%)
Mutual labels:  map, openstreetmap
Mapsui
Mapsui is a .NET Map component for WPF, Xamarin.Forms, Xamarin.Android, Xamarin.iOS and UWP
Stars: ✭ 447 (+1843.48%)
Mutual labels:  map, openstreetmap
Barefoot
Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud.
Stars: ✭ 541 (+2252.17%)
Mutual labels:  map, openstreetmap
Go Staticmaps
A go (golang) library and command line tool to render static map images using OpenStreetMap tiles.
Stars: ✭ 246 (+969.57%)
Mutual labels:  map, openstreetmap
s60-maps
Yet another maps for Symbian OS
Stars: ✭ 27 (+17.39%)
Mutual labels:  map, openstreetmap

OpenSkiMap.org

This repo contains the front end source code for OpenSkiMap.org.

Overview

The main components of the website are organized in separate repos

  • Data processing pipeline
    • Takes in OpenStreetMap data and Skimap.org Ski Areas
    • Performs sanitization, normalization, and graph processing on the data
    • Produces Mapbox Vector Tiles & GeoJSON files per run & lift.
  • REST API, provides search and object details
  • Mapbox GL style (not on Github, yet)
  • Front end (this repo)

Pre-reqs

  • using the Node.js version specified in .nvmrc.
  • yarn installed

Development

  1. Install dependencies: yarn install
  2. Start the dev server: yarn start
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].