Re: [android-developers] Re: Maps with custom tiles

2012-08-08 Thread Todd Bennett
Hey Saurav,

When I saw the date on the post I figured you might not have the code
anymore.

Thanks for the reply.  I have searched the internet high and low and no one
seems to have code for this.  Any ideas where I might find code on
displaying custom tiles (zoom, x, y) over Google Maps using MapView and
Android?

Thanks,

Todd

On Wed, Aug 8, 2012 at 1:12 AM, Saurav to.saurav.mukher...@gmail.comwrote:

 Cant share code. It was with my prev company.
 Hard luck.


 Regards,
 Saurav Mukherjee.

 Twitter https://twitter.com/#!/fasuke
 Facebook https://www.facebook.com/fuusuke



 On Wed, Aug 8, 2012 at 1:19 AM, Todd Bennett todd.e.benn...@gmail.comwrote:

 Did you ever get this figured out without using OSM?  If you could share
 some code that would be great.  Even if you used OSM.

 I have tiles, generated with MapTiler that I need to overlay on the
 Google Map tiles to show sea level rise in an Android App.

 Thanks,

 Todd

 On Monday, June 15, 2009 4:49:29 AM UTC-4, khose wrote:

 Ok, i'll take a look. FYI, i get the tiles from a server, using HTTP
 requests, and then parsing xml. So i ask for a tile passing by
 longitude, latitude and zoom level...just as Google Maps. But of
 course its not GMaps.

 I'll see if i find a solution within that project. Thanks for your
 help!

 On 8 jun, 19:10, Kiran Mudiam mud...@gmail.com wrote:
  AFAIK,  The Android MapView only supports satellite and map view
  tiles.
 
  I did come across a thread on this forum earlier some one asking for
  custom tiles, and also noted that a feature request was going to put
  in. Not sure if that ever happened ?!!
 
  But I came across this project on google code that is a full/free
  replacement for the MapView class.
 
  http://code.google.com/p/**osmdroid/http://code.google.com/p/osmdroid/
 
  Look at the code and this may help u get ideas on how to implement
  your own tiles as well.
 
  -
  Kiran
 
  On Jun 8, 8:21 am, CF chrisfurt...@gmail.com wrote:
 
   I have a custom map created using Google My Maps, but am not able to
   replicate the same on Android. Any suggestions?
 
   On Jun 8, 10:35 am, Saurav Mukherjee to.saurav.mukher...@gmail.com*
 *
   wrote:
 
do u already have map tiles of ur own??
 
On Mon, Jun 8, 2009 at 7:59 PM, CF chrisfurt...@gmail.com
 wrote:
 
 I'm struggling with the same problem. Any pointers or ideas?
 
 On May 20, 5:20 am, khose marcos.hdez@gmail.com wrote:
  C'mon there must be a solution:)
 
  On 14 mayo, 09:52, khose marcos.hdez@gmail.com wrote:
 
   Hi!
 
   I've been searching hardly the past two days, looking for a
 way to
   implement a map view with custom map tiles. I mean; i have
 to use maps
   tiles different than the ones provided by Google Maps.
 
   Someone said here that there is a way, but he didn't tell
 the way to
   do that. I know that you can do that with Google Maps API
 for Web, but
   i've studied Android's API and i can't find a method to load
 your map
   tiles.
 
   I would appreciate any help and/or example to do this. I'm
 really
   stucked and the client need this feature in the application.
 
   Thanks in advance!
 
 

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Maps with custom tiles

2012-08-07 Thread Todd Bennett
Did you ever get this figured out without using OSM?  If you could share 
some code that would be great.  Even if you used OSM.
 
I have tiles, generated with MapTiler that I need to overlay on the Google 
Map tiles to show sea level rise in an Android App.
 
Thanks,
 
Todd 

On Monday, June 15, 2009 4:49:29 AM UTC-4, khose wrote:

 Ok, i'll take a look. FYI, i get the tiles from a server, using HTTP 
 requests, and then parsing xml. So i ask for a tile passing by 
 longitude, latitude and zoom level...just as Google Maps. But of 
 course its not GMaps. 

 I'll see if i find a solution within that project. Thanks for your 
 help! 

 On 8 jun, 19:10, Kiran Mudiam mud...@gmail.com wrote: 
  AFAIK,  The Android MapView only supports satellite and map view 
  tiles. 
  
  I did come across a thread on this forum earlier some one asking for 
  custom tiles, and also noted that a feature request was going to put 
  in. Not sure if that ever happened ?!! 
  
  But I came across this project on google code that is a full/free 
  replacement for the MapView class. 
  
  http://code.google.com/p/osmdroid/ 
  
  Look at the code and this may help u get ideas on how to implement 
  your own tiles as well. 
  
  - 
  Kiran 
  
  On Jun 8, 8:21 am, CF chrisfurt...@gmail.com wrote: 
  
   I have a custom map created using Google My Maps, but am not able to 
   replicate the same on Android. Any suggestions? 
  
   On Jun 8, 10:35 am, Saurav Mukherjee to.saurav.mukher...@gmail.com 
   wrote: 
  
