enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. jetty - Geoserver and moving to HTTPS - Stack Overflow

    stackoverflow.com/questions/60597777

    This is a simple case of finding a Jetty tutorial and following it, GeoServer doesn't care about https. However, I should warn you that the reason you can't find much help in the GeoServer documentation is because you shouldn't run the platform independent binary in a production environment.

  3. I hope somebody has already figured this one out. I just installed Geoserver 2.9 on a vanilla Ubuntu 16.04 distro. The Geoserver 2.8 method of enabling CORS with the shanbe.hezoun class does no lon...

  4. Creating Workspace, Data Store and Layer via GeoServer REST API?

    gis.stackexchange.com/questions/244029/creating-workspace-data-store-and-layer...

    I'm trying to automate the process of setting up a Workspace, PostGIS Data Store and Layer in GeoServer using the GeoServer REST API. Using the excellent answer in Create a Layer in GeoServer using REST I'm able to do this, with one sticking point. When I create the workspace using this code...

  5. I assume that geoserver is running locally on port 8080. Please put your Client Id for Google Maps This will add geoserver layer on Google maps. Simply Save this as .html file and run it using Apache Server.

  6. How do I use custom fonts for labelling in Geoserver?

    gis.stackexchange.com/questions/30151

    Moving the ttf's into the data_dir of GeoServer didn't work out for me, too. So, I simply put them into C:/Windows/Fonts, cleared the ressource cache and voilà! Now they are available on GeoServer. My environment: Windows Server 2008 R2 with GeoServer 2.10.1.

  7. Is that the correct way to use TMS in GeoServer

    gis.stackexchange.com/.../446734/is-that-the-correct-way-to-use-tms-in-geoserver

    GeoServer provides a GetCapabilities link on the server home page that provides all the information a client requires to access the TMS service. This is both machine and human readable. There is no need to provide a demo to a well known protocol.

  8. In order to change any server settings or configure data a user must first be authenticated. Navigate to the upper right hand corner to log into GeoServer. The default username and password is admin and geoserver. These can be changed by editing the security/users.properties file in the GeoServer Data Directory.

  9. Serve GeoServer Tiles in XYZ format - Stack Overflow

    stackoverflow.com/questions/44287161

    Cool, I had the same question one hour ago. Here goes the summary. Note: What the OP calls XYZ format is the format popularized by Google Maps where a global/basemap is server-side split and served as tiles in a {z}/{x}/{y} format where zoom, latitude and longitude are represented internally [1].

  10. I'm a basic/novice user with GeoServer. I've installed it and have loaded a sample shapefile, which I can view using the Layer Preview option. Now I want to add this shapefile (as a WMS layer) to a

  11. Geoserver is running on a development and production environment. I would like to migrate just one workspace, store, layer, style, etc from development to production. How can I do this? I know I can copy the entire data-dir to production and restart geoserver; but than all workspaces, stores, etc are migrated.