mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Fixed syntax errors in GeoJSON samples
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ select
|
||||
(
|
||||
select
|
||||
'Feature' as [type],
|
||||
[Border].AsGeoJSON() as [geometry],
|
||||
dbo.AsGeoJSON([Border]) as [geometry],
|
||||
[StateProvinceName] as [properties.name],
|
||||
[StateProvinceCode] as [properties.code],
|
||||
[Border].STArea() as [properties.area],
|
||||
|
||||
@@ -3,7 +3,7 @@ select
|
||||
(
|
||||
select
|
||||
'Feature' as [type],
|
||||
[Location].AsGeoJSON() as [geometry],
|
||||
dbo.AsGeoJSON([Location]) as [geometry],
|
||||
[CityName] as [properties.name],
|
||||
ac.LatestRecordedPopulation as [properties.population]
|
||||
from Application.Cities ac, Application.StateProvinces asp
|
||||
|
||||
Reference in New Issue
Block a user