Getting an error while enabling popup The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to collect data via WFS and PopupClick to Openlayers shows blank pop up - All Formats for Images WorksView attachments in popup when using the editor widgetAndroid WebMap Popup Viewing not showing my layer infoWhy are the organization's Maps and Layers not visible in My Content?How to configure ArcGIS Server wms to show images in a popup?Getting error while downloading survey123 dataClose popup and infowindow when clicking closeButton on popup using carto.js v4Custom pop-up for multiple results in ArcGIS Online applicationAGOL Web App - user selects a polygon and finds Web Maps that intersect it

Match Roman Numerals

"... to apply for a visa" or "... and applied for a visa"?

Is there a writing software that you can sort scenes like slides in PowerPoint?

Why can't devices on different VLANs, but on the same subnet, communicate?

Is there a way to generate uniformly distributed points on a sphere from a fixed amount of random real numbers per point?

Mortgage adviser recommends a longer term than necessary combined with overpayments

Is 'stolen' appropriate word?

Keeping a retro style to sci-fi spaceships?

Separating matrix elements by lines

If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?

Make it rain characters

Why doesn't a hydraulic lever violate conservation of energy?

Can the DM override racial traits?

Would an alien lifeform be able to achieve space travel if lacking in vision?

ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?

Python - Fishing Simulator

Do working physicists consider Newtonian mechanics to be "falsified"?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

Why did Peik Lin say, "I'm not an animal"?

Why are PDP-7-style microprogrammed instructions out of vogue?

1960s short story making fun of James Bond-style spy fiction

Didn't get enough time to take a Coding Test - what to do now?

How did passengers keep warm on sail ships?

Do I have Disadvantage attacking with an off-hand weapon?



Getting an error while enabling popup



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How to collect data via WFS and PopupClick to Openlayers shows blank pop up - All Formats for Images WorksView attachments in popup when using the editor widgetAndroid WebMap Popup Viewing not showing my layer infoWhy are the organization's Maps and Layers not visible in My Content?How to configure ArcGIS Server wms to show images in a popup?Getting error while downloading survey123 dataClose popup and infowindow when clicking closeButton on popup using carto.js v4Custom pop-up for multiple results in ArcGIS Online applicationAGOL Web App - user selects a polygon and finds Web Maps that intersect it



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am new to this stuff. Basically I am trying to show the data from my local database in the popup for some specific rivers, but I am having a hard time while enabling popup. I tried to find the solution but didn't find anything.



I am using Esri_Hydro_Reference_Overlay layer to show rivers in this map and I am getting this message:



enter image description here



the next message says




This layer doesn't have any attribute data. You can, however, display attributes from a different feature layer in the pop-up.
How do you want to specify what layer to use?




And it gives me two options




Choose from my items




and




Enter a URL for a layer




here is the Screenshot of it



enter image description here



Can anyone help me?










share|improve this question









New contributor




S.Mishra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Are you adding the same URL for the hydro reference layer? If the layer is a Tile Layer(I am guessing cached map service in this case) you wont get popups from that layer. If you have a feature layer(Feature Service) you can use that to drive the popups for that layer.

    – Russ Roberts
    Apr 8 at 12:45











  • yes it is a tile layer. any way to show popups in it?

    – S.Mishra
    Apr 9 at 16:48











  • You will have to use a feature layer(in this case of rivers) to drive the popups for this tile layer. So when you click on the tile layer its able to send a query of that location through to the feature layer "behind" the tile layer being displayed in the map. You cannot use a tile layer to drive the popup.

    – Russ Roberts
    Apr 9 at 18:09











  • so how should i do this implementation? Anything would be a big help

    – S.Mishra
    Apr 9 at 20:14











  • You will need to find or publish a feature layer of river data that matches what you see in the tile layer that is the area you are interested in. Then follow the popup workflow that you have in the initial post where you use a layer from My Items or through a URL of the feature layer(feature service).

    – Russ Roberts
    2 days ago

















0















