Specifying layer and BBOX in URL when opening GeoExplorer?Edit and query buttons disabled in...
How to implement a feedback to keep the DC gain at zero for this conceptual passive filter?
What was the exact wording from Ivanhoe of this advice on how to free yourself from slavery?
What should you do if you miss a job interview (deliberately)?
If a character has darkvision, can they see through an area of nonmagical darkness filled with lightly obscuring gas?
Why can Carol Danvers change her suit colours in the first place?
What does chmod -u do?
What was this official D&D 3.5e Lovecraft-flavored rulebook?
How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?
The screen of my macbook suddenly broken down how can I do to recover
What does routing an IP address mean?
Should I outline or discovery write my stories?
It grows, but water kills it
Redundant comparison & "if" before assignment
Fear of getting stuck on one programming language / technology that is not used in my country
What are the purposes of autoencoders?
Aragorn's "guise" in the Orthanc Stone
How do you make your own symbol when Detexify fails?
On a tidally locked planet, would time be quantized?
How could a planet have erratic days?
Travelling outside the UK without a passport
When were female captains banned from Starfleet?
250 Floor Tower
Multiplicative persistence
Biological Blimps: Propulsion
Specifying layer and BBOX in URL when opening GeoExplorer?
Edit and query buttons disabled in geoexplorerGeoexplorer cannot Save and Publish mapsSaved maps in geoexplorer (geoserver layer security)GeoServer and GeoExplorer issues setting up per-layer securityGeoExplorer - Show layer by default in published mapPermanent add Geoserver Server on Geoexplorer different URLHow to configure GeoExplorer to render as HTML the content of the “Table panel” cells (especially as URL)?Apache Tomcat 8 and GeoexplorerDisable editing of geometry in Geoexplorer, allowing only the editing of attributes for specific layer?
I would like to specify the state that the GeoExplorer map window and which layers are turned on when opening it up by a URL.
I have started to go through the code but I feel this must be quite a common user requirement.
How can I do this?
geoexplorer url
add a comment |
I would like to specify the state that the GeoExplorer map window and which layers are turned on when opening it up by a URL.
I have started to go through the code but I feel this must be quite a common user requirement.
How can I do this?
geoexplorer url
add a comment |
I would like to specify the state that the GeoExplorer map window and which layers are turned on when opening it up by a URL.
I have started to go through the code but I feel this must be quite a common user requirement.
How can I do this?
geoexplorer url
I would like to specify the state that the GeoExplorer map window and which layers are turned on when opening it up by a URL.
I have started to go through the code but I feel this must be quite a common user requirement.
How can I do this?
geoexplorer url
geoexplorer url
edited 14 mins ago
PolyGeo♦
53.7k1781244
53.7k1781244
asked Mar 25 '14 at 12:18
ChrisChris
213
213
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can save the current map config (it's a tool in the composer), and you will get a permalink url back which will reopen the exact same map (extent, layers). The JSON config will be stored in a sqlite database.
For example:
geoexplorer/composer/#maps/1
add a comment |
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
});
}
});
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%2f90821%2fspecifying-layer-and-bbox-in-url-when-opening-geoexplorer%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can save the current map config (it's a tool in the composer), and you will get a permalink url back which will reopen the exact same map (extent, layers). The JSON config will be stored in a sqlite database.
For example:
geoexplorer/composer/#maps/1
add a comment |
You can save the current map config (it's a tool in the composer), and you will get a permalink url back which will reopen the exact same map (extent, layers). The JSON config will be stored in a sqlite database.
For example:
geoexplorer/composer/#maps/1
add a comment |
You can save the current map config (it's a tool in the composer), and you will get a permalink url back which will reopen the exact same map (extent, layers). The JSON config will be stored in a sqlite database.
For example:
geoexplorer/composer/#maps/1
You can save the current map config (it's a tool in the composer), and you will get a permalink url back which will reopen the exact same map (extent, layers). The JSON config will be stored in a sqlite database.
For example:
geoexplorer/composer/#maps/1
answered Apr 23 '14 at 11:03
bartvdebartvde
2,21456
2,21456
add a comment |
add a comment |
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%2f90821%2fspecifying-layer-and-bbox-in-url-when-opening-geoexplorer%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