Pergunta

Eu gostaria de criar um aplicativo de navegação interior.Mas tenha algum problema com um plano. E eu preciso de um editor de bom mapa (chão) talvez como ArcGis, Josm. Será ótimo se este editor puder criar banco de dados pelo mapa (porta, janelas, corredores, ...). Eu vou integrar este mapa no aplicativo iOS. Obrigado!

Foi útil?

Solução

Eu encontrei solução.Eu tive este plano no JPG.mapa

Meus passos:
1) Converta sua imagem através do GDAL para GTIFF.
2) Crie projeto em Tilemill sem globo.
3) Pressione o botão "Adicionar nova camada".
4) Escolha o destino para o seu arquivo GTIFF e digite no campo SRS "900913".
5) Salvar.
6) No conjunto de CSS na camada de imagem escala raster: bilinear;
7) Zoom seu mapa enquanto você verá o mapa.
8) Exporte seu projeto para o MBTIL.
9) Use o MapBox SDK para integrar seu MBTile.
mapa integrado
Para GDAL:
gdal_translate \
. -de gtiff \
~ / Downloads / placaossaurus_big.jpg \
~ / Downloads / placaurus_big.tif

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top