Skip to content

Commit

Permalink
Update route and geolocate service urls (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmelz authored Jan 29, 2024
1 parent bda52d8 commit 6a0717b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/CustomSearchSources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class CustomSearchSources extends Accessor {

// The source properties for location searches
private static locationSearchSourceProperties: Array<LocationSearchSourceProperties> = [{
url: 'https://maps.umass.edu/arcgis/rest/services/Locators/UmaCampusLocatorGazetteer/GeocodeServer',
url: 'https://maps.umass.edu/server/rest/services/Community-Locators/GeoLocator_Community/GeocodeServer',
title: 'On-campus locations'
}, {
url: 'https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer',
Expand Down
2 changes: 1 addition & 1 deletion app/widgets/CustomDirections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enum TransportMethod {
class CustomDirections extends Widget {
// The route task to use to query for routes
private static routeTask = new RouteTask({
url: 'https://maps.umass.edu/arcgis/rest/services/Research/CampusPedestrianNetwork/NAServer/Route'
url: 'https://maps.umass.edu/server/rest/services/Community-Routing/Community_PedestrianRouting/NAServer/Route'
});

@property()
Expand Down

0 comments on commit 6a0717b

Please sign in to comment.