All Projects → vincentneo → Avenue-GPX-Viewer

vincentneo / Avenue-GPX-Viewer

Licence: GPL-3.0 license
A simple and easy GPX viewer for macOS.

Programming Languages

swift
15916 projects
HTML
75241 projects

Projects that are alternatives of or similar to Avenue-GPX-Viewer

trackanimation
Track Animation is a Python 2 and 3 library that provides an easy and user-adjustable way of creating visualizations from GPS data.
Stars: ✭ 74 (+76.19%)
Mutual labels:  gpx, maps, geolocation
Osmic
CC0 SVG Map Icons, mirror of repo on Gitlab
Stars: ✭ 89 (+111.9%)
Mutual labels:  maps, osm
Vscode Vega Viewer
VSCode extension for Interactive Preview of Vega & Vega-Lite maps 🗺️ & graphs 📈
Stars: ✭ 75 (+78.57%)
Mutual labels:  maps, viewer
LocationMapViewer
Android App to view Locations in a map with support for gpx, kml and kmz data
Stars: ✭ 31 (-26.19%)
Mutual labels:  gpx, osm
Googleapi
C# .NET Core Google Api (Maps, Places, Roads, Search, Translate). Supports all endpoints and requests / responses.
Stars: ✭ 346 (+723.81%)
Mutual labels:  maps, geolocation
Gmscore
Free implementation of Play Services
Stars: ✭ 4,356 (+10271.43%)
Mutual labels:  maps, geolocation
Atlas
OSM in memory
Stars: ✭ 172 (+309.52%)
Mutual labels:  maps, osm
crisis-news-mapper
日本の災害関連ニュースをTwitterから収集して地図上にマッピングするFirebaseプロジェクト crisis.yuiseki.net
Stars: ✭ 13 (-69.05%)
Mutual labels:  maps, geolocation
planetiler
Flexible tool to build planet-scale vector tilesets from OpenStreetMap data fast
Stars: ✭ 823 (+1859.52%)
Mutual labels:  maps, osm
svelte-googlemaps
Svelte Google Maps Components
Stars: ✭ 62 (+47.62%)
Mutual labels:  maps, geolocation
openstreetmap-americana
A quintessentially American map style
Stars: ✭ 89 (+111.9%)
Mutual labels:  maps, osm
React Native Baidumap Sdk
React Native BaiduMap SDK for Android + iOS
Stars: ✭ 309 (+635.71%)
Mutual labels:  maps, geolocation
bexhill-osm
A local mapping project using data from OpenStreetMap. Includes overlays, walking directions and historical information.
Stars: ✭ 16 (-61.9%)
Mutual labels:  maps, osm
Leku
🌍 Map location picker component for Android. Based on Google Maps. An alternative to Google Place Picker.
Stars: ✭ 612 (+1357.14%)
Mutual labels:  maps, geolocation
o.map
Open Street Map app - KaiOS
Stars: ✭ 51 (+21.43%)
Mutual labels:  maps, osm
Uber React
Uber-like project in React Native
Stars: ✭ 151 (+259.52%)
Mutual labels:  maps, geolocation
Aphotomanager
Manage local photos on Android: gallery, geotag with photomap, privacy, tags, find, sort, view, copy, send, ... .
Stars: ✭ 164 (+290.48%)
Mutual labels:  osm, geolocation
Ulogger Server
μlogger • web viewer for tracks uploaded with μlogger mobile client
Stars: ✭ 315 (+650%)
Mutual labels:  viewer, geolocation
osmscout-sailfish
OSM Scout for Sailfish OS (offline maps and navigation)
Stars: ✭ 42 (+0%)
Mutual labels:  maps, osm
orange3-geo
🍊 🌍 Orange add-on for dealing with geography and geo-location
Stars: ✭ 22 (-47.62%)
Mutual labels:  maps, geolocation


A simple GPS exchange format viewer for macOS.

Avenue is a GPX file viewer that aims to allow quick and easy access to the data in a GPX file.

Requires macOS 10.12 Sierra and above.

For easier management, future updates will be distributed on the Mac App Store. You can still build your own copy using Xcode, if you wish.

Avenue is based on some codes over at iOS-Open-GPX-Tracker. This application was developed by the contributor of the project (me), initally as a personal use app, eventually it is developed to being more complete, and that it can be expected to be improved on as time goes by.

Features

  • Shows GPX file contents on Apple Maps (Waypoint and Track point support)
  • Display of total distance of the tracks
  • Dark mode support
  • Minimap for easier locating in complicated tracks (can be disabled)
  • Auto restore of previous settings when reopened (like chosen map source, etc)
  • Support for third-party map sources
    • Open Street Map
    • Carto DB (with Retina Support)
    • OpenTopoMap
    • Wikimedia Foundation (with Retina Support)

Upcoming features

  • Display of total tracked time
  • Documentation

Contributing

Contributions to this project will be more than welcomed. Feel free to add a pull request or open an issue. If you require a feature that has yet to be available, do open an issue, describing why and what the feature could bring and how it would help you!

Please do note that by contributing, you are providing me (Vincent Neo) the rights to include and distribute those changes on the binary app published on the App Store (which is released under Apple's Standard License Agreement).

Like the project? Check out these too!

  • iOS-Open-GPX-Tracker, an awesome open-sourced GPS tracker for iOS and watchOS.
  • LocaleComplete, a small library to make Locale identifier hunting more easy and straightforward.
  • CoreGPX, a library for parsing and creation of GPX files.

License

Avenue GPX Viewer for macOS.

Copyright © 2020 Vincent Neo, with certain codes belonging to Juan M. Merlos (@merlos) from iOS-Open-GPX-Tracker, used with permission.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Please note that this source code was released under the GPL license. So any change on the code shall be made publicly available and distributed under the GPL license (this does not apply to the swift packages included in the project which have their own license).

Dependency

  • CoreGPX, used for parsing and handling of GPX files.
  • MapCache, awesome third-party map caching library.
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].