do u already have map tiles of ur own?? 
  
On Mon, Jun 8, 2009 at 7:59 PM, CF chrisfurt...@gmail.com wrote: 
  
 I'm struggling with the same problem. Any pointers or ideas? 
  
 On May 20, 5:20 am, khose marcos.hdez@gmail.com wrote: 
  C'mon there must be a solution:) 
  
  On 14 mayo, 09:52, khose marcos.hdez@gmail.com wrote: 
  
   Hi! 
  
   I've been searching hardly the past two days, looking for a 
 way to 
   implement a map view with custom map tiles. I mean; i have to 
 use maps 
   tiles different than the ones provided by Google Maps. 
  
   Someone said here that there is a way, but he didn't tell the 
 way to 
   do that. I know that you can do that with Google Maps API for 
 Web, but 
   i've studied Android's API and i can't find a method to load 
 your map 
   tiles. 
  
   I would appreciate any help and/or example to do this. I'm 
 really 
   stucked and the client need this feature in the application. 
  
   Thanks in advance! 
  
 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Maps with custom tiles

2012-08-07 Thread Saurav
Cant share code. It was with my prev company.
Hard luck.


Regards,
Saurav Mukherjee.

Twitter https://twitter.com/#!/fasuke
Facebook https://www.facebook.com/fuusuke



On Wed, Aug 8, 2012 at 1:19 AM, Todd Bennett todd.e.benn...@gmail.comwrote:

 Did you ever get this figured out without using OSM?  If you could share
 some code that would be great.  Even if you used OSM.

 I have tiles, generated with MapTiler that I need to overlay on the Google
 Map tiles to show sea level rise in an Android App.

 Thanks,

 Todd

 On Monday, June 15, 2009 4:49:29 AM UTC-4, khose wrote:

 Ok, i'll take a look. FYI, i get the tiles from a server, using HTTP
 requests, and then parsing xml. So i ask for a tile passing by
 longitude, latitude and zoom level...just as Google Maps. But of
 course its not GMaps.

 I'll see if i find a solution within that project. Thanks for your
 help!

 On 8 jun, 19:10, Kiran Mudiam mud...@gmail.com wrote:
  AFAIK,  The Android MapView only supports satellite and map view
  tiles.
 
  I did come across a thread on this forum earlier some one asking for
  custom tiles, and also noted that a feature request was going to put
  in. Not sure if that ever happened ?!!
 
  But I came across this project on google code that is a full/free
  replacement for the MapView class.
 
  http://code.google.com/p/**osmdroid/http://code.google.com/p/osmdroid/
 
  Look at the code and this may help u get ideas on how to implement
  your own tiles as well.
 
  -
  Kiran
 
  On Jun 8, 8:21 am, CF chrisfurt...@gmail.com wrote:
 
   I have a custom map created using Google My Maps, but am not able to
   replicate the same on Android. Any suggestions?
 
   On Jun 8, 10:35 am, Saurav Mukherjee to.saurav.mukher...@gmail.com**

   wrote:
 
do u already have map tiles of ur own??
 
On Mon, Jun 8, 2009 at 7:59 PM, CF chrisfurt...@gmail.com wrote:
 
 I'm struggling with the same problem. Any pointers or ideas?
 
 On May 20, 5:20 am, khose marcos.hdez@gmail.com wrote:
  C'mon there must be a solution:)
 
  On 14 mayo, 09:52, khose marcos.hdez@gmail.com wrote:
 
   Hi!
 
   I've been searching hardly the past two days, looking for a
 way to
   implement a map view with custom map tiles. I mean; i have to
 use maps
   tiles different than the ones provided by Google Maps.
 
   Someone said here that there is a way, but he didn't tell the
 way to
   do that. I know that you can do that with Google Maps API for
 Web, but
   i've studied Android's API and i can't find a method to load
 your map
   tiles.
 
   I would appreciate any help and/or example to do this. I'm
 really
   stucked and the client need this feature in the application.
 
   Thanks in advance!
 
 

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Maps with custom tiles

