Skip to content

Commit

Permalink
include mp_id, plan url and plan name
Browse files Browse the repository at this point in the history
  • Loading branch information
gruppin committed Dec 11, 2024
1 parent 5e05ef6 commit 2d6981b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/lib/iplanApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const buildMavatURL = () => {
// ','
// )}&returnGeometry=${return_geom}&where=${whereClause}&outSR=3857`;

return 'https://ags.iplan.gov.il/arcgisiplan/rest/services/PlanningPublic/Xplan/MapServer/1/query?f=json&outFields=objectid,shape,plan_county_name,entity_subtype_desc,pl_number&returnGeometry=true&where=objectid%3E0&outSR=3857';
return 'https://ags.iplan.gov.il/arcgisiplan/rest/services/PlanningPublic/Xplan/MapServer/1/query?f=json&outFields=objectid,shape,plan_county_name,entity_subtype_desc,pl_number,pl_name,pl_url,mp_id&returnGeometry=true&where=objectid%3E0&outSR=3857';
};


Expand Down

0 comments on commit 2d6981b

Please sign in to comment.