HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pbsurf

no profile record

comments

pbsurf
·há 10 meses·discuss
Another SVG website: https://styluslabs.com/
pbsurf
·há 10 meses·discuss
No business, just me!
pbsurf
·há 10 meses·discuss
Yes, you can download any region and set of layers for offline use.
pbsurf
·há 10 meses·discuss
I've been building https://github.com/styluslabs/maps with support for 3D terrain, custom layers, and plugins for search and routing.

Vector tiles are generated and served on-demand by https://github.com/styluslabs/geodesk-tiles so there's no need to download an entire country or region first.
pbsurf
·ano passado·discuss
This is great! I recently built a simple project to generate and serve vector tiles on demand from a GOL file: https://github.com/styluslabs/geodesk-tiles
pbsurf
·ano passado·discuss
I'm working on https://github.com/styluslabs/maps/ including a new 3D map engine (based on Tangram-ES) and JS plugin support, so while there is no offline routing yet, support for additional online routing services can be added by users.
pbsurf
·ano passado·discuss
I've built a server for generating OpenStreetMap vector tiles on demand from a GeoDesk database, which is barely larger than an .osm.pbf (100GB vs. 80GB for current planet.osm.pbf) - much smaller than a PostGIS instance: https://github.com/styluslabs/geodesk-tiles
pbsurf
·há 2 anos·discuss
I'm working on https://github.com/styluslabs/maps - has Sentinel-2 imagery, slope angle shading and custom slope shading including slope aspect.
pbsurf
·há 2 anos·discuss
https://github.com/styluslabs/maps - open-source maps app
pbsurf
·há 3 anos·discuss
I believe QML ListView actually does support kinetic scrolling - Qt calls it "flicking". To get behavior closer to React Native, it might work to decrease the value of the Flickable flickDeceleration property [1].

That said, my troubles with Qt's performance and behavior on mobile led me to create my own cross-platform GUI library: https://github.com/styluslabs/ugui/

[1] https://doc.qt.io/qt-6/qml-qtquick-flickable.html