Re: [OSM-dev] OSRM on osm.org not working

2017-10-01 Thread Stadin, Benjamin
Just my personal opinion: From the three mentioned routing services in the PR (OSRM, GraphHopper, Mapzen) I find Mapzen to be the most open, and technically quite mature nowadays. Where other solutions start to separate data and tech stack for commercial reasons, Mapzen seems to be still dedica

Re: [OSM-dev] Legal question about attribution text on smartphone

2017-04-23 Thread Stadin, Benjamin
g with customers using your SDK and getting them to attribute the data sources correctly is going to be pain, just ask mapbox. Simon Am 23.04.2017 um 14:49 schrieb Stadin, Benjamin: I need a legal advice, not a personal opinion about app design. That we need to show our own logo –we didn’t show it b

Re: [OSM-dev] Legal question about attribution text on smartphone

2017-04-23 Thread Stadin, Benjamin
017 um 00:26 schrieb Stadin, Benjamin: It’s not our app, but this is an (indoor) map SDK which can be integrated into other native iOS and Android apps. A list (UIActionSheet on iOS) appears when our logo is tapped, showing multiple links (including a link to www.openstreetmap.org/copyright<http:

Re: [OSM-dev] Legal question about attribution text on smartphone

2017-04-22 Thread Stadin, Benjamin
It’s not our app, but this is an (indoor) map SDK which can be integrated into other native iOS and Android apps. A list (UIActionSheet on iOS) appears when our logo is tapped, showing multiple links (including a link to www.openstreetmap.org/copyright).

Re: [OSM-dev] Evaluate layer list from CartoCSS style

2016-08-29 Thread Stadin, Benjamin
yet)? Am 29.08.16, 05:28 schrieb "Paul Norman" unter : >On 8/28/2016 8:07 AM, Stadin, Benjamin wrote: >> we’re defining the data structure for the next version of our 3D map, a >> basic feature of it is the indoor capability. I could write more about >>the >>

Re: [OSM-dev] Experimenting with ClearTables, self-hosted vector tiles, and Tangram client-side rendering

