I need to build a web app that renders a Map with different markers. I think to use a solution as OpenLayers but i would like the maps to have a "better" look (as, for example, http://leaflet.cloudmade.com/). Do you know any library that can be used with OpenLayers to improve its look?
feedback
|
|
not too sure which parts you want to 'beautify' but you could do worse than having a look at GeoExt, this combines the UI of sensha Extjs with openlayers. i've used it to produce some very attractive webGIS applications hope that is of help Olly | |||
|
feedback
|
|
You can style the map buttons as you want using css and images. A popular theme over the blue default button is https://github.com/developmentseed/openlayers_themes (more info http://support.mapbox.com/kb/mapping-101/openlayers-themes) For feature styling, take a look at http://docs.openlayers.org/library/feature_styling.html | |||
|
feedback
|
|
Customizing OpenLayers will give you head ache, it just wasn't meant to look nice. Just use Leaflet instead and you'll be fine. :) | |||
|
feedback
|