These are real great news, _thats_ the feature Mapsforge was IMO missing so far.
The last week I worked on providing POIs for Openandromaps and I'm very happy that a Mapsforge standard will be provided for this.
I will immediately start to support this feature and provide Mapsforge POI-Databases for my Maps.
One important thing: Does the poi-writer support Pois bound to ways (Areas) and relations too?
Is the POI-Feature already included in the latest version of Atlas for testing?
--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/565C2501.2030302%40gmail.com.
This is great improvement for Mapsforge!
And hoping to have routing. Soon.
How sub-tags are handled eg. amenity=place_of_worship and religion/denomination subtag
or amenity=shelter and shelter_type=*, aso..
Usually these POIs are rendered according to their subtags and, if no sub_tag is present, according to the main tag.
Is it possible to handle this with the current Version of the poi-writer?
If the pois would have been used as an "overlay" over the main map the tags/subtags would have to be bound to icons and this would need a poi-theme similar to the map-theme to overcome the restrictions of the built in icons, using custom ones
.. or extending the map-theme so it could act for driving the behaviour of the POIs too (and maybe replacing the graphics-only Icons on the map by more intelligent POIs)
Icons would have popup-window on touch with links to a detail-window, a kontextmenu aso...
OK, the writer is running with Osmosis-Latest flawless and I will wait till Atlas with poi-support is out.
One last request: I'v seen that only the "name" tag is stored in the DB (right?), it would be fine to add some more tags like "phone" "url" maybe "opening_hours".
Its not necessary to add all variants of these tags eg contact:#### , website:#### this could be unified with ease by tagtranform prior to poi/map_writing.
I dont want to pain for you - however implementing one/more tags is IMO a basic design issue is hard to change once released.
--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/565C8975.6050503%40gmail.com.
In terms of rendertheme use: if someone would put the MapDataStore interface on top of the poi db, this could come almost automatically.
I am actually in favour of making the interface to the MapDataStore slightly more powerful, e.g. having options of only retrieving ways and for retrieving pois for multiple tiles in one go, so that different sources could be combined easier and that the label layer could make use of that. That would allow a smoother transition from the current MapFile (with pois) to a solution where pois are only in the poi db but are still rendered ok (so no double storage).
I posted a modified poi-mapping, the post have been deleted - are there limitation with google groups?
I posted a modified poi-mapping, the post have been deleted - are there limitation with google groups?
This would mean to have same tags under different categories.
Eg: camp_sites, water_wells, springs, shelters, aso.. will appear under more than one category.
Is this possible without bloating the database, is the tag writen multiple times to the db or only referenced to different categories?
BTW Christian in a previous post you wrote "The last week I worked on providing POIs for Openandromaps".
Can you explain how did you intend to accomplish that, is there something we can benefit here?
However, importing > 50.000 Pois via GPX is a pain even on fast smartphones - for me thats no solution.
--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/56635D58.1%40gmail.com.
--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/566883BF.80207%40gmail.com.
There used to be an area2point (or so) plugin for osmosis, that would create a node for every area (with the same tags) in the center (whatever that is for a complex polygon).This can be pipelined in osmosis before the mapsforge poi extraction.
--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/56692FC7.1090306%40gmail.com.
--
You received this message because you are subscribed to the Google Groups "mapsforge-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapsforge-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mapsforge-dev/566952EA.6050009%40gmail.com.
From Mapsforge past we're happy to revive a noteworthy API (resided in prototypes branch).
After communication with Karsten Groll (who worked on that), we present to you an improved version of POI API.
Details can be found in our guide: https://github.com/mapsforge/mapsforge/blob/dev/docs/POI.md
In a nutshell we provide tools and libraries for POI offline Search.
You can compile your own POI with poi-writer and use a poi reader for the search.
Note: The library is still in alpha state and is very likely to change.
I'd like to mention chronologically the work since that era,
as can be seen in parent issue: https://github.com/mapsforge/mapsforge/issues/728
- Prototype work adapted in today's Mapsforge
- POI Writer many improvements: Osmosis plugin, parameters, etc.
- POI mapping / schema various improvements and fixes
- Add Samples example with POI search
- Detailed documentation
- Organize / cleanup code
- Restructure in modules per platform
- Fix UTF-8 encoding
- SQLite R-tree wrapper with native libraries (Android NDK)
- Implement AWT support
- Fix category loading endless loop
- Add preferred language option in poi-writer
- Add find POIs by name
Note: Multilingual POIs is an incubating feature.
We'll see if it's feasible to host also poi (besides maps) in our server.
--
Emux
amenity=Restaurant or amenity=restaurant (no case sensitive)
name=*besen* all names include "besen"
amenity=Restaurant or amenity=restaurant (no case sensitive)
I appreciate the quick feedback.
If you pass "ways=false" all work normal with nodes, right?
I tested your area with that option 'false' and it was completed in 1 minute
.
After four hours,
Hi
can you create a (simple) (public) database model, for example, this http://renenyffenegger.blogspot.de/2014/09/openstreetmap-convert-pbf-to-sqlite.html
or this https://alastaira.wordpress.com/2011/04/15/loading-open-street-map-data-in-sql-server-part-ii-ways/. ?
So that everyone has their own POIs can generate with his tools and store this in the (Mapsforge)-database with a public interface.....
Thanks
Achim