[Geoserver-users] QGIS symbology categorized - code not working in Geoserver Style Editor?

2015-12-26 Thread epyks23
I customized symbology of a shapefile in QGIS and saved it as SLD file. I want to create a style in the Style Editor using this SLD file but I get the following error when I validate it: line 108: cvc-complex-type.2.4.a: Invalid content was found starting with element 'ogc:Filter'. One of '{"http

Re: [Geoserver-users] QGIS symbology categorized - code not working in Geoserver Style Editor?

2015-12-26 Thread epyks23
Thank you Ben Caradoc-Davies-2, your suggestion helped and now it works! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS-symbology-categorized-code-not-working-in-Geoserver-Style-Editor-tp5242986p5242992.html Sent from the GeoServer - User mailing list archive at Nabbl

[Geoserver-users] Creating a legend in Geoserver?

2015-12-26 Thread epyks23
I created a map in Geoserver and I have a lot of layeres. How can I add a legend to it (hopefully without using code)? I want the user to be able to switch layers on and off. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Creating-a-legend-in-Geoserver-tp5242993.html Sent

Re: [Geoserver-users] Creating a legend in Geoserver?

2015-12-27 Thread epyks23
The interactive example that Ben Caradoc-Davies posted is perfect for what I'm looking for. I have attached the HTML code of my map. I am new to this and I was wondering where the javascript code goes. Do I have to create a javascript file? And paste and play around with the code from https://gi

Re: [Geoserver-users] Creating a legend in Geoserver?

2015-12-27 Thread epyks23
I checked out the links. I have attached my HTML and JS file but it seems that I get two maps (my Geoserver map and the OSM map). index2.html mylayerswitcher.js

Re: [Geoserver-users] Creating a legend in Geoserver?

2015-12-27 Thread epyks23
Like this? index2.html I am using only one script that loads ol.js And the layerswitcher.js is defer and inside the body. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Creating-a-legend-in-Geoserver-tp5

Re: [Geoserver-users] Creating a legend in Geoserver?

2015-12-27 Thread epyks23
It is better now? index3.html javascript.js (I apologize if I repeat myself. I am not very familiar with JavaScript syntax) -- View this message in context: h

Re: [Geoserver-users] Creating a legend in Geoserver?

2015-12-28 Thread epyks23
(I added the shapefiles as stores and then put them together as a layer group. Not sure if this has anything to do with it.) I was reading this link: http://docs.geoserver.org/latest/en/user/services/wms/get_legend_graphic/legendgraphic.html

Re: [Geoserver-users] Creating a legend in Geoserver?

2015-12-28 Thread epyks23
Are these ok? oceans.html mylayerswitcher.js -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Creating-a-legend-in-Geoserver-tp5242993

[Geoserver-users] layerswitcher.js and adding vector data from Geoserver

2015-12-29 Thread epyks23
I am trying to follow the example of this link because I want to add vector data (which I have uploaded onto Geoserver) in the map: https://github.com/walkermatt/ol3-layerswitcher/blob/master/examples/layerswitcher.js

Re: [Geoserver-users] layerswitcher.js and adding vector data from Geoserver

2015-12-30 Thread epyks23
I have multiple vector layers (lines, points and polygons) and one raster layer. I want the user to be able to click on the map and a pop up to show up and show the attributes of a feature. I would not want an image for my layers because I do not think the user would be able to click on features o

Re: [Geoserver-users] layerswitcher.js and adding vector data from Geoserver

2016-01-01 Thread epyks23
Thanks for the explanation. I understand the functionality of WMS. map.html layerswitcher.js (I do not see the layer in my map). Do I need to put additional code

Re: [Geoserver-users] layerswitcher.js and adding vector data from Geoserver

2016-01-03 Thread epyks23
Hi, The L seems to be a variable that sets the basemap. When I remove the L, the basemap disappears. (I want to use the esri basemap but for now I am going to try and focus on getting the layers to appear on the map). I used the map code from http://openlayers.org/en/v3.12.1/examples/wms-tiled.h

Re: [Geoserver-users] layerswitcher.js and adding vector data from Geoserver

2016-01-04 Thread epyks23
Thanks for the feedback. (I am going to try and find the JavaScript console). I can finally see the layers now Tile.html Now I need to add a legend so that the user can switch the layers on and off. I was following this example: ht

Re: [Geoserver-users] layerswitcher.js and adding vector data from Geoserver

2016-01-04 Thread epyks23
Hi, I do not see the layer switcher in the map. This is what I see when I open the map directly through the GeoServer - User website tile.PNG When I save the html file and open it in my browser, the topp:states layer does not show.

Re: [Geoserver-users] layerswitcher.js and adding vector data from Geoserver

