Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Use WMS and WFS in Android

Tags:

android

map

wms

I am completly new in the whole Geo IT materia :/, and my task is to check some ways to view a map in Android, overlayed with Vector data.

I have an WMS and WFS service where I can get the Data. But how can I integrate this in Android ?

Google Maps Api is not Free for use comercial right ? Nutiteq, too ? Does osmdroid supports stuff like wms/wfs ? what about mapforge ? Mapforge is only for offline maps right ?

Does someone got nice tutorials how to build such maps ?

Whats about Shape Files, can i combine a osm map tiles with shape files which contain the vector data ?

I know that are much questions, at the moment i feel like a fish thrown in a new sea. I would be very happy if someone could help me a bit :)

and sorry 4 my bad english.

Regards Matthias

like image 850
Matthias H Avatar asked Nov 12 '22 13:11

Matthias H


1 Answers

maybe you can check this link : Using getTileURL in Android Application with GeoServer

i'm also in progress to build my application that use WMS in android. i'm using Geoserver as server. so far, it's running well. i think this link is enough to give you tutorial how to use wms in android. i hope it helps. i'm sorry if my english is not good enough

like image 193
Dey Avatar answered Nov 15 '22 06:11

Dey