This website requires JavaScript.
Explore
Help
Sign In
cartodb4
/
cartodb-postgresql
Watch
1
Star
0
Fork
0
You've already forked cartodb-postgresql
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d597f0fe6d
cartodb-postgresql
/
test
/
CDB_GreatCircle.sql
2 lines
91 B
MySQL
Raw
Normal View
History
Unescape
Escape
making some text lowercase
2015-10-15 00:12:12 +08:00
select
ST_AsText
(
CDB_GreatCircle
(
CDB_LatLng
(
55
.
8580
,
4
.
2590
)
,
CDB_LatLng
(
40
.
7127
,
74
.
0059
)
)
)
Reference in New Issue
Copy Permalink