Re: [OSM-talk] Plus code grid service

2018-11-19 Thread Oleksiy Muzalyev
Please, ignore my question about grid color. I solved it myself. The 
grid works fine on the OSM map with Leaflet. Colors change all right.

Brgds,
O.

On 11/19/2018 6:36 PM, Oleksiy Muzalyev wrote:

Thank you for the information!

I implemented the grid on my OLC (Plus) code Generator & Search 
web-application: http://ausleuchtung.ch/olc/


It works fine. The grid appears almost immediately.

I read that it is possible to change the color of the grid, and that 
it is done via col=white or col=red. Could you, please, specify where 
I can add this option? When I add it after "tms: true," it does not work.


Best regards,
Oleksiy



On 19.11.18 16:43, Doug Rinckes wrote:
We're really excited to launch a free plus code grid service at 
https://grid.plus.codes 


(Plus codes is an open source algorithm to combine location with 
locality names, so that you can have address-like references in 
places where street addresses don't exist, like this school in 
Ghana: 8MF9+5C Sunyani. Plus codes are displayed and supported in 
Google Maps as well as some other apps.)


One of the strengths of plus codes is that they are based on a grid. 
Up to now, the only way to visualise the plus code grid was with the 
JavaScript grid overlay library, and that only worked with Google Maps.


The grid service means you can fetch the grid and overlay it on top 
of your map using any library or application that supports TMS 
requests, using either GeoJSON or image tiles. This could be a GIS 
application, or a map that uses the Google Maps, Leaflet or Open 
Layers libraries, etc.


The service also produces KML, making it possible to view the grid 
using Google Earth. Just download the file at 
https://grid.plus.codes/pluscode.kml and open it with Google Earth 
(desktop, app or web), and it will draw the grid whenever you move 
the map.


Whatever format you choose, the level of detail of the grid depends 
on the zoom level. If you zoom in, it will show more precise grid 
levels. The image tiles display the plus code for each grid square, 
the KML format displays an info bubble when you click on a grid cell, 
and the GeoJSON output includes it so you can display it any way you 
want.


For more information, see the website https://plus.codes 
 or our GitHub 
https://github.com/google/open-location-code


Ngā mihi,
Doug Rinckes, Technical Program Manager, Google Switzerland GmbH; 
9G8F+6WZürich 



___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk




___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk



___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Plus code grid service

2018-11-19 Thread Lester Caine

On 19/11/2018 17:16, Rasťo Šrámek wrote:
A plus code is not intended to have the same function as latitude and 
longitude. It is intended as a replacement for "street name, house number"
address parts where those don't exist and cannot be reasonably created.  
If you write

Firstname Lastname
WF8R+H6 Praia
Cabo Verde

on an envelope and drop it off at your local post office, wherever you 
live, it will be delivered.


As long as they know just which code system you are using. This is just 
another in a long list of 'postcode for no postcode' areas. Have any of 
them actually gained traction on the ground?


--
Lester Caine - G8HFL
-
Contact - https://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - https://lsces.co.uk
EnquirySolve - https://enquirysolve.com/
Model Engineers Digital Workshop - https://medw.co.uk
Rainbow Digital Media - https://rainbowdigitalmedia.co.uk

___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Plus code grid service

2018-11-19 Thread Oleksiy Muzalyev

Thank you for the information!

I implemented the grid on my OLC (Plus) code Generator & Search 
web-application: http://ausleuchtung.ch/olc/


It works fine. The grid appears almost immediately.

I read that it is possible to change the color of the grid, and that it 
is done via col=white or col=red. Could you, please, specify where I can 
add this option? When I add it after "tms: true," it does not work.


Best regards,
Oleksiy



On 19.11.18 16:43, Doug Rinckes wrote:
We're really excited to launch a free plus code grid service at 
https://grid.plus.codes 


(Plus codes is an open source algorithm to combine location with 
locality names, so that you can have address-like references in places 
where street addresses don't exist, like this school in Ghana: 8MF9+5C 
Sunyani. Plus codes are displayed and supported in Google Maps as well 
as some other apps.)


One of the strengths of plus codes is that they are based on a grid. 
Up to now, the only way to visualise the plus code grid was with the 
JavaScript grid overlay library, and that only worked with Google Maps.


The grid service means you can fetch the grid and overlay it on top of 
your map using any library or application that supports TMS requests, 
using either GeoJSON or image tiles. This could be a GIS application, 
or a map that uses the Google Maps, Leaflet or Open Layers libraries, etc.


The service also produces KML, making it possible to view the grid 
using Google Earth. Just download the file at 
https://grid.plus.codes/pluscode.kml and open it with Google Earth 
(desktop, app or web), and it will draw the grid whenever you move the 
map.


Whatever format you choose, the level of detail of the grid depends on 
the zoom level. If you zoom in, it will show more precise grid levels. 
The image tiles display the plus code for each grid square, the KML 
format displays an info bubble when you click on a grid cell, and the 
GeoJSON output includes it so you can display it any way you want.


For more information, see the website https://plus.codes 
 or our GitHub 
https://github.com/google/open-location-code