I am new to this stuff. Basically I am trying to show the data from my local database in the popup for some specific rivers, but I am having a hard time while enabling popup. I tried to find the solution but didn't find anything.



I am using Esri_Hydro_Reference_Overlay layer to show rivers in this map and I am getting this message:



enter image description here



the next message says




This layer doesn't have any attribute data. You can, however, display attributes from a different feature layer in the pop-up.
How do you want to specify what layer to use?




And it gives me two options




Choose from my items




and




Enter a URL for a layer




here is the Screenshot of it



enter image description here



Can anyone help me?










share|improve this question









New contributor




S.Mishra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Are you adding the same URL for the hydro reference layer? If the layer is a Tile Layer(I am guessing cached map service in this case) you wont get popups from that layer. If you have a feature layer(Feature Service) you can use that to drive the popups for that layer.

    – Russ Roberts
    Apr 8 at 12:45











  • yes it is a tile layer. any way to show popups in it?

    – S.Mishra
    Apr 9 at 16:48











  • You will have to use a feature layer(in this case of rivers) to drive the popups for this tile layer. So when you click on the tile layer its able to send a query of that location through to the feature layer "behind" the tile layer being displayed in the map. You cannot use a tile layer to drive the popup.

    – Russ Roberts
    Apr 9 at 18:09











  • so how should i do this implementation? Anything would be a big help

    – S.Mishra
    Apr 9 at 20:14











  • You will need to find or publish a feature layer of river data that matches what you see in the tile layer that is the area you are interested in. Then follow the popup workflow that you have in the initial post where you use a layer from My Items or through a URL of the feature layer(feature service).

    – Russ Roberts
    2 days ago













0












0








0








I am new to this stuff. Basically I am trying to show the data from my local database in the popup for some specific rivers, but I am having a hard time while enabling popup. I tried to find the solution but didn't find anything.



I am using Esri_Hydro_Reference_Overlay layer to show rivers in this map and I am getting this message:



enter image description here



the next message says




This layer doesn't have any attribute data. You can, however, display attributes from a different feature layer in the pop-up.
How do you want to specify what layer to use?




And it gives me two options




Choose from my items




and




Enter a URL for a layer




here is the Screenshot of it



enter image description here



Can anyone help me?










share|improve this question









New contributor




S.Mishra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I am new to this stuff. Basically I am trying to show the data from my local database in the popup for some specific rivers, but I am having a hard time while enabling popup. I tried to find the solution but didn't find anything.



I am using Esri_Hydro_Reference_Overlay layer to show rivers in this map and I am getting this message:



enter image description here



the next message says




This layer doesn't have any attribute data. You can, however, display attributes from a different feature layer in the pop-up.
How do you want to specify what layer to use?




And it gives me two options




Choose from my items




and




Enter a URL for a layer




here is the Screenshot of it



enter image description here



Can anyone help me?







arcgis-online popup






share|improve this question









New contributor




S.Mishra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




S.Mishra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Apr 8 at 8:39







S.Mishra













New contributor




S.Mishra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 7 at 9:31









S.MishraS.Mishra

11




11




New contributor




S.Mishra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





S.Mishra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