2009-06-15 Thread khose

Ok, i'll take a look. FYI, i get the tiles from a server, using HTTP
requests, and then parsing xml. So i ask for a tile passing by
longitude, latitude and zoom level...just as Google Maps. But of
course its not GMaps.

I'll see if i find a solution within that project. Thanks for your
help!

On 8 jun, 19:10, Kiran Mudiam mud...@gmail.com wrote:
 AFAIK,  The Android MapView only supports satellite and map view
 tiles.

 I did come across a thread on this forum earlier some one asking for
 custom tiles, and also noted that a feature request was going to put
 in. Not sure if that ever happened ?!!

 But I came across this project on google code that is a full/free
 replacement for the MapView class.

 http://code.google.com/p/osmdroid/

 Look at the code and this may help u get ideas on how to implement
 your own tiles as well.

 -
 Kiran

 On Jun 8, 8:21 am, CF chrisfurt...@gmail.com wrote:

  I have a custom map created using Google My Maps, but am not able to
  replicate the same on Android. Any suggestions?

  On Jun 8, 10:35 am, Saurav Mukherjee to.saurav.mukher...@gmail.com
  wrote:

   do u already have map tiles of ur own??

   On Mon, Jun 8, 2009 at 7:59 PM, CF chrisfurt...@gmail.com wrote:

I'm struggling with the same problem. Any pointers or ideas?

On May 20, 5:20 am, khose marcos.hdez@gmail.com wrote:
 C'mon there must be a solution:)

 On 14 mayo, 09:52, khose marcos.hdez@gmail.com wrote:

  Hi!

  I've been searching hardly the past two days, looking for a way to
  implement a map view with custom map tiles. I mean; i have to use 
  maps
  tiles different than the ones provided by Google Maps.

  Someone said here that there is a way, but he didn't tell the way to
  do that. I know that you can do that with Google Maps API for Web, 
  but
  i've studied Android's API and i can't find a method to load your 
  map
  tiles.

  I would appreciate any help and/or example to do this. I'm really
  stucked and the client need this feature in the application.

  Thanks in advance!


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Maps with custom tiles

2009-06-09 Thread Kiran Mudiam


AFAIK,  The Android MapView only supports satellite and map view
tiles.

I did come across a thread on this forum earlier some one asking for
custom tiles, and also noted that a feature request was going to put
in. Not sure if that ever happened ?!!

But I came across this project on google code that is a full/free
replacement for the MapView class.

http://code.google.com/p/osmdroid/

Look at the code and this may help u get ideas on how to implement
your own tiles as well.

-
Kiran


On Jun 8, 8:21 am, CF chrisfurt...@gmail.com wrote:
 I have a custom map created using Google My Maps, but am not able to
 replicate the same on Android. Any suggestions?

 On Jun 8, 10:35 am, Saurav Mukherjee to.saurav.mukher...@gmail.com
 wrote:

  do u already have map tiles of ur own??

  On Mon, Jun 8, 2009 at 7:59 PM, CF chrisfurt...@gmail.com wrote:

   I'm struggling with the same problem. Any pointers or ideas?

   On May 20, 5:20 am, khose marcos.hdez@gmail.com wrote:
C'mon there must be a solution:)

On 14 mayo, 09:52, khose marcos.hdez@gmail.com wrote:

 Hi!

 I've been searching hardly the past two days, looking for a way to
 implement a map view with custom map tiles. I mean; i have to use maps
 tiles different than the ones provided by Google Maps.

 Someone said here that there is a way, but he didn't tell the way to
 do that. I know that you can do that with Google Maps API for Web, but
 i've studied Android's API and i can't find a method to load your map
 tiles.

 I would appreciate any help and/or example to do this. I'm really
 stucked and the client need this feature in the application.

 Thanks in advance!



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Maps with custom tiles

2009-06-08 Thread CF

I'm struggling with the same problem. Any pointers or ideas?

On May 20, 5:20 am, khose marcos.hdez@gmail.com wrote:
 C'mon there must be a solution:)

 On 14 mayo, 09:52, khose marcos.hdez@gmail.com wrote:



  Hi!

  I've been searching hardly the past two days, looking for a way to
  implement a map view with custom map tiles. I mean; i have to use maps
  tiles different than the ones provided by Google Maps.

  Someone said here that there is a way, but he didn't tell the way to
  do that. I know that you can do that with Google Maps API for Web, but
  i've studied Android's API and i can't find a method to load your map
  tiles.

  I would appreciate any help and/or example to do this. I'm really
  stucked and the client need this feature in the application.

  Thanks in advance!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Maps with custom tiles

