background preloader

OpenLayers

Facebook Twitter

OpenLayers: Home. GeoCommons. Maps Web Services. We are shutting down this service. We suggest using maps from our partner Nokia. Please visit developer.here.net for more information. If you have any concerns or questions, please don't hesitate to contact us in General Discussion at YDN forum. International Maps Satellite Maps Hybrid Maps with Overlays Yahoo! Yahoo! Make your web site or application come alive with rich contextual maps, location-relevant content, and dynamic user interaction.

Developer APIs AJAX and Flash Use DHTML and JavaScript to host your own maps. REST, No Coding, and Utilities Fetch a map image programmatically and stitch tiles together to build your own map. No Coding Overlay your map data easily using the Yahoo! Geocoding API Transform physical addresses into encoded latitude-longitude (geocoded) responses. GeoRSS - Version 2 Use GeoRSS tagged XML files with the Yahoo! Using Yahoo! At the lowest level, each Yahoo! To get started, first select the API that's right for you.

By Programming Language: By User Experience: Polymaps. OpenLayers Simple Example. Available languages — Deploy an OpenStreetMap slippymap on my own website. For a more up to date example use leaflet instead. This simple example may help if you are Deploying your own Slippy Map. This DHTML snippit will bring in the OpenLayers javascript library and use it to show an OSM map! Note: OpenStreetMap is serving the tile images Please note that tile images are coming from the OpenStreetMap servers. If you are expecting heavy user load, then you should discuss with everyone first (Contact). Of course the images themselves (our maps) change over time too, not necessarily for the better.

Instructions First, create a folder to work in. The smallest example <! The code shows how you initialise a Map object with a DIVs id add a OpenStreetMap Layer force the tiles to show by calling zoomToMaxExtent, you could also call zoomToExtent, but for that you need a bounds object in the correct projection... A little more extensive example Extensions Other tile sets Restricting the bounds & zoom levels.