[SailfishDevel] (no subject)

2014-12-17 Thread David van rijn
Hello, I am writing a qml component to display a slippy map (eg. google maps). (You can look at the code at https://github.com/unsanded/harbour-mapp.) The idea is to be able to add maps in qml by just typing something like: SlippyMap{ GoogleMapsProvider{ apiKey: "blabla" } } I have a few

Re: [SailfishDevel] Mapping project and library (was: (no subject))

2014-12-17 Thread Alejandro Exojo
El Wednesday 17 December 2014, David van rijn escribió: >- Can it, at some point, become a library for others to use? Yes, of course. >- What is the best way to implement offline maps/routing? OpenStreetMaps and the associated projects. Google Maps AFAIK doesn't allow you to save their

Re: [SailfishDevel] (no subject)

2014-12-17 Thread Martin Kolman
Wed, 17 Dec 2014 16:04:31 +0100 David van rijn : Hello, Hi! I am writing a qml component to display a slippy map (eg. google maps). (You can look at the code at https://github.com/unsanded/harbour-mapp.) The idea is to be able to add maps in qml by just typing something like: SlippyMap{ Go