mobile popup

544
2
02-06-2014 06:14 AM
francescodi_vito1
New Contributor II
Hi guys,
i saw the example of mobile popup and i saw that it works with webmap.
I try to develop a mobile app with jquery mobile.
My question is:
it's possibile to configure the mobile popup for a map service as
http://sgi.isprambiente.it/ArcGIS/rest/services/servizi/geologia1M/MapServer

Any help please
Thanks at all
0 Kudos
2 Replies
SubaKrishnan
Esri Contributor
Hi Francesco,

Here is a mobile popup sample that doesn't use a web map, but it is using a basemap string to specify the basemap. If you are interested to add your own Tiled map service, please see the second link

https://developers.arcgis.com/javascript/jssamples/mobile_citizenrequest.html

https://developers.arcgis.com/javascript/jssamples/layers_ags_tiled.html

Hope this helps.

Thanks,
Suba
0 Kudos
francescodi_vito1
New Contributor II
Hi Suba,
thanks for your replay, but i tried the first example.
If i use a map service as : http://sgi.isprambiente.it/ArcGIS/rest/services/servizi/rete_viaria/MapServer/0
i dont see the service on the map. This rest service in the property don't has a ObjectID as field.
And if i load another service as : http://www.mais.sinanet.isprambiente.it/ArcGIS/rest/services/ArcGISServer/II_2_Copertura_del_suolo/M...
i see the service on the map and popup works fine, and this service has a ObjectID in property rest service.
Is it possible that the non-presence of objectID in rest service is a problem?
The debug tool of chrome don't show any error.

Is it possible to use the wms service with mobile popup? any example?

Any idea or help?
Thanks
0 Kudos