Skip to content

Commit d94cb0c

Browse files
author
Bart van den Eijnden
committed
Merge pull request openlayers#1253 from bartvde/jsonp-example
Use correct outputFormat for JSON in CQL format example (see openlayers#855)
2 parents a176bd6 + f4e0de2 commit d94cb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cql-format.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ <h1 id="title">CQL Filter Example</h1>
4949
</p>
5050
</div>
5151
<script src="cql-format.js"></script>
52-
<script src="http://demo.opengeo.org/geoserver/wfs?service=WFS&amp;version=1.0.0&amp;request=GetFeature&amp;typename=topp:states&amp;outputFormat=json&amp;format_options=callback:loadFeatures" type="text/javascript"></script>
52+
<script src="http://demo.opengeo.org/geoserver/wfs?service=WFS&amp;version=1.0.0&amp;request=GetFeature&amp;typename=topp:states&amp;outputFormat=text/javascript&amp;format_options=callback:loadFeatures" type="text/javascript"></script>
5353
</body>
5454
</html>

0 commit comments

Comments
 (0)