2016-08-28 Thread Stadin, Benjamin
+1 for vector tile diversity. We¹re currently implementing a FlatBuffer based tile format for our rendering needs, because we found that current formats are often quite rendering engine specific. Though we do not want to reinvent the wheel, and try to keep it close to OSM (where possible and useful

[OSM-dev] Evaluate layer list from CartoCSS style

2016-08-28 Thread Stadin, Benjamin
Hi, we’re defining the data structure for the next version of our 3D map, a basic feature of it is the indoor capability. I could write more about the background, but to keep it short for now: I need to generate an ordered list of layers with their table names in the rendering db, so ordered from

Re: [OSM-dev] Numeric OSM tag keys

2016-08-05 Thread Stadin, Benjamin
Thanks Andy and Andy. I¹ll implement compression in another way then. Best Ben Am 05.08.16, 14:06 schrieb "Andy Townsend" unter : >On 05/08/2016 12:51, Stadin, Benjamin wrote: >> Hi, >> >> What is the allowed syntax for OSM tag keys? Is there actually a >>

[OSM-dev] Numeric OSM tag keys

2016-08-05 Thread Stadin, Benjamin
Hi, What is the allowed syntax for OSM tag keys? Is there actually a restriction, like OSM tag keys must follow common variable name syntax? I’m asking because I hope there are no „integer“ / pure numeric keys allowed for tag keys, because I want to use a static compression for most popular key /

Re: [OSM-dev] Earth radius

2016-06-18 Thread Stadin, Benjamin
_tile/blob/6b9611aaf763f4f776d1fd363433 aac7e25cb34b/src/gen_tile.cpp Am 19.06.16, 03:09 schrieb "Greg Troxel" unter : > >"Stadin, Benjamin" writes: > >> I indeed need to express distances in meters. This is a sinusoidal >> grid with Varying cell resolutio

Re: [OSM-dev] Earth radius

2016-06-18 Thread Stadin, Benjamin
ojection definitions on http://epsg.io/4326 and http://epsg.io/3857 respectively, or find it bundled with proj4 library that is widely used to deal with projection nuances. сб, 18 июн. 2016 г. в 1:37, Stadin, Benjamin mailto:benjamin.sta...@heidelberg-mobil.com>>: Hi, I want to double c

Re: [OSM-dev] Earth radius

2016-06-18 Thread Stadin, Benjamin
18.06.16, 02:50 schrieb "Dirk-Lüder Kreie" unter : >Am 17.06.2016 um 21:39 schrieb Stadin, Benjamin: >> Hi, >> >> I want to double check the earth radius used by OSM and zoom levels is >> exactly 6372.7982 as said here: >> http://wiki.openstreetmap.o

[OSM-dev] Earth radius

2016-06-17 Thread Stadin, Benjamin
Hi, I want to double check the earth radius used by OSM and zoom levels is exactly 6372.7982 as said here: http://wiki.openstreetmap.org/wiki/Zoom_levels. I couldn¹t find this as constant in the sources yet. I¹m creating a new storage system for vector tiles, independent of a projection. Best Be

[OSM-dev] Change settings to edit map at different zoom level

2016-06-11 Thread Stadin, Benjamin
Hi, is there a setting which allows to control at which zoom level it's possible to start editing a map? I want to change my local OSM installation to allow editing at a lower zoom level. Ben ___ dev mailing list dev@openstreetmap.org https://lists.o

Re: [OSM-dev] OSM + iD + Nominatim Setup instructions

2016-06-10 Thread Stadin, Benjamin
det: Sonntag, 5. Juni 2016 23:59 An: dev@openstreetmap.org Betreff: Re: [OSM-dev] OSM + iD + Nominatim Setup instructions It is probably a good idea to have a look at http://www.asklater.com/matt/blog/2015/11/18/the-road-to-api-07/ of which cgimap and developing it further is a key piece. Si

[OSM-dev] osmosis not handling empty command line values

2016-06-05 Thread Stadin, Benjamin
Hi, I¹m following the import example from [1] with a small extract: osmosis --read-pbf ka.pbf \ --write-apidb host="localhost" database="openstreetmap" \ user="openstreetmap" password="" validateSchemaVersion="no" But this throws an error: SEVERE: Execution aborted. org.openstreetmap.osmosi

Re: [OSM-dev] OSM + iD + Nominatim Setup instructions

2016-06-04 Thread Stadin, Benjamin
? Thanks Ben Von: Bryan Housel Gesendet: Samstag, 4. Juni 2016 18:03:19 An: Stadin, Benjamin Cc: osm-dev Betreff: Re: [OSM-dev] OSM + iD + Nominatim Setup instructions Hi Ben, iD's connection to OSM is in `connection.js`: https://github.com/openstreetmap/iD

Re: [OSM-dev] OSM + iD + Nominatim Setup instructions

2016-06-04 Thread Stadin, Benjamin
That was what my question was about, though I wasn't clear enough maybe. Thanks for your insights, Ben Von: Tom Hughes Gesendet: Samstag, 4. Juni 2016 11:05:23 An: Stadin, Benjamin; dev@openstreetmap.org Betreff: Re: OSM + iD + Nominatim

Re: [OSM-dev] OSM + iD + Nominatim Setup instructions

2016-06-04 Thread Stadin, Benjamin
, 08:36 schrieb "Tom Hughes" unter : >On 04/06/16 00:54, Stadin, Benjamin wrote: > >> I¹m on a quest to setup an own instance of OSM, altogether with >>Nominatim >> and iD editor. iD should communicate with this very instance of OSM and >> not with the global

[OSM-dev] OSM + iD + Nominatim Setup instructions

2016-06-03 Thread Stadin, Benjamin
Hi list, I¹m on a quest to setup an own instance of OSM, altogether with Nominatim and iD editor. iD should communicate with this very instance of OSM and not with the global OSM website. While I¹ll continue to digg into the code, do you have some valuable pointers for me about installing and con

Re: [OSM-dev] Simpler binary OSM formats

2016-02-08 Thread Stadin, Benjamin
> When you need relations-ways-nodes read order, blocks will save you from > unnecessary read-through the whole file (yes, you can skip decompression for > nodes/ways but still you must read the whole file). Or use mmap. Or directly Cap’n Proto or FlatBuffers, which support this out of the box

Re: [OSM-dev] Simpler binary OSM formats

2016-02-06 Thread Stadin, Benjamin
Hi Andrew, Cap'n Proto (successor of ProtoBuffer from the guy who invented ProtoBuffer) and FlatBuffers (another ProtoBuffer succesor, by Google) have gained a lot of traction since last year. Both eliminate many if the shortcomings of the original ProtoBuffer (allow for random access, streamin

Re: [OSM-dev] OSM PBF and spatial characteristics of blocks

2016-01-06 Thread Stadin, Benjamin
schrieb Andrew Byrd : > > >> On 06 Jan 2016, at 14:10, Stadin, Benjamin >> wrote: >> >> And about the cell data: I'm considering to just reuse OSM pbf format, >> without preserving sort and size attributes. When exporting the data from >> indivi

Re: [OSM-dev] OSM PBF and spatial characteristics of blocks

2016-01-06 Thread Stadin, Benjamin
oring id keys and pointers to items as node data, iterating lowest to highest id on output). Von meinem iPad gesendet > Am 06.01.2016 um 13:49 schrieb Stadin, Benjamin > : > > Hi Andrew, > > The underlying storage looks useful indeed. My current idea is to change the > i

