javiers

Active Member
Licensed User
Longtime User
These maps are loaded with Google tiles.
  • MAP_TYPE_HYBRID As Int
  • MAP_TYPE_SATELLITE As Int
  • MAP_TYPE_TERRAIN As Int
The magnification is at most
Thanks for the reply. My question was that when comparing the images (which all seemed to be from Google Maps), the zoom level is different, even though the data source is the same.
In the first image (OpenMap), that's the maximum zoom level allowed, while in the second image (Leaflet with Google Maps) and the third (Google Maps), the zoom level is much higher. Could this limitation be removed? Thanks again for everything!
 

Attachments

  • openmap.jpg
    openmap.jpg
    76.3 KB · Views: 19
  • leaflet.jpg
    leaflet.jpg
    47.3 KB · Views: 24
  • google.jpg
    google.jpg
    65.9 KB · Views: 18

aminoacid

Active Member
Licensed User
Longtime User


This is my B4J Application now using SD_OpenMaps - MAP_TYPE_HYBRID - Max Zoom




This is my JavaScript Leaflet Web Application with GoogleMaps HYBRID - Max Zoom:




This is Google Maps in the Browser - Max Zoom:



When you use GoogleMap tiles in Leaflet, you don't need an API key since you are not using the GoogleMaps API. It could be that getting a higher resolution requires a "paid" API account and API key with Google. The plug-ins that Javier mentions in his post above use the Googlemaps API.
 
Last edited:

Star-Dust

Expert
Licensed User
Longtime User
I don't quite understand, do you need to see who lives inside the apartments?

I'm not aware of any further zooms
 

aminoacid

Active Member
Licensed User
Longtime User
I don't quite understand, do you need to see who lives inside the apartments?

No But I wish I could!

I'm just pointing out the difference in max zoom levels when the Google Maps tiles are used with Leaflet/OpenMaps and when you use the regular GoogleMaps web page.

The leaflet max zoom is fine for me! I guess Javier's requirement in Post# 81 may need a higher zoom level.
 

Star-Dust

Expert
Licensed User
Longtime User
Potentially Leatleaf reaches 23, all from the maps if greater zooms are available. It seems that satellite, hybrid and terrain stop at 18. Only that CARTO (road) reaches 20
 

javiers

Active Member
Licensed User
Longtime User
Yes, the applications I develop are used by emergency services (firefighters) and require the highest possible resolution, which was achieved with the previous jGoogleMaps library.
But since it doesn't work, the work involved in developing the OpenMap library is extraordinary, and it allows us to maintain the applications.
But yes, it would be great to have more zoom. Could we use the plug-ins that use the Google Maps API?

Thanks again for the work you do...
 

Star-Dust

Expert
Licensed User
Longtime User
Some googlemaps bees can be used, as a transformation from GPS coordinated address and vice versa. Other bees cannot be used.
The tiles that offers Googlemaps do not exceed 18 for Zoom. It is different from those that Googlemaps use for its bees that lean on the webgl and in addition to overcoming 18 they can also view 3D.
Google Maps no longer allows the direct use of its tiles without the official SDK

Leaflet Coem already said it potentially reaches a maximum of 23 if it finds the tiles. He does not find them in those of Googlemaps.

For your problem you should look for an alternative tile archive that exceeds 18
 

Star-Dust

Expert
Licensed User
Longtime User
In the past you could use their tiles with a Key bees in this way.
It has now been blocked

JavaScript:
L.tileLayer('https://{s}.google.com/vt/lyrs=y,h&x={x}&y={y}&z={z}&key=API_KEY', {
    maxZoom: 22,
    subdomains: ['mt0','mt1','mt2','mt3']
}).addTo(map);
 

javiers

Active Member
Licensed User
Longtime User
This provider appears to extend the zoom to 20x.
Could this be included?

Stadia_AlidadeSatellite:
var Stadia_AlidadeSatellite = L.tileLayer('https://tiles.stadiamaps.com/tiles/alidade_satellite/{z}/{x}/{y}{r}.{ext}', {
    minZoom: 0,
    maxZoom: 20,
    attribution: '&copy; CNES, Distribution Airbus DS, © Airbus DS, © PlanetObserver (Contains Copernicus Data) | &copy; <a href="https://www.stadiamaps.com/" target="_blank">Stadia Maps</a> &copy; <a href="https://openmaptiles.org/" target="_blank">OpenMapTiles</a> &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
    ext: 'jpg'
});
var O

 

Star-Dust

Expert
Licensed User
Longtime User
in one of the next versions the ESI_HYBRID map will be added which has a great zoom elevation and if necessary I will also add the ones you indicated
 

Star-Dust

Expert
Licensed User
Longtime User
@Star-Dust Hi there!! are you thinking making this wonderful lib working at B4A too, B4i... ?
I started doing it and it seems that it works, as I have written in some posts previously you have to make many changes because the webView engine for B4A and B4i is asynchronous.

At the moment I have many new functions for jOpenMap in the pipeline and I have a very dense calendar so it will take time
 

Star-Dust

Expert
Licensed User
Longtime User
Update rel. 1.11
  • Added method InsidePath, UpdateCircleCenter, UpdateMarkerPosition, ObjectIsEditing
  • Correct LatLng class method Initialize(Lat,Lng)
  • Update Sample

I adapted the example published by @kalus to my new bookshop with some small changes. You can find the source in this post
 

Star-Dust

Expert
Licensed User
Longtime User
Sorry, but I understand that the current version is 1.10, and that these (1.11 and 1.12) are versions to come?
Some versions are being tested others are developing. Consider the list as the planning of the next releases.

By now they are in the end, at release 1.15 there should be everything. Then I will start working on the B4A and B4I versions
 
Last edited:

Star-Dust

Expert
Licensed User
Longtime User
The labels will be available starting from version 1.13