Where is Paris?
Click and drag the marker to where you think Paris is on this map of the France.
When you drop it, the answer will appear, and you’ll see how your guess compares with everyone else who has played.
Check back Friday for the results of where everyone thought Paris was.
Find more map games here.
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: ‘http://denverpostplus.com/app/mapgame/tally.php’,
target_name: ‘Paris’,
target_slug: ‘paris’,
target_type: ‘boundary’,
boundary_file: ‘http://denverpostplus.com/app/mapgame/www/kml/city/paris.kml’,
border_file: ‘http://denverpostplus.com/app/mapgame/www/kml/country/france.kml’,
unit: ‘miles’, // miles or km
zoom: 5,
centerlatlng: new google.maps.LatLng(44.5,6),
markerlatlng: new google.maps.LatLng(44.5,6),
styles: [
{
“featureType”: “road”,
“stylers”: [
{ “visibility”: “off” }
]
},{
“featureType”: “administrative.locality”,
“stylers”: [
{ “visibility”: “off” }
]
},{
“featureType”: “administrative.province”,
“stylers”: [
{ “visibility”: “off” }
]
},{
“featureType”: “administrative.country”,
“stylers”: [
{ “visibility”: “off” }
]
}
]
};
});