2009-06-08 Thread Saurav Mukherjee
do u already have map tiles of ur own??

On Mon, Jun 8, 2009 at 7:59 PM, CF chrisfurt...@gmail.com wrote:


 I'm struggling with the same problem. Any pointers or ideas?

 On May 20, 5:20 am, khose marcos.hdez@gmail.com wrote:
  C'mon there must be a solution:)
 
  On 14 mayo, 09:52, khose marcos.hdez@gmail.com wrote:
 
 
 
   Hi!
 
   I've been searching hardly the past two days, looking for a way to
   implement a map view with custom map tiles. I mean; i have to use maps
   tiles different than the ones provided by Google Maps.
 
   Someone said here that there is a way, but he didn't tell the way to
   do that. I know that you can do that with Google Maps API for Web, but
   i've studied Android's API and i can't find a method to load your map
   tiles.
 
   I would appreciate any help and/or example to do this. I'm really
   stucked and the client need this feature in the application.
 
   Thanks in advance!
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Maps with custom tiles

2009-06-08 Thread CF

I have a custom map created using Google My Maps, but am not able to
replicate the same on Android. Any suggestions?

On Jun 8, 10:35 am, Saurav Mukherjee to.saurav.mukher...@gmail.com
wrote:
 do u already have map tiles of ur own??



 On Mon, Jun 8, 2009 at 7:59 PM, CF chrisfurt...@gmail.com wrote:

  I'm struggling with the same problem. Any pointers or ideas?

  On May 20, 5:20 am, khose marcos.hdez@gmail.com wrote:
   C'mon there must be a solution:)

   On 14 mayo, 09:52, khose marcos.hdez@gmail.com wrote:

Hi!

I've been searching hardly the past two days, looking for a way to
implement a map view with custom map tiles. I mean; i have to use maps
tiles different than the ones provided by Google Maps.

Someone said here that there is a way, but he didn't tell the way to
do that. I know that you can do that with Google Maps API for Web, but
i've studied Android's API and i can't find a method to load your map
tiles.

I would appreciate any help and/or example to do this. I'm really
stucked and the client need this feature in the application.

Thanks in advance!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Maps with custom tiles

2009-06-08 Thread Saurav Mukherjee
my solution can help u if u have map tiles ready for display based on lat
lon and zoom levels, cauz what i did was to ping the google tile download
link with appropriate lat lon and zoom level, download the tile and used my
logic (not that hi fi) to display it onto the screen (based on on scroll).

tell me if this wud help u, then i 'll elaborate

cheers!


On Mon, Jun 8, 2009 at 8:51 PM, CF chrisfurt...@gmail.com wrote:


 I have a custom map created using Google My Maps, but am not able to
 replicate the same on Android. Any suggestions?

 On Jun 8, 10:35 am, Saurav Mukherjee to.saurav.mukher...@gmail.com
 wrote:
  do u already have map tiles of ur own??
 
 
 
  On Mon, Jun 8, 2009 at 7:59 PM, CF chrisfurt...@gmail.com wrote:
 
   I'm struggling with the same problem. Any pointers or ideas?
 
   On May 20, 5:20 am, khose marcos.hdez@gmail.com wrote:
C'mon there must be a solution:)
 
On 14 mayo, 09:52, khose marcos.hdez@gmail.com wrote:
 
 Hi!
 
 I've been searching hardly the past two days, looking for a way to
 implement a map view with custom map tiles. I mean; i have to use
 maps
 tiles different than the ones provided by Google Maps.
 
 Someone said here that there is a way, but he didn't tell the way
 to
 do that. I know that you can do that with Google Maps API for Web,
 but
 i've studied Android's API and i can't find a method to load your
 map
 tiles.
 
 I would appreciate any help and/or example to do this. I'm really
 stucked and the client need this feature in the application.
 
 Thanks in advance!
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Maps with custom tiles

2009-05-20 Thread khose

C'mon there must be a solution:)

On 14 mayo, 09:52, khose marcos.hdez@gmail.com wrote:
 Hi!

 I've been searching hardly the past two days, looking for a way to
 implement a map view with custom map tiles. I mean; i have to use maps
 tiles different than the ones provided by Google Maps.

 Someone said here that there is a way, but he didn't tell the way to
 do that. I know that you can do that with Google Maps API for Web, but
 i've studied Android's API and i can't find a method to load your map
 tiles.

 I would appreciate any help and/or example to do this. I'm really
 stucked and the client need this feature in the application.

 Thanks in advance!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---