Contents
Why do I need a Google Maps API?
I wanted to expand my knowledge on the google maps API and get a hang of pulling in WMS layers. I have set up a simple map window and want to pull in a layer that contains electorate boundaries so they can be viewed. I was looking through the documentation and tried my hand doing it as a GroundOverlay but cannot seem to get it working.
How are tiles indexed in Google Maps JavaScript?
Tiles are indexed using x,y coordinates from that origin. For example, at zoom level 2, when the earth is divided up into 16 tiles, each tile can be referenced by a unique x,y pair:
How are tile coordinates determined in JavaScript API?
The API then determines logically all map tiles which lie within the given pixel bounds. Each of these map tiles are referenced using tile coordinates which greatly simplify the displaying of map imagery.
How to pull in a WMS URL like this?
The WMS Url i’m trying to use is from: http://data.gov.au/dataset/wa-state-electoral-boundaries-psma-administrative-boundaries/resource/b30c4ca8-f506-459c-b6d5-3df207e8666b I guess I am just looking for a little prod in the right direction as to how to pull in a WMS with a URL like this.
How to use Google Maps as a base?
If you mean to use google maps as base , there is old Documentation (i.e GMaps V2) provided by Geoserver. The doc can be found Here : http://docs.geoserver.org/stable/en/user/tutorials/georss/georss.html
How to add GeoServer layer in Google Maps V3?
So, I can provide how to do it in V3 of google maps. I assume that geoserver is running locally on port 8080. Please put your Client Id for Google Maps This will add geoserver layer on Google maps. Simply Save this as .html file and run it using Apache Server.
How to add client ID to Google Maps?
Please put your Client Id for Google Maps This will add geoserver layer on Google maps. Simply Save this as .html file and run it using Apache Server. Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
Where can I find the WMS URL for WA?
I was looking through the documentation and tried my hand doing it as a GroundOverlay but cannot seem to get it working. The WMS Url i’m trying to use is from: http://data.gov.au/dataset/wa-state-electoral-boundaries-psma-administrative-boundaries/resource/b30c4ca8-f506-459c-b6d5-3df207e8666b