S.Mishra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Are you adding the same URL for the hydro reference layer? If the layer is a Tile Layer(I am guessing cached map service in this case) you wont get popups from that layer. If you have a feature layer(Feature Service) you can use that to drive the popups for that layer.

    – Russ Roberts
    Apr 8 at 12:45











  • yes it is a tile layer. any way to show popups in it?

    – S.Mishra
    Apr 9 at 16:48











  • You will have to use a feature layer(in this case of rivers) to drive the popups for this tile layer. So when you click on the tile layer its able to send a query of that location through to the feature layer "behind" the tile layer being displayed in the map. You cannot use a tile layer to drive the popup.

    – Russ Roberts
    Apr 9 at 18:09











  • so how should i do this implementation? Anything would be a big help

    – S.Mishra
    Apr 9 at 20:14











  • You will need to find or publish a feature layer of river data that matches what you see in the tile layer that is the area you are interested in. Then follow the popup workflow that you have in the initial post where you use a layer from My Items or through a URL of the feature layer(feature service).

    – Russ Roberts
    2 days ago

















  • Are you adding the same URL for the hydro reference layer? If the layer is a Tile Layer(I am guessing cached map service in this case) you wont get popups from that layer. If you have a feature layer(Feature Service) you can use that to drive the popups for that layer.

    – Russ Roberts
    Apr 8 at 12:45











  • yes it is a tile layer. any way to show popups in it?

    – S.Mishra
    Apr 9 at 16:48











  • You will have to use a feature layer(in this case of rivers) to drive the popups for this tile layer. So when you click on the tile layer its able to send a query of that location through to the feature layer "behind" the tile layer being displayed in the map. You cannot use a tile layer to drive the popup.

    – Russ Roberts
    Apr 9 at 18:09











  • so how should i do this implementation? Anything would be a big help

    – S.Mishra
    Apr 9 at 20:14











  • You will need to find or publish a feature layer of river data that matches what you see in the tile layer that is the area you are interested in. Then follow the popup workflow that you have in the initial post where you use a layer from My Items or through a URL of the feature layer(feature service).

    – Russ Roberts
    2 days ago
















Are you adding the same URL for the hydro reference layer? If the layer is a Tile Layer(I am guessing cached map service in this case) you wont get popups from that layer. If you have a feature layer(Feature Service) you can use that to drive the popups for that layer.

– Russ Roberts
Apr 8 at 12:45





Are you adding the same URL for the hydro reference layer? If the layer is a Tile Layer(I am guessing cached map service in this case) you wont get popups from that layer. If you have a feature layer(Feature Service) you can use that to drive the popups for that layer.

– Russ Roberts
Apr 8 at 12:45













yes it is a tile layer. any way to show popups in it?

– S.Mishra
Apr 9 at 16:48





yes it is a tile layer. any way to show popups in it?

– S.Mishra
Apr 9 at 16:48













You will have to use a feature layer(in this case of rivers) to drive the popups for this tile layer. So when you click on the tile layer its able to send a query of that location through to the feature layer "behind" the tile layer being displayed in the map. You cannot use a tile layer to drive the popup.

– Russ Roberts
Apr 9 at 18:09





You will have to use a feature layer(in this case of rivers) to drive the popups for this tile layer. So when you click on the tile layer its able to send a query of that location through to the feature layer "behind" the tile layer being displayed in the map. You cannot use a tile layer to drive the popup.

– Russ Roberts
Apr 9 at 18:09













so how should i do this implementation? Anything would be a big help

– S.Mishra
Apr 9 at 20:14





so how should i do this implementation? Anything would be a big help

– S.Mishra
Apr 9 at 20:14













You will need to find or publish a feature layer of river data that matches what you see in the tile layer that is the area you are interested in. Then follow the popup workflow that you have in the initial post where you use a layer from My Items or through a URL of the feature layer(feature service).

– Russ Roberts
2 days ago





You will need to find or publish a feature layer of river data that matches what you see in the tile layer that is the area you are interested in. Then follow the popup workflow that you have in the initial post where you use a layer from My Items or through a URL of the feature layer(feature service).

– Russ Roberts
2 days ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






S.Mishra is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f318021%2fgetting-an-error-while-enabling-popup%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








S.Mishra is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















S.Mishra is a new contributor. Be nice, and check out our Code of Conduct.












S.Mishra is a new contributor. Be nice, and check out our Code of Conduct.











S.Mishra is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f318021%2fgetting-an-error-while-enabling-popup%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Crop image to path created in TikZ? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Crop an inserted image?TikZ pictures does not appear in posterImage behind and beyond crop marks?Tikz picture as large as possible on A4 PageTransparency vs image compression dilemmaHow to crop background from image automatically?Image does not cropTikzexternal capturing crop marks when externalizing pgfplots?How to include image path that contains a dollar signCrop image with left size given

រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

Ромео және Джульетта Мазмұны Қысқаша сипаттамасы Кейіпкерлері Кино Дереккөздер Бағыттау мәзірі