I'm attempting to replicate the user interface used by foursquare!
Positioning the map slightly off center like they have .
I've figured out how to do one part but struggling with the second part.
Initially, I loaded the map in a small div (the one containing markers), and using overflow:visible
, more tiles would fill the parent div with a width:100%
.
Now my challenge is that only a few tiles display when using overflow:visible.
So, my question is: How can I load additional tiles into the small div?
The image below illustrates how tiles don't completely fill the container.
Thank you.
EDIT
This is the complete map displayed on foursquare's homepage known as the map of tips.
BUT this map is visible because the container has overflow:visible
.
if it was hidden, you'd see:
due to the limited size of the 600px div.