Domanda

Vorrei creare un'app per la navigazione interna.Ma hai qualche problema con un piano di pavimento. E ho bisogno di una buona mappa (piano) editor forse come ArcGis, Josm. Sarà fantastico se questo editor può creare database in mappa (porta, finestre, corridoi, ...). Integrererò questa mappa nell'app iOS. Grazie!

È stato utile?

Soluzione

Ho trovato la soluzione.Ho avuto questo piano piano in JPG.mappa

I miei passaggi:
1) Converti la tua immagine tramite GDAL in Gtiff.
2) Creare il progetto in Tilemill senza globo.
3) Premere sul pulsante "Aggiungi nuovo livello".
4) Scegli la destinazione sul tuo file GTIFF e digita il campo SRS "900913".
5) Salva.
6) nel set di css sullo strato di immagine raster-ridimensionamento: Bilinear;
7) Ingrandisci la tua mappa mentre vedrai la mappa.
8) Esporta il tuo progetto in mbtile.
9) Utilizzare Mapbox SDK per integrare il tuo MBtile.
Mappa integrata
Per GDAL:
GDAL_TRANSLATE \
. -Of GTIFF \
~ / Downloads / platyosaurus_big.jpg \
~ / Downloads / platyosaurus_big.tif

Altri suggerimenti

You are free to choose any vector GIS you like to use to create indoor floor plans. Thus, you need to develop an speficiation for your model, so that you can create rules for routers etc. Next you need to think about how to store them (shapefiles, PostGIS, ...) and how you want to create the final products (rendered maps, routing graphs, ...).

I'm not sure how you want to create/collect your floorplans (experts vs. VGI) but JOSM sounds like a good starting point, esp. as the OSM community has already some experience with indoor mapping: http://wiki.openstreetmap.org/wiki/Indoor

Hint 1: There seems to be currently no final solution to indoor geolocation with adequat resoluton for your usecase (indoor routing).
Hint 2: The indoor topic is only in use within a very small part of the OSM community. So expect some refuses/critics if you add such data to the global OSM database.
Hint 3: In some countries are floorplans also intellectual property, so copy&trace might be a copyright infridgement.

Although that's not what it was made for, you could check out indoo.rs. You can use the product without indoor localization, but indoor map creation and indoor navigation.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top