From cccd671c99d0f37768cae41fcaacfd338e2eb2f5 Mon Sep 17 00:00:00 2001 From: Joshua Darnell Date: Wed, 18 Mar 2020 12:17:46 -0700 Subject: [PATCH] Minor corrections to generic.resoscript templates. See issues #4 and #5 --- generic.gold.resoscript | 8 ++++---- generic.resoscript | 20 +++++++++++++------- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/generic.gold.resoscript b/generic.gold.resoscript index fcf1b15..acc66bf 100644 --- a/generic.gold.resoscript +++ b/generic.gold.resoscript @@ -126,7 +126,7 @@ - + - + - 1.0.6 + 1.0.7 - + + - + - + + + + + + @@ -772,7 +778,7 @@ Capability="Query functions" WebAPIReference="2.4.7" OutputFile="REQ-WA103-QM5_GeoSpatialLongLat_PointGeo.json" - Url="*ClientSettings_WebAPIURI*/*Parameter_EndpointResource*?$top=*Parameter_TopCount*&$select=*Parameter_SelectList*&$filter=*Parameter_GeoSpatialField* ne null and geo.distance(*Parameter_GeoSpatialField*, geography'SRID=*Parameter_SRID*;POINT(*Parameter_GeoSpatialValue*)' le *Parameter_GeoSpatialDistanceValue*" + Url="*ClientSettings_WebAPIURI*/*Parameter_EndpointResource*?$top=*Parameter_TopCount*&$select=*Parameter_SelectList*&$filter=geo.distance(*Parameter_GeoSpatialField*, geography'SRID=*Parameter_SRID*;POINT(*Parameter_GeoSpatialValue*)' le *Parameter_GeoSpatialDistanceValue*" />