I am new to OpenLayers and want to switch from Google Maps API.
Now I am trying to figure out how to place a big image into OpenLayers like I can do with the Google Maps API: https://developers.google.com/maps/documentation/javascript/examples/maptype-image
I guess the dependance with OpenLayers is Zoomify, right? http://openlayers.org/en/v3.0.0/examples/zoomify.html
Now I can't find any good How To or Get Started on Zoomify.
- is there a good introduction on OpenLayers and Zoomify which I should know?
- how do I need to slice the image into tiles?
- can I name the tiles like I do for Google Maps?
- I downloaded OL3 but the examples are not working. Do I need to compile something?