Ticket #2273 (closed bug: fixed)

Opened 4 years ago

Last modified 3 years ago

broken images in examples

Reported by: ligi Owned by:
Priority: trivial Milestone: 2.10 Release
Component: general Version: 2.8
Keywords: Cc:
State: Complete

Description

in the marker resize exampe (  http://www.openlayers.org/dev/examples/markerResize.html ) the image used for the marker (  http://boston.openguides.org/markers/AQUA.png ) is not valid ( 404 )

Change History

Changed 4 years ago by ligi

  • summary changed from broken image in marker resize example to broken images in examples

Changed 4 years ago by ligi

and here  http://www.openlayers.org/dev/examples/markers.html that should be all examples with this problem

> grep AQUA -r *.html
baseLayers.html:                var url = 'http://boston.openguides.org/markers/AQUA.png';
markerResize.html:                'http://boston.openguides.org/markers/AQUA.png',
markers.html:            var icon = new OpenLayers.Icon('http://boston.openguides.org/markers/AQUA.png',size,offset);

Changed 3 years ago by fredj

  • keywords examples removed
  • status changed from new to closed
  • state set to Complete
  • resolution set to fixed

(In [10698]) replace marker url (closes #2273)

Note: See TracTickets for help on using tickets.