Re: [OSM-dev] OSM PBF and spatial characteristics of blocks

2016-01-06 Thread Stadin, Benjamin
Imforgot to saym this. The problem I have to solve is that I need to be able to export also to other projections. For our indoor navigation and accurate site maps we have to use a proper projection. Thus my idea to index WGS84 datum, and enble to index oberlappings efficiently. When this is solv

Re: [OSM-dev] OSM PBF and spatial characteristics of blocks

2016-01-06 Thread Stadin, Benjamin
ow 25, col 23 for example. Youd load this cell as well when extracting the data Something like this. What do you think? Ben Von meinem iPad gesendet > Am 06.01.2016 um 13:13 schrieb Andrew Byrd : > > >> On 06 Jan 2016, at 03:40, Stadin, Benjamin >> wrote: >> Do

Re: [OSM-dev] OSM PBF and spatial characteristics of blocks

2016-01-05 Thread Stadin, Benjamin
Hi Andrew, My goal is to implement or extend something like TileMaker+Vanilla Extract+X. I need a fast and reliable tool that can generate image tiles and (custom) vector tiles for client side rendering as well as map extracts for small user-editable maps. The X part will be for our own 3D ren

Re: [OSM-dev] OSM PBF and spatial characteristics of blocks

2016-01-05 Thread Stadin, Benjamin
:09 An: "dev@openstreetmap.org<mailto:dev@openstreetmap.org>" mailto:dev@openstreetmap.org>> Betreff: Re: [OSM-dev] OSM PBF and spatial characteristics of blocks On 1/5/2016 8:32 AM, Stadin, Benjamin wrote: I’m thinking about a design for an efficient storage container fo

Re: [OSM-dev] OSM PBF and spatial characteristics of blocks

2016-01-05 Thread Stadin, Benjamin
One more question: 4) The documentation says: "The current serializer (Osmosis) preserves the order of OSM entities, and tags on OSM entities." What would be the downside if this order was lost (when the FileBlocks are recreated in a custom spatial

[OSM-dev] OSM PBF and spatial characteristics of blocks

2016-01-05 Thread Stadin, Benjamin
I’m thinking about a design for an efficient storage container for OSM PBF (planet size data, minutely updates), for the purpose of TileMaker as well as for an internal application. One thing I stumbled on is the usage of the bounding boxes within OSM PBF. The documentation [1] does not clarify

Re: [OSM-dev] Migrating osm.org to vectors/Kartotherian

2016-01-01 Thread Stadin, Benjamin
Somewhat „ambitious" idea, but why should it not be possible to store non-projected (WGS84 datum) data and do the projection in realtime when using vector "tiles". Vector data tiling is mainly about efficient disk storage and scalability (and versatility), and doesn’t necessarily refer to skewe

Re: [OSM-dev] Migrating osm.org to vectors/Kartotherian

2016-01-01 Thread Stadin, Benjamin
I know I¹m a bit late... Am 01.11.15, 04:04 schrieb "Paul Norman" unter : >>#2 SQL -> Vectors >>This is very similar to the set of SQL statements that osm-carto uses >>to generate data. Mapbox is now on version 6 of vtile structure, so it >>is obviously a hard problem to nail down. [4] We could m

Re: [OSM-dev] Migrating osm.org to vectors/Kartotherian

2015-10-31 Thread Stadin, Benjamin
Hi Peter, Most what you said is already solved by data driven style possibilities and clustering that you have already with some existing WebGL libraries. E.g. which city label takes priority when zooming out over another city¹s label (by default the one with highest population), or whether city l

Re: [OSM-dev] Migrating osm.org to vectors/Kartotherian

2015-10-30 Thread Stadin, Benjamin
One such service would be MapBox [1] itself. And in my opinion mapbox-gl-js would be a natural choice for the client part. MapBox is doing a really good job, and this is getting really solid. I wrote a tiny script to create a mapbox-gl-js package for own deployment [2]. It doesn't do much useful a

[OSM-dev] Tile server and Nominatim setup @ Openstreetmap.org

2015-10-21 Thread Stadin, Benjamin
Hi list, I've installed the rails port and imported a small map via osmosis. Next thing is to install a tile server, and change the default settings of the rails port to use it. I'm interested in production configurations. There are several tutorials for installing Mapnik, but so far I found n

[OSM-dev] Extracting map regions

2015-09-16 Thread Stadin, Benjamin
Hi, I want to import planet.osm into a Postgresql db (I'm considering to use imposm for the import). Once I have the whole planet imported, I need to extract many small regions (say max 5km * 5km max). The area is user-definable in my case, it can be any boundary with mentioned maximum size. I