2016-01-04 Thread epyks23
Hi, Is code different when adding raster data (in comparison to adding the vector data)? Like this? new ol.layer.Tile({ title: 'Bathymetry B2', source: new ol.source.TileWMS({ url: 'http://localhost:8080/geoserver/wms', params:

Re: [Geoserver-users] layerswitcher.js and adding vector data from Geoserver

2016-01-07 Thread epyks23
I added the layers in layer groups. Tile2.html I added the GetFeatureInfo and get error: cross.png I used "anonymous" and "use-credentials" for crossOrigin https://

Re: [Geoserver-users] layerswitcher.js and adding vector data from Geoserver

2016-01-08 Thread epyks23
Hi, I put the html, javascript and css in the www folder of the GeoServer data directory. www.PNG Tile2.html ol3-layerswitcher.css

[Geoserver-users] Adding WMS OGC Web Service from GeoServer to ArcGIS Online?

2016-01-08 Thread epyks23
I am trying to add my GeoServer map to ArcGIS Online. It is asking me for the url of WMS OGC Web Service. service.PNG How can I obtain this url? Currently I have an html file of the map. Tile2.html

Re: [Geoserver-users] layerswitcher.js and adding vector data from Geoserver

2016-01-09 Thread epyks23
Hi, I am doing the web map (contract work) for a non-profit environmental organization. The organization wants the map to be done using open source software/application (thus the reason for using GeoServer). I tried other types of open source software/applications, but since the data is very larg

Re: [Geoserver-users] layerswitcher.js and adding vector data from Geoserver

2016-01-10 Thread epyks23
Thank you for the suggestions. I was hoping to find a way which would be free since they are non-profit and don't have a lot of money. The data is 635 MB (28 shapefiles). The data will not be updated. The organization just wants the final product (web map). The organization got back to me saying

[Geoserver-users] Technical questions regarding GeoServer

2016-01-12 Thread epyks23
I am currently making a chart with information of various GIS software/applications I would like to know more information about Map GeoServer as seen in the headings of this example chart: https://drive.google.com/file/d/0B15UI5xGYTOaM1lLNmZON1Z1MEE/view?usp=sharing (or see attached file) table

[Geoserver-users] Can GeoServer read from a File Geodatabase?

2016-01-13 Thread epyks23
I want to create a GeoServer layer from a feature class geodatabase. But when I open the geodatabase, I cannot see the feature classes. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Can-GeoServer-read-from-a-File-Geodatabase-tp5245118.html Sent from the GeoServer - User m

Re: [Geoserver-users] layerswitcher.js and adding vector data from Geoserver

2016-01-14 Thread epyks23
Ben, I asked the organization about the content you mentioned. They said they will try and contact someone who is more familiar with IT. Trying to make the map visible to the organization seems to be taking a long time. I was wondering if the easiest thing might be to access their computer remote

[Geoserver-users] How to modify box which shows attribute information in map?

2016-01-15 Thread epyks23
I added various layers in GeoServer and created a map from them. Tile3_modified.html I click on a layer and the box with the attribute information shows up. box.PNG

Re: [Geoserver-users] layerswitcher.js and adding vector data from Geoserver

2016-01-15 Thread epyks23
Ben, Would the local host be 8080 for the organization as well? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/layerswitcher-js-and-adding-vector-data-from-Geoserver-tp5243249p5245614.html Sent from the GeoServer - User mailing list archive at Nabble.com. ---

Re: [Geoserver-users] How to modify box which shows attribute information in map?

2016-01-15 Thread epyks23
I inserted but the size does not change. I tried putting 200% to experiment, but it only elongates the web page, not the box. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/How-to-modify-box-which-shows-attribute-information-in-map-tp5245613p5245620.html Sent from the G

[Geoserver-users] Error when adding raster image (tif) in GeoServer

2016-01-15 Thread epyks23
I am trying to add a raster image (tif) in GeoServer but I get this error: raster.PNG (The black is just the path) Does it mean that it cannot read the file? The image is saved in the path. -- View this message in context: htt

[Geoserver-users] Multiple info boxes showing up when I click on map

2016-01-15 Thread epyks23
I have created a map using layers I added in GeoServer. I created GetFeatureInfoUrl function to get the attribute table when clicking on layer. But when I click on the map, all the info boxes of all the layers show up. Even if a layer (which is on top of another layer) is turned off, its attribute

Re: [Geoserver-users] How to modify box which shows attribute information in map?

2016-01-16 Thread epyks23
Perfect. Thanks. It works. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/How-to-modify-box-which-shows-attribute-information-in-map-tp5245613p5245676.html Sent from the GeoServer - User mailing list archive at Nabble.com. -

Re: [Geoserver-users] Multiple info boxes showing up when I click on map

2016-01-16 Thread epyks23
Thanks. Is there sample code I could find online? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Multiple-info-boxes-showing-up-when-I-click-on-map-tp5245626p5245680.html Sent from the GeoServer - User mailing list archive at Nabble.com. -

[Geoserver-users] Installing GeoServer

2016-01-17 Thread epyks23
What is the difference between the two installation types, Run Manually and Install as service ? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Installing-GeoServer-tp5245755.html Sent from the GeoServer - User mailing list archive at Nabble.com. -

[Geoserver-users] How to cite GeoServer?

2016-01-29 Thread epyks23
I was wondering how do I cite the following links pertaining to GeoServer in Harvard referencing style (including in-text citation)? http://geoserver.org http://docs.geoserver.org/latest/en/user/services/wfs/basics.html

[Geoserver-users] Trying to understand Global Settings

2016-03-18 Thread epyks23
I am trying to understand what Global Settings is in GeoServer http://docs.geoserver.org/stable/en/user/webadmin/server/globalsettings.html Do the settings mean that the layers can be hosted globally instead of loc

[Geoserver-users] Trying to understand Namespace URI?

2016-04-24 Thread epyks23
What is Namespace URI when creating a workspace? What is the purpose of them? Would this be correct to use: http://localhost:8080/geoserver Is it different if I am hosting my layers globally? Does the URI have to be different? -- View this message in context: http://osgeo-org.1560.x6.nabble

[Geoserver-users] Free or cheap GeoServer hosting?

2016-09-19 Thread epyks23
Which are good free or cheap hosting companies which can host a GeoServer map? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Free-or-cheap-GeoServer-hosting-tp5286785.html Sent from the GeoServer - User mailing list archive at Nabble.com.