, which leads us to ask:
Do you know where Puerto Rico is?
Click and drag the marker to where you think Puerto Rico is on this map of the Caribbean (it’s the crotch of the “x” that appears when you drag the marker that marks where your guess will count).
When you drop it, the answer will appear, and you’ll see how your guess compares with everyone else who has played.
Results: .
Group Games
- Play the
- Play the
- Play the
- Play the
Colorado Map Games
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
North American Map Games
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
World Map Games
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the
- Play the Where is ? map game
<!–
–>
#map-canvas { width: 100%; height: 500px; margin: auto; }
$(document).ready( function () {
mapg_config =
{
log_guesses: 1,
//log_url: ‘admin/index.php’,
log_url: ‘http://denverpostplus.com/app/mapgame/tally.php’,
target_name: ‘Puerto Rico’,
target_slug: ‘puerto-rico’,
target_type: ‘boundary’,
boundary_file: ‘http://denverpostplus.com/app/mapgame/www/kml/territory/puerto-rico.kml’,
unit: ‘miles’, // miles or km
zoom: 5,
centerlatlng: new google.maps.LatLng(23,-73),
markerlatlng: new google.maps.LatLng(28,-74),
styles: [
{
“featureType”: “road”,
“stylers”: [
{ “visibility”: “off” }
]
},{
“featureType”: “administrative.locality”,
“stylers”: [
{ “visibility”: “off” }
]
},{
“featureType”: “administrative.province”,
“stylers”: [
{ “visibility”: “off” }
]
},{
“featureType”: “administrative.country”,
“stylers”: [
{ “visibility”: “off” }
]
}
]
};
});





