[mapserver-commits] [MapServer/MapServer] 62e032: msProjIsGeographicCRS(): in PROJ < 6 mode, make it...
Jeff McKenna
noreply at github.com
Wed Aug 25 11:49:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/MapServer/MapServer
Commit: 62e0328d98402d9db124aacf2d19e40f00ccaca3
https://github.com/MapServer/MapServer/commit/62e0328d98402d9db124aacf2d19e40f00ccaca3
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-08-21 (Sat, 21 Aug 2021)
Changed paths:
M mapproject.c
Log Message:
-----------
msProjIsGeographicCRS(): in PROJ < 6 mode, make it return FALSE when PJ* is NULL
Commit: 89b306ee3090dd25f475ac50439d098cddd504b6
https://github.com/MapServer/MapServer/commit/89b306ee3090dd25f475ac50439d098cddd504b6
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-08-21 (Sat, 21 Aug 2021)
Changed paths:
M mapmetadata.c
M mapows.c
M msautotest/misc/expected/runtime_sub_test_caps.xml
M msautotest/wxs/expected/ows_all_wms_capabilities.xml
M msautotest/wxs/expected/ows_all_wms_capabilities_post.xml
M msautotest/wxs/expected/ows_metadata_wfs_capabilities100.xml
M msautotest/wxs/expected/ows_metadata_wms_capabilities111.xml
M msautotest/wxs/expected/ows_metadata_wms_capabilities130.xml
M msautotest/wxs/expected/ows_wms_capabilities.xml
M msautotest/wxs/expected/ows_wms_rootlayer_name_capabilities.xml
M msautotest/wxs/expected/ows_wms_rootlayer_name_empty_capabilities.xml
M msautotest/wxs/expected/wfs10_test_xml_escaping.xml
M msautotest/wxs/expected/wfs_cap.xml
M msautotest/wxs/expected/wfs_cap_ogr.xml
M msautotest/wxs/expected/wfs_caps_updatesequence.xml
M msautotest/wxs/expected/wfs_caps_updatesequence_ogr.xml
M msautotest/wxs/expected/wfs_get_caps.xml
M msautotest/wxs/expected/wfs_multiple_metadataurl_100_cap.xml
M msautotest/wxs/expected/wfsogr10_caps.xml
M msautotest/wxs/expected/wms111_test_xml_escaping.xml
M msautotest/wxs/expected/wms130_test_xml_escaping.xml
M msautotest/wxs/expected/wms_cap.xml
M msautotest/wxs/expected/wms_cap130.xml
M msautotest/wxs/expected/wms_cap130_postgis.xml
M msautotest/wxs/expected/wms_cap_latestversion.xml
M msautotest/wxs/expected/wms_cap_latestversion_postgis.xml
M msautotest/wxs/expected/wms_cap_postgis.xml
M msautotest/wxs/expected/wms_caps_updatesequence.xml
M msautotest/wxs/expected/wms_caps_updatesequence_postgis.xml
M msautotest/wxs/expected/wms_dimension_cap.xml
M msautotest/wxs/expected/wms_dimension_cap130.xml
M msautotest/wxs/expected/wms_get_capabilities_tileindexmixedsrs.xml
M msautotest/wxs/expected/wms_get_caps.xml
M msautotest/wxs/expected/wms_inspire_cap.xml
M msautotest/wxs/expected/wms_inspire_cap_111.xml
M msautotest/wxs/expected/wms_inspire_cap_111_eng.xml
M msautotest/wxs/expected/wms_inspire_cap_111_ger.xml
M msautotest/wxs/expected/wms_inspire_cap_eng.xml
M msautotest/wxs/expected/wms_inspire_cap_ger.xml
M msautotest/wxs/expected/wms_inspire_scenario1_cap130.xml
M msautotest/wxs/expected/wms_inspire_scenario1_cap130_eng.xml
M msautotest/wxs/expected/wms_inspire_scenario1_cap130_ger.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap111.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap111_eng.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap111_ger.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap130.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap130_eng.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap130_ger.xml
M msautotest/wxs/expected/wms_layer_groups_caps111.xml
M msautotest/wxs/expected/wms_multiple_metadataurl_cap.xml
M msautotest/wxs/expected/wms_north_polar_stereo_extent.xml
M msautotest/wxs/expected/wms_nosld_cap.xml
M msautotest/wxs/expected/wms_nosld_cap_postgis.xml
M msautotest/wxs/expected/wms_rast_cap.xml
M msautotest/wxs/expected/wms_time_cap.xml
M msautotest/wxs/expected/wms_time_cap130.xml
M msautotest/wxs/expected/wms_time_cap130_postgis_postgis.xml
M msautotest/wxs/expected/wms_time_cap_postgis_postgis.xml
Log Message:
-----------
WMS capabilities output: increase precision of long/lat in bounding boxes to 6 decimal places (fixes #6387)
Commit: 97c5500db1f445cb3e8a8dd0250c5f7207800a0b
https://github.com/MapServer/MapServer/commit/97c5500db1f445cb3e8a8dd0250c5f7207800a0b
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M msautotest/misc/expected/encodings.xml
M msautotest/misc/expected/runtime_sub_test_caps.xml
M msautotest/pymod/mstestlib.py
M msautotest/wxs/expected/ows_all_wms_capabilities.xml
M msautotest/wxs/expected/ows_all_wms_capabilities_post.xml
M msautotest/wxs/expected/ows_all_wms_getfeatureinfo.xml
M msautotest/wxs/expected/ows_metadata_layer_raster.xml
M msautotest/wxs/expected/ows_metadata_layer_vector.xml
M msautotest/wxs/expected/ows_metadata_wcs_capabilities100.xml
M msautotest/wxs/expected/ows_metadata_wcs_capabilities110.xml
M msautotest/wxs/expected/ows_metadata_wfs_capabilities100.xml
M msautotest/wxs/expected/ows_metadata_wfs_capabilities110.xml
M msautotest/wxs/expected/ows_metadata_wfs_capabilities200.xml
M msautotest/wxs/expected/ows_metadata_wms_capabilities111.xml
M msautotest/wxs/expected/ows_metadata_wms_capabilities130.xml
M msautotest/wxs/expected/ows_sos_getobservation.xml
M msautotest/wxs/expected/ows_wcs_capabilities.xml
M msautotest/wxs/expected/ows_wcs_describecoverage.xml
M msautotest/wxs/expected/ows_wfs_getfeature.xml
M msautotest/wxs/expected/ows_wms_capabilities.xml
M msautotest/wxs/expected/ows_wms_getfeatureinfo_gml.xml
M msautotest/wxs/expected/ows_wms_getfeatureinfo_gml_alias.xml
M msautotest/wxs/expected/ows_wms_rootlayer_name_capabilities.xml
M msautotest/wxs/expected/ows_wms_rootlayer_name_empty_capabilities.xml
M msautotest/wxs/expected/sos_cap.xml
M msautotest/wxs/expected/sos_cap0.xml
M msautotest/wxs/expected/sos_cap1.xml
M msautotest/wxs/expected/sos_caps_updatesequence.xml
M msautotest/wxs/expected/wcs11_cap.txt
M msautotest/wxs/expected/wcs11_cap.xml
M msautotest/wxs/expected/wcs11_post_cap.xml
M msautotest/wxs/expected/wcs_cap.txt
M msautotest/wxs/expected/wcs_cap.xml
M msautotest/wxs/expected/wcs_describe_coverage_tileindexmixedsrs_26711.xml
M msautotest/wxs/expected/wcs_get_capabilities_tileindexmixedsrs_26711.xml
M msautotest/wxs/expected/wcs_get_caps.xml
M msautotest/wxs/expected/wfs10_test_xml_escaping.xml
M msautotest/wxs/expected/wfs11_cap.xml
M msautotest/wxs/expected/wfs11_cap_ogr.xml
M msautotest/wxs/expected/wfs11_caps_updatesequence.xml
M msautotest/wxs/expected/wfs11_caps_updatesequence_ogr.xml
M msautotest/wxs/expected/wfs11_test_xml_escaping.xml
M msautotest/wxs/expected/wfs20_cap.xml
M msautotest/wxs/expected/wfs20_test_xml_escaping.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_3857.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_3857_bbox.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_all_filters.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_gml2.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_gml3.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_multilayer_filter_count.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_multilayer_rid_count.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_start_index.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeaturebyid.xml
M msautotest/wxs/expected/wfs_200_allgeoms_myquery.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_all_filters.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_count_1.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_filter_first_layer.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_filter_first_layer_count.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_filter_second_layer.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_filter_second_layer_count.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_several_getfeaturebyid.xml
M msautotest/wxs/expected/wfs_200_caps.xml
M msautotest/wxs/expected/wfs_200_caps_post_kvp.xml
M msautotest/wxs/expected/wfs_200_caps_sections_all.xml
M msautotest/wxs/expected/wfs_200_caps_sections_feature_type_list.xml
M msautotest/wxs/expected/wfs_200_cite_filter_like.xml
M msautotest/wxs/expected/wfs_200_cite_postgis_filter_like.xml
M msautotest/wxs/expected/wfs_200_getfeature.xml
M msautotest/wxs/expected/wfs_200_getfeature_bbox.xml
M msautotest/wxs/expected/wfs_200_getfeature_bbox_with_crs84_srs.xml
M msautotest/wxs/expected/wfs_200_getfeature_bbox_with_srs.xml
M msautotest/wxs/expected/wfs_200_getfeature_bbox_with_urn_srs.xml
M msautotest/wxs/expected/wfs_200_getfeature_count_1.xml
M msautotest/wxs/expected/wfs_200_getfeature_count_100.xml
M msautotest/wxs/expected/wfs_200_getfeature_filter_full_bbox.xml
M msautotest/wxs/expected/wfs_200_getfeature_outputformat_gml212.xml
M msautotest/wxs/expected/wfs_200_getfeature_outputformat_gml311.xml
M msautotest/wxs/expected/wfs_200_getfeature_outputformat_gml321.xml
M msautotest/wxs/expected/wfs_200_getfeature_outputformat_gmlxml321.xml
M msautotest/wxs/expected/wfs_200_getfeature_resourceid.xml
M msautotest/wxs/expected/wfs_200_getfeature_resourceid_notypenames.xml
M msautotest/wxs/expected/wfs_200_getfeature_several_resourceid.xml
M msautotest/wxs/expected/wfs_200_getfeature_srsname.xml
M msautotest/wxs/expected/wfs_200_getfeature_startindex_0_count2.xml
M msautotest/wxs/expected/wfs_200_getfeature_startindex_19_count2.xml
M msautotest/wxs/expected/wfs_200_getfeature_startindex_1_count2.xml
M msautotest/wxs/expected/wfs_200_getfeature_startindex_20_count2.xml
M msautotest/wxs/expected/wfs_200_getfeature_startindex_2_count2.xml
M msautotest/wxs/expected/wfs_200_getfeature_startindex_4_count2.xml
M msautotest/wxs/expected/wfs_200_getfeature_startindex_minus1_count2.xml
M msautotest/wxs/expected/wfs_200_getfeature_urn_srsname.xml
M msautotest/wxs/expected/wfs_200_getfeaturebyid.xml
M msautotest/wxs/expected/wfs_200_getpropertyvalue_geometry.xml
M msautotest/wxs/expected/wfs_200_getpropertyvalue_getfeaturebyid.xml
M msautotest/wxs/expected/wfs_200_insipire_caps.xml
M msautotest/wxs/expected/wfs_200_insipire_caps_eng.xml
M msautotest/wxs/expected/wfs_200_insipire_caps_fre.xml
M msautotest/wxs/expected/wfs_200_insipire_caps_unk.xml
M msautotest/wxs/expected/wfs_200_insipire_missing_md_caps.xml
M msautotest/wxs/expected/wfs_200_insipire_scenario1_caps.xml
M msautotest/wxs/expected/wfs_200_low_wfsmaxfeatures_no_compute_number_matched.xml
M msautotest/wxs/expected/wfs_200_post_getfeature.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_count_1.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_filter_full_bbox.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_filter_full_bbox_gml212.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_filter_full_bbox_gml311.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_filter_full_bbox_no_srs.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_outputformat_gml311.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_resourceid.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_several_resourceid.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_srsname.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_startindex_1_count2.xml
M msautotest/wxs/expected/wfs_200_post_getfeaturebyid.xml
M msautotest/wxs/expected/wfs_200_post_getpropertyvalue_all_options.xml
M msautotest/wxs/expected/wfs_200_post_getpropertyvalue_getfeaturebyid.xml
M msautotest/wxs/expected/wfs_cap.xml
M msautotest/wxs/expected/wfs_cap_ogr.xml
M msautotest/wxs/expected/wfs_caps_updatesequence.xml
M msautotest/wxs/expected/wfs_caps_updatesequence_ogr.xml
M msautotest/wxs/expected/wfs_filter_200_dwithin.xml
M msautotest/wxs/expected/wfs_filter_200_intersects.xml
M msautotest/wxs/expected/wfs_filter_200_intersects_envelope.xml
M msautotest/wxs/expected/wfs_filter_200_islike.xml
M msautotest/wxs/expected/wfs_filter_200_property_is_equal.xml
M msautotest/wxs/expected/wfs_filter_200_property_is_equal_case_insensitive.xml
M msautotest/wxs/expected/wfs_filter_200_property_isbetween.xml
M msautotest/wxs/expected/wfs_filter_200_within.xml
M msautotest/wxs/expected/wfs_filter_200_within_explicit_SRS.xml
M msautotest/wxs/expected/wfs_filter_greater_than_or_equalto.xml
M msautotest/wxs/expected/wfs_filter_isbetween.xml
M msautotest/wxs/expected/wfs_filter_isbetween_and_not_isequalto.xml
M msautotest/wxs/expected/wfs_filter_isbetween_with_literal.xml
M msautotest/wxs/expected/wfs_filter_iseq_or_iseq_str1.xml
M msautotest/wxs/expected/wfs_filter_iseq_or_iseq_str2.xml
M msautotest/wxs/expected/wfs_filter_iseq_or_iseq_str3.xml
M msautotest/wxs/expected/wfs_filter_iseq_or_iseq_str4.xml
M msautotest/wxs/expected/wfs_filter_iseq_or_iseq_str5.xml
M msautotest/wxs/expected/wfs_filter_isequalto_or_isequalto.xml
M msautotest/wxs/expected/wfs_filter_isequalto_or_isequalto_reverse.xml
M msautotest/wxs/expected/wfs_filter_isgreater_than.xml
M msautotest/wxs/expected/wfs_filter_postgis_greater_than_or_equalto.xml
M msautotest/wxs/expected/wfs_filter_postgis_isbetween.xml
M msautotest/wxs/expected/wfs_filter_postgis_isbetween_and_not_isequalto.xml
M msautotest/wxs/expected/wfs_filter_postgis_iseq_or_iseq_str1.xml
M msautotest/wxs/expected/wfs_filter_postgis_iseq_or_iseq_str2.xml
M msautotest/wxs/expected/wfs_filter_postgis_iseq_or_iseq_str3.xml
M msautotest/wxs/expected/wfs_filter_postgis_iseq_or_iseq_str4.xml
M msautotest/wxs/expected/wfs_filter_postgis_iseq_or_iseq_str5.xml
M msautotest/wxs/expected/wfs_filter_postgis_isequalto_or_isequalto.xml
M msautotest/wxs/expected/wfs_filter_postgis_isequalto_or_isequalto_reverse.xml
M msautotest/wxs/expected/wfs_filter_postgis_isgreater_than.xml
M msautotest/wxs/expected/wfs_get_caps.xml
M msautotest/wxs/expected/wfs_group_get_feature.xml
M msautotest/wxs/expected/wfs_group_get_feature_alias.xml
M msautotest/wxs/expected/wfs_group_get_feature_area.xml
M msautotest/wxs/expected/wfs_group_get_feature_namegroup.xml
M msautotest/wxs/expected/wfs_group_get_feature_two_in_group.xml
M msautotest/wxs/expected/wfs_group_get_feature_two_in_group_with_ns.xml
M msautotest/wxs/expected/wfs_multi_geom_elements_feature.xml
M msautotest/wxs/expected/wfs_multiple_metadataurl_100_cap.xml
M msautotest/wxs/expected/wfs_multiple_metadataurl_110_cap.xml
M msautotest/wxs/expected/wfs_multiple_metadataurl_200_cap.xml
M msautotest/wxs/expected/wfs_ogr_gpkg_issue_6325.xml
M msautotest/wxs/expected/wfs_ogr_native_sql_37.xml
M msautotest/wxs/expected/wfs_ogr_native_sql_38.xml
M msautotest/wxs/expected/wfs_ogr_native_sql_41.xml
M msautotest/wxs/expected/wfs_ogr_native_sql_42.xml
M msautotest/wxs/expected/wfs_ogr_native_sql_43.xml
M msautotest/wxs/expected/wfs_ogr_tileindex_of_shp_bbox_filter.xml
M msautotest/wxs/expected/wfs_ogr_tileindexmixedsrs_get_feature.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature_alias.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature_all.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature_area.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature_area_geometry.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature_area_name.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature_filter_alias.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature_geometry.xml
M msautotest/wxs/expected/wfs_postgis_issue_6181.xml
M msautotest/wxs/expected/wfs_postgis_issue_6181_startindex_1.xml
M msautotest/wxs/expected/wfs_shape_tileindex_of_shp_bbox_filter.xml
M msautotest/wxs/expected/wfs_shape_tileindexmixedsrs_get_feature.xml
M msautotest/wxs/expected/wfs_time_getfeature.xml
M msautotest/wxs/expected/wfs_time_ogr_getfeature.xml
M msautotest/wxs/expected/wfs_time_postgis_date_getfeature.xml
M msautotest/wxs/expected/wfs_time_postgis_datetime_getfeature.xml
M msautotest/wxs/expected/wfs_time_postgis_datetime_sortby.xml
M msautotest/wxs/expected/wfs_time_postgis_time_getfeature.xml
M msautotest/wxs/expected/wfsogr10_caps.xml
M msautotest/wxs/expected/wfsogr10_gpx.xml
M msautotest/wxs/expected/wfsogr11_caps.xml
M msautotest/wxs/expected/wfsogr11_post_sortby.xml
M msautotest/wxs/expected/wfsogr11_sortby.xml
M msautotest/wxs/expected/wfsogr_200_multiplelayers.xml
M msautotest/wxs/expected/wfsogr_200_multiplelayers_with_count.xml
M msautotest/wxs/expected/wfsogr_getpropertyvalue_sortby.xml
M msautotest/wxs/expected/wfsogr_post_sortby.xml
M msautotest/wxs/expected/wfsogr_sortby.xml
M msautotest/wxs/expected/wfsogr_sortby_asc.xml
M msautotest/wxs/expected/wms111_test_xml_escaping.xml
M msautotest/wxs/expected/wms130_test_xml_escaping.xml
M msautotest/wxs/expected/wms_cap.xml
M msautotest/wxs/expected/wms_cap130.xml
M msautotest/wxs/expected/wms_cap130_postgis.xml
M msautotest/wxs/expected/wms_cap_latestversion.xml
M msautotest/wxs/expected/wms_cap_latestversion_postgis.xml
M msautotest/wxs/expected/wms_cap_postgis.xml
M msautotest/wxs/expected/wms_caps_updatesequence.xml
M msautotest/wxs/expected/wms_caps_updatesequence_postgis.xml
M msautotest/wxs/expected/wms_dimension_cap.xml
M msautotest/wxs/expected/wms_dimension_cap130.xml
M msautotest/wxs/expected/wms_get_capabilities_tileindexmixedsrs.xml
M msautotest/wxs/expected/wms_get_caps.xml
M msautotest/wxs/expected/wms_inspire_cap.xml
M msautotest/wxs/expected/wms_inspire_cap_111.xml
M msautotest/wxs/expected/wms_inspire_cap_111_eng.xml
M msautotest/wxs/expected/wms_inspire_cap_111_ger.xml
M msautotest/wxs/expected/wms_inspire_cap_eng.xml
M msautotest/wxs/expected/wms_inspire_cap_ger.xml
M msautotest/wxs/expected/wms_inspire_scenario1_cap130.xml
M msautotest/wxs/expected/wms_inspire_scenario1_cap130_eng.xml
M msautotest/wxs/expected/wms_inspire_scenario1_cap130_ger.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap111.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap111_eng.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap111_ger.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap130.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap130_eng.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap130_ger.xml
M msautotest/wxs/expected/wms_layer_groups_caps111.xml
M msautotest/wxs/expected/wms_multiple_metadataurl_cap.xml
M msautotest/wxs/expected/wms_north_polar_stereo_extent.xml
M msautotest/wxs/expected/wms_nosld_cap.xml
M msautotest/wxs/expected/wms_nosld_cap_postgis.xml
M msautotest/wxs/expected/wms_rast_cap.xml
M msautotest/wxs/expected/wms_rast_featureinfo.xml
M msautotest/wxs/expected/wms_rast_featureinfo_reproj.xml
M msautotest/wxs/expected/wms_time_cap.xml
M msautotest/wxs/expected/wms_time_cap130.xml
M msautotest/wxs/expected/wms_time_cap130_postgis_postgis.xml
M msautotest/wxs/expected/wms_time_cap_postgis_postgis.xml
Log Message:
-----------
msautotest: remove truncation of last decimal figure to numbers
Commit: 895f390a0fd81baea84f9bfe715476346b49a8d1
https://github.com/MapServer/MapServer/commit/895f390a0fd81baea84f9bfe715476346b49a8d1
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M mapowscommon.c
M msautotest/wxs/expected/ows_metadata_wcs_capabilities110.xml
M msautotest/wxs/expected/ows_metadata_wfs_capabilities110.xml
M msautotest/wxs/expected/ows_metadata_wfs_capabilities200.xml
M msautotest/wxs/expected/wcs11_cap.txt
M msautotest/wxs/expected/wcs11_cap.xml
M msautotest/wxs/expected/wcs11_caps_section1.xml
M msautotest/wxs/expected/wcs11_caps_section3.xml
M msautotest/wxs/expected/wcs11_caps_updatesequence.xml
M msautotest/wxs/expected/wcs11_describe.xml
M msautotest/wxs/expected/wcs11_post_cap.xml
M msautotest/wxs/expected/wcs11_post_caps_section1.xml
M msautotest/wxs/expected/wcs11_post_caps_section3.xml
M msautotest/wxs/expected/wcs11_post_caps_updatesequence.xml
M msautotest/wxs/expected/wcs11_post_describe.xml
M msautotest/wxs/expected/wcs_get_caps.xml.alternative
M msautotest/wxs/expected/wcs_multiple_metadatalink_110_cap.xml
M msautotest/wxs/expected/wfs11_cap.xml
M msautotest/wxs/expected/wfs11_cap_ogr.xml
M msautotest/wxs/expected/wfs11_caps_updatesequence.xml
M msautotest/wxs/expected/wfs11_caps_updatesequence_ogr.xml
M msautotest/wxs/expected/wfs11_test_xml_escaping.xml
M msautotest/wxs/expected/wfs20_cap.xml
M msautotest/wxs/expected/wfs20_test_xml_escaping.xml
M msautotest/wxs/expected/wfs_200_caps.xml
M msautotest/wxs/expected/wfs_200_caps_post_kvp.xml
M msautotest/wxs/expected/wfs_200_caps_sections_all.xml
M msautotest/wxs/expected/wfs_200_caps_sections_feature_type_list.xml
M msautotest/wxs/expected/wfs_200_insipire_caps.xml
M msautotest/wxs/expected/wfs_200_insipire_caps_eng.xml
M msautotest/wxs/expected/wfs_200_insipire_caps_fre.xml
M msautotest/wxs/expected/wfs_200_insipire_caps_unk.xml
M msautotest/wxs/expected/wfs_200_insipire_missing_md_caps.xml
M msautotest/wxs/expected/wfs_200_insipire_scenario1_caps.xml
M msautotest/wxs/expected/wfs_multiple_metadataurl_110_cap.xml
M msautotest/wxs/expected/wfs_multiple_metadataurl_200_cap.xml
M msautotest/wxs/expected/wfsogr11_caps.xml
Log Message:
-----------
msOWSCommonWGS84BoundingBox(): lower precision to 6 decimal figures
Commit: 19bc6cc41db0a2177d076cc85ae5db84b57243a2
https://github.com/MapServer/MapServer/commit/19bc6cc41db0a2177d076cc85ae5db84b57243a2
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
R msautotest/wxs/expected/wfs11_cap.xml.alternative
R msautotest/wxs/expected/wfs11_cap_ogr.xml.alternative
R msautotest/wxs/expected/wfs11_caps_updatesequence.xml.alternative
R msautotest/wxs/expected/wfs11_caps_updatesequence_ogr.xml.alternative
R msautotest/wxs/expected/wfs11_test_xml_escaping.xml.alternative
R msautotest/wxs/expected/wfs20_cap.xml.alternative
R msautotest/wxs/expected/wfs20_test_xml_escaping.xml.alternative
R msautotest/wxs/expected/wfs_200_caps.xml.alternative
R msautotest/wxs/expected/wfs_200_caps_post_kvp.xml.alternative
R msautotest/wxs/expected/wfs_200_caps_sections_all.xml.alternative
R msautotest/wxs/expected/wfs_200_caps_sections_feature_type_list.xml.alternative
R msautotest/wxs/expected/wfs_200_insipire_caps.xml.alternative
R msautotest/wxs/expected/wfs_200_insipire_caps_eng.xml.alternative
R msautotest/wxs/expected/wfs_200_insipire_caps_fre.xml.alternative
R msautotest/wxs/expected/wfs_200_insipire_caps_unk.xml.alternative
R msautotest/wxs/expected/wfs_200_insipire_missing_md_caps.xml.alternative
R msautotest/wxs/expected/wfs_200_insipire_scenario1_caps.xml.alternative
R msautotest/wxs/expected/wfs_multiple_metadataurl_110_cap.xml.alternative
R msautotest/wxs/expected/wfs_multiple_metadataurl_200_cap.xml.alternative
R msautotest/wxs/expected/wfsogr11_caps.xml.alternative
Log Message:
-----------
msautotest: remove .alternative files no longer needed due to previous commit
Commit: eef595475515fdeabf6e856c57514af164250eb0
https://github.com/MapServer/MapServer/commit/eef595475515fdeabf6e856c57514af164250eb0
Author: Jeff McKenna <jmckenna at gatewaygeomatics.com>
Date: 2021-08-25 (Wed, 25 Aug 2021)
Changed paths:
M mapmetadata.c
M mapows.c
M mapowscommon.c
M mapproject.c
M msautotest/misc/expected/encodings.xml
M msautotest/misc/expected/runtime_sub_test_caps.xml
M msautotest/pymod/mstestlib.py
M msautotest/wxs/expected/ows_all_wms_capabilities.xml
M msautotest/wxs/expected/ows_all_wms_capabilities_post.xml
M msautotest/wxs/expected/ows_all_wms_getfeatureinfo.xml
M msautotest/wxs/expected/ows_metadata_layer_raster.xml
M msautotest/wxs/expected/ows_metadata_layer_vector.xml
M msautotest/wxs/expected/ows_metadata_wcs_capabilities100.xml
M msautotest/wxs/expected/ows_metadata_wcs_capabilities110.xml
M msautotest/wxs/expected/ows_metadata_wfs_capabilities100.xml
M msautotest/wxs/expected/ows_metadata_wfs_capabilities110.xml
M msautotest/wxs/expected/ows_metadata_wfs_capabilities200.xml
M msautotest/wxs/expected/ows_metadata_wms_capabilities111.xml
M msautotest/wxs/expected/ows_metadata_wms_capabilities130.xml
M msautotest/wxs/expected/ows_sos_getobservation.xml
M msautotest/wxs/expected/ows_wcs_capabilities.xml
M msautotest/wxs/expected/ows_wcs_describecoverage.xml
M msautotest/wxs/expected/ows_wfs_getfeature.xml
M msautotest/wxs/expected/ows_wms_capabilities.xml
M msautotest/wxs/expected/ows_wms_getfeatureinfo_gml.xml
M msautotest/wxs/expected/ows_wms_getfeatureinfo_gml_alias.xml
M msautotest/wxs/expected/ows_wms_rootlayer_name_capabilities.xml
M msautotest/wxs/expected/ows_wms_rootlayer_name_empty_capabilities.xml
M msautotest/wxs/expected/sos_cap.xml
M msautotest/wxs/expected/sos_cap0.xml
M msautotest/wxs/expected/sos_cap1.xml
M msautotest/wxs/expected/sos_caps_updatesequence.xml
M msautotest/wxs/expected/wcs11_cap.txt
M msautotest/wxs/expected/wcs11_cap.xml
M msautotest/wxs/expected/wcs11_caps_section1.xml
M msautotest/wxs/expected/wcs11_caps_section3.xml
M msautotest/wxs/expected/wcs11_caps_updatesequence.xml
M msautotest/wxs/expected/wcs11_describe.xml
M msautotest/wxs/expected/wcs11_post_cap.xml
M msautotest/wxs/expected/wcs11_post_caps_section1.xml
M msautotest/wxs/expected/wcs11_post_caps_section3.xml
M msautotest/wxs/expected/wcs11_post_caps_updatesequence.xml
M msautotest/wxs/expected/wcs11_post_describe.xml
M msautotest/wxs/expected/wcs_cap.txt
M msautotest/wxs/expected/wcs_cap.xml
M msautotest/wxs/expected/wcs_describe_coverage_tileindexmixedsrs_26711.xml
M msautotest/wxs/expected/wcs_get_capabilities_tileindexmixedsrs_26711.xml
M msautotest/wxs/expected/wcs_get_caps.xml
M msautotest/wxs/expected/wcs_get_caps.xml.alternative
M msautotest/wxs/expected/wcs_multiple_metadatalink_110_cap.xml
M msautotest/wxs/expected/wfs10_test_xml_escaping.xml
M msautotest/wxs/expected/wfs11_cap.xml
R msautotest/wxs/expected/wfs11_cap.xml.alternative
M msautotest/wxs/expected/wfs11_cap_ogr.xml
R msautotest/wxs/expected/wfs11_cap_ogr.xml.alternative
M msautotest/wxs/expected/wfs11_caps_updatesequence.xml
R msautotest/wxs/expected/wfs11_caps_updatesequence.xml.alternative
M msautotest/wxs/expected/wfs11_caps_updatesequence_ogr.xml
R msautotest/wxs/expected/wfs11_caps_updatesequence_ogr.xml.alternative
M msautotest/wxs/expected/wfs11_test_xml_escaping.xml
R msautotest/wxs/expected/wfs11_test_xml_escaping.xml.alternative
M msautotest/wxs/expected/wfs20_cap.xml
R msautotest/wxs/expected/wfs20_cap.xml.alternative
M msautotest/wxs/expected/wfs20_test_xml_escaping.xml
R msautotest/wxs/expected/wfs20_test_xml_escaping.xml.alternative
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_3857.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_3857_bbox.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_all_filters.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_gml2.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_gml3.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_multilayer_filter_count.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_multilayer_rid_count.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeature_start_index.xml
M msautotest/wxs/expected/wfs_200_allgeoms_getfeaturebyid.xml
M msautotest/wxs/expected/wfs_200_allgeoms_myquery.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_all_filters.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_count_1.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_filter_first_layer.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_filter_first_layer_count.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_filter_second_layer.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_getfeature_filter_second_layer_count.xml
M msautotest/wxs/expected/wfs_200_allgeoms_post_several_getfeaturebyid.xml
M msautotest/wxs/expected/wfs_200_caps.xml
R msautotest/wxs/expected/wfs_200_caps.xml.alternative
M msautotest/wxs/expected/wfs_200_caps_post_kvp.xml
R msautotest/wxs/expected/wfs_200_caps_post_kvp.xml.alternative
M msautotest/wxs/expected/wfs_200_caps_sections_all.xml
R msautotest/wxs/expected/wfs_200_caps_sections_all.xml.alternative
M msautotest/wxs/expected/wfs_200_caps_sections_feature_type_list.xml
R msautotest/wxs/expected/wfs_200_caps_sections_feature_type_list.xml.alternative
M msautotest/wxs/expected/wfs_200_cite_filter_like.xml
M msautotest/wxs/expected/wfs_200_cite_postgis_filter_like.xml
M msautotest/wxs/expected/wfs_200_getfeature.xml
M msautotest/wxs/expected/wfs_200_getfeature_bbox.xml
M msautotest/wxs/expected/wfs_200_getfeature_bbox_with_crs84_srs.xml
M msautotest/wxs/expected/wfs_200_getfeature_bbox_with_srs.xml
M msautotest/wxs/expected/wfs_200_getfeature_bbox_with_urn_srs.xml
M msautotest/wxs/expected/wfs_200_getfeature_count_1.xml
M msautotest/wxs/expected/wfs_200_getfeature_count_100.xml
M msautotest/wxs/expected/wfs_200_getfeature_filter_full_bbox.xml
M msautotest/wxs/expected/wfs_200_getfeature_outputformat_gml212.xml
M msautotest/wxs/expected/wfs_200_getfeature_outputformat_gml311.xml
M msautotest/wxs/expected/wfs_200_getfeature_outputformat_gml321.xml
M msautotest/wxs/expected/wfs_200_getfeature_outputformat_gmlxml321.xml
M msautotest/wxs/expected/wfs_200_getfeature_resourceid.xml
M msautotest/wxs/expected/wfs_200_getfeature_resourceid_notypenames.xml
M msautotest/wxs/expected/wfs_200_getfeature_several_resourceid.xml
M msautotest/wxs/expected/wfs_200_getfeature_srsname.xml
M msautotest/wxs/expected/wfs_200_getfeature_startindex_0_count2.xml
M msautotest/wxs/expected/wfs_200_getfeature_startindex_19_count2.xml
M msautotest/wxs/expected/wfs_200_getfeature_startindex_1_count2.xml
M msautotest/wxs/expected/wfs_200_getfeature_startindex_20_count2.xml
M msautotest/wxs/expected/wfs_200_getfeature_startindex_2_count2.xml
M msautotest/wxs/expected/wfs_200_getfeature_startindex_4_count2.xml
M msautotest/wxs/expected/wfs_200_getfeature_startindex_minus1_count2.xml
M msautotest/wxs/expected/wfs_200_getfeature_urn_srsname.xml
M msautotest/wxs/expected/wfs_200_getfeaturebyid.xml
M msautotest/wxs/expected/wfs_200_getpropertyvalue_geometry.xml
M msautotest/wxs/expected/wfs_200_getpropertyvalue_getfeaturebyid.xml
M msautotest/wxs/expected/wfs_200_insipire_caps.xml
R msautotest/wxs/expected/wfs_200_insipire_caps.xml.alternative
M msautotest/wxs/expected/wfs_200_insipire_caps_eng.xml
R msautotest/wxs/expected/wfs_200_insipire_caps_eng.xml.alternative
M msautotest/wxs/expected/wfs_200_insipire_caps_fre.xml
R msautotest/wxs/expected/wfs_200_insipire_caps_fre.xml.alternative
M msautotest/wxs/expected/wfs_200_insipire_caps_unk.xml
R msautotest/wxs/expected/wfs_200_insipire_caps_unk.xml.alternative
M msautotest/wxs/expected/wfs_200_insipire_missing_md_caps.xml
R msautotest/wxs/expected/wfs_200_insipire_missing_md_caps.xml.alternative
M msautotest/wxs/expected/wfs_200_insipire_scenario1_caps.xml
R msautotest/wxs/expected/wfs_200_insipire_scenario1_caps.xml.alternative
M msautotest/wxs/expected/wfs_200_low_wfsmaxfeatures_no_compute_number_matched.xml
M msautotest/wxs/expected/wfs_200_post_getfeature.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_count_1.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_filter_full_bbox.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_filter_full_bbox_gml212.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_filter_full_bbox_gml311.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_filter_full_bbox_no_srs.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_outputformat_gml311.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_resourceid.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_several_resourceid.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_srsname.xml
M msautotest/wxs/expected/wfs_200_post_getfeature_startindex_1_count2.xml
M msautotest/wxs/expected/wfs_200_post_getfeaturebyid.xml
M msautotest/wxs/expected/wfs_200_post_getpropertyvalue_all_options.xml
M msautotest/wxs/expected/wfs_200_post_getpropertyvalue_getfeaturebyid.xml
M msautotest/wxs/expected/wfs_cap.xml
M msautotest/wxs/expected/wfs_cap_ogr.xml
M msautotest/wxs/expected/wfs_caps_updatesequence.xml
M msautotest/wxs/expected/wfs_caps_updatesequence_ogr.xml
M msautotest/wxs/expected/wfs_filter_200_dwithin.xml
M msautotest/wxs/expected/wfs_filter_200_intersects.xml
M msautotest/wxs/expected/wfs_filter_200_intersects_envelope.xml
M msautotest/wxs/expected/wfs_filter_200_islike.xml
M msautotest/wxs/expected/wfs_filter_200_property_is_equal.xml
M msautotest/wxs/expected/wfs_filter_200_property_is_equal_case_insensitive.xml
M msautotest/wxs/expected/wfs_filter_200_property_isbetween.xml
M msautotest/wxs/expected/wfs_filter_200_within.xml
M msautotest/wxs/expected/wfs_filter_200_within_explicit_SRS.xml
M msautotest/wxs/expected/wfs_filter_greater_than_or_equalto.xml
M msautotest/wxs/expected/wfs_filter_isbetween.xml
M msautotest/wxs/expected/wfs_filter_isbetween_and_not_isequalto.xml
M msautotest/wxs/expected/wfs_filter_isbetween_with_literal.xml
M msautotest/wxs/expected/wfs_filter_iseq_or_iseq_str1.xml
M msautotest/wxs/expected/wfs_filter_iseq_or_iseq_str2.xml
M msautotest/wxs/expected/wfs_filter_iseq_or_iseq_str3.xml
M msautotest/wxs/expected/wfs_filter_iseq_or_iseq_str4.xml
M msautotest/wxs/expected/wfs_filter_iseq_or_iseq_str5.xml
M msautotest/wxs/expected/wfs_filter_isequalto_or_isequalto.xml
M msautotest/wxs/expected/wfs_filter_isequalto_or_isequalto_reverse.xml
M msautotest/wxs/expected/wfs_filter_isgreater_than.xml
M msautotest/wxs/expected/wfs_filter_postgis_greater_than_or_equalto.xml
M msautotest/wxs/expected/wfs_filter_postgis_isbetween.xml
M msautotest/wxs/expected/wfs_filter_postgis_isbetween_and_not_isequalto.xml
M msautotest/wxs/expected/wfs_filter_postgis_iseq_or_iseq_str1.xml
M msautotest/wxs/expected/wfs_filter_postgis_iseq_or_iseq_str2.xml
M msautotest/wxs/expected/wfs_filter_postgis_iseq_or_iseq_str3.xml
M msautotest/wxs/expected/wfs_filter_postgis_iseq_or_iseq_str4.xml
M msautotest/wxs/expected/wfs_filter_postgis_iseq_or_iseq_str5.xml
M msautotest/wxs/expected/wfs_filter_postgis_isequalto_or_isequalto.xml
M msautotest/wxs/expected/wfs_filter_postgis_isequalto_or_isequalto_reverse.xml
M msautotest/wxs/expected/wfs_filter_postgis_isgreater_than.xml
M msautotest/wxs/expected/wfs_get_caps.xml
M msautotest/wxs/expected/wfs_group_get_feature.xml
M msautotest/wxs/expected/wfs_group_get_feature_alias.xml
M msautotest/wxs/expected/wfs_group_get_feature_area.xml
M msautotest/wxs/expected/wfs_group_get_feature_namegroup.xml
M msautotest/wxs/expected/wfs_group_get_feature_two_in_group.xml
M msautotest/wxs/expected/wfs_group_get_feature_two_in_group_with_ns.xml
M msautotest/wxs/expected/wfs_multi_geom_elements_feature.xml
M msautotest/wxs/expected/wfs_multiple_metadataurl_100_cap.xml
M msautotest/wxs/expected/wfs_multiple_metadataurl_110_cap.xml
R msautotest/wxs/expected/wfs_multiple_metadataurl_110_cap.xml.alternative
M msautotest/wxs/expected/wfs_multiple_metadataurl_200_cap.xml
R msautotest/wxs/expected/wfs_multiple_metadataurl_200_cap.xml.alternative
M msautotest/wxs/expected/wfs_ogr_gpkg_issue_6325.xml
M msautotest/wxs/expected/wfs_ogr_native_sql_37.xml
M msautotest/wxs/expected/wfs_ogr_native_sql_38.xml
M msautotest/wxs/expected/wfs_ogr_native_sql_41.xml
M msautotest/wxs/expected/wfs_ogr_native_sql_42.xml
M msautotest/wxs/expected/wfs_ogr_native_sql_43.xml
M msautotest/wxs/expected/wfs_ogr_tileindex_of_shp_bbox_filter.xml
M msautotest/wxs/expected/wfs_ogr_tileindexmixedsrs_get_feature.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature_alias.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature_all.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature_area.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature_area_geometry.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature_area_name.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature_filter_alias.xml
M msautotest/wxs/expected/wfs_optional_items_get_feature_geometry.xml
M msautotest/wxs/expected/wfs_postgis_issue_6181.xml
M msautotest/wxs/expected/wfs_postgis_issue_6181_startindex_1.xml
M msautotest/wxs/expected/wfs_shape_tileindex_of_shp_bbox_filter.xml
M msautotest/wxs/expected/wfs_shape_tileindexmixedsrs_get_feature.xml
M msautotest/wxs/expected/wfs_time_getfeature.xml
M msautotest/wxs/expected/wfs_time_ogr_getfeature.xml
M msautotest/wxs/expected/wfs_time_postgis_date_getfeature.xml
M msautotest/wxs/expected/wfs_time_postgis_datetime_getfeature.xml
M msautotest/wxs/expected/wfs_time_postgis_datetime_sortby.xml
M msautotest/wxs/expected/wfs_time_postgis_time_getfeature.xml
M msautotest/wxs/expected/wfsogr10_caps.xml
M msautotest/wxs/expected/wfsogr10_gpx.xml
M msautotest/wxs/expected/wfsogr11_caps.xml
R msautotest/wxs/expected/wfsogr11_caps.xml.alternative
M msautotest/wxs/expected/wfsogr11_post_sortby.xml
M msautotest/wxs/expected/wfsogr11_sortby.xml
M msautotest/wxs/expected/wfsogr_200_multiplelayers.xml
M msautotest/wxs/expected/wfsogr_200_multiplelayers_with_count.xml
M msautotest/wxs/expected/wfsogr_getpropertyvalue_sortby.xml
M msautotest/wxs/expected/wfsogr_post_sortby.xml
M msautotest/wxs/expected/wfsogr_sortby.xml
M msautotest/wxs/expected/wfsogr_sortby_asc.xml
M msautotest/wxs/expected/wms111_test_xml_escaping.xml
M msautotest/wxs/expected/wms130_test_xml_escaping.xml
M msautotest/wxs/expected/wms_cap.xml
M msautotest/wxs/expected/wms_cap130.xml
M msautotest/wxs/expected/wms_cap130_postgis.xml
M msautotest/wxs/expected/wms_cap_latestversion.xml
M msautotest/wxs/expected/wms_cap_latestversion_postgis.xml
M msautotest/wxs/expected/wms_cap_postgis.xml
M msautotest/wxs/expected/wms_caps_updatesequence.xml
M msautotest/wxs/expected/wms_caps_updatesequence_postgis.xml
M msautotest/wxs/expected/wms_dimension_cap.xml
M msautotest/wxs/expected/wms_dimension_cap130.xml
M msautotest/wxs/expected/wms_get_capabilities_tileindexmixedsrs.xml
M msautotest/wxs/expected/wms_get_caps.xml
M msautotest/wxs/expected/wms_inspire_cap.xml
M msautotest/wxs/expected/wms_inspire_cap_111.xml
M msautotest/wxs/expected/wms_inspire_cap_111_eng.xml
M msautotest/wxs/expected/wms_inspire_cap_111_ger.xml
M msautotest/wxs/expected/wms_inspire_cap_eng.xml
M msautotest/wxs/expected/wms_inspire_cap_ger.xml
M msautotest/wxs/expected/wms_inspire_scenario1_cap130.xml
M msautotest/wxs/expected/wms_inspire_scenario1_cap130_eng.xml
M msautotest/wxs/expected/wms_inspire_scenario1_cap130_ger.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap111.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap111_eng.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap111_ger.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap130.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap130_eng.xml
M msautotest/wxs/expected/wms_inspire_scenario2_cap130_ger.xml
M msautotest/wxs/expected/wms_layer_groups_caps111.xml
M msautotest/wxs/expected/wms_multiple_metadataurl_cap.xml
M msautotest/wxs/expected/wms_north_polar_stereo_extent.xml
M msautotest/wxs/expected/wms_nosld_cap.xml
M msautotest/wxs/expected/wms_nosld_cap_postgis.xml
M msautotest/wxs/expected/wms_rast_cap.xml
M msautotest/wxs/expected/wms_rast_featureinfo.xml
M msautotest/wxs/expected/wms_rast_featureinfo_reproj.xml
M msautotest/wxs/expected/wms_time_cap.xml
M msautotest/wxs/expected/wms_time_cap130.xml
M msautotest/wxs/expected/wms_time_cap130_postgis_postgis.xml
M msautotest/wxs/expected/wms_time_cap_postgis_postgis.xml
Log Message:
-----------
Merge pull request #6388 from rouault/fix_6387
WMS capabilities output: increase precision of long/lat in bounding boxes to 6 decimal places (fixes #6387)
Compare: https://github.com/MapServer/MapServer/compare/01d0e7cfb9f9...eef595475515
More information about the mapserver-commits
mailing list