Skip to content

#12146: ArcGIS support for FeatureService#12235

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

#12146: ArcGIS support for FeatureService#12235
anup39 merged 2 commits into
geosolutions-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
@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
Contributor

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)
@ElenaGallo
Copy link
Copy Markdown
Contributor

ElenaGallo commented May 6, 2026

@dsuren1
Copy link
Copy Markdown
Contributor Author

dsuren1 commented May 6, 2026

@ElenaGallo
Yeah, this feature service URL source is quite heavy since it loads both 3D map data and features, which can consume significant system resources. Kindly try zooming into a smaller area and it should help.
Also, regarding the response issue, it is likely temporary. Retrying should generally resolve it, as I was able to see the features displayed correctly on the 3D map mentioned above.
image

@ElenaGallo
Copy link
Copy Markdown
Contributor

@dsuren1 When zooming into a smaller area, it works correctly

@ElenaGallo
Copy link
Copy Markdown
Contributor

@dsuren1 On the Classification Style option, it is not possible to set the Attribute.

style.mp4

@ElenaGallo
Copy link
Copy Markdown
Contributor

@dsuren1 Sorry if I didn’t put a single comment, but there’s also this point to check regarding the level style. The option to change the value type for the options in the visual style editor is present, but it doesn’t work as it should because it’s not possible to select the property value.

fgb.service2.mp4

@dsuren1
Copy link
Copy Markdown
Contributor Author

dsuren1 commented May 7, 2026

@ElenaGallo Thanks for the findings. I have prepared a PR with the fix here

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

5 participants