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 controllayerswitcherzoombox 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.gmldata/global_undersea.kmlcartaro:capitals and topp:states.layerswitcherDynamicMeasure 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 700000default and a select style,
a label and fillColorsfeatureselected event of the states layer and
show an alert with the ID of the featureUNAnimatedClusterStrategy in the points layer
Result of the laboratory