[OpenLayers-Users] Custom build for just showing tiles

Alper Dinçer alperd.web at gmail.com
Sat Mar 19 16:32:44 EDT 2011


Hi,

I have been working on custom OpenLayers build that is only working for
showing tiles.
I prepared a sample html file which includes js files instead of building
everytime.
This works for showing the tile layers but there isn't any interaction, like
dragging or zooming.
What else should I add the html file to get working?

You can see the included files below.

All the best.

Alper.


    <script src="lib/OpenLayers.js"></script>
    <script src="lib/OpenLayers/SingleFile.js"></script>
    <script src="lib/OpenLayers/Console.js"></script>
    <script src="lib/OpenLayers/Lang.js"></script>
    <script src="lib/OpenLayers/Lang/en.js"></script>
    <script src="lib/OpenLayers/Util.js"></script>
    <script src="lib/OpenLayers/BaseTypes/Class.js"></script>
    <script src="lib/OpenLayers/BaseTypes/LonLat.js"></script>
    <script src="lib/OpenLayers/BaseTypes/Size.js"></script>
    <script src="lib/OpenLayers/BaseTypes/Pixel.js"></script>
    <script src="lib/OpenLayers/BaseTypes/Bounds.js"></script>
    <script src="lib/OpenLayers/BaseTypes/Element.js"></script>
    <script src="lib/OpenLayers/BaseTypes.js"></script>
    <script src="lib/OpenLayers/Events.js"></script>
    <script src="lib/OpenLayers/Tween.js"></script>
    <script src="lib/OpenLayers/Projection.js"></script>
    <script src="lib/OpenLayers/Layer.js"></script>
    <script src="lib/OpenLayers/Layer/HTTPRequest.js"></script>
    <script src="lib/OpenLayers/Tile.js"></script>
    <script src="lib/OpenLayers/Layer/Grid.js"></script>
    <script src="lib/OpenLayers/Tile/Image.js"></script>
    <script src="lib/OpenLayers/Layer/XYZ.js"></script>
    <script src="lib/OpenLayers/Handler.js"></script>
    <script src="lib/OpenLayers/Handler/Drag.js"></script>
    <script src="lib/OpenLayers/Handler/Box.js"></script>
    <script src="lib/OpenLayers/Handler/Click.js"></script>
    <script src="lib/OpenLayers/Map.js"></script>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20110319/308925ff/attachment.html


More information about the Users mailing list