Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-topway-it authored Mar 26, 2024
1 parent 9c3d99c commit e184507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GeoJsonPages/GeoJsonContentHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected function fillParserOutput(
( GeoJsonMapPageUi::forExistingPage( GeoJsonContent::formatJson( $content->getData()->getValue() ) ) )
->addToOutput( OutputFacade::newFromParserOutput( $parserOutput ) );

if ( MapsFactory::globalInstance()->smwIntegrationIsEnabled() ) {
if ( MapsFactory::globalInstance()->smwIntegrationIsEnabled() ) {
// @FIXME alternatively decode $this->mText in GeoJsonLegacyContent
// to avoid decoding it again in SubObjectBuilder -> getSubObjectsFromGeoJson
$text = json_encode( $content->getData()->getValue() );
Expand Down

0 comments on commit e184507

Please sign in to comment.