Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xplot_server
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
digit_plot
xplot_server
Commits
499229c4
Commit
499229c4
authored
Nov 10, 2024
by
dliangx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
4fb92a89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
geo/area.go
+1
-1
No files found.
geo/area.go
View file @
499229c4
...
@@ -401,7 +401,7 @@ func GetRelatedAdmArea(obj model.GeoJson) ([]model.GeoJson, error) {
...
@@ -401,7 +401,7 @@ func GetRelatedAdmArea(obj model.GeoJson) ([]model.GeoJson, error) {
var
query
string
var
query
string
if
obj
.
Opt
==
4
{
if
obj
.
Opt
==
4
{
query
=
`SELECT id, type, properties, ST_AsGeoJSON(geom) as geometry FROM geojson_data WHERE ST_Intersects(ST_SetSRID($1::geometry,4326), geom
etry
)`
query
=
`SELECT id, type, properties, ST_AsGeoJSON(geom) as geometry FROM geojson_data WHERE ST_Intersects(ST_SetSRID($1::geometry,4326), geom)`
}
}
rows
,
err
:=
db
.
Query
(
query
,
wkt
)
rows
,
err
:=
db
.
Query
(
query
,
wkt
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment