<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 03.01.2015 13:30, Emux wrote:<br>
    </div>
    <blockquote cite="mid:54A7E0D0.6020606@gmail.com" type="cite">
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
      <div class="moz-cite-prefix">AFAIK web and mobile maps use the <a
          moz-do-not-send="true"
          href="http://en.wikipedia.org/wiki/Web_Mercator">Web Mercator
          (EPSG:3857)</a> projection for rendering their tiles.<br>
        <br>
        How you put information on top is something different and that
        is accomplished with the much easier to handle <a
          moz-do-not-send="true"
          href="http://en.wikipedia.org/wiki/World_Geodetic_System">WGS84

          (EPSG:4326)</a>.<br>
        e.g. in Mapsforge (like in other map libs) you put overlays on
        the map using with lat, long coordinates.<br>
        <br>
        Also like Philip mentioned, for OSM geocoding you can use web
        services like <a moz-do-not-send="true"
          href="http://wiki.openstreetmap.org/wiki/Nominatim">Nominatim</a>
        and/or <a moz-do-not-send="true"
          href="http://www.gisgraphy.com/">Gisgraphy</a>.<br>
      </div>
    </blockquote>
    <br>
    There is also photon from komoot (based on nominatim) and pelias
    from mapzen<br>
  </body>
</html>