Forums
May 12, 2024, 07:59 PM

Author Topic: location detail ?  (Read 1887 times)

0 Members and 1 Guest are viewing this topic.

location detail ?
« on: July 17, 2012, 09:22 AM »
I was thinking this morning that there used to be a french league where you had a map of France and you could see in which city is everyone in France.
I think it could be cool to be able to have a world map and to know in what city we all live. It could help to arrange meeting and stuff like that.
**Imagine you want to do a clan meeting could be cool to quickly know where exactly the most member live**
Or some other stats as the city where the most people play worms or the best skilled city overall...
I might be stat addict but I think that adding an user information non mandatory in the profile is not a very big deal and then you can display it on a map easily.
 
« Last Edit: July 17, 2012, 09:44 AM by zippeurfou »

Offline Husk

Re: location detail ?
« Reply #1 on: July 17, 2012, 09:38 AM »
this would also be very educational. sometimes I see a weird country name like usa (does any1 actually live there?), and with such feature I could probably find it in a world map.

Offline MonkeyIsland

Re: location detail ?
« Reply #2 on: July 17, 2012, 10:11 AM »
Do you know any map/flash-based thingy where we could specify/mark our members on?
Due to massive misunderstandings: MonkeyIsland refers to an island not a monkey. I would be a monkey, if my name was IslandMonkey meaning a monkey who is or lives on an island. MonkeyIsland is an island which is related to monkeys. Also there's been a legend around saying MonkeyIsland is a game. So please, think of me as an island or a game.

Offline HHC

Re: location detail ?
« Reply #3 on: July 17, 2012, 10:32 AM »
http://www.zeemaps.com/

> Make a new map > put 'General' as type and put an admin pw. Then people can add their location by 'Add marker', which allows them to enter a Name and Location (City, Country; that is all that is needed).

Offline Sbaffo

Re: location detail ?
« Reply #4 on: July 17, 2012, 11:14 AM »
http://www.zeemaps.com/

> Make a new map > put 'General' as type and put an admin pw. Then people can add their location by 'Add marker', which allows them to enter a Name and Location (City, Country; that is all that is needed).

aaaa i wanted link it :<

Re: location detail ?
« Reply #5 on: July 17, 2012, 11:43 AM »
Or you can use google map and use the api :) https://developers.google.com/maps/documentation/ . It's not really hard to use it.
Here is an example.
Code: [Select]

// cinema Pathé Bellecour
var myLatlng = new google.maps.LatLng(45.758796,4.834607);
 
// Map of the cinema
var myMapOptions = {
zoom: 16,
center: myLatlng,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
 
// Map creation
var myMap = new google.maps.Map(
document.getElementById('map'),
myMapOptions
);
 
// icon creation
var myMarkerImage = new google.maps.MarkerImage('img/pathe.png');
 
// marker creation (this is a basic one but for tus it could be custom).
var myMarker = new google.maps.Marker({
// cinema place
position: myLatlng,
map: myMap,
// custom icon
icon: myMarkerImage,
title: "Cinema Pathé Bellecour"
});
 
// window option
var myWindowOptions = {
content:
'<h6>Cinema Pathé Bellecour</h6>'+
'<p><a href="http://www.cinemasgaumontpathe.com/cinemas/cinema-pathe-lyon-bellecour/" title="Site officiel">Visiter le site officiel</a></p>'
};
 
// window creation
var myInfoWindow = new google.maps.InfoWindow(myWindowOptions);
 
// show window when you click the marker
google.maps.event.addListener(myMarker, 'click', function() {
myInfoWindow.open(myMap,myMarker);
});


Well this example is not to teach you anything (i am sure you are quite capable of programming ^^). It is to show you how simple it is to use the google map api :).
Then you can use it as a heat map (http://googlemapsmania.blogspot.fr/2009/03/using-google-maps-to-produce-heat-maps.html) or geomap (https://developers.google.com/chart/interactive/docs/gallery/geomap)  or else :)

Offline HHC

Re: location detail ?
« Reply #6 on: July 17, 2012, 11:52 AM »
Yeah i reckon it's easier if MI codes it, so the location in the profile gets shown on the map.

Offline Casso

Re: location detail ?
« Reply #7 on: July 17, 2012, 12:08 PM »
on worms mania we use it: http://www.wormsmania.net/utenti.htm

Offline Peja

Re: location detail ?
« Reply #8 on: July 17, 2012, 12:18 PM »
rofl theres a guy called komodo in rome ;D
VoK: i have now beer so my rope will be perfect.
 VoK: will do ttrr every map under 30s

Offline MonkeyIsland

Re: location detail ?
« Reply #9 on: July 17, 2012, 12:21 PM »
Isn't that so crowded?
Due to massive misunderstandings: MonkeyIsland refers to an island not a monkey. I would be a monkey, if my name was IslandMonkey meaning a monkey who is or lives on an island. MonkeyIsland is an island which is related to monkeys. Also there's been a legend around saying MonkeyIsland is a game. So please, think of me as an island or a game.


Offline TheKomodo

Re: location detail ?
« Reply #11 on: July 17, 2012, 01:16 PM »
rofl theres a guy called komodo in rome ;D
He plays WA?! lol

Isn't that the Eurotrance producer guy?

Offline Casso

Re: location detail ?
« Reply #12 on: July 17, 2012, 01:23 PM »
We usually call him Komo xD
His real name is Daniele

Offline TheKomodo

Re: location detail ?
« Reply #13 on: July 18, 2012, 07:01 AM »
Ah wait a minute is that the guy that was in WM or something? used to come online with xWMxKomodo or something?


Offline Casso

Re: location detail ?
« Reply #14 on: July 18, 2012, 11:15 AM »
Ah wait a minute is that the guy that was in WM or something? used to come online with xWMxKomodo or something?

Yes, he is from Worms Mania Community