Publishing map service with modified sddraft (DOM)

298
0
03-30-2021 06:16 AM
Koecky
by
New Contributor

I want to use Python to remove the pop-ups from the layer as default in ArcGIS online. Finally they are 3 layers in the feature server and one of them should be turn off.

I think it's possible with one of this elements:

doc = DOM.parse(sddraft)

key = doc.getElementsByTagName('*')
for i in key:

    ???

How can I do it?

Thanks a lot

Dirk

Edit:

I work with version 10.8.1

0 Kudos
0 Replies