Replacement for Android Mapview to use a WMS service
Asked Answered
C

2

6

I am looking for a replacement for the Android MapView, because I need to add a WMS service within a map view and it works very poorly using the native view.

I have tried using Osmdroid API for this, but still without success. This requires modifying several java classes as XYTileSource and BitmapTileSourceBase. And I'm not sure I can work because I have not found information about it.

for example: https://groups.google.com/forum/?fromgroups#!topic/osmdroid/IUcc4Q0DmOE

There are applications in the Android Market that can make this work perfectly as OruxMaps but not have an API for development. : (

Anyone have any idea of ​​how to use a WMS service in another map view, programmatically.

Cankerworm answered 6/7, 2012 at 15:25 Comment(0)
E
0

Have you tried the API from mapforges: http://code.google.com/p/mapsforge/

Eberle answered 19/7, 2012 at 1:39 Comment(0)
B
0

You can try Nutiteq, their API is quite impressive and has lots of features:

http://www.nutiteq.com/content/different-map-sources

Bryanbryana answered 31/10, 2012 at 10:56 Comment(1)
There is new version of that now, with 3D capabilities: nutiteq.github.com/hellomap3d. WMS sample: github.com/nutiteq/hellomap3d/wiki/WMS-map-layerGalloglass

© 2022 - 2024 — McMap. All rights reserved.