This is a proposal of a complete exercise that covers the contents learned on this workshop. Take your time to do all the steps.
Note
Estimated duration: 30 minutes
layerswitcher
controllayerswitcher
zoombox
controlmouseposition
controlNote
Open MapQuest uses this array of OSM urls:
var arrayOSM = ["http://otile1.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.jpg",
"http://otile2.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.jpg",
"http://otile3.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.jpg",
"http://otile4.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.jpg"];
Note
Estimated duration: 1 hour
data/europe.gml
data/global_undersea.kml
cartaro:capitals
and topp:states
.layerswitcher
DynamicMeasure
control from the extras folder.
Configure it to measure distances and areasOpenLayers.Control.Panel
, and define
the displayClass
of the DynamicMeasureControl
. Also create those
styles with CSSFeaturePopup
control from the extras folder and
configure it for the cities layer You’ll need to define templates.
See the documentation of the FeaturePopup
ControlNote
Estimated duration: 2 hours
MALE
population greater than 700000
default
and a select
style,
a label
and fillColors
featureselected
event of the states layer and
show an alert with the ID
of the featureUN
AnimatedClusterStrategy
in the points layerResult of the laboratory