This topic contains 25 replies, has 10 voices, and was last updated by
pelgrim 3 months, 1 week ago.
-
AuthorPosts
-
15/09/2014 at 6:43 am #5952
@mikeg: the page needs to be named the same as your Roboxing user name, ie. [[:user:mikeg]]. You can make it display a different label though: [[:user:mikeg|Michael Gordon]] if you prefer.
Tom Gidden -- Bristol, UK -- New Roboxer? Check out the wiki, and add yourself to the map! http://roboxing.com/user_locations15/09/2014 at 7:09 am #5954@gid Thanks - fixed.
16/09/2014 at 1:04 pm #6003Just added myself.
16/09/2014 at 4:10 pm #6024I am added to the map
My house if full of bits of plastic! Bristol, UK16/09/2014 at 9:52 pm #6050I’m on the map. But not in the list of users??
16/09/2014 at 9:56 pm #6051Impressive!

Actually, adding the name to the bottom of the user_locations page is just to make the page easier to create. The map generation script just looks at all user pages.
Tom Gidden -- Bristol, UK -- New Roboxer? Check out the wiki, and add yourself to the map! http://roboxing.com/user_locations19/09/2014 at 1:57 pm #6276@gid
I ran into the same problem your google maps have in your wiki pages, the zoom control looks distorted.
Did some searching, found this little advice that solves the problem: Bootstrap distorts some Google Maps Controls and Overlaysso copy paste next few lines in the head section and google maps is happy again.
<style type=”text/css”>
#usermap_canvas img {
max-width: none;
}
</style>java (EE), JavaFX, HTML, GIS) programmer, database wizard, framework inventor, looking for a job ! http://roboxing.com/wizards19/09/2014 at 2:48 pm #6280Thanks! I’ve added it.
Tom Gidden -- Bristol, UK -- New Roboxer? Check out the wiki, and add yourself to the map! http://roboxing.com/user_locations20/09/2014 at 3:29 pm #6324I’m on the map now!! Looks like I’m the second to add myself from the US.
20/09/2014 at 4:27 pm #6327Added myself. Third added from the U.S.
-
This reply was modified 3 months, 1 week ago by
Trekman42.
20/09/2014 at 5:04 pm #6333@gid
it’s a small map, clustering would be fun, even now:markerclusterer
Easy counting is one thing, you really have to zoom a lot until you see there are too backers in Portishead.it’s as easy as adding this js to your code
<script src=”http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/markerclusterer_compiled.js” type=”text/javascript”></script>
and throwing all your markers into a clusterer like this:
var markerCluster = new MarkerClusterer(map, markers);java (EE), JavaFX, HTML, GIS) programmer, database wizard, framework inventor, looking for a job ! http://roboxing.com/wizards20/09/2014 at 6:07 pm #6338 -
This reply was modified 3 months, 1 week ago by
-
AuthorPosts
You must be logged in to reply to this topic.