You'll have to show us a link for us to help you.

Here's one custom map type I've made:
http://broady.github.com/osm-layer/example.html

Code here:
http://broady.github.com/osm-layer/osm.js

--
http://twitter.com/broady



On Mon, Jul 11, 2011 at 5:03 PM, Daejeon <siaw.man3...@gmail.com> wrote:

> I am still having problem with creating tiles and how to overlap my tiles
> in the Google map.
> Take this simple tutorial:
>
> http://code.google.com/apis/maps/documentation/javascript/examples/map-projection-simple.html
>
> I think the tile URL should be here:
> >>
> var baseURL = 'images/';
> baseURL += 'gall-peters_' + zoom + '_' + x + '_' + coord.y + '.png';
> return baseURL;
>
> If I copy paste the whole code and run it, why the images didn't show up?
> If I alter the code :
>
> var baseURL = 'images/';
> baseURL += zoom + '_' + x + '_' + coord.y + '.png';
> return baseURL;
>
> I have images (PNG file) in my program, why the image still can't display
> on the map?
> Thank you for answer my question.
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-maps-js-api-v3/-/EYWv-rv4PbwJ.
>
> To post to this group, send email to
> google-maps-js-api-v3@googlegroups.com.
> To unsubscribe from this group, send email to
> google-maps-js-api-v3+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to