- Posts: 4
 - Thank you received: 0
 
Custom Map Types
- RB
 - Topic Author
 - Offline
 - New Member
 - 
            
         
        Less
        More
        
            
    
        
            
        
                13 years 7 months ago                #454
        by RB
    
    
 	
	    
     
            
            
            
            
            
                                
    
                                                
    
        Replied by RB on topic Re: Custom Map Types            
    
        "You are not allowed use tiles without API."
I can`t understand that. Because I already use Yandex map tile using code above.
and if change it to:
return "http://vec0"+((coord.x+coord.y)%5)+".maps.yandex.net/tiles?l=skl&v=2.16.0&x=" +
it load this
maybe there is some problem with link to sat tile library?
anyway, thanks a lot, and sorry for wasting Your time.
    I can`t understand that. Because I already use Yandex map tile using code above.
and if change it to:
return "http://vec0"+((coord.x+coord.y)%5)+".maps.yandex.net/tiles?l=skl&v=2.16.0&x=" +
it load this
maybe there is some problem with link to sat tile library?
anyway, thanks a lot, and sorry for wasting Your time.
Please Log in or Create an account to join the conversation.
- Dima
 - 
            
				
                                 - Offline
 - Platinum Member
 - 
            
         
            
        
                13 years 7 months ago                #455
        by Dima
    
    
            
Don't forget support my developments: post review in JED , donate , help with translation
        
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Dima on topic Re: Custom Map Types            
    
        
    clubs.ya.ru/mapsapi/replies.xml?item_no=21417
Yandex:
Terms:
legal.yandex.ru/maps_api/
Google:
About tiles:
developers.google.com/maps/faq?hl=ru#tos_tiles
Terms
www.google.com/intl/ru/policies/terms/
developers.google.com/maps/faq?hl=ru
Using API, it is using all functions in it's JavaScript API, not simple getting tiles.
Each tiles "package" has different URL, ie for satellite you have to find and use the other GetTileURL function
            Yandex:
Terms:
legal.yandex.ru/maps_api/
Google:
About tiles:
developers.google.com/maps/faq?hl=ru#tos_tiles
Terms
www.google.com/intl/ru/policies/terms/
developers.google.com/maps/faq?hl=ru
Using API, it is using all functions in it's JavaScript API, not simple getting tiles.
Each tiles "package" has different URL, ie for satellite you have to find and use the other GetTileURL function
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
        Time to create page: 0.174 seconds