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;








1















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.










share|improve this question
































    1















    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.










    share|improve this question




























      1












      1








      1








      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.










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      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























          1 Answer
          1






          active

          oldest

          votes


















          5
















          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.






          share|improve this answer

























          • really cool answer. Let me give a couple of those a shot and get back to you.

            – user32882
            9 hours ago













          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
          );



          );














          draft saved

          draft discarded
















          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









          5
















          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.






          share|improve this answer

























          • really cool answer. Let me give a couple of those a shot and get back to you.

            – user32882
            9 hours ago















          5
















          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.






          share|improve this answer

























          • really cool answer. Let me give a couple of those a shot and get back to you.

            – user32882
            9 hours ago













          5














          5










          5









          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.






          share|improve this answer













          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          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

















          • 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


















          draft saved

          draft discarded















































          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%2f334422%2fopen-source-gis-web-server%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

          Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

          Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

          In Tikz, how to set a node's label alignment to the left?Rotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?Numerical conditional within tikz keys?TikZ/ERD: node (=Entity) label on the insideLine up nested tikz enviroments or how to get rid of themVertically align a tikzpicture and forestDrawing tikz line in the margin for multiple pagesLongtable, contained tikz, padding, custom columns, and an alignment issueTikZ: define arrow starting position based on style and format node labelAlign node name in Tikz