Skip to content

#12146: ArcGIS support for FeatureService#12235

Merged
anup39 merged 2 commits intogeosolutions-it:masterfrom
dsuren1:#12146_arcgis_featureservice
Apr 16, 2026
Merged

#12146: ArcGIS support for FeatureService#12235
anup39 merged 2 commits intogeosolutions-it:masterfrom
dsuren1:#12146_arcgis_featureservice

Conversation

@dsuren1
Copy link
Copy Markdown
Contributor

@dsuren1 dsuren1 commented Apr 9, 2026

Description

This PR adds ArcGIS FeatureService support to MapStore

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Feature

Issue

What is the current behavior?

What is the new behavior?

  • ArcGIS Feature Service support has been added for OpenLayers and CesiumJS maps, including Catalog service, Identify tool, Style Editor, and data persistence
{
    "type": "arcgis-feature",
    "url": "https://services2.arcgis.com/pROHh69WvVijk4nR/ArcGIS/rest/services/GSE_DISTRIBUTORI_STANDARD/FeatureServer",
    "title": "Title",
    "visibility": true
}

Example

Cesium

image

OL

image

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes, and I documented them in migration notes
  • No

Other useful information

FeatureServer URL below can be used for testing:
https://services2.arcgis.com/pROHh69WvVijk4nR/ArcGIS/rest/services/GSE_DISTRIBUTORI_STANDARD/FeatureServer

@cla-bot cla-bot bot added the CLA Ready label Apr 9, 2026
@dsuren1 dsuren1 marked this pull request as draft April 9, 2026 07:46
@tdipisa tdipisa requested a review from allyoucanmap April 9, 2026 08:17
@tdipisa tdipisa added this to the 2026.02.00 milestone Apr 9, 2026
@dsuren1 dsuren1 linked an issue Apr 9, 2026 that may be closed by this pull request
6 tasks
@dsuren1 dsuren1 marked this pull request as ready for review April 9, 2026 10:16
@dsuren1 dsuren1 added the New Feature used for new functionalities label Apr 9, 2026
@allyoucanmap allyoucanmap requested review from anup39 and removed request for allyoucanmap April 10, 2026 08:10
@allyoucanmap allyoucanmap assigned anup39 and unassigned allyoucanmap Apr 10, 2026
Comment thread web/client/api/ArcGIS.js
return null;
};

const extentToBoundingBox4326 = (extent) => {
Copy link
Copy Markdown
Member

@anup39 anup39 Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @dsuren1, I had a question regarding the two functions extentToBoundingBox and extentToBoundingBox4326.

Do we need both of them?

From what I can see, extentToBoundingBox4326 handles reprojection more robustly (including WKT and fallback cases). It might make sense to consolidate to a single implementation to avoid duplication. We could also consider renaming it to extentToBoundingBox if we standardize on this new version considering(replacing) the existing use of extentToBoundingBox.

Let me know your thoughts on this.

Apart from this, everything else looks good to me. Thanks

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is intentional. While extentToBoundingBox4326 provides more robust reprojection, the two functions differ in output contract, reprojection logic, and error handling. Keeping them separate helps maintain clarity, whereas combining them may introduce a flag and make the behavior less explicit at the call site

@dsuren1 dsuren1 requested a review from anup39 April 16, 2026 04:49
@anup39 anup39 merged commit de55770 into geosolutions-it:master Apr 16, 2026
13 checks passed
@anup39
Copy link
Copy Markdown
Member

anup39 commented Apr 16, 2026

@ElenaGallo Kindly test this new feature on DEV. Thanks

dsuren1 added a commit to anup39/MapStore2 that referenced this pull request Apr 16, 2026
…log_refactor_genode_int_11930

* commit 'de55770d13eb703b5b6cfe31ae55f38fea0b9fcf':
  Fix geosolutions-it#12146: ArcGIS support for FeatureService (geosolutions-it#12235)
  geosolutions-it#12094: Fix dropdown menu overflow when adding links to text widget in TextEditor (geosolutions-it#12260)
  geosolutions-it#12207: Fix - ScaleBox plugin - Custom scales not reported on map load (geosolutions-it#12212)
  fix a few danish translations (geosolutions-it#12230)
  geosolutions-it#12223: fix rule manager field filtering with checkbox is not working properly (geosolutions-it#12224)
  geosolutions-it#12218: fix pagination in rules manager layers autocomplete does not work (geosolutions-it#12219)
  Fix geosolutions-it#12213 - Fixed startup script for java new versions (geosolutions-it#12214)
  Update Changelog for version 2025.02.03 (geosolutions-it#12211)
  Fix pre-release gh action workflow for CLA (geosolutions-it#12205)
  Update Changelog for version 2026.01.00 (geosolutions-it#12202)
  fix geosolutions-it#12162 flatgeobuf params by getRequestConfigurationByUrl (geosolutions-it#12200)
  Fix geosolutions-it#12162 COG and FlatGeobuf layers support params for protected storage (geosolutions-it#12179)
  Fix doc of MapImport plugin (geosolutions-it#12197)
  Fix geosolutions-it#12044: fix wfs layer hidden in 3D + scale arrow not rendering (geosolutions-it#12155)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Ready New Feature used for new functionalities

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ArcGIS support for FeatureService

4 participants