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?

link|improve this question

56% accept rate
2  
er, why can't you use leaflet? – CharlesB Oct 11 '11 at 12:46
1  
What do you mean with better look, the map tiles or the controls? – tonio Oct 12 '11 at 12:38
feedback

3 Answers

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

link|improve this answer
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

link|improve this answer
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. :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.