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;
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:
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
Can anyone help me?
arcgis-online popup
New contributor
|
show 1 more comment
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:
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
Can anyone help me?
arcgis-online popup
New contributor
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
|
show 1 more comment
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:
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
Can anyone help me?
arcgis-online popup
New contributor
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:
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
Can anyone help me?
arcgis-online popup
arcgis-online popup
New contributor
New contributor
edited Apr 8 at 8:39
S.Mishra
New contributor
asked Apr 7 at 9:31
S.MishraS.Mishra
11
11
New contributor
New contributor
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
|
show 1 more comment
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
|
show 1 more comment
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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