MapBBCodeShare alternatives and similar software solutions
Based on the "Maps & GPS" category.
Alternatively, view MapBBCodeShare alternatives based on common mentions on social networks and blogs.
-
Graphhopper
Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server. -
OpenGTS
Entry-level fleet tracking system. Supports variety of tracking devices and protocols. Comes with rich web-interface and reporting features.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of MapBBCodeShare or a related project?
README
MapBBCode Share
This is a website originally made for sharing maps, based on MapBBCode javascript library. But since it has powerful import/export feature, it also can be used for planning routes, generating standalone map pages and converting between formats.
Installation
In order to reduce load on the main share.mapbbcode.org website, cloning the service is encouraged. Requirements are few:
- Apache with mod_rewrite or nginx with php-fpm
- PHP 5.2 or newer
- MySQL 5
- A separate domain (or subdomain) name
To install, copy all files (except README.md
) to a designated directory, modify config.php
according to your setup, and open http://domain.name/initdb
. If you see a map with a yellow message saying tables were created, you're good to go. Set NEED_INIT_DB
in the config to false
, then check that saving and signing in work.
For caching to work, you need a cache
directory with writing rights.
Formats
At the moment MapBBCode Share can import 11 file types and export 10. Writing a plugin for a new file format is easy: see examples in formats
directory. Those are loaded automatically, you won't have to modify other scripts. Keep in mind this is not a universal convertor: GPSBabel is. This is not a GPS trace storage, and traces are simplified: we already have GPSies for full GPX downloads, elevation and speed profiles. MapBBCode Share goals are simple and outlined in the first section, and supported formats list should be kept short.
Included Libraries
Writing the service would be much harder it it weren't for those libraries:
- MapBBCode (WTFPL)
- Leaflet (BSD 2-clause)
- Leaflet.draw (MIT)
- Bing.js (BSD 2-clause)
- LightOpenID (MIT)
- OpenID Selector (BSD 3-clause)
- Simplify.js (BSD 2-clause)
- Simplify.php (unknown license)
License
All files that did not come from other libraries are released under WTFPL.
*Note that all licence references and agreements mentioned in the MapBBCodeShare README section above
are relevant to that project's source code only.