There was an error while loading. Please reload this page.
1 parent 5e05ef6 commit 2d6981bCopy full SHA for 2d6981b
1 file changed
server/api/lib/iplanApi.js
@@ -70,7 +70,7 @@ const buildMavatURL = () => {
70
// ','
71
// )}&returnGeometry=${return_geom}&where=${whereClause}&outSR=3857`;
72
73
- 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';
74
};
75
76
0 commit comments