mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Read once and reuse the query file's content
This commit is contained in:
parent
825cdafe7b
commit
22f5f51082
4 changed files with 42 additions and 42 deletions
|
|
@ -13,7 +13,7 @@ SELECT
|
|||
SERVICE wikibase:around {
|
||||
?item wdt:P625 ?location.
|
||||
bd:serviceParam wikibase:center "Point(${LONG} ${LAT})"^^geo:wktLiteral.
|
||||
bd:serviceParam wikibase:radius "${RADIUS}" . # Radius in kilometers.
|
||||
bd:serviceParam wikibase:radius "${RAD}" . # Radius in kilometers.
|
||||
}
|
||||
|
||||
# ... and without an image.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue