Map test: Difference between revisions

From Discourse DB
Jump to navigation Jump to search
No edit summary
(More demos)
 
Line 1: Line 1:
{{#cargo_query:tables=Cities|fields=_pageName,Country,Coordinates|format=googlemaps}}
==All cities - Google Maps==
{{#cargo_query:tables=Cities|fields=_pageName,Country,Coordinates,Population|format=googlemaps}}
 
==All cities in the United States - Google Maps==
{{#cargo_query:tables=Cities|where=Country="United States"|fields=_pageName,Country,Coordinates,Population|format=googlemaps}}
 
==All cities with population >= 1,000,000 - OpenLayers==
{{#cargo_query:tables=Cities|where=Population>=1000000|fields=_pageName,Country,Coordinates,Population|format=openlayers}}

Latest revision as of 20:02, October 26, 2014

All cities - Google Maps

All cities in the United States - Google Maps

All cities with population >= 1,000,000 - OpenLayers