A free and open source content management system written in PHP

learn more… | top users | synonyms

1
vote
0answers
37 views

SLD style definition from GeoServer to Drupal

I've been experimenting with the SLD style definitions in both GeoServer and Drupal. What I want to achieve is to create a new style in GeoServer (by a curl operation, but I know how that works) and ...
1
vote
2answers
201 views

Create CMS system using Cartaro

The main objective for our project is to create a portal website in Drupal. On this website, people must be able to upload their geographical datasets (mostly shape files, but also xml files that ...
4
votes
3answers
894 views

openlayers toggle visibility of layer

EDIT: I have cross-posted this to Drupal Answers. I hope this isn't too much against the rules --- I think the answer will be something to do with both Drupal and OpenLayers. ...
2
votes
0answers
155 views

How to install OpenLayers in drupal?

I have been trying this for a while without success. After installing the OpenLayers module in drupal 7.14 and trying to configure it i get the following error: Cannot establish a connection to the ...
0
votes
2answers
500 views

How to properly install Cartaro GeoCMS?

I have been trying to install Cartaro the drupal GeoCMS for a while without success. I have properly installed Geoserver (running fine), Postgresql and postgis 1.5 enabled but when i try to install ...
10
votes
6answers
1k views

Should I use a CMS for my web mapping application?

For my web mapping app, I am using GeoServer as server, PostGIS as spatial DB and OpenLayers on client side (as well as other JS libraries). The map is composed of base maps and vector layers. One of ...
1
vote
0answers
187 views

Drupal-Geoserver WFS error [duplicate]

Possible Duplicate: Access-Control-Allow-Origin error in web map. I am using Drupal and geoserver for my project. Drupal is running on localhost:80 and geoserver on localhost:8080. I want ...
1
vote
2answers
528 views

Geoserver not processing the data from drupal

I am using drupal cms to render the maps. I am using geoserver since I need to render more than say 50000 points. I am following the tutorial given in http://drupal.org/node/845852. I am getting ...