Ngā mihi,
Doug Rinckes, Technical Program Manager, Google Switzerland GmbH; 
9G8F+6WZürich 


___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk



___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Plus code grid service

2018-11-19 Thread Rasťo Šrámek
A plus code is not intended to have the same function as latitude and
longitude. It is intended as a replacement for "street name, house number"
address parts where those don't exist and cannot be reasonably created.  If
you write
Firstname Lastname
WF8R+H6 Praia
Cabo Verde

on an envelope and drop it off at your local post office, wherever you
live, it will be delivered. If you instead wrote 14°54'59.3"N 23°30'33.8"W,
it would not even be mailed out.
You can think of a plus code as just the relevant bit of latitude and
longitude for addressing within a locality.

On Mon, Nov 19, 2018 at 5:38 PM, Daniel Koć  wrote:

> W dniu 19.11.2018 o 17:20, Mateusz Konieczny pisze:
> > It is still not clear to me why new way of writing latitude and
> > longitude is supposed to be interesting.
>
>
> One of the reasons might be that it's about areas (covering some
> interesting places), not points.
>
>
> --
> "Excuse me, I have some growing up to do" [P. Gabriel]
>
>
> ___
> talk mailing list
> talk@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/talk
>
___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Plus code grid service

2018-11-19 Thread Daniel Koć
W dniu 19.11.2018 o 17:20, Mateusz Konieczny pisze:
> It is still not clear to me why new way of writing latitude and
> longitude is supposed to be interesting.


One of the reasons might be that it's about areas (covering some
interesting places), not points.


-- 
"Excuse me, I have some growing up to do" [P. Gabriel]


___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Plus code grid service

2018-11-19 Thread James
it's like saying:
 HEY GUYS! INSTEAD OF WRITING BINARY, YOU CAN NOW WRITE IT IN HEX!

not very exciting at all, just another way to represent the same thing

On Mon., Nov. 19, 2018, 11:28 a.m. djakk djakk  Well, it is possible for a human to memorize it :)
>
> Julien « djakk »
>
>
> Le lun. 19 nov. 2018 à 17:22, Mateusz Konieczny 
> a écrit :
>
>> It is still not clear to me why new way of writing latitude and longitude
>> is supposed to be interesting.
>>
>> 19. Nov 2018 16:43 by drinc...@google.com:
>>
>> We're really excited to launch a free plus code grid service at
>> https://grid.plus.codes
>>
>> ___
>> talk mailing list
>> talk@openstreetmap.org
>> https://lists.openstreetmap.org/listinfo/talk
>>
> ___
> talk mailing list
> talk@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/talk
>
___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Plus code grid service

2018-11-19 Thread djakk djakk
Well, it is possible for a human to memorize it :)

Julien « djakk »


Le lun. 19 nov. 2018 à 17:22, Mateusz Konieczny  a
écrit :

> It is still not clear to me why new way of writing latitude and longitude
> is supposed to be interesting.
>
> 19. Nov 2018 16:43 by drinc...@google.com:
>
> We're really excited to launch a free plus code grid service at
> https://grid.plus.codes
>
> ___
> talk mailing list
> talk@openstreetmap.org
> https://lists.openstreetmap.org/listinfo/talk
>
___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Plus code grid service

2018-11-19 Thread Mateusz Konieczny
It is still not clear to me why new way of writing latitude and longitude is 
supposed to be interesting. 

19. Nov 2018 16:43 by drinc...@google.com :

> We're really excited to launch a free plus code grid service at > 
> https://grid.plus.codes ___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk


[OSM-talk] Plus code grid service

2018-11-19 Thread Doug Rinckes
We're really excited to launch a free plus code grid service at
https://grid.plus.codes

(Plus codes is an open source algorithm to combine location with locality
names, so that you can have address-like references in places where street
addresses don't exist, like this school in Ghana: 8MF9+5C Sunyani. Plus
codes are displayed and supported in Google Maps as well as some other
apps.)

One of the strengths of plus codes is that they are based on a grid. Up to
now, the only way to visualise the plus code grid was with the JavaScript
grid overlay library, and that only worked with Google Maps.

The grid service means you can fetch the grid and overlay it on top of your
map using any library or application that supports TMS requests, using
either GeoJSON or image tiles. This could be a GIS application, or a map
that uses the Google Maps, Leaflet or Open Layers libraries, etc.

The service also produces KML, making it possible to view the grid using
Google Earth. Just download the file at
https://grid.plus.codes/pluscode.kml and
open it with Google Earth (desktop, app or web), and it will draw the grid
whenever you move the map.

Whatever format you choose, the level of detail of the grid depends on the
zoom level. If you zoom in, it will show more precise grid levels. The
image tiles display the plus code for each grid square, the KML format
displays an info bubble when you click on a grid cell, and the GeoJSON
output includes it so you can display it any way you want.

For more information, see the website https://plus.codes or our GitHub
https://github.com/google/open-location-code

Ngā mihi,
Doug Rinckes, Technical Program Manager, Google Switzerland GmbH; 9G8F+6W Zü
rich 
___
talk mailing list
talk@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk