0

I can using google maps in my web applications, but now I'll use wms (Web Map Service) is there any examples or links to How can using wms in jquery,now I'm seraching and looking forms on internet about Wms but I will read efficient materials about it. Or what's the Wms and how can I use it in my web application i.e: determine the way between two city

Selçuklu Ebrar
  • 2,059
  • 3
  • 14
  • 11

1 Answers1

0

WMS is a technique for the transfer and query of raster-based maps (that is, map images). You cannot easily do e.g. routing on a WMS layer. Depending on what you want to do, using a WMS may really be the wrong tool for the job. Essentially, if you want to do more than just display a map, a WMS will be insuficcient.

Why do you want to use a WMS?

til_b
  • 327
  • 5
  • 15