cyclosm-cartocss-style
openfreemap
cyclosm-cartocss-style | openfreemap | |
---|---|---|
12 | 5 | |
255 | 3,610 | |
2.0% | 1.7% | |
4.5 | 9.3 | |
10 months ago | 3 months ago | |
CartoCSS | Python | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cyclosm-cartocss-style
-
Show HN: OpenFreeMap – Open-Source Map Hosting
I currently use the cyclosm[1] as a tile map for my small web app. I'd love to use OpenFreeMap instead, as cyclosm is quite slow. Is there any way I can do this for bicycle maps? Awesome project.
[1] https://www.cyclosm.org
-
New to biking and looking for any and all advice!
This is a great map resource I use a lot to set my routes: https://www.cyclosm.org/
-
Bicycle paths on komoot be like:
Komoot uses OpenStreetMap data. That is a huge plus in the many countries where their data is much better than the likes of Google, but if youbhappen to be somewhere the data isn't great, then you can get results like that. The good thing is though, that if a path is illegal to cycle on, all it takes is making an account and adding bicycle=no to the path. Your edit is applied immediately (though might be reviewed by a human later) and will result in better data in Komoot but also in other apps like Strava or cool cycle infrastructure maps like www.cyclosm.org
- Carte des pistes cyclables de Paris?
-
OSM and named Mountain Biking Routes
I'm new to OSM. I'm looking for a 'trailforks-like' experience where I can click on a mountain bike route to highligh the route, and see information about elevation gains, etc. When using osm.org, cyclosm.org, or OsmAnd on my phone, I can see mountain biking routes in my area, but I can't select them to show me the full named route.
-
Bristol to Cardiff cycle route?
www.cyclosm.org <- good for finding the cycle paths
-
Oshawa creek trail
Ditch Google Maps and use either https://www.cyclosm.org or brouter.de/ (for planning). They are based on openstreetmap data, and are WAY better than Google Maps for cycling, because all the data is crowdsourced and fresh by several years over Gmaps.
- Show HN: A site to quickly find bike parking
-
Map of bike paths in Sydney
There are lots of great maps out there that do show other infrastructure like on-road bike lanes, mixed traffic lanes and signposted cycle routes without any accompanying infrastructure: - CyclOSM - OpenCycleMap - Google Maps
-
Made an interactive bike map of my city using OSM data
Not to discourage you (I'm a great fan of playing around with things to learn myself), but you should be aware of www.cyclosm.org
openfreemap
-
OpenStreetMap's New Vector Tiles
OpenFreeMap is not providing:
- search or geocoding
- route calculation, navigation or directions
- static image generation
- raster tile hosting
- satellite image hosting
- elevation lookup
- custom tile or dataset hosting
https://github.com/hyperknot/openfreemap?tab=readme-ov-file#...
-
openfreemap VS versatiles-frontend - a user suggested alternative
2 projects | 7 Oct 2024
-
Show HN: OpenFreeMap – Open-Source Map Hosting
https://github.com/hyperknot/openfreemap/blob/main/modules/t...
-
Show HN: OpenFreeMap – Free OpenStreetMap Vector Tile Hosting
Hi HN,
After 9 years of running my own OpenStreetMap tile server infra for MapHub (https://news.ycombinator.com/item?id=11389989), I’ve open-sourced it and launched OpenFreeMap — offering free, unlimited map tile hosting.
OpenFreeMap provides free map hosting for websites and apps with no limits, no registration, no API keys, and no cookies. It’s also fully open-source: see the code at https://github.com/hyperknot/openfreemap and the styles at https://github.com/hyperknot/openfreemap-styles.
Why?
Using OpenStreetMap data usually requires paying for hosting or dealing with complex self-hosting. I wanted to make it easy and accessible for everyone.
How does it work?
Tiles are served directly from Btrfs partition images containing 300 million hard-linked files, avoiding the overhead of a tile server and leveraging Linux kernel file caching.
Key components:
- Tile Generation: Planetiler (https://github.com/onthegomap/planetiler)
What are some alternatives?
natural-earth-geojson - Natural Earth data in GeoJSON
cartes - ⚠️ Migré sur https://codeberg.org/cartes/web. L'appli Web de cartes grand public.
openmaptiles-cycle - Vector Tile Schema Implementation - cyclemaps (open map tiles changes)
TkinterMapView - A python Tkinter widget to display tile based maps like OpenStreetMap or Google Satellite Images.