These are pixellated coordinates. They have to be converted to geographic
coordinates. I do not remember the name of the function that there is a
function in Google maps api for such a conversion.

Olha

On Dec 7, 2017 5:20 AM, <artur.y.bo...@gmail.com> wrote:

> Good day.
> Have an interesting task: to convert coordinates of poligons from map here
> to LatLng format in order to use in google maps API.
> "Digging" the code of that map I discovered strings like
> <path class="leaflet-interactive" stroke="black" stroke-opacity="1"
> stroke-width="3" stroke-linecap="round" stroke-linejoin="round"
> stroke-dasharray="0" fill="#ffff00" fill-opacity="0.3" fill-rule="evenodd"
> d="M462 399L454 405L454 408L451 406L452 409L445 414L445 418L448 417L448
> 419L451 418L453 420L457 418L466 418L467 413L469 411L467 411L465 407L460
> 407L463 402L462 400z">
>
>
> So I am assuming, that
> d="M462 399L454 405L454 408L451 406L452 409L445 414L445 418L448 417L448
> 419L451 418L453 420L457 418L466 418L467 413L469 411L467 411L465 407L460
> 407L463 402L462 400z"
>
>
> is coordinates to convert.
>
> BUT
> I have no idea how to convert it into LatLng format.
> Does anyone has any suggestions?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-maps-js-api-v3+unsubscr...@googlegroups.com.
> To post to this group, send email to google-maps-js-api-v3@
> googlegroups.com.
> Visit this group at https://groups.google.com/group/google-maps-js-api-v3.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-maps-js-api-v3+unsubscr...@googlegroups.com.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
Visit this group at https://groups.google.com/group/google-maps-js-api-v3.
For more options, visit https://groups.google.com/d/optout.

Reply via email to