Open source GIS web serverExamples of thematic mapping web services built with FOSS GISWeb-based map authoring with ArcGIS Server?How to Turn Standard Web Server into GIS Capable?What is the Market share for open source web-GIS systems?Looking for non-Earth GIS Web Services
Writing a worded mathematical expression
Variable Prefixes and Suffixes
How would a village use its river that it shares with another village downstream?
Why would "an mule" be used instead of "a mule"?
Was Robin Hood's point of view ethically sound?
Are there any space probes or landers which regained communication after being lost?
Will replacing a fake visa with a different fake visa cause me problems when applying for a legal study permit?
My favorite color is blue what is your favorite color?
Stack class in Java 8
Which ping implementation is Cygwin using?
What's the biggest organic molecule that could have a smell?
Have there been any countries that voted themselves out of existence?
Renewed US Passport, Did Not Receive Expired US Passport
Do all humans have an identical nucleotide sequence for certain proteins, e.g haemoglobin?
What is the use of FullForm in Mathematica?
Can I say "I have encrypted something" if I hash something?
Is the definition of integral extension, why we use monic polynomial?
Open source GIS web server
Is there a standard terminology for female equivalents of terms such as 'Kingdom' and if so, what are the most common terms?
Are the definite and indefinite integrals actually two different things? Where is the flaw in my understanding?
My research paper filed as a patent in China by my Chinese supervisor without me as inventor
Why do sellers care about down payments?
Do Milankovitch Cycles fully explain climate change?
Do ibuprofen or paracetamol cause hearing loss?
Open source GIS web server
Examples of thematic mapping web services built with FOSS GISWeb-based map authoring with ArcGIS Server?How to Turn Standard Web Server into GIS Capable?What is the Market share for open source web-GIS systems?Looking for non-Earth GIS Web Services
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am a proficient GIS and Python user. I would like to ask if any open source tools exist which allow for rendering of geospatial data on a website. I would prefer to avoid tools which require in-depth understanding of underlying client/server architectures or learning new programming languages such as JavaScript or HTML.
Do any such tools exist? Ideally I would like to be able to rapidly deploy a web viewer containing a map and some layers.
qgis python web-mapping web-service
add a comment |
I am a proficient GIS and Python user. I would like to ask if any open source tools exist which allow for rendering of geospatial data on a website. I would prefer to avoid tools which require in-depth understanding of underlying client/server architectures or learning new programming languages such as JavaScript or HTML.
Do any such tools exist? Ideally I would like to be able to rapidly deploy a web viewer containing a map and some layers.
qgis python web-mapping web-service
add a comment |
I am a proficient GIS and Python user. I would like to ask if any open source tools exist which allow for rendering of geospatial data on a website. I would prefer to avoid tools which require in-depth understanding of underlying client/server architectures or learning new programming languages such as JavaScript or HTML.
Do any such tools exist? Ideally I would like to be able to rapidly deploy a web viewer containing a map and some layers.
qgis python web-mapping web-service
I am a proficient GIS and Python user. I would like to ask if any open source tools exist which allow for rendering of geospatial data on a website. I would prefer to avoid tools which require in-depth understanding of underlying client/server architectures or learning new programming languages such as JavaScript or HTML.
Do any such tools exist? Ideally I would like to be able to rapidly deploy a web viewer containing a map and some layers.
qgis python web-mapping web-service
qgis python web-mapping web-service
edited 6 hours ago
Vince
15.4k4 gold badges31 silver badges50 bronze badges
15.4k4 gold badges31 silver badges50 bronze badges
asked 9 hours ago
user32882user32882
1,3131 gold badge12 silver badges28 bronze badges
1,3131 gold badge12 silver badges28 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
If you use QGIS, you have at least two options to publish your maps without dealing with a server: install qgis2web-Plugin and generate web-maps with openlayers or leaflet: - you can upload the output to a webspace (if you have one) and your web-map is there. However, export tries to "translate" your QGIS-project as good as possible to openlayers/leaflet, but many details (styling etc.) that work in QGIS will not be rendered in the same manner. So if it is just for publishing some basic maps, it's good enough. If you know how to adapt the output, the export could be a start and the final styling can be done there.
Second option and probably the fastest and least complicated way: QGIS Cloud - they have their own webspace you can use: just upload all layers as well as your QGIS-Project with the qgiscloud-plugin and your webmap will appear on their site in the exactly same look as your local QGIS-project. You don't need any understanding of web-technologies - when you have your QGIS-project ready, just press a few buttons, that's it. Basic use is free, additional use of webspace with costs.
Of course, you could also use QGIS server: but then, you have to install/configure it on your own.
really cool answer. Let me give a couple of those a shot and get back to you.
– user32882
9 hours ago
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/4.0/"u003ecc by-sa 4.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%2f334422%2fopen-source-gis-web-server%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
If you use QGIS, you have at least two options to publish your maps without dealing with a server: install qgis2web-Plugin and generate web-maps with openlayers or leaflet: - you can upload the output to a webspace (if you have one) and your web-map is there. However, export tries to "translate" your QGIS-project as good as possible to openlayers/leaflet, but many details (styling etc.) that work in QGIS will not be rendered in the same manner. So if it is just for publishing some basic maps, it's good enough. If you know how to adapt the output, the export could be a start and the final styling can be done there.
Second option and probably the fastest and least complicated way: QGIS Cloud - they have their own webspace you can use: just upload all layers as well as your QGIS-Project with the qgiscloud-plugin and your webmap will appear on their site in the exactly same look as your local QGIS-project. You don't need any understanding of web-technologies - when you have your QGIS-project ready, just press a few buttons, that's it. Basic use is free, additional use of webspace with costs.
Of course, you could also use QGIS server: but then, you have to install/configure it on your own.
really cool answer. Let me give a couple of those a shot and get back to you.
– user32882
9 hours ago
add a comment |
If you use QGIS, you have at least two options to publish your maps without dealing with a server: install qgis2web-Plugin and generate web-maps with openlayers or leaflet: - you can upload the output to a webspace (if you have one) and your web-map is there. However, export tries to "translate" your QGIS-project as good as possible to openlayers/leaflet, but many details (styling etc.) that work in QGIS will not be rendered in the same manner. So if it is just for publishing some basic maps, it's good enough. If you know how to adapt the output, the export could be a start and the final styling can be done there.
Second option and probably the fastest and least complicated way: QGIS Cloud - they have their own webspace you can use: just upload all layers as well as your QGIS-Project with the qgiscloud-plugin and your webmap will appear on their site in the exactly same look as your local QGIS-project. You don't need any understanding of web-technologies - when you have your QGIS-project ready, just press a few buttons, that's it. Basic use is free, additional use of webspace with costs.
Of course, you could also use QGIS server: but then, you have to install/configure it on your own.
really cool answer. Let me give a couple of those a shot and get back to you.
– user32882
9 hours ago
add a comment |
If you use QGIS, you have at least two options to publish your maps without dealing with a server: install qgis2web-Plugin and generate web-maps with openlayers or leaflet: - you can upload the output to a webspace (if you have one) and your web-map is there. However, export tries to "translate" your QGIS-project as good as possible to openlayers/leaflet, but many details (styling etc.) that work in QGIS will not be rendered in the same manner. So if it is just for publishing some basic maps, it's good enough. If you know how to adapt the output, the export could be a start and the final styling can be done there.
Second option and probably the fastest and least complicated way: QGIS Cloud - they have their own webspace you can use: just upload all layers as well as your QGIS-Project with the qgiscloud-plugin and your webmap will appear on their site in the exactly same look as your local QGIS-project. You don't need any understanding of web-technologies - when you have your QGIS-project ready, just press a few buttons, that's it. Basic use is free, additional use of webspace with costs.
Of course, you could also use QGIS server: but then, you have to install/configure it on your own.
If you use QGIS, you have at least two options to publish your maps without dealing with a server: install qgis2web-Plugin and generate web-maps with openlayers or leaflet: - you can upload the output to a webspace (if you have one) and your web-map is there. However, export tries to "translate" your QGIS-project as good as possible to openlayers/leaflet, but many details (styling etc.) that work in QGIS will not be rendered in the same manner. So if it is just for publishing some basic maps, it's good enough. If you know how to adapt the output, the export could be a start and the final styling can be done there.
Second option and probably the fastest and least complicated way: QGIS Cloud - they have their own webspace you can use: just upload all layers as well as your QGIS-Project with the qgiscloud-plugin and your webmap will appear on their site in the exactly same look as your local QGIS-project. You don't need any understanding of web-technologies - when you have your QGIS-project ready, just press a few buttons, that's it. Basic use is free, additional use of webspace with costs.
Of course, you could also use QGIS server: but then, you have to install/configure it on your own.
answered 9 hours ago
babelbabel
2851 silver badge9 bronze badges
2851 silver badge9 bronze badges
really cool answer. Let me give a couple of those a shot and get back to you.
– user32882
9 hours ago
add a comment |
really cool answer. Let me give a couple of those a shot and get back to you.
– user32882
9 hours ago
really cool answer. Let me give a couple of those a shot and get back to you.
– user32882
9 hours ago
really cool answer. Let me give a couple of those a shot and get back to you.
– user32882
9 hours ago
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%2f334422%2fopen-source-gis-web-server%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